VOOZH about

URL: https://apify.com/devilscrapes/polovniautomobili-serbia-cars

⇱ Polovni Automobili Scraper β€” Serbia used cars to JSON Β· Apify


πŸ‘ Polovni Automobili Car Scraper avatar

Polovni Automobili Car Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store

Polovni Automobili Car Scraper

Under maintenance

Scrape used-car listings from polovniautomobili.com β€” Serbia's #1 car marketplace. Returns make, model, year, price (RSD/EUR), mileage, fuel, transmission, engine power, body type, color, seller, location and photos. Enriches each ad from its detail page. Export to JSON or CSV.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ DevilScrapes

DevilScrapes

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Categories

Share


🎯 What this scrapes

Polovni Automobili is Serbia's largest used-car marketplace and ships no public API. This Actor wraps a polite scrape β€” pull the search/results page, parse every car ad, and (optionally) enrich each one from its detail page: full price and currency, mileage, gearbox, engine power, registration, seller name and city, plus the photo gallery. Built on curl-cffi with rotating browser TLS impersonation and residential proxy support, so the target sees a real browser instead of a script.

πŸ”₯ What we handle for you

  • πŸ›‘οΈ Browser fingerprint rotation β€” curl-cffi impersonates real Chrome / Firefox / Safari TLS handshakes so the target sees a browser, not Python.
  • 🌐 Residential proxy rotation via Apify Proxy β€” fresh session and exit IP on every block.
  • πŸ” Retries with exponential backoff on 408 / 429 / 5xx β€” up to 5 attempts per page, Retry-After honoured.
  • 🧱 Rate-limit-aware pacing β€” when the target pushes back, we slow down instead of getting banned.
  • 🧊 Clean, typed dataset rows β€” Pydantic-validated, ISO-8601 timestamps, stable IDs, JSON / CSV / Excel export straight from the Apify Console.
  • πŸ’° Pay-Per-Event pricing β€” you only pay for results that hit your dataset. No data, no charge.

πŸ’‘ Use cases

  • Used-car market analytics β€” track asking prices by make, model, and year across the Serbian market.
  • Dealer intelligence β€” build a directory of dealers from seller_name, seller_type, and location.
  • Price monitoring β€” diff successive runs to catch reductions on the models you watch.
  • Lead sourcing β€” surface private sellers of a specific make in a specific region.
  • Inventory enrichment β€” pull mileage, gearbox, engine power, and photos for an existing watchlist of ads.

βš™οΈ How to use it

  1. Click Try for free at the top of the page.
  2. Fill in the input form β€” most fields have sensible defaults.
  3. Click Start. Output streams into the run's dataset.
  4. Export from Storage β†’ Dataset as JSON, CSV, or Excel β€” or fetch via the API.

πŸ“₯ Input

FieldTypeRequiredDefaultNotes
searchUrlstringno'β€”'Full polovniautomobili.com search/results URL with your filters already applied (e.g. https://www.polovniautomobil
maxResultsintegerno50Hard cap on dataset rows.
enrichDetailsbooleannoTrueFetch each ad's detail page for full price + currency, gearbox, engine power, registration, color, seller name and city,
proxyConfigurationobjectno{'useApifyProxy': True, 'apifyProxyGroups': ['RESIDENTIAL']}Apify Proxy spec. Residential exits are safest β€” the site can show a captcha under load.

Example input

{
"maxResults":5,
"enrichDetails":true,
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":[
"RESIDENTIAL"
]
}
}

πŸ“€ Output

Every row is one dataset item.

FieldTypeNotes
listing_idstringNumeric ad ID from polovniautomobili.com.
listing_urlstringAbsolute URL to the ad detail page.
titlestringAd title (Serbian, kept as published).
make['string', 'null']Vehicle make / brand (e.g. BMW, Audi).
model['string', 'null']Vehicle model (e.g. X6, Q5).
year['integer', 'null']Production year.
price['integer', 'null']Asking price as an integer in the listing's own currency.
currency['string', 'null']ISO-4217 currency code (EUR or RSD).
mileage_km['integer', 'null']Odometer reading in kilometres.
fuel_type['string', 'null']Fuel type (e.g. Dizel, Benzin).
transmission['string', 'null']Gearbox type (e.g. Manuelni, Automatski).
engine_power_hp['integer', 'null']Engine power in metric horsepower (KS).
engine_size_cc['integer', 'null']Engine displacement in cubic centimetres.
body_type['string', 'null']Body style (e.g. DΕΎip/SUV, Limuzina).
color['string', 'null']Exterior colour. Enrichment-only.
first_registration['string', 'null']Registered-until date as shown on the ad. Enrichment-only.
location['string', 'null']Seller city. Enrichment-only.
region['string', 'null']Seller region / district. Enrichment-only.
seller_type['string', 'null']dealer or private.
seller_name['string', 'null']Dealer or seller display name. Enrichment-only.
photo_urlsarrayPhoto gallery URLs (full-size). Enrichment-only.
description['string', 'null']Free-text ad description. Enrichment-only.
posted_date['string', 'null']Last renewed / posted timestamp. Enrichment-only.
scraped_atstringISO-8601 UTC timestamp when this row was recorded.

Example output

