# Identify High-Demand Used Car Models for Inventory

**Use case:** 

Discover popular and fast-selling used car models with specific criteria (e.g., year, mileage, fuel type) to guide inventory purchasing for dealerships. This he

## Input

```json
{
  "startUrls": [
    "https://suchen.mobile.de/auto/bmw-3er.html?ms=3500;fr=2018:;ml=75000:;ft=DIESEL;cl=AUTOMATIC;vc=Car",
    "https://suchen.mobile.de/auto/audi-a4.html?ms=2500;fr=2019:;ml=60000:;ft=PETROL;cl=AUTOMATIC;vc=Car"
  ],
  "maxItems": 500,
  "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.