OLX.ba Scraper - Bosnia Marketplace Listings avatar

OLX.ba Scraper - Bosnia Marketplace Listings

Pricing

$2.00 / 1,000 listings

Go to Apify Store
OLX.ba Scraper - Bosnia Marketplace Listings

OLX.ba Scraper - Bosnia Marketplace Listings

Scrape OLX.ba, the biggest classifieds marketplace in Bosnia and Herzegovina. Search by keyword, category, price and condition. Every listing comes with prices in both BAM and EUR, and the city, canton and entity resolved from the raw city id, plus coordinates.

Pricing

$2.00 / 1,000 listings

Rating

0.0

(0)

Developer

GMPSignal

GMPSignal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

OLX.ba Scraper — Bosnia & Herzegovina Marketplace Listings

Scrapes OLX.ba, the largest classifieds marketplace in Bosnia and Herzegovina (6.8M+ live listings), and returns clean, structured rows — with two things most scrapers skip:

  • Prices in both BAM and EUR. The convertible mark is pegged to the euro by currency board (1 EUR = 1.95583 BAM), so every listing gets an exact priceEUR you can compare against Croatian, Serbian or EU market data without a conversion step.
  • Real geography. city_id is resolved to the actual city, canton and entity (Federation of BiH / Republika Srpska / Brcko District), plus coordinates — so you can map and segment listings immediately.

Output

{
"id": 75998352,
"title": "Volkswagen Golf 7 1.6 TDI",
"url": "https://olx.ba/artikal/75998352",
"priceBAM": 18500,
"priceEUR": 9459.36,
"condition": "used",
"category": "Automobili",
"topCategory": "Vozila",
"city": "Sarajevo",
"canton": "Kanton Sarajevo",
"entity": "Federacija BiH",
"latitude": 43.8562586,
"longitude": 18.4130763,
"sellerType": "shop",
"shippingAvailable": false,
"postedAt": "2026-08-18T01:32:07.000Z",
"imageCount": 12,
"images": ["https://…"]
}

With Fetch listing details enabled each row also gets description, views, sellerUsername, quantity, urgent, highlighted and the full attributes list (year, mileage, fuel, m², rooms… depending on category).

Input

  • searchQuery — keyword, e.g. iphone 15, golf 7, stan
  • categoryId — optional, e.g. 18 Automobili, 31 Mobiteli, 39 Laptopi, 22 Bicikli
  • priceFrom / priceTo — bounds in BAM
  • condition — all / new / used
  • city — substring filter on the resolved city name (Sarajevo, Banja Luka, Mostar…)
  • sortBy / sortOrder — date or price, ascending or descending
  • fetchDetails — richer rows, slower run
  • maxItems — result cap

Use cases

  • Price research & arbitrage: compare BiH prices in EUR against neighbouring markets
  • Car and real-estate dealers: track new inventory in your canton the minute it is posted
  • Market analytics: listing volume, median price and seller mix (private vs shop) per category and city
  • Lead generation: find shops and power sellers in a category
  • Monitoring: schedule hourly with a narrow query and diff the id list to catch new listings

Notes

Reads the site's own public JSON API — fast, stable and light on the source. Data is returned as published by sellers; OLX.ba does not verify listing content. Respect the marketplace's terms and applicable data protection rules when handling seller information.