{
"listing_id":"29352765",
"listing_url":"https://www.polovniautomobili.com/auto-oglasi/29352765/bmw-x6-indv-mhev-iconic-hk",
"title":"BMW X6 INDV MHEV ICONIC H/K",
"make":"BMW",
"model":"X6",
"year":2021,
"price":65500,
"currency":"EUR",
"mileage_km":139869,
"fuel_type":"Dizel",
"transmission":"Automatski / poluautomatski",
"engine_power_hp":286,
"engine_size_cc":2993,
"body_type":"D\u017eip/SUV",
"color":"Bela",
"first_registration":"12.2026.",
"location":"Sombor",
"region":"Zapadno-ba\u010dki",
"seller_type":"dealer",
"seller_name":"TIM CARS DOO",
"photo_urls":[
"https://gcdn.polovniautomobili.com/user-images/thumbs/2935/29352765/1fb12874ac74-1920x1080-dw.jpg"
],
"posted_date":"2026-06-01 23:34:59",
"scraped_at":"2026-06-02T00:00:00+00:00"
}

πŸ’° Pricing

Pay-Per-Event β€” you pay only when these events fire:

EventUSDWhat it is
actor-start$0.05One-off warm-up charge per run
result-row$0.002PPE event

Example: 1 000 results at the rates above β‰ˆ $2.05. No subscription, no minimum, no card to start β€” Apify gives every new account $5 of free credit.

🚧 Limitations

We scrape only the public listing surface. Some private-seller ads hide the phone number behind a click-to-reveal widget, so seller_name may be null for individuals. Color, gearbox, registration, photos, and seller details require enrichDetails (detail-page fetch). Very large result sets are paginated by the site and capped by maxResults.

Proxy requirement: this Actor always routes through the Apify Proxy RESIDENTIAL group. Runs without residential proxy access will fail fast with a clear error message. Enable the RESIDENTIAL group in your Proxy configuration, or upgrade your Apify plan if the option is unavailable.

❓ FAQ

Do I need a search URL?

No. Leave searchUrl empty and the Actor scrapes the default used-car listing page. To filter, apply filters on the site, copy the resulting URL, and paste it in.

What currency are prices in?

Both EUR and RSD appear on the site. We capture the price as an integer plus the matching currency code (EUR or RSD) so you never have to guess.

Is detail enrichment optional?

Yes β€” set enrichDetails to false to halve the request count. You still get make, model, year, price, mileage, fuel, body type, and engine from the listing page; color, gearbox, registration, seller, and photos come only from the detail page.

Is this an official API?

No. Polovni Automobili offers no public API. This Actor scrapes the public website politely β€” respect the site's terms before commercial use.

Will it get blocked?

The site can show a captcha under load. We rotate browser TLS fingerprints and residential proxy exits, and back off on rate limits, to keep runs flowing.

πŸ’¬ Your feedback

Spotted a bug, hit a weird edge case, or need a new field? Open an issue on the Actor's Issues tab on Apify Console β€” we ship fixes weekly and we read every report.


You might also like

Auto24 Estonia Car Scraper

devilscrapes/auto24-estonia-cars

Scrape used-car listings from Auto24.ee, Estonia's #1 car marketplace β€” make, model, year, price in EUR, mileage, fuel type, gearbox, engine power, body type, drivetrain, color, location, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.

Mobile.bg Bulgaria Car Scraper

devilscrapes/mobile-bg-bulgaria-cars

Scrape used-car listings from Mobile.bg, Bulgaria's #1 car marketplace β€” make, model, year, price in EUR (with BGN), mileage, fuel type, gearbox, engine power, engine size, body type, color, location, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.

Autoplius Lithuania Car Scraper

devilscrapes/autoplius-lithuania-cars

Scrape used-car listings from Autoplius.lt, Lithuania's #1 car marketplace β€” make, model, year, price in EUR, mileage, fuel type, gearbox, engine power, body type, color, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.

Cars.bg Bulgaria Car Scraper

devilscrapes/carsbg-bulgaria-cars

Scrape used-car listings from Cars.bg, Bulgaria's largest car marketplace β€” make, model, year, price in EUR and BGN, mileage, fuel type, gearbox, engine power, body type, color, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.

Polovni Automobili Scraper β€” Serbia Vehicle Listings

rastriq/polovniautomobili-scraper

Scrape vehicle listings from PolovniAutomobili.com, Serbia's largest car marketplace. Extract price, make, model, year, mileage, fuel type, dealer/private seller info, and photos. Essential for Serbian and Balkan automotive market research.

πŸ‘ User avatar

Rastriq β€” Structured data from the world

6

OTOMOTO Poland Car Scraper

devilscrapes/otomoto-poland-cars

Scrape used-car listings from otomoto.pl, Poland's #1 car marketplace β€” price (PLN), make, model, year, mileage, fuel, transmission, engine power, body type, colour, seller type, location, and photos. Export to JSON or CSV.

willhaben Austria Car Scraper

devilscrapes/willhaben-austria-cars

Scrape used-car listings from willhaben.at, Austria's #1 marketplace β€” price, make, model, year, mileage, fuel, transmission, power, body type, colour, seller, location, and photos. Export to JSON or CSV; optionally enrich each listing with its full description.

coches.net Spain Car Scraper

devilscrapes/coches-spain-cars

Scrape used-car listings from coches.net, Spain’s #1 car marketplace β€” price, make, model, year, mileage, fuel, power, transmission, environmental label, seller, location, and photos. Export to JSON or CSV; enrich each listing with extra detail-page fields.

Bilasolur Iceland Car Scraper

devilscrapes/bilasolur-iceland-cars

Scrape used-car listings from Bilasolur.is, Iceland's #1 car marketplace β€” make, model, year, price in ISK, mileage, fuel type, drivetrain, engine power, engine size, color, registration date, and photos. Export to JSON or CSV; enrich each listing from its detail page.