# Find Used BMW Cars on AutoScout24 Germany

**Use case:** 

Scrape AutoScout24 BMW listings in Germany with prices, mileage, year, fuel type, location, dealer, images, and URLs.

## Input

```json
{
  "startUrls": [],
  "make": "bmw",
  "model": "",
  "country": "D",
  "priceTo": 30000,
  "yearFrom": 2018,
  "fuelType": "",
  "maxListings": 50
}
```

## Output

```json
{
  "images": {
    "label": "Image",
    "format": "image"
  },
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "variant": {
    "label": "Variant"
  },
  "year": {
    "label": "Year"
  },
  "priceEur": {
    "label": "Price (EUR)",
    "format": "number"
  },
  "mileageKm": {
    "label": "Mileage (km)",
    "format": "number"
  },
  "fuelType": {
    "label": "Fueltype"
  },
  "transmission": {
    "label": "Transmission"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "dealerName": {
    "label": "Dealername"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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