AutoScout24 Scraper - European Car Marketplace avatar

AutoScout24 Scraper - European Car Marketplace

Pricing

from $2.87 / 1,000 listing founds

Go to Apify Store
AutoScout24 Scraper - European Car Marketplace

AutoScout24 Scraper - European Car Marketplace

Scrape vehicle listings from AutoScout24, Europe's largest online car marketplace. Extract prices, specs, mileage, dealer info, and images from millions of cars across 18 countries.

Pricing

from $2.87 / 1,000 listing founds

Rating

0.0

(0)

Developer

Alessandro Santamaria

Alessandro Santamaria

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 hours ago

Last modified

Share

Scrape vehicle listings from AutoScout24, Europe's largest online car marketplace with millions of listings across 18 countries.

What data can you get?

For each vehicle listing, the scraper extracts:

  • Vehicle info: make, model, version, body type, color
  • Specs: mileage, fuel type, transmission, power (HP/kW), doors, seats, drive train
  • Pricing: price, currency, first registration date
  • Dealer: name, location, phone, seller type (dealer/private)
  • Media: main image URL, all image URLs
  • Meta: listing ID, source URL, country code, scraped timestamp

How to use

Option 1: Paste a search URL

  1. Go to autoscout24.de (or .ch, .at, .fr, .it, etc.)
  2. Use the filters to find the cars you want
  3. Copy the URL from your browser
  4. Paste it into the Search URLs field

Option 2: Use make/model filters

Set the Make (e.g., "BMW") and Model (e.g., "3er") fields. You can also set price range, year range, fuel type, and country.

Input examples

Search by URL

{
"searchUrls": ["https://www.autoscout24.de/lst?sort=standard&desc=0&atype=C&cy=D&make=bmw&model=3er"],
"maxResults": 100,
"includeDetails": true
}

Search by make/model

{
"make": "BMW",
"model": "3er",
"country": "DE",
"priceFrom": 10000,
"priceTo": 30000,
"maxResults": 50,
"includeDetails": true
}

Budget electric cars in Germany

{
"make": "Volkswagen",
"model": "ID.3",
"country": "DE",
"fuelType": "electric",
"priceTo": 25000,
"maxResults": 100
}

Output example

{
"id": "ca83343a-6238-4378-a33d-c7d069b24a14",
"title": "BMW 320d M Sport",
"make": "BMW",
"model": "320d",
"model_version": "M Sport",
"price": 28900,
"currency": "EUR",
"mileage_km": 45000,
"first_registration": "2021-06-01",
"fuel_type": "Diesel",
"transmission": "Automatik",
"power_hp": 190,
"power_kw": 140,
"body_type": "Limousine",
"color": "Schwarz",
"num_doors": 4,
"num_seats": 5,
"drive_train": "Hinterrad",
"dealer_name": "BMW Niederlassung Berlin",
"dealer_location": "10115 Berlin, DE",
"dealer_phone": "+4930123456",
"seller_type": "Dealer",
"image_url": "https://prod.pictures.autoscout24.net/listing-images/...",
"image_urls": ["..."],
"source_url": "https://www.autoscout24.de/angebote/...",
"source_platform": "autoscout24",
"country_code": "DE",
"scraped_at": "2026-03-31T12:00:00Z"
}

E-Commerce & Price Comparison

Classifieds

Enrich your data

Supported countries

DE (Germany), AT (Austria), CH (Switzerland), FR (France), IT (Italy), ES (Spain), NL (Netherlands), BE (Belgium), LU (Luxembourg), SE (Sweden)

Performance

  • Speed: ~20 listings per SERP page, detail pages add ~1.5s each
  • Memory: 128 MB (Go binary, no browser needed)
  • Cost: SERP result $0.003, detail result $0.005

Tips

  • Without details: Much faster, good for price monitoring and market overviews
  • With details: Gets body type, color, seats, doors, drive train, and description
  • Multiple searches: Pass multiple URLs to scrape different makes/models in one run

Issues & Feature Requests

If something is not working or you're missing a feature or data field, please open an issue and we'll look into it.