AutoScout24 Scraper avatar

AutoScout24 Scraper

Pricing

from $0.80 / 1,000 results

Go to Apify Store
AutoScout24 Scraper

AutoScout24 Scraper

[ πŸ’°$0.8 / 1K] Cheap, affordable and effective. Extract car listings from AutoScout24 β€” Europe's largest online car marketplace. Get prices, specs, seller details, images, and more from 18+ countries.

Pricing

from $0.80 / 1,000 results

Rating

5.0

(1)

Developer

SolidCode

SolidCode

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

Extract car listings from AutoScout24 β€” Europe's largest online car marketplace with 2M+ active listings across 18+ countries. Get prices, specs, mileage, seller details, contact info, images, and 26+ data fields per listing. Just paste a search URL and go.

Why This Scraper?

  • 26+ data fields per listing β€” Prices, specs, mileage, registration date, fuel type, transmission, power, engine displacement, seller details, contact info, ratings, images, and more
  • 18+ countries supported β€” Works across all AutoScout24 domains: Germany (.de), Italy (.it), France (.fr), Netherlands (.nl), Spain (.es), Austria (.at), Belgium (.be), Switzerland (.ch), Poland (.pl), Romania (.ro), Croatia (.hr), Luxembourg (.lu), and more
  • No filters to configure β€” Set your search on AutoScout24, copy the URL, paste it here. All filters (make, model, price range, year, body type, fuel, mileage...) are preserved automatically
  • Multiple searches in one run β€” Process several search URLs at once to compare markets or collect different vehicle types
  • Image resolution control β€” Choose small, medium, or large images to match your needs
  • Cleaner exports β€” Repeated promoted and sponsored listings are filtered out so your dataset stays easier to analyze
  • More dependable runs β€” Long collections keep moving more reliably when the site rate-limits or temporarily blocks requests

Use Cases

Market Research & Pricing Intelligence

  • Compare car prices across European countries for the same make and model
  • Track pricing trends for specific vehicle segments (EVs, SUVs, luxury, budget)
  • Analyze price differences between new and used vehicles by region
  • Identify underpriced vehicles or market arbitrage opportunities

Dealership & Sales Intelligence

  • Build dealer databases with contact details, ratings, and inventory
  • Monitor competitor pricing and inventory levels
  • Identify high-volume dealers in specific regions
  • Extract seller contact information for partnership outreach

Data Analytics & Machine Learning

  • Build vehicle valuation models with real market data
  • Train image recognition models with categorized car photos
  • Create market reports on vehicle availability and pricing by country
  • Analyze depreciation curves for specific makes and models

Import/Export & Automotive Trade

  • Find vehicles meeting specific criteria across all European markets
  • Compare prices across countries to optimize import sourcing
  • Monitor availability of specific models in different markets
  • Track new vehicle listings matching your buying criteria

Getting Started

Go to any AutoScout24 site, set your filters, and paste the URL:

{
"searchUrls": [
"https://www.autoscout24.it/lst?atype=C&cy=I&desc=0&damaged_listing=exclude&offer=J&powertype=kw&sort=standard&ustate=N%2CU"
]
}

Multi-Country Comparison

Compare the same search across different markets in a single run:

{
"searchUrls": [
"https://www.autoscout24.de/lst?atype=C&cy=D&damaged_listing=exclude&sort=standard&ustate=N%2CU",
"https://www.autoscout24.fr/lst?atype=C&cy=F&damaged_listing=exclude&sort=standard&ustate=N%2CU",
"https://www.autoscout24.it/lst?atype=C&cy=I&damaged_listing=exclude&sort=standard&ustate=N%2CU"
],
"maxResults": 200
}

Specific Make & Model with High-Res Images

Search for a specific vehicle with full-resolution images:

{
"searchUrls": [
"https://www.autoscout24.de/lst/bmw/3er?atype=C&cy=D&damaged_listing=exclude&sort=standard&ustate=N%2CU"
],
"maxResults": 50,
"imageResolution": "1280x960"
}

Large-Scale Data Collection

Extract up to 400 listings per URL (the maximum AutoScout24 returns per search):

{
"searchUrls": [
"https://www.autoscout24.de/lst?atype=C&cy=D&damaged_listing=exclude&fregfrom=2023&fuel=E&sort=standard&ustate=N%2CU"
],
"maxResults": 0
}

Set maxResults to 0 for unlimited results (up to 400 per search URL).

Input Reference

What to Scrape

ParameterTypeDefaultDescription
searchUrlsstring[][]AutoScout24 search URLs. Go to the site, apply your filters, and copy the URL from your browser

Options

ParameterTypeDefaultDescription
maxResultsinteger100Maximum listings to extract per search URL. Set to 0 for unlimited (up to ~400 per URL)
imageResolutionstring"Medium"Image size: Small (250x188), Medium (480x360), or Large (1280x960)

