# mobile.de URL Search | Keyword Filtering

**Use case:** 

Extract mobile.de vehicle listings by make, model, filters, search URLs or detail URLs, returning clean structured records with full detail-page enrichment.

## 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"
  },
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "vehicleClass": {
    "label": "Class",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "firstRegistration": {
    "label": "First reg.",
    "format": "text"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "powerKw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "fuel": {
    "label": "Fuel",
    "format": "text"
  },
  "transmission": {
    "label": "Gearbox",
    "format": "text"
  },
  "numImages": {
    "label": "# Images",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "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.