Scrape classified listings from olx.pl, Poland's largest online marketplace. The actor uses the public OLX REST API to return title, full description, price in PLN or EUR, condition, city and region, GPS coordinates, seller name and type (private or business), all image URLs, posted date and source URL. Search by keyword, narrow by Polish city (warszawa, krakow, wroclaw) or by category ID, and run multiple queries in parallel. Pagination is automatic.
# Start a run via the Apify API curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~olx-pl-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQueries": ["iphone 15", "samsung galaxy s24", "pixel 8"], "location": "warszawa", "maxResults": 200, "maxResultsPerQuery": 80, "sortBy": "filter_float_price:asc" }' # Or use with AI agents via MCP: # https://mcp.apify.com?tools=santamaria-automations/olx-pl-scraper
| Field | Type | Example |
|---|---|---|
| title | string | iPhone 15 Pro 256GB |
| price | number | 4200 |
| currency | string | PLN |
| condition | string | used |
| city | string | Warszawa |
| region | string | mazowieckie |
| latitude | number | 52.2297 |
| longitude | number | 21.0122 |
| seller_type | string | business |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.olx.pl/d/oferta/... |