AutoScout24 [Just 💰$0.8] — European Cars + Dealer Data avatar

AutoScout24 [Just 💰$0.8] — European Cars + Dealer Data

Pricing

from $0.80 / 1,000 results

Go to Apify Store
AutoScout24 [Just 💰$0.8] — European Cars + Dealer Data

AutoScout24 [Just 💰$0.8] — European Cars + Dealer Data

💰 $0.8 per 1,000 cars. Scrape autoscout24.com — Europe's largest used-car marketplace covering Germany · Austria · Italy · Spain · France · Belgium · Netherlands · Luxembourg. 770K+ listings with full vehicle specs and verified dealer contacts.

Pricing

from $0.80 / 1,000 results

Rating

5.0

(2)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

4

Bookmarked

154

Total users

50

Monthly active users

27 minutes ago

Last modified

Share

What does AutoScout24 do?

AutoScout24 extracts structured listing data from autoscout24.com — including contact details, full descriptions, prices, and location data. It supports keyword search, location filters, and controllable result limits, so you can run the same query consistently over time. The actor also offers detail enrichment (full descriptions and contact information) where the source provides them.

New to Apify? Sign up free and use the included $5 monthly platform credit to test this actor.

Key features

  • 🌎 8-market coverage — 8 markets supported on one codebase — Germany, Austria, Belgium, France, Italy, Netherlands, Spain and Luxembourg. These are the same cars listed on the national front-ends (autoscout24.de, autoscout24.at, autoscout24.be, autoscout24.fr, autoscout24.it, autoscout24.nl, autoscout24.es, autoscout24.lu), read through autoscout24.com — so every result URL points to autoscout24.com. Pick one or more countries per run with the countries input, or schedule parallel runs to compare pricing across regions.
  • 🏷️ AutoScout24 price-rating labels — every listing carries AutoScout24's own price classification (top-price / good-price / fair-price / somewhat-expensive) plus the numeric price, so you can rank deals using the same signal buyers see on the site — no separate evaluation step.
  • ♻️ Incremental mode — daily runs emit only listings that are new or whose price/condition changed since last run. Perfect for inventory-diff dashboards and competitive pricing alerts. Saves 80–95% on recurring monitoring.
  • 🔔 Notifications — telegram / Slack / Discord / WhatsApp / webhook alerts on each run. Combine with incremental to ping only when prices or inventory actually move.
  • 📋 Detail enrichment — two-stage scraping — list first, then enrich each listing with the full detail-page payload. One input toggle controls the depth.
  • 💵 Structured pricing — listing price parsed into a numeric price field plus filter inputs (priceFrom / priceTo) so you can target a budget band. Use priceType (where supported) to exclude leasing or wholesale listings.
  • 📦 Compact mode — light payload with core fields only — comparable rows across listings without HTML or metadata overhead. Perfect for pricing dashboards.
  • ✂️ Description truncation — cap description length with descriptionMaxLength to control LLM prompt cost and dataset size — set 0 for full descriptions, or any char-limit to trim.
  • 📌 Change classification — each record carries a changeType of NEW / UPDATED / UNCHANGED / REAPPEARED / EXPIRED. Default emits NEW + UPDATED + REAPPEARED; opt into the others with emitUnchanged / emitExpired. Repost detection flags previously-expired listings that come back.
  • 📤 Export anywhere — Download the dataset as JSON, CSV, or Excel from the Apify Console, or stream live via the Apify API and integrations (Make, Zapier, Google Sheets, n8n, …).
  • 🔌 MCP connectors — export your results into Notion via Apify's MCP connectors — a clean run-summary page, no glue code. Opt-in via the App connector field; deterministic field-mapping, no AI. Built on Apify's connector framework, so more destinations open up as their catalog grows.

What data can you extract from autoscout24.com?

Each result includes Core listing fields (listingId, title, url, portalUrl, make, model, modelGroup, and variant, and more), detail fields when enrichment is enabled (description, descriptionHtml, and descriptionMarkdown), and contact information (sellerContact and sellerPhone). In standard mode, all fields are always present — unavailable data points are returned as null, never omitted. In compact mode, only core fields are returned.

Enable detail enrichment in the input to get richer fields such as full descriptions and contact information where the source provides them.

Input

