Skip to main content
The Mobile.de Car plugin turns any mobile.de search into structured JSON. Give it a make (BMW, Volkswagen, Audi, …) and it returns the cars mobile.de shows - each with title, make and model, price in EUR, first registration, mileage, power in kW and PS, fuel type and a clean listing URL. Filter by price, year, mileage and fuel, and page through to max_results. It runs on the same fetch chain that serves getPageSource. mobile.de is Germany’s #1 used-car marketplace and sits behind a strong anti-bot wall, so the plugin renders the result list on a warm, challenge-cleared browser session and reads the cars from mobile.de’s own result cards - no mobile.de developer account needed.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Endpoint

Supported makes

Pass a friendly make name and the plugin maps it to mobile.de’s numeric id: audi bmw citroen dacia fiat ford honda hyundai kia mazda mercedes-benz mini nissan opel peugeot porsche renault seat skoda suzuki toyota volkswagen volvo For any make not on this list, pass its raw make_id instead.

Response

Search fields

Listing fields

Any field with no value is null, so each item carries only what the mobile.de card actually showed (e.g. power.ps may be absent).

What you can build

  • Used-car price monitoring - track price against mileage and first registration for a make over time.
  • Market and inventory research - pull a whole make with max_results and see what is actually on offer.
  • Pricing and valuation models - combine price, year, mileage and power into a residual-value dataset.
  • Competitor and dealer tracking - watch a make and price band and spot new listings as they appear.

Next steps

Open the plugins

Run a mobile.de search and grab the JSON.

Get an API key

Free trial available on the pricing page.