# BMW 3 Series Prices and Listings from Cinch.co.uk

**Use case:** 

Access detailed listings for BMW 3 Series cars on Cinch.co.uk. Retrieve data like prices, mileage, body types, and finance quotes.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cinch.co.uk/used-cars"
    }
  ],
  "make": "BMW",
  "model": "3 Series",
  "minYear": 0,
  "maxYear": 0,
  "minPrice": 0,
  "maxPrice": 0,
  "bodyType": "",
  "fuelType": "",
  "transmissionType": "",
  "includeDetails": true,
  "maxItems": 100,
  "maxPages": 10,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "modelYear": {
    "label": "Model Year",
    "format": "number"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "mileage": {
    "label": "Odometer",
    "format": "number"
  },
  "milesPerGallon": {
    "label": "Fuel Economy (MPG)",
    "format": "number"
  },
  "engineCapacityCc": {
    "label": "Engine (cc)",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Cinch.co.uk Scraper: 80+ Fields, VRM & Finance](https://apify.com/getascraper/cinch-co-uk-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/cinch-co-uk-scraper) to learn more, explore other use cases, and run it yourself.