The main inputs are a search keyword, an optional location filter, and a result limit. Additional filters and options are available in the input schema.

Key parameters:

  • make — Car manufacturer (e.g. bmw, mercedes-benz, volkswagen). Use URL-style slug.
  • model — Car model (e.g. 3-series, c-class, golf). Use URL-style slug. Requires make.
  • countries — Which markets to search. Multiple countries = multiple searches merged.
  • priceFrom — Minimum price in EUR.
  • priceTo — Maximum price in EUR.
  • yearFrom — First registration year from (e.g. 2018).
  • yearTo — First registration year to (e.g. 2024).
  • mileageTo — Maximum mileage in kilometers.
  • fuelType — Filter by fuel type.
  • transmission — Filter by transmission type.
  • bodyType — Filter by body type.
  • condition — Limit results by vehicle condition. all (default) includes both new and used listings. new returns only manufacturer-new vehicles. used returns only pre-owned listings.
  • ...and 30 more parameters

Input examples

All BMW 3 Series in Germany — Pick a make and model, then one or more country codes. This is the primary way to target listings.

→ One record per listing with price, mileage, year, fuel, transmission, seller, location and (with includeDetails) the full spec sheet and description.

{
"make": "BMW",
"model": "3er",
"countries": [
"DE"
],
"maxResults": 50,
"includeDetails": true
}

Filtered: recent low-mileage diesels under €25k — Narrow the results with filters — price, year, mileage, fuel and body type.

→ Only listings matching every filter.

{
"make": "Audi",
"model": "A4",
"countries": [
"DE",
"AT"
],
"priceTo": 25000,
"yearFrom": 2020,
"mileageTo": 60000,
"fuelType": "diesel",
"maxResults": 100
}

Incremental: only new/changed listings each run — Set incrementalMode with a stable stateKey to emit only listings that are new or changed since the previous run.

→ A delta of NEW and UPDATED listings, so a scheduled run does not re-deliver unchanged ones.

{
"make": "Volkswagen",
"model": "Golf",
"countries": [
"DE"
],
"incrementalMode": true,
"stateKey": "vw-golf-de",
"maxResults": 200
}

Compact output — Set compact to return a slimmer record with just the core fields.

→ One compact record per listing (core fields only).

{
"make": "Porsche",
"countries": [
"DE"
],
"compact": true,
"maxResults": 30
}

Output

Each run produces a dataset of structured listing records. Results can be downloaded as JSON, CSV, or Excel from the Dataset tab in Apify Console.

Example listing record

