OLX.pl Scraper: Poland's #1 Classifieds Marketplace

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.

Open on Apify → Try it now
Per result
$0.003/listing
Run start
$0.05
Country
Poland
Currency
PLN / EUR
Proxy
Apify datacenter
Mode
HTTP-only API

What you can scrape

Primary use cases

API example

# 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

Integrations

Output fields

FieldTypeExample
titlestringiPhone 15 Pro 256GB
pricenumber4200
currencystringPLN
conditionstringused
citystringWarszawa
regionstringmazowieckie
latitudenumber52.2297
longitudenumber21.0122
seller_typestringbusiness
posted_atstring2026-06-10T08:14:00Z
source_urlstringhttps://www.olx.pl/d/oferta/...

Related Actors

Open on Apify → Try it now (free tier available)