Note: this is an unofficial programmatic interface — an Apify actor that returns structured JSON. It is not affiliated with the platform it reads.
Runnable examples for the OLX Scraper — Listings, Prices & Sellers | $4/1K on Apify.
Scrape OLX classifieds listings by keyword across Poland, Ukraine, Bulgaria and 20+ OLX country domains. Returns title, price, currency, location, seller, photos, category and listing URL. No proxy needed. Pay per result.
category_id · city · created_time · currency · delivery_available · description · domain · last_refresh_time · negotiable · offer_id · parse_confidence · photo_url · photos · price · region · seller_id · seller_last_seen · seller_name · title · url · warnings
- Price monitoring — track asking prices for a category or search across OLX regions.
- Deal sourcing / arbitrage — catch underpriced listings the moment they appear.
- Market research — supply, demand and price bands in any classifieds vertical.
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"searchQuery": "nike",
"domain": "olx.pl",
"maxItems": 100,
"minPrice": 0,
"maxPrice": 0,
"proxyConfiguration": {}
}- Actor on Apify Store: https://apify.com/bovi/olx-listings
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).