Skip to Content

Polovni Automobili Data Parser & API

Polovni Automobili is the dominant car portal in Serbia and the wider Balkans — around 9.4M visits per month across hundreds of thousands of listings — and Carapis extracts its full listing data, including spec, mileage, photos and dealer details, through one REST API. Independent and data-rich with low anti-bot friction, it reaches across the ex-Yugoslav region.

CountrySerbia
TypePortal
Vehicle typesused, new, dealer, private
Monthly visits~9.4M/mo (Semrush Apr 2026)
Active listings~hundreds of K
API accessNo public API (parse-only)
Parse priority★★★★☆
Official sitewww.polovniautomobili.com

What is Polovni Automobili?

Polovni Automobili (polovniautomobili.com) is the leading car portal in Serbia, with reach across the ex-Yugoslav region. It carries dealer and private listings of used and new cars. Polovni Automobili draws ~9.4M visits per month (Semrush, Apr 2026) with hundreds of thousands of active listings.

Market Position

Polovni Automobili dominates the Serbian and broader Balkan auto market with ~9.4M monthly visits (Semrush, Apr 2026), reaching across the ex-Yugoslav region. It is independent (not part of a multinational group), data-rich and low on anti-bot — an efficient, high-value source. Carapis serves its listing data through the same unified endpoint as every other platform.

Data Fields Available

Carapis extracts a structured record from each Polovni Automobili listing:

  • Vehicle identity — make, model, trim, model year, fuel type, transmission
  • Condition — mileage
  • Pricing — listed price
  • Specification — factory options and trim
  • Listing context — dealer / seller info, seller type, location, photo gallery

Its regional reach makes Polovni Automobili a single window into the Balkan used-car market.

API Quick Start

import requests resp = requests.get( "https://api.carapis.com/v2/listings", params={"source": "polovni-automobili", "limit": 20}, headers={"Authorization": f"Bearer {API_KEY}"}, ) for car in resp.json()["results"]: print(car["make"], car["model"], car["year"], car["price"])

Get an API key at my.carapis.com  and see the full API reference. Pricing is on the pricing page.

Use Cases

  • Pricing intelligence — the Balkans’ deepest auto dataset powers residual-value and market-pricing models for dealers.
  • Market research — track inventory mix, mileage and price trends across the Serbian and ex-Yugoslav used-car market. See market research.
  • Import / export — the Balkans is an active used-car corridor; spec and dealer data support cross-border sourcing. See import & export.

Frequently asked questions