# Gebrauchtwagen auf mobile.de scrapen

**Use case:** 

Gebrauchtwagen-Inserate von mobile.de extrahieren. Preise, Kilometerstand, Ausstattung und Fahrzeug-URLs für Automarkt-Recherche exportieren.

## Input

```json
{
  "brand": "Volkswagen",
  "model": "Golf",
  "maxItems": 10
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "powerKw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "firstRegistrationDate": {
    "label": "First Registration",
    "format": "string"
  },
  "features": {
    "label": "Features",
    "format": "array"
  },
  "primaryImage": {
    "label": "Primary Image",
    "format": "image"
  },
  "imgUrls": {
    "label": "Image URLs",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Mobile.de Auto Scraper](https://apify.com/lexis-solutions/mobile-de-auto-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/mobile-de-auto-scraper) to learn more, explore other use cases, and run it yourself.