# mobile.de URL Search and Keyword Filtering

**Use case:** 

Scrape mobile.de vehicle listings by make, model, filters or URLs. Extract clean structured records from Germany’s largest car marketplace with full detail-page

## Input

```json
{
  "mode": "search",
  "urls": [
    "https://suchen.mobile.de/auto/audi-a4.html"
  ],
  "vehicleClass": "Car",
  "condition": "",
  "fuels": [],
  "transmission": "",
  "bodyType": "",
  "country": "DE",
  "excludeDamaged": true,
  "sortBy": "RELEVANCE",
  "fetchDetails": false,
  "includeSponsored": false,
  "maxListings": 20,
  "maxPages": 1000,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "previewImage": {
    "label": "Image",
    "format": "image"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "firstRegistration": {
    "label": "First reg.",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "powerKw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "powerHp": {
    "label": "Power (PS)",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [mobile.de $0.8💰 URL Search | Keyword Filtering | Rich Output](https://apify.com/abotapi/mobile-de-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/mobile-de-scraper) to learn more, explore other use cases, and run it yourself.