The catalog
Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
★
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsOLX
live/olx · 8 endpoints
post/olx/v1/search1 creditKeyword or category search with sort, location, price filters, offset pagination (limit=40).
querycountrycategory_idsort_byregion_idcity_iddistrict_idprice_fromprice_tofiltersoffsetlimit
{
"query": "iphone",
"country": "pl"
}Try in playground →post/olx/v1/offer1 creditOffer detail by numeric id (no trailing slash on upstream path).
id*country
{
"id": 1027143072,
"country": "pl"
}Try in playground →post/olx/v1/categories1 creditCategory facets + filter suggestions from search metadata, plus global filter definitions.
querycountrycategory_id
{
"country": "pl",
"category_id": 99
}Try in playground →post/olx/v1/user_offers1 creditActive offers for a seller user_id with offset pagination.
user_id*countryoffsetlimit
Try in playground →post/olx/v1/suggested1 creditRelated/suggested offers for a given offer id.
id*country
Try in playground →post/olx/v1/breadcrumbs1 creditCategory or offer breadcrumb trail.
countrycategory_idid
Try in playground →post/olx/v1/filters1 creditGlobal filter attribute definitions keyed by filter_enum/filter_float names.
country
Try in playground →
Social Media
6 APIs