# Cinch.co.uk BMW Used Car Listings Extractor

**Use case:** 

Extract live BMW used car listings from Cinch.co.uk. Get detailed specs, pricing, and dealer info for 200 vehicles.

## Input

```json
{
  "startUrl": "https://www.cinch.co.uk/used-cars/bmw",
  "make": "BMW",
  "results_wanted": 200,
  "max_pages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make",
    "format": "text"
  },
  "model": {
    "label": "Model",
    "format": "text"
  },
  "trim": {
    "label": "Trim",
    "format": "text"
  },
  "year": {
    "label": "Year",
    "format": "text"
  },
  "bodyType": {
    "label": "Body Type",
    "format": "text"
  },
  "fuelType": {
    "label": "Fuel Type",
    "format": "text"
  },
  "transmission": {
    "label": "Transmission",
    "format": "text"
  },
  "mileage": {
    "label": "Mileage",
    "format": "number"
  },
  "price": {
    "label": "Price (£)",
    "format": "number"
  },
  "priceIncludingAdminFee": {
    "label": "Total Price (£)",
    "format": "number"
  },
  "colour": {
    "label": "Colour",
    "format": "text"
  },
  "registration": {
    "label": "Reg",
    "format": "text"
  },
  "dealerSite": {
    "label": "Dealer Site",
    "format": "text"
  },
  "url": {
    "label": "Listing URL",
    "format": "link"
  },
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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