# Track used car inventory changes on Mobile.de

**Use case:** 

Monitor a public Mobile.de search for new listings and price changes with structured vehicle records and change flags.

## Input

```json
{
  "dataSource": "browser",
  "startUrls": [
    {
      "url": "https://suchen.mobile.de/auto/gebrauchtwagen.html"
    }
  ],
  "maxResults": 25,
  "includeDetails": true,
  "responseFormat": "concise",
  "monitoringKey": "used-car-inventory",
  "changesOnly": false,
  "proxyCountry": "DE"
}
```

## Output

```json
{
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "title": {
    "label": "Vehicle title",
    "format": "string"
  },
  "priceEur": {
    "label": "Price in EUR",
    "format": "number"
  },
  "firstRegistration": {
    "label": "First registration",
    "format": "string"
  },
  "mileageKm": {
    "label": "Mileage in km",
    "format": "number"
  },
  "fuelType": {
    "label": "Fuel type",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "powerKw": {
    "label": "Power in kW",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "sellerName": {
    "label": "Seller name",
    "format": "string"
  },
  "changeType": {
    "label": "Inventory change type",
    "format": "string"
  },
  "previousPriceEur": {
    "label": "Previous price in EUR",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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