AutoScout24 Scraper — European Car Listings with Dealer Data avatar

AutoScout24 Scraper — European Car Listings with Dealer Data

Pricing

Pay per usage

Go to Apify Store
AutoScout24 Scraper — European Car Listings with Dealer Data

AutoScout24 Scraper — European Car Listings with Dealer Data

Scrape autoscout24.com - Europe's largest used car marketplace with 770K+ listings. Structured make/model filters, price change tracking, and dealer contact data.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Black Falcon Data

Black Falcon Data

Maintained by Community

Actor stats

2

Bookmarked

23

Total users

10

Monthly active users

3.6 hours

Issues response

2 hours ago

Last modified

Share

What does AutoScout24 Scraper do?

AutoScout24 Scraper extracts structured listing data from autoscout24.com — including contact details, full descriptions, location data, and seller ratings. It supports 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 — autoscout24.com. Pick one or more countries per run with the countries input, or schedule parallel runs to compare pricing across regions.
  • ♻️ 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, …).

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), 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 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 — New, used, or both.
  • ...and 19 more parameters

Input examples

Basic search — Pick one or more countries from the supported taxonomy.

→ Full payload per result — all standard fields populated where the source provides them.

{
"countries": [
"DE"
],
"maxResults": 50
}

Incremental tracking — Only emit vehicles that changed since the previous run with this stateKey.

→ First run builds the baseline state. Subsequent runs emit only records that are new or whose tracked content changed. Set emitUnchanged: true to include unchanged records as well.

{
"countries": [
"DE"
],
"maxResults": 200,
"incrementalMode": true,
"stateKey": "de-tracker"
}

Compact output for AI agents — Return only core fields for AI-agent and MCP workflows.

→ Small payload with the most important fields — ideal for piping into LLMs without token overhead.

{
"countries": [
"DE"
],
"maxResults": 50,
"compact": true
}

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": "4a801222-5d50-4fd6-bd20-5b022f9019c7",
"title": "BMW 318 d Limousine *SHZ/Sportsitze/PDC/AHK*",
"url": "https://www.autoscout24.com/offers/bmw-318-d-limousine-shz-sportsitze-pdc-ahk-diesel-grey-4a801222-5d50-4fd6-bd20-5b022f9019c7",
"portalUrl": "https://www.autoscout24.com/offers/bmw-318-d-limousine-shz-sportsitze-pdc-ahk-diesel-grey-4a801222-5d50-4fd6-bd20-5b022f9019c7",
"make": "BMW",
"model": "318",
"modelGroup": "3 Series",
"variant": "Sedan",
"modelVersion": "d Limousine *SHZ/Sportsitze/PDC/AHK*",
"bodyType": "Sedan",
"vehicleType": "Car",
"condition": "Used",
"mileageKm": 306000,
"firstRegistration": "2011-02-01",
"fuelType": "Diesel",
"transmission": "Manual",
"powerKw": 105,
"powerHp": 143,
"engineDisplacementCcm": 1995,
"cylinders": 4,
"driveTrain": "Rear Wheel Drive",
"bodyColor": "Grey",
"paintType": "Metallic",
"numberOfSeats": 5,
"numberOfDoors": 4,
"price": 3890,
"priceFormatted": "€ 3,890",
"currency": "EUR",
"priceNegotiable": false,
"priceEvaluation": null,
"vatDeductible": false,
"sellerType": "Dealer",
"sellerName": "EcB-Car+plus e.K.",
"sellerContact": "Ardo Shabani",
"sellerPhone": "+4987197481066",
"dealerUrl": "https://www.autoscout24.com/dealerinfo/ecb-car-plus-e-k?atype=C",
"sellerRatingStars": 4.5,
"sellerRatingCount": 56,
"country": "DE",
"city": "Landshut",
"zip": "84030",
"latitude": 48.55113,
"longitude": 12.16111,
"imageCount": 15,
"images": [
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_bf67edec-e87a-4dbe-a569-1cd209e52083.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_99c0bab5-1781-4ad5-9c1b-2030f3e8b051.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_e7344882-e36b-41ec-9157-b03fe225fc6c.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_678e082c-d247-4e72-9f6b-0577f2b11696.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_1e8a0d23-72ec-4b7a-b735-48712cf47fda.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_6dac5589-ae43-41a0-8618-40c1c1d0080d.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_c945c576-bd03-4627-9a03-acef251d339f.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_5797f465-57bd-4c61-a0ea-1d2cbb31bb12.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_e756f0f5-966f-409f-b025-f89522acca64.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_aa3db97f-8960-4995-9f16-1573f6da55a6.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_84b64878-a4b0-41ee-a3bd-850d602a85c6.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_146f4fa8-8050-42b6-b8b0-4180d988c181.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_1e33c30d-a367-43b8-9fa8-f443ba91fcf3.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_4159b393-4041-4aca-b845-28d19c56a497.jpg/250x188.webp",
"https://prod.pictures.autoscout24.net/listing-images/4a801222-5d50-4fd6-bd20-5b022f9019c7_de0d57ea-3a6d-4530-a5e8-0a85eca9d417.jpg/250x188.webp"
],
"description": "<strong>Sonderausstattung:</strong><br /><br /><ul><li>Ablage-Paket,</li><li>Anhängerkupplung schwenkbar 1600 KG,</li><li>Comfort-Paket,</li><li>Einparkhilfe hinten,</li><li>Kopfstützen hinten klappba...",
"equipment": [
"Air conditioning",
"Armrest",
"Automatic climate control, 2 zones",
"Cruise control",
"Electrical side mirrors",
"Leather steering wheel",
"Light sensor",
"Multi-function steering wheel",
"Park Distance Control",
"Parking assist system sensors rear",
"Power windows",
"Rain sensor",
"Seat heating",
"Start-stop system",
"CD player",
"On-board computer",
"Radio",
"Automatically dimming interior mirror",
"Sport suspension",
"Trailer hitch",
"Winter tyres",
"ABS",
"Central door lock",
"Daytime running lights",
"Driver-side airbag",
"Electronic stability control",
"Fog lights",
"Immobilizer",
"Isofix",
"Passenger-side airbag",
"Power steering",
"Side airbag",
"Tire pressure monitoring system",
"Traction control"
],
"emissionClass": "Euro 5",
"fuelConsumption": "- (l/100 km)",
"co2Emissions": "- (g/km)",
"previousOwners": 3,
"hasServiceHistory": false,
"hadAccident": false,
"nextInspection": "11/2026",
"createdAt": "2026-03-25T01:21:31.518Z",
"scrapedAt": "2026-03-30T10:51:27.178Z",
"source": "autoscout24.com",
"changeType": "NEW"
}

Incremental fields

When incremental: true, each record also carries:

  • changeType — one of NEW, UPDATED, UNCHANGED, REAPPEARED, EXPIRED.
  • firstSeenAt, lastSeenAt — ISO-8601 timestamps tracking the listing across runs.
  • 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 Scraper in Apify Console.
  2. Configure the input.
  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 listings 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 Scraper 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.01
  • 100 results: $0.09
  • 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 listings 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 results per run, daily polling (30 runs/month). Event-pricing examples scale linearly with result count.

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 daily polling: $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 listings on autoscout24.com. Use the maxResults parameter to control how many results are returned per run.

Does AutoScout24 Scraper support recurring monitoring?

Yes. Enable incremental mode to only receive new or changed listings 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 Scraper with other apps?

Yes. AutoScout24 Scraper 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 Scraper 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 Scraper through an MCP Server?

Yes. Apify provides an MCP Server that lets AI assistants and agents call this actor directly. Use compact mode and descriptionMaxLength 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.

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.