# Electric Car Listings Under 40k GBP on Cinch

**Use case:** 

Retrieve listings for electric cars priced under 40,000 GBP on Cinch.co.uk. Get detailed specs and finance options in a structured format.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.cinch.co.uk/used-cars"
    }
  ],
  "make": "",
  "model": "",
  "minYear": 0,
  "maxYear": 0,
  "minPrice": 0,
  "maxPrice": 40000,
  "bodyType": "",
  "fuelType": "Electric",
  "transmissionType": "",
  "includeDetails": false,
  "maxItems": 200,
  "maxPages": 20,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Image",
    "format": "string"
  },
  "make": {
    "label": "Make",
    "format": "string"
  },
  "model": {
    "label": "Model",
    "format": "string"
  },
  "trim": {
    "label": "Trim Level",
    "format": "string"
  },
  "modelYear": {
    "label": "Year",
    "format": "number"
  },
  "price": {
    "label": "Price (GBP)",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (miles)",
    "format": "number"
  },
  "isAvailable": {
    "label": "Available",
    "format": "boolean"
  },
  "isReserved": {
    "label": "Reserved",
    "format": "boolean"
  },
  "site": {
    "label": "Location Branch",
    "format": "string"
  },
  "listingUrl": {
    "label": "Source URL",
    "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.