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 across 18 markets. Structured make/model filters, price change tracking, dealer contact data, vehicle specs, and mileage. Incremental mode detects new and sold cars.

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

3 days ago

Last modified

Share

What does AutoScout24 Scraper do?

AutoScout24 Scraper extracts structured listing data from autoscout24.com — including contact details (email, apply URL), full descriptions, location data, and ratings and reviews. 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

  • Incremental mode — recurring runs emit and charge only for listings that are new or whose tracked content changed. First run builds the baseline state; subsequent runs emit only new or changed records.
  • Detail enrichment — full descriptions and contact information where the source provides them.
  • Compact mode — AI-agent and MCP-friendly payloads with core fields only.
  • Notifications — push results to Telegram, Discord, or Slack after each run. Pair with incremental mode and notifyOnlyChanges to alert only on new or updated items.

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 and apply 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 jobs 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
}

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, or company 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.
  • Build outreach lists using contact details and apply URLs from listings.
  • 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.
  • Collect ratings and reviews for reputation monitoring and benchmarking.

How much does it cost to scrape autoscout24.com?

AutoScout24 Scraper is currently free to use on Apify. There is no start fee and no per-result charge during the free launch period.

  • Run start: Free
  • Per result: Free

You only use your normal Apify platform resources when you run the actor from your own account.

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.