Mobile.de Scraper
Pricing
$1.20 / 1,000 listing result scrapeds
Mobile.de Scraper
Search mobile.de (Germany's largest used car marketplace) and get listing results: title, price, mileage, first registration, fuel type, transmission, power, location, and URL.
Pricing
$1.20 / 1,000 listing result scrapeds
Rating
0.0
(0)
Developer
Gio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Search mobile.de, Germany's largest used-car marketplace, and get structured listing results — no login required. Returns title, price, mileage, first registration, fuel type, transmission, power, location, and listing URL.
Input
| Field | Type | Description |
|---|---|---|
searchUrl | string | Optional: a full mobile.de search-results URL (e.g. copied from your browser after applying filters). Overrides query if provided. Recommended for reliable filtering. |
query | string | Free-text keyword, e.g. VW Golf, used to build a simple search URL if no searchUrl is given. |
maxItems | integer | Max listings to return (default 30) |
Example:
{"query": "VW Golf","maxItems": 30}
Or, with a direct search URL (recommended for precise filters like make/model/price/year):
{"searchUrl": "https://suchen.mobile.de/fahrzeuge/search.html?makeModelVariant1.makeId=25200&makeModelVariant1.modelId=20","maxItems": 30}
Output
{"title": "VW Golf VII 1.5 TSI Comfortline","price": 15990,"currency": "€","mileageKm": 45000,"firstRegistration": "03/2019","fuelType": "Benzin","transmission": "Automatik","power": "110 kW (150 PS)","location": "Berlin","listingUrl": "https://suchen.mobile.de/fahrzeuge/details.html?id=123456789","imageUrl": "https://img.classistatic.de/api/v1/mo-prod/images/example.jpg","scrapedAt": "2026-07-17T00:00:00.000Z"}
Common uses
- Used-car price and market research
- Tracking listings for a specific make/model over time
- Feeding listing URLs into a detail-page enrichment tool
- Dealer inventory monitoring
Notes
For best filtering accuracy, pass a searchUrl copied directly from a real mobile.de search (with your make/model/price/year filters already applied) rather than relying on the free-text query fallback, since mobile.de's search UI is primarily filter-driven rather than fulltext-search-driven. Prices and mileage are parsed assuming German number formatting (dot as thousands separator).