๐Ÿ”๐Ÿš™ AutoScout24 Scraper avatar

๐Ÿ”๐Ÿš™ AutoScout24 Scraper

Under maintenance

Pricing

Pay per usage

Go to Apify Store
๐Ÿ”๐Ÿš™ AutoScout24 Scraper

๐Ÿ”๐Ÿš™ AutoScout24 Scraper

Under maintenance

Scrape car listings from AutoScout24 โ€” prices, specs, dealer info, images, and more.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jasper Thys

Jasper Thys

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Share

Turn any AutoScout24 search URL into a clean dataset of car listings โ€” prices, specs, photos, equipment, and dealer contacts (email included) โ€” in seconds.

AutoScout24 is Europe's largest online car marketplace. This actor extracts every listing on a search page (or the full detail of any single listing) and outputs structured JSON ready for spreadsheets, dashboards, CRMs, or your own ML pipeline.


โœจ What you get

For every car listing, this scraper returns:

  • Identity โ€” title, brand, model, model version, listing ID, direct URL, vehicle type, body type
  • Price โ€” exact amount, currency, and pre-formatted string (โ‚ฌ 26,990), plus AS24's own price benchmark ("Very good price", "Fair price"โ€ฆ) with full price-range breakdown
  • 24 structured attributes โ€” Mileage, Power (kW), Fuel, Transmission, First Registration, Emission Class, Number of Owners, Cylinders, Doors, Seats, Colour, Interior Design, Climate, Parking sensors, Airbags, Weight, COโ‚‚, and more
  • Full equipment list โ€” every feature checkbox from Comfort, Entertainment, Extras, and Safety categories (often 50โ€“80 items per car)
  • All photos โ€” full-resolution image URLs (not thumbnails)
  • Description โ€” the seller's complete HTML write-up
  • Dealer contact data โ€” name, address, country, ZIP, all phone numbers with type (Mobile, Office, WhatsApp), email, dealer logo, link to dealer page, ratings (average score + review count), active-since date
  • Timestamps โ€” when the listing was created and last modified
  • Rank โ€” original position in the search results

๐ŸŒ Supported markets

Works across all AutoScout24 country domains:

๐Ÿ‡ฉ๐Ÿ‡ช .de ยท ๐Ÿ‡ฆ๐Ÿ‡น .at ยท ๐Ÿ‡ฎ๐Ÿ‡น .it ยท ๐Ÿ‡ง๐Ÿ‡ช .be ยท ๐Ÿ‡ณ๐Ÿ‡ฑ .nl ยท ๐Ÿ‡ซ๐Ÿ‡ท .fr ยท ๐Ÿ‡ช๐Ÿ‡ธ .es ยท ๐Ÿ‡ต๐Ÿ‡ฑ .pl ยท ๐Ÿ‡ฌ๐Ÿ‡ง .com (and the .com pan-European interface)

Currencies and locale formatting are detected automatically.


โšก How to use it

  1. Go to AutoScout24 in your browser, set your filters (brand, country, price range, fuel type, year โ€” anything).
  2. Copy the URL from the address bar.
  3. Paste it into the Start URL(s) field. You can paste multiple URLs.
  4. Hit Start.

