AutoScout24 Scraper: Europe Cars, $3 per 1,000 SERP Results
Scrape AutoScout24, Europe's largest online car marketplace with millions of listings. Coverage spans 10 countries: DE, AT, CH, FR, IT, ES, NL, BE, LU and SE. Returns make, model, version, body type, color, mileage, fuel type, transmission, power (HP/kW), doors, seats, drive train, price, first registration, dealer name, location, phone, seller type and full image gallery. Search by URL or by make/model filters with price range, year range, fuel type and country.
Detail price
$0.005/result
Throughput
20 listings/page
What you can scrape
- Vehicle identity: id, title, make, model, model_version, body_type, color
- Specifications: mileage_km, fuel_type, transmission, power_hp, power_kw, num_doors, num_seats, drive_train, first_registration
- Pricing: price, currency
- Dealer: dealer_name, dealer_location, dealer_phone, seller_type (Dealer/Private)
- Media: image_url, image_urls (full gallery)
- Meta: source_url, source_platform, country_code, scraped_at
Primary use cases
- Dealer monitoring. Track inventory turnover for a specific dealership across weeks
- Used-car pricing. Build pricing models by make/model/year/mileage tuple across countries
- Cross-country arbitrage. Compare BMW 3 Series prices between .de and .ch to spot import opportunities
- EV market intelligence. Filter fuel_type=electric to size up the BEV listings count by country and price band
- Lead enrichment. Pull dealer_phone and dealer_location into a sales CRM for dealer outreach
- Market research. Aggregate mileage and price distributions to inform fleet residual value models
API example
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~autoscout24-scraper/runs?token=YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"make": "BMW",
"model": "3er",
"country": "DE",
"priceFrom": 10000,
"priceTo": 30000,
"maxResults": 100,
"includeDetails": true
}'
Integrations
- n8n, Make, Zapier: trigger runs and route listings into dealer CRMs or Slack
- AI Agents (MCP): Claude Desktop, Cursor, VS Code, LangChain, LlamaIndex
- Python, Node.js: Apify SDK for programmatic access
- Google Sheets, Airtable: make/model filters in, vehicle records out
Output fields
| Field | Type | Example |
| title | string | BMW 320d M Sport |
| make | string | BMW |
| model | string | 320d |
| price | number | 28900 |
| currency | string | EUR |
| mileage_km | integer | 45000 |
| fuel_type | string | Diesel |
| power_hp | integer | 190 |
| dealer_name | string | BMW Niederlassung Berlin |
| country_code | string | DE |
Related Actors