Autoscout24 Scraper avatar

Autoscout24 Scraper

Deprecated

Pricing

from $200.00 / 1,000 results

Go to Apify Store
Autoscout24 Scraper

Autoscout24 Scraper

Deprecated

Production-grade scraper for AutoScout24 vehicle listings. Extracts comprehensive vehicle data including specifications, features, seller info, and images.

Pricing

from $200.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

18 days ago

Last modified

Share

Extract car listings from AutoScout24 — Europe's largest car marketplace with millions of listings across Germany, Austria, Belgium, France, Italy, Netherlands, Poland, Spain, and Switzerland.

Get full listing data including make, model, year, price, mileage, specs (engine, power, fuel), seller details, photos, and exact location — all without proxies or API keys.

Features

  • Search cars by make, model, year range, price range, fuel type, transmission, mileage, and condition
  • Get car details by providing specific AutoScout24 listing URLs
  • 9 country markets supported: DE, AT, BE, FR, IT, NL, PL, ES, CH
  • 33 output fields per listing including all specs, pricing, and seller info
  • No proxy required — works from datacenter IPs
  • No API key or registration needed

Input

FieldTypeDescription
modeSelectsearchCars (search with filters) or getCarDetails (fetch by URLs)
makeSelectCar brand (BMW, Volkswagen, Mercedes-Benz, etc.)
modelStringModel name (e.g., "3 Series", "Golf", "A4")
yearFrom / yearToIntegerFirst registration year range
priceFrom / priceToIntegerPrice range in EUR
mileageMaxIntegerMaximum mileage in kilometres
fuelTypeSelectpetrol, diesel, electric, hybrid, lpg, cng
transmissionSelectautomatic, manual, semi-automatic
countrySelectCountry marketplace: de, at, be, fr, it, nl, pl, es, ch
conditionSelectnew, used, or any
listingUrlsArrayListing URLs for getCarDetails mode
maxItemsIntegerMaximum records to return (default 100)

Example Input

{
"mode": "searchCars",
"make": "BMW",
"fuelType": "diesel",
"yearFrom": 2015,
"yearTo": 2022,
"priceFrom": 10000,
"priceTo": 40000,
"country": "de",
"maxItems": 50
}

Output

Each record contains:

FieldDescription
idUnique listing UUID
makeCar manufacturer
modelModel name
variantVariant/trim level
yearFirst registration year
conditionnew or used
mileageKmMileage in kilometres
priceEurPrice in EUR
fuelTypeFuel type (normalised)
transmissionTransmission type
bodyTypeBody type (Saloon, SUV, etc.)
bodyColorExterior colour
powerKwEngine power in kW
powerHpEngine power in HP
displacementEngine displacement in cc
driveTrainDrive train (RWD, FWD, 4WD)
cylindersNumber of cylinders
doorsNumber of doors
seatsNumber of seats
firstRegistrationFirst registration date
fuelConsumptionWLTP fuel consumption
co2EmissionsGkmCO2 emissions in g/km
locationCity, Country
cityCity name
countryCodeCountry code (DE, AT, etc.)
zipPostal code
sellerTypeDealer or Private
sellerNameSeller company name
sellerIdSeller ID
sellerRatingStarsDealer rating (1-5)
sellerRatingCountNumber of ratings
photosArray of photo URLs
listingUrlFull listing URL
sourceUrlSource URL
recordTypeAlways "carListing"
scrapedAtUTC ISO timestamp

Example Output

{
"id": "fa84e6e3-b4dd-4844-ba24-c129042e330a",
"make": "BMW",
"model": "3 Series",
"variant": "318d Sport Line",
"year": 2018,
"condition": "used",
"mileageKm": 123456,
"priceEur": 15900,
"fuelType": "diesel",
"transmission": "automatic",
"bodyType": "Saloon",
"bodyColor": "Black",
"powerKw": 110,
"powerHp": 150,
"displacement": 1998,
"driveTrain": "RWD",
"cylinders": 4,
"doors": 4,
"seats": 5,
"firstRegistration": "2018-06-01",
"fuelConsumption": "5.0 l/100 km (comb.)",
"co2EmissionsGkm": "133 g/km (comb.)",
"location": "Munich, DE",
"city": "Munich",
"countryCode": "DE",
"zip": "80333",
"sellerType": "Dealer",
"sellerName": "BMW München GmbH",
"sellerId": "12345678",
"sellerRatingStars": 4,
"sellerRatingCount": 42,
"photos": ["https://prod.pictures.autoscout24.net/..."],
"listingUrl": "https://www.autoscout24.de/offers/bmw-318d-fa84e6e3",
"sourceUrl": "https://www.autoscout24.de/offers/bmw-318d-fa84e6e3",
"recordType": "carListing",
"scrapedAt": "2026-05-30T10:00:00+00:00"
}

FAQ

Which countries are supported? Germany (de), Austria (at), Belgium (be), France (fr), Italy (it), Netherlands (nl), Poland (pl), Spain (es), Switzerland (ch). Each has its own AutoScout24 domain.

How many listings can I scrape? AutoScout24 shows up to 400 results per search (20 pages × 20 results). Use specific filters to target the listings you need.

Can I scrape without make/model filters? Yes — leaving make and model empty returns all listings for the country with any other filters applied.

Are photo URLs accessible? Yes — all photo URLs point directly to AutoScout24's CDN and are publicly accessible.

Do I need an AutoScout24 account? No — all public listing data is accessible without registration.

What are typical run times? About 100 listings take ~60 seconds. For 1000 listings expect 5-8 minutes.

Data Source

Data is sourced from AutoScout24, Europe's largest online car marketplace with 2+ million listings across 18 countries. This scraper targets the public search results and listing detail pages.