# Browse CarGurus UK BMW used car search results

**Use case:** 

Extract used BMW listings from a CarGurus.co.uk search URL with prices, fuel type, transmission, and dealer distance.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cargurus.co.uk/Cars/l-Used-BMW-cm26"
    }
  ],
  "zipcode": "10001",
  "country": "US",
  "make": "Toyota",
  "condition": "used",
  "maxItems": 10
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Name"
  },
  "url": {
    "label": "Url"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "primaryImage": {
    "label": "Primary image"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "vehicleModelDate": {
    "label": "Vehicle model date"
  },
  "condition": {
    "label": "Condition"
  },
  "mileage": {
    "label": "Mileage"
  },
  "unitMileage": {
    "label": "Unit mileage"
  },
  "bodyType": {
    "label": "Body type"
  },
  "color": {
    "label": "Color"
  },
  "vehicleInteriorColor": {
    "label": "Vehicle interior color"
  },
  "vehicleTransmission": {
    "label": "Vehicle transmission"
  },
  "driveWheelConfiguration": {
    "label": "Drive wheel configuration"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "fuelEfficiency": {
    "label": "Fuel efficiency"
  },
  "engine": {
    "label": "Engine"
  },
  "sellerCity": {
    "label": "Seller city"
  },
  "sellerRegion": {
    "label": "Seller region"
  },
  "sellerPostalCode": {
    "label": "Seller postal code"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "itemType": {
    "label": "Item type"
  }
}
```

## About this Actor

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