Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OLX API (unofficial) — examples

Note: this is an unofficial programmatic interface — an Apify actor that returns structured JSON. It is not affiliated with the platform it reads.

Runnable examples for the OLX Scraper — Listings, Prices & Sellers | $4/1K on Apify.

Scrape OLX classifieds listings by keyword across Poland, Ukraine, Bulgaria and 20+ OLX country domains. Returns title, price, currency, location, seller, photos, category and listing URL. No proxy needed. Pay per result.

What you get per record

category_id · city · created_time · currency · delivery_available · description · domain · last_refresh_time · negotiable · offer_id · parse_confidence · photo_url · photos · price · region · seller_id · seller_last_seen · seller_name · title · url · warnings

Who uses this

  • Price monitoring — track asking prices for a category or search across OLX regions.
  • Deal sourcing / arbitrage — catch underpriced listings the moment they appear.
  • Market research — supply, demand and price bands in any classifieds vertical.

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. Run a language example below. Both call the actor and print the results.
Example File
Python (apify-client) examples/python/run.py
JavaScript (apify-client) examples/javascript/run.js
Sample output (real records) examples/sample_output.json

Example input

{
  "searchQuery": "nike",
  "domain": "olx.pl",
  "maxItems": 100,
  "minPrice": 0,
  "maxPrice": 0,
  "proxyConfiguration": {}
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

Releases

Packages

Contributors