AutoScout24 Details Scraper
Pricing
from $0.00005 / actor start
AutoScout24 Details Scraper
Scrape car listings from AutoScout24 — Europe's largest car marketplace. Extract price, mileage, fuel type, power, gearbox, dealer info, and full-resolution photos from any search result. Just paste your search URL and get structured data ready to download.
Pricing
from $0.00005 / actor start
Rating
0.0
(0)
Developer
Alkausari M
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Extract structured car listing data from AutoScout24 — Europe's largest online car marketplace. This Actor collects detailed information from individual car listing pages including price, mileage, fuel type, power, dealer info, and full-resolution photos. No coding required — just paste your search URL and run.
What does AutoScout24 Details Scraper do?
This scraper works in two automatic stages:
- Listings stage — calls alkausari_mujahid/autoscout24-listings-urls-scraper to handle AutoScout24's dynamic, JavaScript-rendered search pages and collect all matching car listing URLs.
- Details stage — processes each car's detail page directly using a fast HTTP crawler (no browser needed), extracting the full information and saving it to a structured dataset you can download as JSON, CSV, or Excel.
This two-stage approach is significantly faster than a browser-only scraper: the heavy JavaScript rendering is handled only for listing pages, while the far more numerous detail pages are scraped with lightweight HTTP requests.
The result is a clean, ready-to-use dataset of cars matching your search criteria, complete with high-resolution photos.
Why use AutoScout24 Details Scraper?
- Market research — track prices, availability, and specs for specific car models across Europe.
- Price comparison — compare dealer pricing for the same make and model across different regions.
- Lead generation — build a list of dealers selling specific car types.
- Inventory monitoring — schedule regular runs to see how prices change over time.
- Data analysis — export to CSV/Excel or connect to your own tools via the Apify API.
How to use AutoScout24 Details Scraper
Step 1 — Go to AutoScout24 and use the filters (make, model, year, price, mileage, country, etc.) to set up the search you want.
Step 2 — Copy the URL from your browser's address bar after applying the filters.
Step 3 — Open this Actor in Apify Console and paste the URL into the Listing page URLs field.
Step 4 — Enter your Apify API Token. You can find it in your Apify account settings under the API & Integrations tab.
Step 5 — Click Start and wait for the run to finish. The Actor will first collect all matching car links, then scrape each one.
Step 6 — Go to the Output tab and download your results in JSON, CSV, HTML, or Excel format.
Input
| Field | Description | Required |
|---|---|---|
| Listing page URLs | One or more AutoScout24 search/filter page URLs | Yes* |
| Apify API Token | Your personal Apify token (used to run the listings scraper internally) | Yes* |
| Max detail pages to scrape | Limits how many car detail pages are scraped (default: 200) | No |
| Max requests for listings scraper | Limits how many pages the listings stage visits (default: 200) | No |
| Proxy Configuration | Proxy settings for scraping. Leave as default if unsure. | No |
| Detail page URLs (developer mode) | Paste specific car detail page URLs to skip the listings stage — useful for testing | No |
* Not required when using developer mode (Detail page URLs).
Example input
{"startUrls": [{ "url": "https://www.autoscout24.com/lst/audi?atype=C&cy=D&sort=standard" }],"apifyToken": "your_apify_token_here","maxRequestsPerCrawl": 200,"proxyConfiguration": { "useApifyProxy": false }}
Output
Each car listing is saved as one record. You can download the full dataset in JSON, CSV, HTML, or Excel format from the Output tab.
Example output record
{"url": "https://www.autoscout24.com/offers/audi-q5-sportback-...","title": "Audi Q5","make": "Audi Q5","version": "Sportback 2.0 TDI","price": "€ 73,900","mileage": "12,000 km","gearbox": "Automatic","firstRegistration": "01/2024","fuelType": "Electric/Gasoline","power": "220 kW (299 hp)","sellerType": "Dealer","location": "Bolzano, Italy","dealerName": "Eurocar Italia Srl","dealerRating": "4.5","dealerRatingsCount": "38 Ratings","imageCount": 9,"images": ["https://prod.pictures.autoscout24.net/listing-images/.../1920x1080.jpg","..."]}
Data fields
| Field | Description |
|---|---|
url | Direct link to the car listing on AutoScout24 |
title | Car title as shown on the listing page |
make | Brand name (e.g. Audi, BMW, Volkswagen) |
version | Model version or trim level |
price | Listed price in the seller's local currency |
mileage | Odometer reading |
gearbox | Transmission type (Manual / Automatic) |
firstRegistration | Month and year the car was first registered |
fuelType | Fuel type (Gasoline, Diesel, Electric, Hybrid, etc.) |
power | Engine power in kW and hp |
sellerType | Whether the seller is a Dealer or a Private individual |
location | City and country of the seller |
dealerName | Name of the dealership |
dealerRating | Average dealer rating score |
dealerRatingsCount | Number of ratings the dealer has received |
imageCount | Total number of photos on the listing |
images | Array of full-resolution photo URLs (1920×1080) |
Tips and advanced options
- Narrow your search first — apply filters on AutoScout24 (model year, mileage, price, country) before copying the URL. This keeps your runs fast and focused on exactly what you need.
- Scrape multiple searches at once — you can paste several search URLs in the Listing page URLs field to combine results from different filters into one dataset.
- Schedule regular runs — use Apify's built-in scheduler to run this Actor weekly or daily and track how car prices change over time.
- Test before a big run — use the Detail page URLs (developer mode) field with one or two specific car URLs to verify the data looks correct before running a full scrape.
- Download as CSV or Excel — perfect for opening directly in Google Sheets or Microsoft Excel for your own analysis, no extra tools needed.
- Connect to other apps — use Apify's integrations with Zapier, Make (Integromat), Google Sheets, and more to send results automatically wherever you need them.
FAQ, disclaimers, and support
Is it legal to scrape AutoScout24? This Actor collects only publicly visible listing data — the same information any person sees when browsing the site. Always use the data responsibly and in accordance with AutoScout24's Terms of Service. Do not use scraped data for spam, unauthorized redistribution, or any purpose that violates applicable laws.
Why are some fields empty (null)?
AutoScout24 sellers are not required to fill in every field. If a car listing is missing mileage or first registration date, those fields will appear as null in the output.
The Actor finished but I got fewer results than expected — why? The Max detail pages to scrape setting limits how many car pages are processed. Increase this value if you need more results. Also check whether your search URL returned fewer listings than expected.
Can I scrape cars from a specific country? Yes — AutoScout24 lets you filter by country directly on the website. Apply the country filter, copy the URL, and paste it into the Actor. You can also combine multiple country URLs.
I found a bug or need help. Please open an issue in the Issues tab of this Actor on Apify Console. For custom scraping solutions or enterprise needs, contact us through Apify.