# Mobile.de Scraper — German Used Car Listings, Prices & Specs (`crawloop/mobile-de-scraper`) Actor

Scrape mobile.de used car listings: BMW, Mercedes, VW, Audi & all makes. Extract prices, mileage, fuel type, transmission, price rating, dealer phone & GPS, features, images. Search by make/model or URL. JSON/CSV export. 128–512 MB RAM.

- **URL**: https://apify.com/crawloop/mobile-de-scraper.md
- **Developed by:** [Andrej Kiva](https://apify.com/crawloop) (community)
- **Categories:** E-commerce, Lead generation, Automation
- **Stats:** 3 total users, 1 monthly users, 54.2% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.50 / 1,000 scraped vehicle listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Mobile.de Scraper — German Used Car Listings, Prices, Specs & Dealer Data

> **Disclaimer:** This is an unofficial integration developed independently. It is not affiliated with, sponsored by, or endorsed by mobile.de GmbH or any of its subsidiaries.
>
> **mobile.de** and related names are trademarks of mobile.de GmbH. Data is read from publicly accessible vehicle listings. No mobile.de account login is required.
>
> This Actor is provided **for informational, research, and price monitoring purposes only**. You are solely responsible for complying with applicable laws, mobile.de's terms of use, and your organization's policies.

Scrape **mobile.de** — Germany's largest online car marketplace with 1.4M+ active vehicle listings. Extract structured used-car and new-car data: make, model, year, mileage, fuel type, transmission, power, emission class, gross and net prices with VAT, mobile.de **price rating** with market threshold bands, full equipment lists, plain-text descriptions, dealer name, address, phone numbers, customer ratings, geocoordinates, and high-resolution images.

Search by **make and model** in plain text (BMW, Mercedes-Benz, Volkswagen, Audi, …), filter by price, first-registration year, mileage, fuel, and transmission — or paste a pre-filtered **mobile.de search URL** from your browser. Supports cars, motorbikes, motorhomes, trucks, vans, construction machines, trailers, and agricultural vehicles.

Runs on **128–512 MB RAM** with fast structured-API extraction — no headless browser required. Export results as JSON, CSV, or Excel from the dataset.

**Best for:** used-car price research, dealer inventory monitoring, vehicle sourcing, automotive market analytics, cross-border trade data, and bulk listing pipelines.

### When to use this Actor

- **Used-car price intelligence** — Build valuation datasets with prices, price ratings, mileage, and specs across any make/model on mobile.de.
- **Dealer inventory monitoring** — Track stock levels, newly listed vehicles, and listing updates via `createdAt` and `modifiedAt` timestamps.
- **Vehicle sourcing & arbitrage** — Filter by price, year, mileage, and fuel type; sort by newest; export dealer leads with phone numbers and GPS coordinates.
- **Exact browser-filter replication** — Apply any complex filter on mobile.de, copy the search URL, and paste it into Start URLs; all parameters are translated automatically.
- **German automotive market analytics** — Collect price-rating threshold bands per listing for market-band analysis without manual research.

### When not to use this Actor

- **Private seller personal data** — Names and phone numbers of private sellers (Privatanbieter) are excluded. Dealer business contact data only.
- **Account features** — No login, favorites, saved searches, or messaging.
- **Non-listing content** — Built for vehicle listings, not dealer review pages or editorial articles.

### Key Features

- **Full vehicle specs** — 30+ fields: first registration, mileage, power (kW/PS), cubic capacity, fuel type, transmission, emission class, HU date, previous owners, interior, color, consumption (EnVKV), and more.
- **Price transparency** — Gross price, net price, VAT rate, price type, and mobile.de market price rating (`VERY_GOOD_PRICE`, `GOOD_PRICE`, …) with six threshold bands.
- **Plain-text make/model** — Enter `BMW` / `320` or `Mercedes-Benz` / `A 200`; the Actor resolves official mobile.de catalog IDs automatically.
- **All vehicle categories** — Cars, motorbikes, motorhomes, trucks over 7.5 t, vans, construction machines, trailers, agricultural vehicles.
- **Dealer profiles** — Business name, address, phone numbers, spoken languages, member-since date, and customer rating score with recommendation rate.
- **Geocoordinates** — Latitude and longitude per listing for mapping and radius analysis.
- **High-resolution images** — All listing photos as direct CDN image links (1024 px).
- **Bulk scraping** — Up to 100 listings per search page; parallel detail fetching (`maxConcurrency`); tested at 500+ listings per run.
- **Proxy-ready** — Germany RESIDENTIAL proxy is enabled by default for stable Apify Cloud access.

### Input Parameters

| Parameter | Type | Default | Description |
| :--- | :--- | :--- | :--- |
| `startUrls` | Array | `[]` | mobile.de search result URLs or individual listing URLs. URL filters applied automatically. |
| `make` | String | — | Vehicle brand: BMW, Mercedes-Benz, Volkswagen, Audi, Opel, Ford, … |
| `model` | String | — | Model name: 320, A 200, Golf, Passat, … Used with `make`. |
| `vehicleCategory` | String | `"Car"` | Car, Motorbike, MotorHome, TruckOver7500, VanUpTo7500, ConstructionMachine, Trailer, AgriculturalVehicle. |
| `minPrice` / `maxPrice` | Integer | — | Gross price range in euros. |
| `minYear` / `maxYear` | Integer | — | First-registration year range. |
| `maxMileage` | Integer | — | Maximum mileage in kilometers. |
| `fuelType` | String | `"all"` | Petrol, Diesel, Electric, Hybrid, LPG, CNG. |
| `transmission` | String | `"all"` | Manual, Automatic, Semi-automatic. |
| `excludeDamaged` | Boolean | `false` | Skip accident / damage-case vehicles. |
| `sortBy` | String | `"relevance"` | Relevance, price ascending, price descending, newest first. |
| `maxItems` | Integer | `100` | Maximum listings to collect. |
| `scrapeDetails` | Boolean | `true` | Full detail mode: specs, features, description, net price, dealer contacts. Disable for faster summary output. |
| `maxConcurrency` | Integer | `10` | Parallel detail requests (1–25). |
| `proxyConfiguration` | Object | DE RESIDENTIAL | Apify Proxy. Germany residential is the default and required for stable cloud runs (datacenter IPs are often HTTP 403). |

#### Input Example — make/model search

```json
{
  "make": "BMW",
  "model": "320",
  "minPrice": 5000,
  "maxPrice": 30000,
  "minYear": 2016,
  "maxMileage": 120000,
  "fuelType": "DIESEL",
  "sortBy": "newest",
  "maxItems": 200,
  "scrapeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "DE"
  }
}
```

#### Input Example — browser search URL

```json
{
  "startUrls": [
    {
      "url": "suchen.mobile.de/fahrzeuge/search.html?ms=17200%3B%3B%3B&vc=Car&ft=DIESEL&dam=false"
    }
  ],
  "maxItems": 500,
  "scrapeDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"],
    "apifyProxyCountry": "DE"
  }
}
```

### Output Format

Each dataset row = one mobile.de vehicle listing.

| Field | Type | Description |
| :--- | :--- | :--- |
| `adId` | String | Unique mobile.de listing ID. |
| `url` | String | Canonical listing page path on mobile.de. |
| `title` | String | Full listing title. |
| `make` / `model` | String | Brand and model from the mobile.de catalog. |
| `category` | String | Body type: Kombi, Limousine, Coupé, SUV, … |
| `price.gross` / `price.net` | Number | Gross and net price in EUR. |
| `price.vatRate` | Number | VAT rate when reported by the dealer. |
| `priceRating` | Object | Market price assessment plus six threshold bands. |
| `attributes` | Object | Technical specs: `firstRegistration`, `mileage`, `power`, `fuelType`, `transmission`, `emissionClass`, `hu`, `numberOfPreviousOwners`, and more. |
| `features` | Array | Equipment list: ABS, Apple CarPlay, navigation, LED headlights, … |
| `highlights` | Array | Seller-highlighted option packages. |
| `description` | String | Plain-text listing description. |
| `location` | Object | `zipCode`, `city`, `country`, `latitude`, `longitude`. |
| `seller` | Object | Seller type, dealer name, address, phones, languages, ratings. Private sellers: type only. |
| `images` | Array | High-resolution image URLs. |
| `isDamaged` | Boolean | Damage-case flag. |
| `createdAt` / `modifiedAt` | String | Listing timestamps (ISO 8601). |
| `scrapedAt` | String | Extraction timestamp (UTC ISO 8601). |

#### Output Example

```json
{
  "adId": "460532675",
  "url": "suchen.mobile.de/auto-inserat/bmw-320-coupe-320-d-xdrive-m-paket-aichach/460532675.html",
  "title": "BMW 320 Coupe 320 d xDrive M-Paket",
  "make": "BMW",
  "model": "320",
  "category": "Sportwagen/Coupé",
  "price": {
    "gross": 11900.0,
    "net": null,
    "currency": "EUR",
    "type": "FIXED",
    "vatRate": null
  },
  "priceRating": {
    "rating": "GOOD_PRICE",
    "label": "Guter Preis",
    "thresholds": ["8.500 €", "11.000 €", "11.900 €", "13.200 €", "14.200 €", "15.700 €"]
  },
  "attributes": {
    "firstRegistration": "06/2013",
    "mileage": "142.500 km",
    "power": "135 kW (184 PS)",
    "fuelType": "Diesel",
    "transmission": "Automatik",
    "emissionClass": "Euro5",
    "numberOfPreviousOwners": "2",
    "hu": "06/2027"
  },
  "features": ["ABS", "Apple CarPlay", "LED-Scheinwerfer", "Navigationssystem"],
  "description": "Sehr gepflegter 320d xDrive mit M-Paket...",
  "location": {
    "zipCode": "86551",
    "city": "Aichach",
    "country": "DE",
    "latitude": 48.4441916,
    "longitude": 11.1421373
  },
  "seller": {
    "id": "7858796",
    "type": "Händler",
    "sellerKind": "DEALER",
    "name": "WS-Automobile",
    "address": "Rudolf Diesel Strasse 11a, DE-86551 Aichach",
    "phones": ["+49 (0)177 3580228"],
    "memberSince": "Bei mobile.de seit 31.05.2012"
  },
  "images": ["img.classistatic.de/api/v1/mo-prod/images/10/101c77f8-6e1f-42fd-a856-dceee18eb1ac?rule=mo-1024.jpg"],
  "isDamaged": false,
  "createdAt": "2026-07-13T11:50:00+00:00",
  "scrapedAt": "2026-07-13T11:58:07.938477+00:00"
}
```

### Use Cases

| Use Case | What you get |
| :--- | :--- |
| **Used-car price research** | Prices, ratings, mileage, and specs per model for valuation models |
| **Dealer stock monitoring** | Full inventories with listing timestamps for change tracking |
| **Vehicle sourcing** | Filtered leads with dealer phones, addresses, and coordinates |
| **Cross-border automotive trade** | German market data with net prices and VAT for export buyers |
| **Market analytics** | Structured JSON/CSV datasets for BI tools and databases |
| **AI / MCP workflows** | Run via Apify API, clients, or MCP and summarize German car stock |

### Integration examples

#### Node.js

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('crawloop/mobile-de-scraper').call({
  make: 'BMW',
  model: '320',
  maxItems: 50,
  scrapeDetails: true,
  proxyConfiguration: {
    useApifyProxy: true,
    apifyProxyGroups: ['RESIDENTIAL'],
    apifyProxyCountry: 'DE',
  },
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.slice(0, 5));
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token)
run = client.actor("crawloop/mobile-de-scraper").call(
    run_input={
        "make": "BMW",
        "model": "320",
        "fuelType": "DIESEL",
        "maxItems": 50,
        "scrapeDetails": True,
        "proxyConfiguration": {
            "useApifyProxy": True,
            "apifyProxyGroups": ["RESIDENTIAL"],
            "apifyProxyCountry": "DE",
        },
    }
)
items = list(client.dataset(run["defaultDatasetId"]).iterate_items())
print(len(items), items[:3])
```

#### cURL

```bash
curl "https://api.apify.com/v2/acts/crawloop~mobile-de-scraper/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "make": "BMW",
    "model": "320",
    "maxItems": 50,
    "scrapeDetails": true,
    "proxyConfiguration": {
      "useApifyProxy": true,
      "apifyProxyGroups": ["RESIDENTIAL"],
      "apifyProxyCountry": "DE"
    }
  }'
