# Extract Carwow UK single car deal detail page

**Use case:** 

Scrape Carwow UK individual car deal page with full spec, pricing breakdown, and dealer contact for purchase comparison.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://quotes.carwow.co.uk/deals/bcb1c51203ea3a4b55aac73213440a66"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "make": {
    "label": "Make"
  },
  "model": {
    "label": "Model"
  },
  "version": {
    "label": "Version"
  },
  "year": {
    "label": "Year"
  },
  "price": {
    "label": "Price"
  },
  "mileage": {
    "label": "Mileage"
  },
  "fuel_type": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

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