OLX.pl Scraper - Polish Classifieds & Marketplace
Pricing
Pay per usage
OLX.pl Scraper - Polish Classifieds & Marketplace
Scrape classified listings, prices in PLN, seller info, condition, location, and photos from OLX.pl - Poland's #1 classifieds platform with 11M+ monthly users. No login or cookies required.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Studio Amba
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
OLX.pl Scraper
Scrape classified listings from OLX.pl — Poland's largest classifieds and marketplace platform with 11M+ monthly users. Extract titles, prices, seller info, condition, location data, and photos. No login or cookies required.
How to scrape OLX.pl data
- Go to OLX.pl Scraper on the Apify Store.
- Click Try for free to open the actor in Apify Console.
- Enter your search query (e.g., "laptop", "mieszkanie Warszawa", "rower").
- Optionally set location, category, and price filters.
- Click Start and wait for the run to finish.
- Download your data as JSON, CSV, Excel, or XML.
The scraper uses OLX.pl's internal API to extract structured data directly, which is faster and more reliable than HTML parsing. Each run returns clean, flat JSON objects ready for analysis.
Why use this actor?
OLX.pl is Poland's dominant classifieds platform, covering everything from electronics and vehicles to real estate and jobs. This scraper is useful for:
- Market research — track prices and availability of products across Poland
- Price monitoring — compare asking prices across regions and time periods
- Lead generation — find sellers and business listings in specific categories
- Academic research — analyze the Polish second-hand market and consumer behavior
- Competitive analysis — monitor what competitors are listing and at what prices
No login, cookies, or browser session is needed. The scraper works with direct HTTP requests to the OLX API.
Input
| Field | Type | Required | Description |
|---|---|---|---|
searchQuery | String | No | Search keyword (default: "laptop") |
category | String | No | Category slug (e.g., "elektronika", "motoryzacja") |
location | String | No | City name (e.g., "Warszawa", "Krakow", "Gdansk") |
minPrice | Integer | No | Minimum price filter in PLN |
maxPrice | Integer | No | Maximum price filter in PLN |
sortBy | String | No | Sort order: relevance, newest, cheapest, most_expensive |
maxResults | Integer | No | Maximum listings to return (default: 100) |
proxyConfiguration | Object | No | Proxy settings (Polish residential recommended) |
Supported locations
The actor supports filtering by major Polish cities: Warszawa, Krakow, Wroclaw, Gdansk, Poznan, Lodz, Katowice, Szczecin, Lublin, Bydgoszcz. Leave empty to search all of Poland.
Supported categories
Available category filters: elektronika, motoryzacja, nieruchomosci, dom-ogrod, moda, rolnictwo, zwierzeta, dla-dzieci, sport, muzyka, praca, uslugi, oddam-za-darmo.
Output
Each listing contains the following fields:
| Field | Type | Example |
|---|---|---|
title | String | "Laptop Lenovo ThinkPad T480 i5 16GB SSD" |
price | Number | 1800 |
currency | String | "PLN" |
negotiable | Boolean | true |
condition | String | "used" |
location | String | "Warszawa, Mokotow, Mazowieckie" |
city | String | "Warszawa" |
region | String | "Mazowieckie" |
description | String | Full listing description text |
imageUrl | String | Primary image URL |
imageUrls | Array | All listing image URLs |
seller | String | "Jan K." |
sellerType | String | "private" or "business" |
publishedDate | String | "2026-05-20T10:30:00+02:00" |
url | String | Full OLX.pl listing URL |
scrapedAt | String | ISO 8601 timestamp |
Example output
{"title": "Laptop Lenovo ThinkPad T480 i5 8gen 16GB 256SSD","price": 1800,"currency": "PLN","negotiable": true,"condition": "used","location": "Warszawa, Mokotow, Mazowieckie","city": "Warszawa","region": "Mazowieckie","description": "Sprzedam laptop Lenovo ThinkPad T480 w bardzo dobrym stanie. Procesor Intel i5 8-gen, 16GB RAM, dysk SSD 256GB. Bateria trzyma 4-5 godzin. Ladowarka w zestawie.","imageUrl": "https://ireland.apollo.olxcdn.com/v1/files/abc123;s=800x600","imageUrls": ["https://ireland.apollo.olxcdn.com/v1/files/abc123;s=800x600","https://ireland.apollo.olxcdn.com/v1/files/def456;s=800x600"],"seller": "Jan K.","sellerType": "private","publishedDate": "2026-05-20T10:30:00+02:00","url": "https://www.olx.pl/d/oferta/laptop-lenovo-thinkpad-t480-CID4-ID1abc.html","scrapedAt": "2026-05-27T14:00:00.000Z"}
Cost estimate
This actor uses direct HTTP API calls (no browser), making it very efficient. Approximate cost: 0.5 compute units per 1,000 results at standard Apify pricing, which is roughly $0.50 per 1,000 listings.
Tips for best results
- Use Polish keywords for better results (e.g., "rower gorski" instead of "mountain bike")
- Set a location to narrow results to a specific city or region
- Use residential proxies for large runs (1,000+ results) to avoid rate limiting
- Combine filters — use minPrice/maxPrice with category for targeted searches
- The OLX API returns a maximum of ~1,000 results per query. Use more specific search terms or category filters to access more listings.
Limitations
- OLX.pl limits API results to approximately 1,000 listings per search query
- Some listings may show "price on request" (price will be null in output)
- Location filtering works best with major Polish cities listed above
- Data is scraped from the public OLX.pl platform and may change without notice
- Respect OLX.pl's terms of service and use the data responsibly