# Analyze Used BMW 3 Series Prices & Inventory on Mobile.de

**Use case:** 

Gain a comprehensive overview of the used BMW 3 Series market in Germany, including pricing trends, available mileage ranges, and common model years. This data 

## Input

```json
{
  "startUrls": [
    "https://suchen.mobile.de/auto/bmw-3er.html"
  ],
  "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.