Auto24 Estonia Car Scraper icon

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 rotationcurl-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

  • 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.

FieldTypeRequiredWhat 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

EventPriceWhen
Actor start$0.20Once per run, covers warm-up and proxy session setup.
result-row$0.0020Per 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?
No. Leave <code>searchUrl</code> empty and the Actor scrapes the default used-cars feed. To target a make, model, or price band, apply the filters on auto24.ee and paste the resulting URL — the Actor scrapes exactly that result set.
What currency are prices in?
Euros. Auto24 lists in EUR; <code>currency</code> is always <code>EUR</code> and <code>price</code> is an integer amount.
What does detail enrichment add?
Setting <code>enrichDetails</code> to true fetches each listing's detail page for color, engine displacement, first-registration date, seller name and location, and the full spec table. Set it to false to halve the request count — you still get make, model, year, price, mileage, fuel, gearbox, power, body type, drivetrain, and a photo from the listing card.
Is this an official Auto24 API?
No. Auto24 offers no public API. This Actor scrapes the public website politely.
The labels are in Estonian — can I get English?
We map the core spec fields to standard English column names (make, model, year, mileage_km, fuel_type, ...). Estonian category values such as <code>Diisel</code> or <code>Automaat</code> are preserved as-is so nothing is lost in translation.

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.

Read more

Articles about this Actor

Related Actors

Teams that run this also run