Automation
Auto24 Estonia Car Scraper
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.
Free Apify credit covers a first run. No credit card to try.
What this Actor scrapes
Auto24.ee is Estonia's largest used-car marketplace and ships no public API. This Actor scrapes the public listings — paste a filtered search URL or use the default used-cars feed — and returns one clean, typed row per car: make, model, year, price (EUR), mileage (km), fuel, gearbox, engine power, body type, drivetrain, location, and photo URLs. Optional detail-page enrichment fills in color, engine size, first registration, seller, and the full spec table. Built on curl-cffi with browser TLS impersonation and Apify residential proxies.
What we handle for you
- 🛡️ Browser fingerprint rotation —
curl-cffiimpersonates 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-Afterhonoured. - 🧱 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
- Market pricing — track used-car asking prices by make, model, and year across Estonia.
- Dealer intelligence — monitor inventory and pricing moves from <code>seller_type</code> and <code>location</code>.
- Cross-border arbitrage — compare Estonian prices against other Baltic and EU markets to spot import deals.
- Depreciation modelling — build price-vs-mileage and price-vs-age curves per model.
- Lead generation — surface fresh private-seller listings the moment they post.
Input
Paste this into the Apify Console, or send it as the run input over the API. Proxy settings are on by default; you rarely need to touch them.
| Field | Type | Required | What it does |
|---|---|---|---|
searchUrl | string | no | Full Auto24.ee search/results URL with filters already applied (e.g. https://www.auto24.ee/kasutatud/nimekiri.php?bn=1&aARV=2015). Leave empty to scrape the default used-cars feed. |
maxResults | integer | no | Hard cap on dataset rows. |
enrichDetails | boolean | no | Fetch each listing's detail page for color, engine size, first registration, seller, and the full spec table. Doubles the request count. |
{
"maxResults": 5,
"enrichDetails": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
} Output
One row per result, schema-validated before it is written. Export JSON, CSV, Excel or XML from the run, or read it over the API.
listing_idlisting_urltitlemakemodelyearpricecurrencymileage_kmfuel_typetransmissionengine_power_hpengine_size_ccbody_typecolorfirst_registration
{
"listing_id": "4311346",
"listing_url": "https://www.auto24.ee/soidukid/4311346",
"title": "Volkswagen Passat 2.0 103kW",
"make": "Volkswagen",
"model": "Passat",
"year": 2005,
"price": 2500,
"currency": "EUR",
"mileage_km": 287000,
"fuel_type": "Diisel",
"transmission": "Automaat",
"engine_power_hp": 140,
"engine_size_cc": 1968,
"body_type": "Universaal",
"color": null,
"first_registration": "12/2005",
"location": "Tallinn",
"region": "Esivedu",
"seller_type": "private",
"seller_name": "Volodymyr Kolomoiets",
"photo_urls": [
"https://img13.img-bcg.eu/h32/8af423/s1/205884093.jpg"
],
"description": null,
"posted_date": null,
"scraped_at": "2026-06-02T10:00:00+00:00"
} Pricing
| Event | Price | When |
|---|---|---|
| Actor start | $0.20 | Once per run, covers warm-up and proxy session setup. |
| result-row | $0.0020 | Per result written to the dataset. |
You pay only for results that land. Cap any run with maxTotalChargeUsd. See pricing & billing for worked examples.
FAQ
Do I need a search URL?
What currency are prices in?
What does detail enrichment add?
Is this an official Auto24 API?
The labels are in Estonian — can I get English?
Ready to run it?
Open the listing on Apify, paste the input above, and watch rows land. If it ever breaks, it is our problem before it is yours.
Related Actors