# Monitor Competitor Used Car Prices & Listings Daily

**Use case:** 

Track specific competitor inventory and pricing for similar used car models to stay competitive in a dynamic market. This continuous monitoring enables agile pr

## Input

```json
{
  "startUrls": [
    "https://suchen.mobile.de/auto/gebrauchtwagen/volkswagen-golf-ab-2018.html?vc=Car",
    "https://suchen.mobile.de/auto/gebrauchtwagen/mercedes-benz-c-klasse-ab-2019.html?vc=Car"
  ],
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "DE"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price EUR",
    "format": "integer"
  },
  "priceFormatted": {
    "label": "Price (fmt)",
    "format": "string"
  },
  "mileageKm": {
    "label": "Mileage",
    "format": "integer"
  },
  "yearConstructed": {
    "label": "Year",
    "format": "integer"
  },
  "fuelType": {
    "label": "Fuel",
    "format": "string"
  },
  "transmission": {
    "label": "Trans",
    "format": "string"
  },
  "powerHp": {
    "label": "HP",
    "format": "integer"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

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