{
"listingId": "0a79e4c9-b1c5-4de7-b28b-c9800a21226b",
"title": "BMW 320 d Sport Line PANO*LED 18\"M Sport ALU",
"url": "https://www.autoscout24.com/offers/bmw-320-d-sport-line-pano-led-18m-sport-alu-diesel-black-0a79e4c9-b1c5-4de7-b28b-c9800a21226b",
"portalUrl": "https://www.autoscout24.com/offers/bmw-320-d-sport-line-pano-led-18m-sport-alu-diesel-black-0a79e4c9-b1c5-4de7-b28b-c9800a21226b",
"make": "BMW",
"model": "320",
"modelGroup": "3 Series",
"variant": "Touring",
"modelVersion": "d Sport Line PANO*LED 18\"M Sport ALU",
"bodyType": "Station Wagon",
"vehicleType": "Car",
"condition": "Used",
"mileageKm": 277400,
"firstRegistration": "2013-04-01",
"fuelType": "Diesel",
"transmission": "Manual",
"powerKw": 120,
"powerHp": 163,
"engineDisplacementCcm": 1995,
"cylinders": 4,
"driveTrain": "Rear Wheel Drive",
"bodyColor": "Black",
"paintType": "Metallic",
"numberOfSeats": 5,
"numberOfDoors": 4,
"price": 5950,
"priceFormatted": "€ 5,950",
"currency": "EUR",
"priceNegotiable": false,
"priceEvaluation": "top-price",
"vatDeductible": false,
"sellerType": "Dealer",
"sellerName": "Dickreich Automobile Fulda",
"sellerContact": "Matthias Estreich",
"sellerPhone": "+491737973986",
"dealerUrl": "https://www.autoscout24.com/dealerinfo/dickreich-automobile-fulda?atype=C",
"sellerRatingStars": 4.5,
"sellerRatingCount": 14,
"country": "DE",
"city": "Burghaun",
"zip": "36151",
"latitude": 50.69395,
"longitude": 9.75469,
"imageCount": 24,
"images": [
"https://prod.pictures.autoscout24.net/listing-images/0a79e4c9-b1c5-4de7-b28b-c9800a21226b_0c0a4ddd-a7c8-4bf0-8175-6ed84effc0ec.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/0a79e4c9-b1c5-4de7-b28b-c9800a21226b_ad7cdaf6-e075-4f71-bd10-65aa990e72ee.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/0a79e4c9-b1c5-4de7-b28b-c9800a21226b_9a944885-e4bb-40d4-8926-25757b59dad8.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/0a79e4c9-b1c5-4de7-b28b-c9800a21226b_f596a1ca-9ef8-4597-b061-3491f20f86ba.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/0a79e4c9-b1c5-4de7-b28b-c9800a21226b_960f0856-37a7-4e7f-a253-bef334130004.jpg/250x188.webp",
"... 19 more items"
],
"description": "<strong>Interne Nummer für Fahrzeuganfragen: 1935</strong><br /><strong>Sonderausstattung:</strong><br />\t<ul><li>Airbag Beifahrerseite abschaltbar</li></ul>\t<ul><li>Audio-Navigationssystem Business</...",
"descriptionMarkdown": "<strong>Interne Nummer für Fahrzeuganfragen: 1935</strong><br /><strong>Sonderausstattung:</strong><br />\t<ul><li>Airbag Beifahrerseite abschaltbar</li></ul>\t<ul><li>Audio-Navigationssystem Business</...",
"contentHash": "6d755ce7f06fb289bfb689db72f2a9118cbba5a9eeb267f036b03c0b364fcb0f",
"equipment": [
"Air conditioning",
"Armrest",
"Automatic climate control, 2 zones",
"Cruise control",
"Electric tailgate",
"... 46 more items"
],
"emissionClass": "Euro 5",
"fuelConsumption": "- (l/100 km)",
"co2Emissions": "- (g/km)",
"previousOwners": 2,
"hasServiceHistory": false,
"hadAccident": false,
"nextInspection": "06/2026",
"createdAt": "2026-05-13T00:34:20.765Z",
"scrapedAt": "2026-05-15T23:58:02.615Z",
"source": "autoscout24.com"
}

Incremental fields

When incremental mode is on, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED. Default output covers NEW / UPDATED / REAPPEARED; set emitUnchanged: true or emitExpired: true to opt into the others.
  • isRepost, repostOfId, repostDetectedAt — populated when a new listing matches the tracked content of a previously expired one. Set skipReposts: true to drop detected reposts from the output.

How to scrape autoscout24.com

  1. Go to AutoScout24 in Apify Console.
  2. Enter a search keyword and optional location filter.
  3. Set maxResults to control how many results you need.
  4. Enable includeDetails if you need full descriptions, contact info, equipment and emissions data.
  5. Click Start and wait for the run to finish.
  6. Export the dataset as JSON, CSV, or Excel.

Use cases

  • Extract listing data from autoscout24.com for market research and competitive analysis.
  • Track pricing trends across regions and categories over time.
  • Monitor new and changed vehicles on scheduled runs without processing the full dataset every time.
  • Use structured location data for regional analysis, mapping, and geo-targeting.
  • Feed structured data into AI agents, MCP tools, and automated pipelines using compact mode.
  • Export clean, structured data to dashboards, spreadsheets, or data warehouses.
  • Benchmark seller / dealer reputation using rating fields.

How much does it cost to scrape autoscout24.com?

AutoScout24 uses pay-per-event pricing. You pay a small fee when the run starts and then for each result that is actually produced.

  • Run start: $0.005 per run
  • Per result: $0.0008 per listing record

Example costs:

  • 10 results: $0.013
  • 25 results: $0.025
  • 100 results: $0.085
  • 200 results: $0.17
  • 500 results: $0.41

Example: recurring monitoring savings

These examples compare full re-scrapes with incremental runs at different churn rates. Churn is the share of vehicles that are new or whose tracked content changed since the previous run. Actual churn depends on your query breadth, source activity, and polling frequency — the scenarios below are examples, not predictions.