That's it. You'll get up to ~400 listings per search URL (AutoScout24's hard limit per query).

You can also paste a single listing URL (/offers/...) to extract just that one car in full detail.


๐Ÿ› ๏ธ Inputs

InputDefaultWhat it does
๐Ÿ”Ž Start URL(s)โ€”One or more AutoScout24 search or listing URLs
๐Ÿ“ˆ Result limit per Start URL100Cap the number of listings extracted from each URL
โญ Review limit per seller0Scrape up to N (max 10) seller reviews per listing (disabled in lightning mode and on detail URLs)
โšก Lightning modetrueHigh-concurrency mode โ€” ~10ร— faster. Skips review scraping. Recommended for most jobs.
โŒ Failure threshold %50Mark the run as failed if more than X% of requests fail

๐Ÿ“ฆ Sample output

{
"title": "Tesla Model S 100D Performance Dual Motor",
"previewImage": "https://prod.pictures.autoscout24.net/listing-images/.../2560x1920.webp",
"vehicleType": "Car",
"bodyType": "Sedan",
"brand": "Tesla",
"model": "Model S",
"modelVersion": "100D Performance Dual Motor",
"url": "https://www.autoscout24.com/offers/tesla-model-s-...",
"price": {
"total": { "amount": 26990, "currency": "EUR", "formatted": "โ‚ฌ 26,990" }
},
"createdDate": "2026-04-23T13:06:50.124Z",
"modifiedDate": "2026-04-28T07:49:14.566Z",
"description": "<strong>BIENVENUE...",
"attributes": {
"Mileage": "148,000 km",
"Power": "383 kW",
"Fuel": "Electric",
"Transmission": "Automatic",
"First Registration": "06/2019",
"Colour": "Red",
"Interior Design": "Full leather, Black",
"Number of Vehicle Owners": 1
// ...24 fields total
},
"features": ["Air conditioning", "Air suspension", "Panorama roof", "..."],
"images": ["https://...", "https://...", "..."],
"id": "f6a66e81-008a-41f2-adce-d19f848639ff",
"rank": 0,
"priceRating": {
"rating": "Very good price",
"priceRanges": {
"Very good price": { "start": 26001, "end": 28600 },
"Good price": { "start": 28601, "end": 30100 },
"Fair price": { "start": 30101, "end": 32100 }
}
},
"dealerDetails": {
"id": 25371820,
"name": "Auto Selection Fosses",
"sellerType": "Dealer",
"phones": [{ "type": "Mobile", "number": "+32 (0)496 - 716734" }],
"email": "autoselectionfosses@outlook.com",
"url": "https://www.autoscout24.com/dealerinfo/auto-selection-fosses/about-us",
"address": "Rue Tienne Drion 506, 5070 Sart-Eustache, BE",
"addressStructured": {
"street": "Rue Tienne Drion 506",
"city": "Sart-Eustache",
"countryCode": "BE",
"zip": "5070"
},
"iconUrl": "https://prod.pictures.autoscout24.net/dealer-info/...",
"reviewPageUrl": "https://www.autoscout24.com/dealerinfo/.../ratings",
"rating": { "averageScore": 4.73, "count": 65 }
}
}

๐Ÿ’ก Use cases

  • Lead generation โ€” pull dealer contact info (name, phone, email, address) for outreach
  • Market research โ€” track pricing trends, mileage distributions, and fuel-type adoption across countries
  • Competitive intelligence โ€” monitor a competitor's stock, pricing strategy, and price-drop patterns
  • Inventory aggregation โ€” feed listings into your own marketplace, comparison tool, or AI assistant
  • Dealer benchmarking โ€” analyze rating distributions, response patterns, and stock turnover
  • Price monitoring โ€” set up scheduled runs to detect price changes on specific vehicles
  • ML training data โ€” clean, structured automotive data for pricing models, demand forecasting, or recommendation engines

๐Ÿ”— Integrations

The output works out-of-the-box with Apify's built-in integrations:

  • ๐Ÿ“Š Export to CSV / Excel / JSON in one click
  • ๐Ÿ”Œ Push to Google Sheets, Airtable, Notion, or HubSpot
  • ๐Ÿช Trigger webhooks to send each new listing to your CRM or Zapier
  • ๐Ÿค– Pipe into OpenAI / Claude for automated description analysis or vehicle classification
  • ๐Ÿ—ƒ๏ธ Stream into PostgreSQL, BigQuery, or MongoDB

โฑ๏ธ Schedule it

Pair with Apify's scheduler to monitor a search URL daily โ€” perfect for spotting new listings, price drops, or sold cars the moment they happen.


๐Ÿงฐ Notes & tips

  • Lightning mode is on by default and is the right choice for almost every job. Turn it off only if you specifically need seller reviews scraped.
  • AutoScout24 caps each search at ~400 results (20 pages ร— 20 results). To scrape more cars, split the search by country, brand, or price range and run multiple URLs in parallel.
  • Some private sellers and a small number of dealers don't publish an email anywhere on AutoScout24. In those cases the email field is null โ€” that's expected, not a bug.
  • The priceRating field only appears for vehicles where AutoScout24 has computed a price benchmark (typically high-volume mainstream models).

๐Ÿ’ฌ Questions or issues?

Spot a bug or want a feature? Open an issue and we'll take a look.