# Scrape used Audi hybrid cars on Carwow UK

**Use case:** 

Extract used Audi hybrid automatic listings from Carwow UK with price, mileage, dealer, and finance options for car buying research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://quotes.carwow.co.uk/stock_cars?cross_domain=true&locked_filters%5Bvehicle_state_group%5D=used&vehicle_state_group=used&sort=recommended&vehicle_type=car&deal_type_group=cash&brand_slug=audi&vehicle_fuel_category%5B%5D=hybrid&vehicle_transmission_category%5B%5D=automatic"
    }
  ],
  "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.