Output

Each listing contains 26+ structured fields. Here's an example:

{
"listingId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"url": "https://www.autoscout24.it/annunci/bmw-330-touring-diesel-nero-1234567890",
"title": "BMW 330 Touring",
"make": "BMW",
"model": "330",
"variant": "Touring",
"price": 35900,
"priceFormatted": "EUR 35.900,-",
"priceEvaluation": "good-price",
"mileage": 42000,
"mileageFormatted": "42.000 km",
"firstRegistration": "01/2022",
"fuelType": "Diesel",
"transmission": "Automatico",
"power": "190 kW (258 CV)",
"engineDisplacement": "2.993 cc",
"condition": "Used",
"country": "I",
"city": "Milano",
"zipCode": "20100",
"sellerType": "Dealer",
"sellerName": "AutoCenter Milano",
"contactName": "Marco Rossi",
"phone": "+39 02 1234567",
"sellerRating": 4.5,
"sellerReviewCount": 128,
"images": [
"https://prod.pictures.autoscout24.net/listing-images/a1b2c3d4/image-01-480x360.webp"
],
"imageCount": 12,
"searchUrl": "https://www.autoscout24.it/lst?atype=C&cy=I&sort=standard"
}

All Available Fields

FieldTypeDescription
listingIdstringUnique listing identifier
referenceIdstringCross-reference ID
urlstringDirect link to the listing on AutoScout24
titlestringCar title (make + model + variant)
makestringManufacturer (e.g. BMW, Audi, Mercedes-Benz)
modelstringModel name (e.g. 330, A4, C-Klasse)
variantstringVariant or trim level (e.g. Touring, Sportback)
priceintegerPrice in local currency (numeric)
priceFormattedstringFormatted price with currency symbol
priceEvaluationstringPrice assessment (good-price, fair-price, etc.)
mileageintegerMileage in kilometers (numeric)
mileageFormattedstringFormatted mileage with units
firstRegistrationstringFirst registration date (MM/YYYY)
fuelTypestringFuel type (Diesel, Benzina, Elettrica, etc.)
transmissionstringTransmission type (Automatico, Manuale, etc.)
powerstringEngine power (kW and HP/CV)
engineDisplacementstringEngine displacement in cc
conditionstringVehicle condition (New, Used, Demonstration, Classic)
countrystringCountry code
citystringSeller city
zipCodestringSeller ZIP/postal code
streetstringSeller street address
sellerTypestringSeller type (Dealer or Private)
sellerNamestringDealer/company name
contactNamestringContact person name
phonestringPhone number (formatted)
phoneCallTostringPhone number (callable format)
sellerUrlstringSeller's info page URL
sellerRatingnumberSeller star rating
sellerReviewCountintegerNumber of seller reviews
imagesstring[]Image URLs at your chosen resolution
imageCountintegerTotal number of images
searchUrlstringThe search URL this listing came from

Tips for Best Results

Choosing Search URLs

  • Use AutoScout24's own filters to narrow your search β€” every filter you apply on the site is preserved in the URL
  • The more specific your filters, the more relevant your results
  • Each search URL returns up to 400 listings (20 pages of 20 results)
  • For broader datasets, use multiple search URLs with different filter combinations

Multi-Country Data Collection

  • AutoScout24 operates on different domains per country β€” use the correct domain for each market
  • Supported domains include .de, .it, .fr, .nl, .es, .at, .be, .ch, .pl, .ro, .hr, .lu, and more
  • Vehicle descriptions, fuel types, and transmission names appear in the local language

Maximizing Results

  • Set maxResults to 0 to get all available listings for a search
  • Use multiple search URLs in a single run to collect different segments efficiently
  • Choose "Large" image resolution only if you need high-quality photos β€” it increases data size

Price Evaluation

  • AutoScout24 provides a priceEvaluation field that rates listings as "good-price", "fair-price", or similar β€” useful for quickly identifying deals

Pricing

$3.00 per 1,000 listings β€” competitive pricing for comprehensive European car marketplace data.

ListingsCost
100$0.30
500$1.50
1,000$3.00
5,000$15.00
10,000$30.00

Platform fees (compute and proxy) are additional and depend on your Apify plan.

Integrations

Export your data in JSON, CSV, Excel, XML, or RSS. Connect to 1,500+ apps:

  • Zapier / Make / n8n β€” Automate workflows when new listings match your criteria
  • Google Sheets β€” Direct export for easy analysis and sharing
  • Slack / Email β€” Get notified about new listings or price drops
  • Webhooks β€” Real-time integration with your own systems
  • Apify API β€” Full programmatic access for custom applications

This actor is designed for legitimate market research, business intelligence, and automotive industry analysis. Users are responsible for complying with applicable laws and AutoScout24's Terms of Service. Do not use collected data for spam, harassment, or any illegal purpose.