OLX: Search Listings
OLX via Parse · marketplace
Search for listings on OLX.uz. Returns paginated results with price, location, specifications, and deal indicators. Some listings are priced in UYE (conventional units ~USD) and some in UZS (Uzbekistani som). The price filter operates in UZS. Paginates via offset; use limit and offset together for manual page control. API to search and extract listings from OLX.uz with full specifications, location, and pricing information. Fulfilled by Parse from olx.uz.
- ecommerce
- maps-geo
- marketplace
- olx
- olx-uz
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8b3fb893-3556-4733-93f7-f37184c373dc/search_listings
- Interface artifact
- sha256:fd50b07edebb13651864ee45d347650354f6e5aac7489eebcde453b5fa357afb
- Manifest digest
- sha256:a1bd914971b1fc137db109abd5ece552e26c16fe8aeb31ad8cecda73aec7183c
Request fields
- limit (integer): Max results to return per page.
- query (string): Search keyword (e.g. 'laptop', 'MacBook', 'Core i5').
- offset (integer): Pagination offset (number of items to skip).
- price_max (integer): Maximum price filter in UZS (Uzbekistani som). Typical laptop prices range from 1,000,000 to 15,000,000 UZS.
- price_min (integer): Minimum price filter in UZS (Uzbekistani som).
- category_id (integer): Category ID to search within. Use get_categories endpoint to discover valid IDs. 80 is laptops.
Example queries
- {"limit":"5","query":"laptop","offset":"0","price_max":"10000000","price_min":"1000000","category_id":"80"}