# BMW Price Comparison Across EU Markets

**Use case:** 

Get real-time price data for BMWs from multiple EU countries. Access details on 150+ cars sorted by newest listings without proxies.

## Input

```json
{
  "locales": [
    "de",
    "fr",
    "it"
  ],
  "startUrls": [],
  "brand": "BMW",
  "model": "",
  "sortBy": "newest",
  "maxItems": 150,
  "pageLimit": 100,
  "maxConcurrency": 6,
  "maxRequestRetries": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "builtYear": {
    "label": "Year of Built",
    "format": "number"
  },
  "mileageKm": {
    "label": "Odometer (KM)",
    "format": "number"
  },
  "priceAmount": {
    "label": "Price Amount",
    "format": "number"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "string"
  },
  "locale": {
    "label": "Local Storefront",
    "format": "string"
  },
  "countryCode": {
    "label": "Country Code",
    "format": "string"
  },
  "transmission": {
    "label": "Drivetrain",
    "format": "string"
  },
  "detailUrl": {
    "label": "Autohero Link",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Autohero Scraper: 10 EU Stores, 40+ Fields](https://apify.com/getascraper/autohero-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/autohero-cars-scraper) to learn more, explore other use cases, and run it yourself.