Example setup: 250 vehicles per run, daily polling (30 runs/month). Costs scale linearly with the number of vehicles.

Churn rateFull re-scrape run costIncremental run costSavings vs full re-scrapeMonthly cost after baseline
5% — stable niche query$0.21$0.01$0.19 (93%)$0.45
15% — moderate broad query$0.21$0.04$0.17 (83%)$1.05
30% — high-volume aggregator$0.21$0.07$0.14 (68%)$1.95

Full re-scrape monthly cost at the same cadence: $6.15. First month with incremental costs $0.64 / $1.22 / $2.09 for the 5% / 15% / 30% scenarios because the first run builds baseline state at full cost before incremental savings apply.

Platform usage (compute and proxies) is billed separately by Apify based on actual consumption. Incremental runs consume less on result processing, though fixed per-run overhead stays the same.

FAQ

How many results can I get from autoscout24.com?

The number of results depends on the search query and available vehicles on autoscout24.com. Use the maxResults parameter to control how many results are returned per run.

Does AutoScout24 support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed vehicles on subsequent runs. This is ideal for scheduled monitoring where you want to track changes over time without re-processing the full dataset.

Can I integrate AutoScout24 with other apps?

Yes. AutoScout24 works with Apify's integrations to connect with tools like Zapier, Make, Google Sheets, Slack, and more. You can also use webhooks to trigger actions when a run completes.

Can I use AutoScout24 with the Apify API?

Yes. You can start runs, manage inputs, and retrieve results programmatically through the Apify API. Client libraries are available for JavaScript, Python, and other languages.

Can I use AutoScout24 through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode, descriptionMaxLength, a single descriptionFormat, and excludeEmptyFields to keep payloads manageable for LLM context windows.

This actor extracts publicly available data from autoscout24.com. Web scraping of public information is generally considered legal, but you should always review the target site's terms of service and ensure your use case complies with applicable laws and regulations, including GDPR where relevant.

Is there an AutoScout24 API?

AutoScout24 does not offer an official API for its car listings. This actor is the practical alternative: it returns European car market data as structured JSON — make, model, price, mileage, fuel type, transmission, full vehicle specs and verified dealer contacts — ready to load into a database, dashboard or model without any HTML parsing on your side.

Can I pull AutoScout24 data into Python?

Yes. Install the Apify client (pip install apify-client), start a run with your search parameters, and read the dataset straight into a DataFrame. The same works from Node.js, or from any language via plain HTTP — see the Apify API question above. Vehicle data extraction runs on Apify's servers, so nothing has to run locally.

What can I use European car market data for?

Common uses: pricing and depreciation analysis across the eight markets, spotting under-priced inventory with AutoScout24's own price-rating labels, dealer lead generation from verified contact details, tracking how long specific models stay listed, and feeding structured vehicle data into AI agents or valuation models.

Your feedback

If you have questions, need a feature, or found a bug, please open an issue on the actor's page in Apify Console. Your feedback helps us improve.

You might also like

Getting started with Apify

New to Apify? Create a free account with $5 credit — no credit card required.

  1. Sign up — $5 platform credit included
  2. Open this actor and configure your input
  3. Click Start — export results as JSON, CSV, or Excel

Need more later? See Apify pricing.

Disclaimer

This actor accesses only publicly available data on autoscout24.com. You are responsible for how you use the extracted data — in particular any personal information such as names, phone numbers, or email addresses — and for complying with AutoScout24's terms of use, applicable data-protection law (including the GDPR where it applies), and the anti-spam rules of your jurisdiction.

This actor is not affiliated with, endorsed by, or connected to AutoScout24.

Search keywords

autoscout24 scraper, autoscout24 api, apify autoscout24, autoscout24 data extraction, autoscout24.com scraper, autoscout24.com data, autoscout24.com api, autoscout24 germany, autoscout24 germany scraper, autoscout24 austria, autoscout24 austria scraper, autoscout24 belgium, autoscout24 belgium scraper, autoscout24 france, autoscout24 france scraper, autoscout24 italy, autoscout24 italy scraper, autoscout24 netherlands, autoscout24 netherlands scraper, autoscout24 spain, autoscout24 spain scraper, autoscout24 luxembourg, autoscout24 luxembourg scraper, car listings scraper, vehicle data extraction, used car data, marketplace scraper, listings data.