mobile.de Scraper
Pricing
from $12.00 / 1,000 results
mobile.de Scraper
Scrape car listings from mobile.de search URLs. Paste a filtered search link and export structured data: price, mileage, specs, VAT, image, and full vehicle details from each listing.
Pricing
from $12.00 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
8 days ago
Last modified
Categories
Share
π Mobile.de Vehicle Scraper
Want to find the perfect car or analyze the used car market in Europe? This scraper makes it super easy!
Paste an input_url from your browser once you've already filtered on Mobile.de (also the best way to target a precise make+model), or use structured filters (make, price, mileage, year, fuel, gearbox) β structured filters work better for AI agents. When input_url is set it overrides the filters. Either way, you get up to 200 car listings with technical specifications, pricing, and seller details as CSV or JSON.
π‘ Perfect for...
- Car Buyers: Monitor the market for the best deals on your dream car across Europe.
- Dealerships: Keep an eye on competitors' pricing and inventory to stay competitive.
- Market Research: Analyze trends in the European used car market (average prices, most popular models, mileage vs. price depreciation).
- Data Analysts: Download clean, structured data for visualizations, dashboards, or predictive pricing models.
- π€ OpenClaw & AI Agents: Power your autonomous agents with real-time car listings. Perfect for OpenClaw workflows and bots tracking specific vehicles.
- π RAG Systems: Feed detailed car specifications and pricing into Retrieval-Augmented Generation pipelines to answer complex queries about the automotive market.
- π AI Workflows: Integrate seamlessly with LangChain, AutoGPT, CrewAI, and other AI frameworks that need structured automotive data.
β¨ Why you'll love this scraper
- π Input URL or Filters: Paste a Mobile.de search URL (
input_url) if you already filtered in the browser, or use structured filters (better for AI agents).input_urlalways wins when set. - π― Structured Filters: Search by make, price, mileage, year, fuel type, and gearbox β no URL crafting required.
- βοΈ Deep Specifications: Extracts not just the price, but detailed specs like engine power, capacity, fuel type, transmission, mileage, and registration year.
- π European Market: Tap into Europe's largest vehicle marketplace.
- π€ Seller Insights: Get dealer names, addresses, ratings, and spoken languages.
π¦ What's inside the data?
For every single car listing, you will get:
- Core Details:
url,img_url,images,make,model,model_info,description - Technical Specs:
first_registration,year,km,power,power_kw,fuel_type,transmission,cubic_capacity,cylinders,weight,engine_type - Body & Condition:
seats,doors,color,manufacturer_color,interior,damage_condition,hu - Pricing & Seller:
price,currency,vat_status,dealer_name,dealer_address,dealer_rating,dealer_rating_count,dealer_languages,location - Emissions & Efficiency:
emission_class,environmental_badge,consumption,co2_emissions,co2_class,vehicle_tax - Extra Features:
features,category,owners,country_version,availability,details
π οΈ Sort options
Use sort_by to control result order:
- Most Relevant β Site default ranking
- Lowest / Highest Price
- Lowest / Highest KM
- Newest / Oldest β By first registration
π Quick start
Option A β Input URL
- Open Mobile.de, apply filters in the browser (including make+model), copy the results URL.
- Paste it into
input_url. - Set
max_cars(up to 200) and click Start.
Option B β Structured filters (better for AI agents)
- Leave
input_urlempty. - Set filters (e.g. make
BMW, price max50000, year from2020). - Choose
sort_byif you care about order; setmax_cars. - Click Start and export CSV, Excel, or JSON when done.
Tech details for developers π§βπ»
Input Example (structured filters):
{"make": "BMW","price_min": 20000,"price_max": 80000,"mileage_min": 10000,"mileage_max": 50000,"year_min": 2023,"year_max": 2026,"energy": "DIESEL","gearbox": "AUTOMATIC_GEAR","sort_by": "Lowest Price","max_cars": 100}
Input Example (URL override):
{"input_url": "https://suchen.mobile.de/fahrzeuge/search.html?dam=false&isSearchRequest=true&s=Car&vc=Car","max_cars": 200}
Output Example:
{"url": "https://suchen.mobile.de/fahrzeuge/details.html?id=457757262","img_url": "https://img.classistatic.de/api/v1/mo-prod/images/ab/abcd?rule=mo-360","images": ["https://img.classistatic.de/api/v1/mo-prod/images/ab/abcd?rule=mo-360"],"make": "BMW","model": "340","model_info": "d Touring xDrive FACEL. PANO HUD 360Β° LED","price": 42350.0,"currency": "EUR","vat_status": "19% MwSt.","description": "Sonderausstattung: M Sportpaket, Comfort Paket ...","features": ["ABS", "Allradantrieb", "LED-Scheinwerfer", "Navigationssystem"],"first_registration": "08/2025","year": 2025,"km": 25040,"power": "250 kW (340 PS)","power_kw": 250.0,"fuel_type": "Diesel","transmission": "Automatik","cubic_capacity": "2.993 cmΒ³","cylinders": "6","seats": "5","doors": "4/5","color": "Schwarz","emission_class": "Euro6","co2_emissions": "156 g/km","dealer_name": "Autohaus Unterberger GmbH","dealer_address": "Hermann-Mitsch Str. 17 DE-79108 Freiburg","dealer_rating": "4,7","location": "DE-79108 Freiburg"}
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
input_url | string | No | β | Paste a mobile.de search URL; overrides all filters below when set. Also the best way to get precise make+model. Leave empty to use filters (better for AI agents). |
make | string (select) | No | β | Car brand, matching mobile.de's own make list exactly (182 brands, e.g. Audi, BMW, Mercedes-Benz, Volkswagen, Porsche, CitroΓ«n, β¦). For a specific model, prefer pasting an input_url from the browser. |
ms | string | No | β | Advanced: raw make/model value copied from a Mobile.de search URL. Overrides make. |
price_min / price_max | integer | No | β | Price range in β¬. |
mileage_min / mileage_max | integer | No | β | Mileage range in km. |
year_min / year_max | integer | No | β | First-registration year range. |
energy | string | No | any | Fuel: PETROL, DIESEL, ELECTRICITY, HYBRID, HYBRID_DIESEL, CNG, LPG, HYDROGENIUM, ETHANOL, OTHER. |
gearbox | string | No | any | AUTOMATIC_GEAR, MANUAL_GEAR, or SEMIAUTOMATIC_GEAR. |
sort_by | string | No | Most Relevant | See sort options above. |
max_cars | integer | No | 100 | Max listings (1β200). |
Notes on make
makeis now a dropdown built from mobile.de's live make filter, so every value maps to a real numeric make ID used by the site's search β no more invalid/typo'd brands.- Includes 182 brands (mainstream, luxury, classic, and niche), plus Andere for "Other / Unlisted".
Notes on filters
input_urlalways wins over filters when provided.- For a specific model, filter on Mobile.de in the browser and paste the URL into
input_url. - Each run returns at most
max_carslistings (1β200).