Germany Car Data Scraper 4 Websites πŸ‡©πŸ‡ͺ avatar

Germany Car Data Scraper 4 Websites πŸ‡©πŸ‡ͺ

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Germany Car Data Scraper 4 Websites πŸ‡©πŸ‡ͺ

Germany Car Data Scraper 4 Websites πŸ‡©πŸ‡ͺ

Scrape German car listings from 4 automotive marketplaces in a single run. Collect vehicle prices, make, model, year, mileage, fuel type, transmission, location, seller details, images, and listing URLs in one unified dataset for price comparison and automotive market research.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Jordan Byte

Jordan Byte

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Search all 4 major German car marketplaces at once, from a single input. Give it a make and it queries AutoScout24, Instamotion, Kleinanzeigen, and Mobile.de - Germany's largest marketplace - concurrently, returning one comprehensive dataset instead of running four separate scrapers by hand.

What does All Car Data Scraper Germany do?

All Car Data Scraper Germany searches every major German car site for the same make in a single run: AutoScout24, Instamotion, Kleinanzeigen, and Mobile.de. All 4 sites run by default - this Actor is built for maximum coverage, not just the fast ones. Every result lands in one dataset with a consistent set of fields and a source field showing which site it came from.

Why use All Car Data Scraper Germany?

  • Maximum market coverage - including Mobile.de by default, Germany's largest car marketplace, alongside three other sites covering dealer platforms and private-seller classifieds.
  • Cross-site price comparison - see what the same make is going for across every major German site in one table.
  • One input, one dataset - no need to run and merge four separate Actors yourself.
  • Market research - the fullest picture of a make's German market this repo offers.

How to use All Car Data Scraper Germany

  1. Go to the Input tab.
  2. Set Make (required) and Model (optional - only AutoScout24 uses it for filtering).
  3. Leave Sites to search empty to search all 4, or deselect Mobile.de for a faster/cheaper run (it needs a real browser + residential proxy; the other 3 don't).
  4. Click Start and wait for the run to finish.
  5. Open the Dataset tab - filter by source to see results from a specific site, or view everything together.

Input

FieldTypeDescription
makeStringCar make to search for, e.g. BMW (required).
modelStringCar model to search for, e.g. 3er. Only AutoScout24 uses this - the other sites filter by make only.
sitesArrayWhich sites to search. Leave empty to search all 4 (the default).
maxItemsPerSiteIntegerMaximum listings to collect from each site (default: 30).
proxyConfigurationObjectUsed only by Mobile.de (required there). Other sites don't need a proxy.

Example input:

{
"make": "BMW",
"model": "3er",
"maxItemsPerSite": 30
}

Output

Each listing is saved as one item, tagged with which site it came from:

{
"source": "mobilede",
"url": "https://www.mobile.de/fahrzeuge/details.html?id=444369248",
"title": "BMW 640 i Coupe*1.Hand*ALPINA*Head-Up*Kamera*",
"image": "https://img.classistatic.de/api/v1/mo-prod/images/...",
"make": "BMW 640",
"model": "i Coupe*1.Hand*ALPINA*Head-Up*Kamera*",
"price": 27900,
"currency": "EUR",
"firstRegistration": "11/2011",
"mileageKm": 89400,
"fuelType": "Benzin",
"transmission": null,
"power": "235 kW (320 PS)",
"sellerName": "Auto Scheib VSV GbR",
"location": "76694 Forst",
"condition": null
}

Data table

FieldDescription
sourceWhich site this listing came from (autoscout24, instamotion, kleinanzeigen, or mobilede)
urlThe listing's own page on that site
title, make, modelVehicle identification
price, currencyAsking price (always EUR)
firstRegistration, mileageKm, fuelType, transmission, powerCore spec, where the site provides it
sellerName, locationWho's selling it and where, where shown
conditionListed condition, e.g. Neuwagen (new car), where shown
imageListing 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 residential proxy usage (for Mobile.de). The other 3 sites are fast, no-browser requests; Mobile.de adds real browser time since it needs to get past its bot-protection challenge.

Tips for better runs

  • Deselect Mobile.de in sites for quick, cheap runs when you don't need its (much larger) inventory.
  • Mobile.de's results are filtered by make client-side after scraping (see FAQ), so finding a large quantity of a rare make there may need a higher maxItemsPerSite and more run time than the other sites.
  • Use the Apify Schedule feature to re-run this Actor periodically and track price changes across all four 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 is Mobile.de's make filter different from the other sites? Mobile.de's own server-side make filter does not reliably filter results even when driven through the site's own UI form submission (verified live) - it silently returns a mix of makes. Rather than ship a filter that appears to work but returns wrong data, this Actor's Mobile.de adapter scrapes general search results and matches each listing's make client-side, guaranteeing correct results at the cost of needing to scan more pages for rare makes.

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.