OLX.pl Scraper - Polish Classifieds & Marketplace avatar

OLX.pl Scraper - Polish Classifieds & Marketplace

Pricing

Pay per usage

Go to Apify Store
OLX.pl Scraper - Polish Classifieds & Marketplace

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

Studio Amba

Maintained by Community

Actor 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

  1. Go to OLX.pl Scraper on the Apify Store.
  2. Click Try for free to open the actor in Apify Console.
  3. Enter your search query (e.g., "laptop", "mieszkanie Warszawa", "rower").
  4. Optionally set location, category, and price filters.
  5. Click Start and wait for the run to finish.
  6. 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

FieldTypeRequiredDescription
searchQueryStringNoSearch keyword (default: "laptop")
categoryStringNoCategory slug (e.g., "elektronika", "motoryzacja")
locationStringNoCity name (e.g., "Warszawa", "Krakow", "Gdansk")
minPriceIntegerNoMinimum price filter in PLN
maxPriceIntegerNoMaximum price filter in PLN
sortByStringNoSort order: relevance, newest, cheapest, most_expensive
maxResultsIntegerNoMaximum listings to return (default: 100)
proxyConfigurationObjectNoProxy 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:

FieldTypeExample
titleString"Laptop Lenovo ThinkPad T480 i5 16GB SSD"
priceNumber1800
currencyString"PLN"
negotiableBooleantrue
conditionString"used"
locationString"Warszawa, Mokotow, Mazowieckie"
cityString"Warszawa"
regionString"Mazowieckie"
descriptionStringFull listing description text
imageUrlStringPrimary image URL
imageUrlsArrayAll listing image URLs
sellerString"Jan K."
sellerTypeString"private" or "business"
publishedDateString"2026-05-20T10:30:00+02:00"
urlStringFull OLX.pl listing URL
scrapedAtStringISO 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