Autohero Scraper: 10 EU Stores, 40+ Fields
Pricing
from $1.99 / 1,000 eu cars
Autohero Scraper: 10 EU Stores, 40+ Fields
Pull inspected used cars from Autohero across 10 EU storefronts. 40+ fields per car: accidents, damages, previous owners, service book, VAT, branch, emissions. Filter by country, brand, model, sort. $1.99/1k. No proxy needed.
Pricing
from $1.99 / 1,000 eu cars
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
Autohero Cars Scraper: All Europe Used Cars Catalog
Get the full used car inventory from Autohero in 10 European countries, in clean data you can use. No setup, no manual work. One run gives you 23,000+ inspected cars.
Autohero (AUTO1 Group) sells inspected used cars online across Germany, Austria, Spain, France, Belgium, Italy, Netherlands, Poland, and Sweden. This scraper pulls the live inventory for any combination of countries. 40+ fields per car including accident history, previous owners, service records, and dealer branch details.
What can you do with it?
- You are a cross-border trader moving cars between EU markets. Spot price gaps between Germany, France, and Italy. The same car can be 20% cheaper in one country.
- You are a market researcher building European-wide reports. Compare prices, mileage, and brand mix across all 10 countries. Build a single dataset for the whole EU.
- You are a finance or insurance provider. Get clean vehicle history for any car: accident count, damage count, previous owners, service book status. Quote policies or approve loans with confidence.
- You are a fleet manager sourcing vehicles. Get bulk data on every sedan, SUV, or compact available across Europe. Filter by year, mileage, and price.
- You are a dealership in one country watching competitors in another. Track what Autohero is selling in adjacent markets to adjust your pricing.
How to use it
- Open the actor in the Apify Store and click "Try for free".
- Pick your countries. Choose one or many from the 10 European storefronts (Germany, Austria, Spain, France, Belgium, Italy, Netherlands, Poland, Sweden).
- Set your volume. Define how many cars to extract per country (e.g. 500 each).
- Click Start. The scraper pulls the live data in minutes.
- Download your dataset in JSON, CSV, or Excel. Or pipe it straight to Google Sheets, BigQuery, or your CRM.
Input
| Field | Type | Required | Description |
|---|---|---|---|
locales | array of enum | No | Country storefronts: de (Germany), at (Austria), es (Spain), fr (France), fr-be (Belgium French), nl-be (Belgium Dutch), it (Italy), nl (Netherlands), pl (Poland), se (Sweden). |
startUrls | array of URLs | No | Optional direct Autohero car detail page URLs. |
maxItems | integer | No | Maximum cars to extract per country. Default 1000. |
pageLimit | integer | No | Batch size per query (1 to 100). Default 100. |
maxConcurrency | integer | No | Parallel requests. Default 6. |
proxyConfiguration | object | No | Optional residential proxy. Default: no proxy. |
Output
Each row is one car. Here is what a real record looks like:
{"rowType": "car","vehicleId": "522d03e4-2b6a-4a4f-a4c6-c05f3ce05a40","stockNumber": "UN54418","retailAdId": "673ccc64-21da-4404-8455-462e9ed7b359","locale": "de","countryCode": "IT","detailUrl": "https://www.autohero.com/de/peugeot-308/id/522d03e4-2b6a-4a4f-a4c6-c05f3ce05a40/","title": "Peugeot 308 1.5 Blue-HDi","make": "Peugeot","model": "308","trim": "1.5 Blue-HDi","builtYear": 2022,"firstRegistrationYear": 2023,"firstRegistration": "20230228T000000.000Z","mileageKm": 50781,"priceAmount": 19799,"priceCurrency": "EUR","monthlyPaymentAmount": 315,"monthlyPaymentCurrency": "EUR","fuelType": "Diesel","transmission": "Automatic","driveTrain": "front-wheel","powerKw": 96,"powerHp": 131,"engineCcm": 1499,"acceleration0to100": 10.6,"co2Value": 119,"emissionClass": "EURO 3544","vatType": "VAT deductible","previousOwners": 1,"accidents": 0,"damages": 42,"hasServiceBook": false,"lastServiceOn": "20260513","dealerName": "Workshop Pizzale","dealerCity": "Voghera","dealerZipcode": "27058","dealerStreet": "via Torquato Taramelli","mainImageUrl": "https://img-eu-c1.autohero.com/img/0fefdadc9865110119ed20c05ead250ed4e8b8ef71c226b71b3a9d59765b7bec/exterior/1/768x432-468e7dc428934aa59f22d8dfd5b4c071.jpg","scrapedAt": "2026-06-16T13:00:15.123Z"}
You can download the dataset in JSON, CSV, or Excel. Prices are in local currency (EUR for most countries).
Data table
| Field | Type | Description |
|---|---|---|
vehicleId | text | Autohero's internal unique vehicle ID. |
stockNumber | text | Dealer stock number. |
locale | text | Country code: de, at, es, fr, it, etc. |
countryCode | text | Country of registration. |
title | text | Full car title with model and trim. |
make | text | Manufacturer: Peugeot, BMW, Audi, etc. |
model | text | Model: 308, X3, A4, etc. |
trim | text | Trim level. |
builtYear | integer | Year of manufacture. |
firstRegistrationYear | integer | First registration year. |
firstRegistration | text | First registration date (ISO 8601). |
mileageKm | integer | Odometer reading in kilometers. |
priceAmount | integer | Listed price in local currency. |
priceCurrency | text | Price currency: EUR, etc. |
monthlyPaymentAmount | integer | Monthly finance payment in local currency. |
monthlyPaymentCurrency | text | Monthly payment currency. |
fuelType | text | Petrol, Diesel, Electric, Hybrid. |
transmission | text | Automatic or Manual. |
driveTrain | text | Front-wheel, rear-wheel, all-wheel drive. |
powerKw | integer | Engine power in kilowatts. |
powerHp | integer | Engine power in horsepower. |
engineCcm | integer | Engine displacement in cc. |
acceleration0to100 | number | 0-100 km/h time in seconds. |
co2Value | integer | CO2 emissions in g/km. |
emissionClass | text | Emission standard: EURO 6, EURO 5, etc. |
vatType | text | VAT treatment for business buyers. |
previousOwners | integer | Number of previous owners. |
accidents | integer | Number of recorded accidents. |
damages | integer | Number of recorded damages. |
hasServiceBook | boolean | True if the service book is complete. |
lastServiceOn | text | Date of last service. |
dealerName | text | Delivery branch name. |
dealerCity | text | Branch city. |
dealerZipcode | text | Branch zip code. |
dealerStreet | text | Branch street address. |
mainImageUrl | text | Cover image URL. |
detailUrl | text | Canonical Autohero URL. |
scrapedAt | text | ISO timestamp of when the data was extracted. |
Pricing
$1.99 per 1,000 listings. No monthly fee. You only pay for what you extract. The 10 countries combined have roughly 23,000 cars in stock, which would cost about $46 in a single full run.
Tips and advanced options
- Start with one country to test, then expand. Germany has the most inventory (around 8,000 cars). Italy and France are next.
- Use
maxItems: 100for a quick preview of the schema, then bump to 1000 or 2000 for full data dumps. - Set
pageLimit: 100for the fastest runs. Lower values like 25 will make more API calls but give you more granular progress. - Compare across countries by running multiple locales in sequence. The same car model can have a 15-25% price gap between Germany and Eastern Europe.
- Schedule daily runs via Apify Schedules to track inventory turnover and price changes.
FAQ
Is scraping Autohero legal? This actor extracts publicly visible car listings that anyone can see without logging in. You are responsible for ensuring your use case complies with Autohero's Terms of Service and applicable laws. Do not scrape private data beyond what is publicly displayed.
Why is the data so clean? Autohero runs on a modern backend with structured data, so every listing has consistent fields: accident count, service book status, dealer branch, emissions, finance options. No messy HTML scraping.
Can I get data from one specific country only?
Yes. Set the locales array to a single country code, e.g. ["de"] for Germany or ["fr"] for France.
How does the free trial work? New Apify users get $5 of platform credit. That is enough to extract about 2,500 cars across the 10 countries, or 23,000 cars for a full run if you top up.
Disclaimers and support
- Disclaimer: This actor is not affiliated with Autohero, AUTO1 Group, or any of their partners. The data is publicly available on the website. Make sure your usage complies with Autohero's terms of service and applicable laws.
- Support: Open an issue from the Issues tab for bug reports or feature requests. Custom enterprise solutions with regional catalog filters, CSV exports, or API integrations are also available.