```

### MCP and AI assistants

Use this Actor from AI tools via [Apify MCP](https://docs.apify.com/platform/integrations/mcp). Connect your Apify account, then call `crawloop/mobile-de-scraper`.

Example prompts:

- "Run Mobile.de Scraper for BMW 320 diesel, max 50, and return title, price, mileage, dealer phone"
- "Scrape mobile.de listings for Mercedes C-Class and summarize median price by year"
- "Chain Mobile.de Scraper then Car-Part Scraper when I need used parts for a specific year/make/model"

### Suite next step

For used auto parts from US recyclers, use [Car-Part Scraper](https://apify.com/crawloop/car-part-scraper). For commercial trucks, use [Truck1 Scraper](https://apify.com/crawloop/truck1-scraper). For DE classifieds, use [Kleinanzeigen Scraper](https://apify.com/crawloop/kleinanzeigen-scraper).

### Related Actors

| Actor | What it covers |
| :--- | :--- |
| **Mobile.de Scraper** ◄── you are here | German used cars & dealer data |
| [Car-Part Scraper](https://apify.com/crawloop/car-part-scraper) | Used auto parts & recycler stock |
| [Truck1 Scraper](https://apify.com/crawloop/truck1-scraper) | Commercial trucks |
| [Kleinanzeigen Scraper](https://apify.com/crawloop/kleinanzeigen-scraper) | German classifieds |

### FAQ

#### What is mobile.de and why scrape it?

mobile.de is Germany's leading online vehicle marketplace — cars, vans, trucks, motorbikes, and commercial vehicles from private sellers and dealers nationwide. This Actor turns listing pages into structured data for price monitoring, inventory analysis, and automotive research.

#### How is this different from a generic web scraper?

Built specifically for mobile.de: automatic make/model ID resolution, mobile.de price ratings, 30+ vehicle attributes, dealer contact parsing, and stable structured-API extraction that survives frontend redesigns.

#### Do I need proxies?

Germany **Residential** proxies with country **DE** are the default. Keep them enabled for Apify Cloud runs — datacenter IPs are frequently blocked with HTTP 403.

#### Can I paste my exact mobile.de search URL?

Yes. Configure filters on mobile.de in your browser, copy the search URL, and add it to `startUrls`. Price, year, mileage, fuel, transmission, damage, and sort parameters are translated automatically.

#### Does it collect private sellers' phone numbers?

No. Private seller (Privatanbieter) personal contact data is excluded. Dealer business name, address, and phone numbers are included.

#### How many listings can I scrape in one run?

Set `maxItems` to your target (e.g. 500 or 1000). Search returns up to 100 listings per page; details are fetched in parallel. A 500-listing run with full details completes in a few minutes on 256 MB RAM.

#### What output formats are supported?

Results are saved to the Apify dataset. Download as JSON, CSV, or Excel, or connect dataset integrations and webhooks.

#### Which German car brands are supported?

All brands on mobile.de: BMW, Mercedes-Benz, Volkswagen, Audi, Opel, Ford, Porsche, Toyota, Hyundai, Skoda, Renault, and every other make in the mobile.de catalog — plus motorbikes, trucks, and commercial vehicles.

# Actor input Schema

## `startUrls` (type: `array`):

Paste mobile.de search result URLs or individual vehicle listing URLs. All search filters from the URL (make, price, year, mileage, fuel, transmission) are applied automatically.

## `make` (type: `string`):

Vehicle brand name in plain text, e.g. BMW, Mercedes-Benz, Volkswagen, Audi, Opel. Resolved automatically against the mobile.de catalog. Leave empty when using Start URLs.

## `model` (type: `string`):

Model name, e.g. 320, A 200, Golf, Passat. Only used together with Make.

## `vehicleCategory` (type: `string`):

Vehicle type to search: cars, motorbikes, motorhomes, trucks, vans, construction machines, trailers, or agricultural vehicles.

## `minPrice` (type: `integer`):

Filter by minimum gross vehicle price in euros.

## `maxPrice` (type: `integer`):

Filter by maximum gross vehicle price in euros.

## `minYear` (type: `integer`):

Earliest first-registration (EZ) year, e.g. 2018.

## `maxYear` (type: `integer`):

Latest first-registration (EZ) year, e.g. 2023.

## `maxMileage` (type: `integer`):

Maximum vehicle mileage in kilometers.

## `fuelType` (type: `string`):

Filter by fuel type: petrol, diesel, electric, hybrid, LPG, or natural gas.

## `transmission` (type: `string`):

Filter by gearbox: manual, automatic, or semi-automatic.

## `excludeDamaged` (type: `boolean`):

Skip listings marked as damaged or accident vehicles on mobile.de.

## `sortBy` (type: `string`):

Sort order for search results: relevance, price low-to-high, price high-to-low, or newest listings first.

## `maxItems` (type: `integer`):

Maximum number of vehicle listings to collect per run.

## `scrapeDetails` (type: `boolean`):

Fetch full vehicle detail data: 30+ specs, equipment list, description, net price & VAT, dealer name, address, phone numbers, and ratings. Disable for faster search-summary output.

## `maxConcurrency` (type: `integer`):

How many vehicle detail pages to fetch in parallel. Higher = faster for large runs. Default 10.

## `proxyConfiguration` (type: `object`):

Apify Proxy. Germany RESIDENTIAL is required for stable access to the mobile.de API on Apify Cloud (datacenter IPs are often blocked with HTTP 403).

## Actor input object example

```json
{
  "startUrls": [],
  "make": "BMW",
  "model": "320",
  "vehicleCategory": "Car",
  "fuelType": "all",
  "transmission": "all",
  "excludeDamaged": false,
  "sortBy": "relevance",
  "maxItems": 5,
  "scrapeDetails": true,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

# Actor output Schema

## `listings` (type: `string`):

Dataset of mobile.de vehicles (price, specs, dealer, images).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [],
    "make": "BMW",
    "model": "320",
    "maxItems": 5,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "DE"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("crawloop/mobile-de-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [],
    "make": "BMW",
    "model": "320",
    "maxItems": 5,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "DE",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("crawloop/mobile-de-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [],
  "make": "BMW",
  "model": "320",
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}' |
apify call crawloop/mobile-de-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=crawloop/mobile-de-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/tGmdmG9uhcjb4uSzH/builds/3dW9ARcDnYCViqhH6/openapi.json
