OLX Poland Classifieds Scraper
Pricing
from $2.99 / 1,000 classified listings
OLX Poland Classifieds Scraper
Public-page metadata extraction Actor for the inventory entry OLX Poland Classifieds Scraper.
Pricing
from $2.99 / 1,000 classified listings
Rating
0.0
(0)
Developer
w3crawler
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What does OLX Poland Classifieds Scraper do?
OLX Poland Classifieds Scraper extracts real public classified listings from OLX.pl. It supports current search/category result cards and Product or Offer JSON-LD on listing pages, returning titles, displayed prices, locations, publication/refresh labels, images, and official listing URLs. Runs on Apify can be called through the API, scheduled, monitored, and connected to downstream integrations.
Why use OLX Poland Classifieds Scraper?
Use it to monitor public marketplace supply, compare displayed prices, collect research datasets, track categories, or feed public listing data into an analysis workflow. The Actor emits honest diagnostics when access or parsing fails and never turns a block page into listing data.
How to scrape OLX.pl listings
- Open the Actor input form.
- Add one or more public OLX.pl search, category, or listing URLs.
- Choose a bounded
maxItemsvalue. - Run the Actor and inspect the dataset.
- Export the verified rows or consume them through the Apify API.
Direct requests are the default. Standard Apify Proxy settings can be supplied when justified, using one consistent session. The Actor does not solve CAPTCHAs, sign in, access private messages, or bypass access controls.
Input
{"startUrls": [{ "url": "https://www.olx.pl/oferty/q-iphone/" }],"maxPages": 1,"maxItems": 20,"timeoutMs": 30000,"maxBytes": 10000000}
query (or the compatibility alias searchQuery) optionally filters extracted structured records. proxyConfiguration accepts standard Apify Proxy settings. requestDelayMs and maxRequestRetries provide bounded pacing and retry control. fixturePath is limited to explicit checked-in local QA fixtures and never replaces failed live access. Inputs are restricted to public HTTPS OLX.pl hosts and bounded to 25 supplied pages and 100 output rows.
Output
{"recordType": "olx-poland-listing","title": "iPhone 14 128 GB","price": "1 250 zł","priceCurrency": "PLN","city": "Mogilno","officialUrl": "https://www.olx.pl/d/oferta/example-CID99-IDexample.html","images": ["https://ireland.apollo.olxcdn.com/v1/files/example-PL/image"],"provenance": "public_olx_poland_result_card"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel. Optional values are omitted when OLX does not publish them; barter labels such as “Zamienię” are preserved rather than converted into a fake numeric price.
Data table
| Field | Description |
|---|---|
title | Public listing title |
price | Displayed price or barter label |
priceCurrency | Currency when a monetary price is shown |
city | Public location label |
availability | Source-provided availability state, when published by OLX |
postedText / refreshedText | Original public publication or refresh label |
publishedAt / lastRefreshedAt | ISO timestamp when the source supplies an ISO-like date |
officialUrl | OLX.pl listing URL |
images | Public listing-card images |
provenance | Whether the row came from a result card or JSON-LD |
How much does it cost to scrape OLX.pl?
Cost depends on requested pages, response sizes, proxy use, and run frequency. Start with one page and a small item limit. Direct HTTP is efficient and usually keeps compute usage low; proxy traffic can add cost.
Tips and advanced options
Use focused search/category URLs for relevant data, keep maxItems bounded, and prefer direct access while it remains reliable. If a page exposes Product or Offer JSON-LD, the Actor can collect richer structured attributes in addition to result-card fields.
FAQ, disclaimers, and support
Scrape only public data you are permitted to collect and follow applicable laws and website terms. Listings may change or disappear, and some cards may omit optional fields. Report reproducible issues through the Actor’s Issues tab; custom extraction requirements can be evaluated separately.