Used Car Data Scraper Europe (6 websites combined)
Pricing
from $1.50 / 1,000 results
Used Car Data Scraper Europe (6 websites combined)
Searches Otomoto (Poland), Marktplaats (Netherlands), AutoScout24 (Italy/France/Spain), and 2dehands (Belgium) for a make in one run, returning a unified dataset of European used car listings.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share

Search 6 European used car marketplaces at once, from a single input. Give it a make and it queries Otomoto (Poland), Marktplaats (Netherlands), AutoScout24 (Italy/France/Spain), and 2dehands (Belgium) concurrently, returning one unified dataset instead of running six separate scrapers by hand.
What does Used Car Data Scraper Europe do?
Used Car Data Scraper Europe searches multiple European used car sites for the same make in a single run: Otomoto.pl, Marktplaats.nl, AutoScout24.it, AutoScout24.fr, AutoScout24.es, and 2dehands.be. Every result lands in one dataset with a consistent set of fields and a source field showing which site it came from.
Why use Used Car Data Scraper Europe?
- Cross-border price comparison - see what the same make is going for across six different national markets in one table.
- Broader coverage - catch listings across Poland's, the Netherlands', Belgium's, Italy's, France's, and Spain's biggest car marketplaces at once.
- One input, one dataset - no need to run and merge six separate Actors yourself.
- Market research - get a pan-European view of a make's pricing and availability.
How to use Used Car Data Scraper Europe

- Go to the Input tab.
- Set Make (required).
- Optionally pick specific Sites to search - by default this runs one site per platform (Otomoto, Marktplaats, AutoScout24 Italy, 2dehands), skipping the AutoScout24 France/Spain variants so the same platform isn't listed three times by default.
- Click Start and wait for the run to finish.
- Open the Dataset tab - filter by
sourceto see results from a specific site, or view everything together.
Input

| Field | Type | Description |
|---|---|---|
make | String | Car make to search for, e.g. BMW (required). |
sites | Array | Which sites to search. Leave empty for the default set (see above). |
maxItemsPerSite | Integer | Maximum listings to collect from each site (default: 30). |
Example input:
{"make": "BMW","sites": ["otomoto", "marktplaats", "autoscout24it", "twodehands", "autoscout24fr", "autoscout24es"],"maxItemsPerSite": 30}
Output


Each listing is saved as one item, tagged with which site it came from:
{"source": "otomoto","url": "https://www.otomoto.pl/osobowe/oferta/bmw-seria-5-ID6Icm4F.html","title": "BMW Seria 5","image": "https://ireland.apollo.olxcdn.com/v1/files/...","make": "BMW","model": "Seria 5","price": 79900,"currency": "PLN","firstRegistration": "1998","mileageKm": 30000,"fuelType": "Benzyna","transmission": "Automatyczna","power": "193 PS","sellerName": null,"location": "Warszawa, Mazowieckie","condition": null}
Data table
| Field | Description |
|---|---|
source | Which site this listing came from (otomoto, marktplaats, autoscout24it, twodehands, autoscout24fr, or autoscout24es) |
url | The listing's own page on that site |
title, make, model | Vehicle identification |
price, currency | Asking price, in that site's local currency (PLN for Otomoto, EUR for the rest) |
firstRegistration, mileageKm, fuelType, transmission, power | Core spec, where the site provides it |
sellerName, location | Who's selling it and where, where shown |
condition | Listed condition or price type, as each site labels it |
image | Listing photo URL |
Not every site returns every field - each site module only fills in what that site actually publishes; everything else is null rather than guessed.
Pricing / Cost estimation
How much does it cost to run this Actor? Pricing depends on your Apify plan's compute unit rate and how many sites you select. Every site here is a fast, no-browser HTTP request, so runs are inexpensive even at the full 6-site set.
Tips for better runs
- The default 4-site set already covers 4 different countries without repeating a platform - add the France/Spain AutoScout24 variants only when you specifically need those markets too.
- Note prices are in each site's local currency - Otomoto (Poland) uses PLN, the other five use EUR. Convert before comparing across sites if you need a single currency.
- Use the Apify Schedule feature to re-run this Actor periodically and track price changes across all six sites at once.
FAQ
Is this legal? This Actor only collects publicly visible listing data. You are responsible for using the data in accordance with each site's Terms of Service and any applicable laws in your jurisdiction.
Why did one site return 0 results? A single site failing (e.g. a transient block) doesn't stop the other sites' results from being returned - check the run log for that site's specific error.
Found a bug or have a feature request? Please use the Issues tab on this Actor's page - feedback directly shapes future updates.