# Motors.co.uk Scraper (`dadhalfdev/motors-scraper`) Actor

Scrape used cars and vans from motors.co.uk. Paste a search URL from your browser, or use filters (make, model, price, mileage, fuel, body, transmission). Returns price, mileage, year, specs, dealer, and listing URL.

- **URL**: https://apify.com/dadhalfdev/motors-scraper.md
- **Developed by:** [Marco Rodrigues](https://apify.com/dadhalfdev) (community)
- **Categories:** Other
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $3.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🚗 Motors.co.uk Scraper

Want to find the perfect used car or van, or analyze the UK automotive market? This scraper makes it super easy!

Paste an **`input_url`** from your browser once you've already filtered on Motors, **or** use **structured filters** (make, model, price, mileage, fuel, body, transmission, etc.) — structured filters work better for AI agents. When `input_url` is set it overrides the filters. Either way, you get up to 1000 used **car** or **van** listings from [motors.co.uk](https://www.motors.co.uk/) with pricing, specs, and dealer details as CSV or JSON.

### 💡 Perfect for...

- **Car & Van Buyers:** Monitor the market for the best deals on your next vehicle in the UK.
- **Dealerships:** Keep an eye on competitors' pricing and inventory to stay competitive.
- **Market Research:** Analyze trends in the UK used car and van market (average prices, popular models, mileage vs. price).
- **Data Analysts:** Download clean, structured data for visualizations, dashboards, or predictive pricing models.
- **🤖 AI Agents:** Power your autonomous agents with real-time Motors listings. Perfect for OpenClaw workflows and bots tracking specific vehicles.
- **📚 RAG Systems:** Feed detailed vehicle specifications and pricing into Retrieval-Augmented Generation pipelines to answer complex queries about the automotive market.
- **🔗 AI Workflows:** Integrate seamlessly with LangChain, AutoGPT, CrewAI, and other AI frameworks that need structured automotive data.

### ✨ Why you'll love this scraper

- 🔗 **Input URL or Filters:** Paste a Motors search URL (`input_url`) if you already filtered in the browser, or use structured filters (better for AI agents). `input_url` always wins when set.
- 🎯 **Website-Matched Filters:** Make, model, fuel, body, transmission, colour, price, mileage, and age use the **same option values as motors.co.uk**.
- 🚚 **Cars and Vans:** Switch `vehicle_type` between used cars and used vans.
- ⚙️ **Rich Listings:** Extracts price, year, mileage, fuel, body, transmission, colour, dealer, and images out of the box.
- ⏱️ **Sorting Options:** Traverse results by distance, price, age, mileage, MPG, or newest ads — same sort ids as on the site.
- 🇬🇧 **Built for the UK:** Motors requires a postcode; use Distance = **National** for a nationwide scrape.

### 📦 What's inside the data?

For every single listing, you will get:
- **Core Details:** `id`, `title`, `url`, `image`, `variant`
- **Technical Specs:** `make`, `model`, `fuel_type`, `body_style`, `transmission`, `colour`, `engine_size_litres`, `mileage`, `year`, `registration`
- **Pricing:** `price`, `price_text`, `reduced`
- **Dealer:** `dealer_name`, `dealer_id`, `dealer_town`, `dealer_county`, `dealer_postcode`
- **Context:** `vehicle_type` (`cars` / `vans`), `distance_miles`, `sold`

### 🛠️ Sort options

You can tell the scraper what order to read the listings in using the `sort_by` parameter (same values as Motors):
- **`0`** – Sort by distance *(default)*
- **`1`** – Lowest price
- **`2`** – Highest price
- **`3`** – Most recently added
- **`7`** – Greatest price reduction
- **`14` / `15`** – Mileage low–high / high–low
- **`16` / `17`** – Age low–high / high–low
- **`18`** – Best MPG

### 🚀 Quick start

**Option A — Input URL**
1. Open [Motors](https://www.motors.co.uk/), apply filters in the browser (include a postcode), copy the results URL — ideally `https://www.motors.co.uk/search/car/?make=...&PostCode=...` or `/search/van/...`.
2. Paste it into `input_url`.
3. Set `max_cars` and click **Start**.

**Option B — Structured filters (better for AI agents)**
1. Leave `input_url` empty.
2. Choose **Used cars** or **Used vans**.
3. Set `postcode` (required by Motors; use Distance = National for nationwide).
4. Pick make/model and optional filters from the dropdowns (same lists as on Motors).
5. Choose `sort_by`, set `max_cars` (up to 1000).
6. Click **Start** and export CSV, Excel, or JSON when done.

---

#### Tech details for developers 🧑‍💻

**Input Example (structured filters):**

```json
{
  "vehicle_type": "cars",
  "postcode": "SW1A1AA",
  "make": "BMW",
  "model": "BMW::3 Series",
  "max_price": "15000",
  "fuel_type": "diesel",
  "transmission": "Automatic",
  "distance": "1000",
  "sort_by": "1",
  "max_cars": 100
}
````

**Input Example (URL override):**

```json
{
  "input_url": "https://www.motors.co.uk/search/car/?make=BMW&model=3%20Series&PostCode=SW1A1AA&Distance=1000",
  "max_cars": 500
}
```

**Input Example (used vans):**

```json
{
  "vehicle_type": "vans",
  "postcode": "SW1A1AA",
  "make": "Ford",
  "model": "Ford::Transit Custom",
  "distance": "1000",
  "max_cars": 100
}
```

**Output Example:**

```json
{
  "id": 78115419,
  "title": "2016 (66) - 3.0 335d M Sport Touring Auto xDrive Euro 6 (s/s) 5dr",
  "url": "https://www.motors.co.uk/car-78115419",
  "image": "https://cdn.images.autoexposure.co.uk/AETA32645/AETV64713674_1e.jpg",
  "make": "BMW",
  "model": "3 Series",
  "variant": "2016 (66) - 3.0 335d M Sport Touring Auto xDrive Euro 6 (s/s) 5dr",
  "price": 12985,
  "price_text": "£12,985",
  "mileage": 100000,
  "mileage_text": "100,000",
  "year": "2016",
  "registration": "LN66DFJ",
  "fuel_type": "Diesel",
  "body_style": "Estate",
  "transmission": "Automatic",
  "colour": "White",
  "engine_size_litres": "3",
  "distance_miles": 99,
  "vehicle_type": "cars",
  "sold": false,
  "reduced": true,
  "dealer_name": "Digbeth Motor Sales Ltd",
  "dealer_id": 98994,
  "dealer_town": null,
  "dealer_county": null,
  "dealer_postcode": null
}
```

### 📋 Input reference (detailed)

| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| `input_url` | string | No | — | Paste a Motors search URL; overrides all filters below when set. Leave empty to use filters (better for AI agents). Prefer `/search/car/` or `/search/van/` URLs with query params. |
| `vehicle_type` | string enum | No | `cars` | `cars` (Used cars) or `vans` (Used vans). |
| `postcode` | string | No\* | `SW1A1AA` | UK postcode required by Motors search. \*Required unless provided inside `input_url`. Pair with Distance = National for a nationwide scrape. |
| `make` | string enum | No | any | Vehicle make from Motors (e.g. `BMW`, `Ford`, `Volkswagen`). |
| `model` | string enum | No | any | Make + model as `Make::Model` (e.g. `BMW::3 Series`, `Ford::Transit Custom`). Pick a row that matches your Make. |
| `min_price` / `max_price` | string enum | No | any | Price ladder values from the Motors search panel (e.g. `5000`, `15000`). |
| `max_mileage` | string enum | No | any | Max mileage ladder (e.g. `50000` = up to 50,000 miles). |
| `max_age` | string enum | No | any | Max age ladder (e.g. `5` = up to 5 years old). |
| `fuel_type` | string enum | No | any | Site fuel values (e.g. `diesel`, `petrol`, `full electric`, `hybrid - petrol/electric`). |
| `body_style` | string enum | No | any | Body style from Motors (cars: `hatchback`, `suv`, …; vans: `van`, `luton`, `tipper`, …). |
| `transmission` | string enum | No | any | `Automatic` or `Manual`. |
| `colour` | string enum | No | any | Exterior colour from Motors (e.g. `black`, `white`, `grey`). |
| `distance` | string enum | No | `1000` | Search radius from postcode. `1000` = **National**. |
| `sort_by` | string enum | No | `0` | Result order (see sort options above). |
| `max_cars` | integer | No | `50` | Maximum listings to return (`1`–`1000`). |

#### Notes on filters

- Prefer exact enum strings from the Apify input dropdowns (same values as motors.co.uk).
- `model` uses `Make::Model` (double colon), e.g. `BMW::3 Series`.
- Motors search **requires a UK postcode**. Use `distance: "1000"` (National) for countrywide results.
- Prefer `/search/car/` or `/search/van/` URLs with query params. Brand SEO paths under `/used-cars/for-sale/{make}/` may redirect away from Motors.
- `input_url` always wins over filters when provided.

# Actor input Schema

## `input_url` (type: `string`):

Paste a Motors search URL (e.g. https://www.motors.co.uk/search/car/?make=BMW\&PostCode=SW1A1AA) to use instead of the filters below — overrides all structured filters when set. Leave empty to use the filters below (better for AI agents).

## `vehicle_type` (type: `string`):

Search used cars or used vans.

## `postcode` (type: `string`):

UK postcode required by Motors search. Pair with Distance = National for a nationwide search.

## `make` (type: `string`):

Vehicle make (same values as on motors.co.uk).

## `model` (type: `string`):

Make + model (same values as on motors.co.uk). Choose a row matching your Make.

## `min_price` (type: `string`):

Minimum price ladder from the Motors search panel.

## `max_price` (type: `string`):

Maximum price ladder from the Motors search panel.

## `max_mileage` (type: `string`):

Maximum mileage ladder from the Motors search panel.

## `max_age` (type: `string`):

Maximum vehicle age ladder from the Motors search panel.

## `fuel_type` (type: `string`):

Fuel type values from motors.co.uk.

## `body_style` (type: `string`):

Body style values from motors.co.uk.

## `transmission` (type: `string`):

Transmission values from motors.co.uk.

## `colour` (type: `string`):

Colour values from motors.co.uk.

## `distance` (type: `string`):

Search radius from postcode. National = 1000.

## `sort_by` (type: `string`):

Sort order from the Motors results page.

## `max_cars` (type: `integer`):

Maximum number of listings to scrape (capped at 1000).

## Actor input object example

```json
{
  "vehicle_type": "cars",
  "postcode": "SW1A1AA",
  "make": "",
  "model": "",
  "min_price": "",
  "max_price": "",
  "max_mileage": "",
  "max_age": "",
  "fuel_type": "",
  "body_style": "",
  "transmission": "",
  "colour": "",
  "distance": "1000",
  "sort_by": "0",
  "max_cars": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

Table view of scraped listings using the dataset 'overview' view.

## `results` (type: `string`):

All scraped listings from the default dataset without view transformation.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("dadhalfdev/motors-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("dadhalfdev/motors-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call dadhalfdev/motors-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=dadhalfdev/motors-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Motors.co.uk Scraper",
        "description": "Scrape used cars and vans from motors.co.uk. Paste a search URL from your browser, or use filters (make, model, price, mileage, fuel, body, transmission). Returns price, mileage, year, specs, dealer, and listing URL.",
        "version": "0.1",
        "x-build-id": "XCkB61Y954FZd4Bzf"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/dadhalfdev~motors-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-dadhalfdev-motors-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/dadhalfdev~motors-scraper/runs": {
            "post": {
                "operationId": "runs-sync-dadhalfdev-motors-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/dadhalfdev~motors-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-dadhalfdev-motors-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "input_url": {
                        "title": "Input URL",
                        "type": "string",
                        "description": "Paste a Motors search URL (e.g. https://www.motors.co.uk/search/car/?make=BMW&PostCode=SW1A1AA) to use instead of the filters below — overrides all structured filters when set. Leave empty to use the filters below (better for AI agents)."
                    },
                    "vehicle_type": {
                        "title": "Vehicle type",
                        "enum": [
                            "cars",
                            "vans"
                        ],
                        "type": "string",
                        "description": "Search used cars or used vans.",
                        "default": "cars"
                    },
                    "postcode": {
                        "title": "Postcode",
                        "type": "string",
                        "description": "UK postcode required by Motors search. Pair with Distance = National for a nationwide search.",
                        "default": "SW1A1AA"
                    },
                    "make": {
                        "title": "Make",
                        "enum": [
                            "",
                            "Abarth",
                            "AC",
                            "AK",
                            "Alfa Romeo",
                            "Alpine",
                            "Alvis",
                            "Ariel",
                            "Aston Martin",
                            "Audi",
                            "Austin",
                            "BAC",
                            "Bentley",
                            "BMW",
                            "Bristol",
                            "Bugatti",
                            "BYD",
                            "Cadillac",
                            "Caterham",
                            "Chery",
                            "Chesil",
                            "Chevrolet",
                            "Chrysler",
                            "Citroen",
                            "Corvette",
                            "Cupra",
                            "Dacia",
                            "Daihatsu",
                            "Daimler",
                            "Datsun",
                            "DAX",
                            "DFSK",
                            "Dodge",
                            "DS Automobiles",
                            "Ducati",
                            "Ferrari",
                            "Fiat",
                            "Ford",
                            "Geely",
                            "Genesis",
                            "GMC",
                            "Great Wall",
                            "GWM",
                            "Hillman",
                            "HMC",
                            "Holden",
                            "Honda",
                            "Humber",
                            "Hummer",
                            "Hyundai",
                            "INEOS",
                            "Infiniti",
                            "Isuzu",
                            "Iveco",
                            "Jaecoo",
                            "Jaguar",
                            "Jeep",
                            "Jensen",
                            "KGM",
                            "Kia",
                            "Lamborghini",
                            "Lancia",
                            "Land Rover",
                            "Leapmotor",
                            "LEVC",
                            "Lexus",
                            "Leyland",
                            "Lincoln",
                            "Lotus",
                            "LTI",
                            "MAN",
                            "Maserati",
                            "Maxus",
                            "Maybach",
                            "Mazda",
                            "McLaren",
                            "Mercedes-Benz",
                            "Mercury",
                            "MG",
                            "Microcar",
                            "MINI",
                            "Mitsubishi",
                            "Mitsuoka",
                            "Morgan",
                            "Morris",
                            "Nissan",
                            "Noble",
                            "Omoda",
                            "Opel",
                            "Perodua",
                            "Peugeot",
                            "Piaggio",
                            "Pilgrim",
                            "Polestar",
                            "Pontiac",
                            "Porsche",
                            "Proton",
                            "Reliant",
                            "Renault",
                            "Riley",
                            "Rolls-Royce",
                            "Rover",
                            "Royale",
                            "Saab",
                            "SEAT",
                            "Skoda",
                            "Skywell",
                            "smart",
                            "Ssangyong",
                            "Subaru",
                            "Sunbeam",
                            "Superformance",
                            "Suzuki",
                            "Talbot",
                            "Tesla",
                            "Toyota",
                            "Triumph",
                            "TVR",
                            "Ultima",
                            "Vauxhall",
                            "Volkswagen",
                            "Volvo",
                            "Westfield",
                            "Wolseley",
                            "XPENG",
                            "Aixam",
                            "Dennis",
                            "Jokky",
                            "LDV",
                            "Santana"
                        ],
                        "type": "string",
                        "description": "Vehicle make (same values as on motors.co.uk).",
                        "default": ""
                    },
                    "model": {
                        "title": "Model",
                        "enum": [
                            "",
                            "Abarth::124 Spider",
                            "Abarth::500",
                            "Abarth::500C",
                            "Abarth::595",
                            "Abarth::600e",
                            "Abarth::695",
                            "AC::Cobra",
                            "AK::Cobra",
                            "Alfa Romeo::145",
                            "Alfa Romeo::147",
                            "Alfa Romeo::156",
                            "Alfa Romeo::159",
                            "Alfa Romeo::166",
                            "Alfa Romeo::1750",
                            "Alfa Romeo::4C",
                            "Alfa Romeo::Alfasud",
                            "Alfa Romeo::Brera",
                            "Alfa Romeo::GT",
                            "Alfa Romeo::GTV",
                            "Alfa Romeo::Giulia",
                            "Alfa Romeo::Giulietta",
                            "Alfa Romeo::Junior",
                            "Alfa Romeo::MiTo",
                            "Alfa Romeo::Other",
                            "Alfa Romeo::Spider",
                            "Alfa Romeo::Stelvio",
                            "Alfa Romeo::Tonale",
                            "Alpine::A110",
                            "Alpine::A290",
                            "Alpine::A390",
                            "Alvis::Other",
                            "Alvis::Speed 20",
                            "Alvis::TA21",
                            "Alvis::TF21",
                            "Ariel::Nomad",
                            "Aston Martin::DB11",
                            "Aston Martin::DB6",
                            "Aston Martin::DB7",
                            "Aston Martin::DB9",
                            "Aston Martin::DBS",
                            "Aston Martin::DBX",
                            "Aston Martin::Lagonda",
                            "Aston Martin::Rapide",
                            "Aston Martin::V8",
                            "Aston Martin::Vanquish",
                            "Aston Martin::Vantage",
                            "Aston Martin::Virage",
                            "Audi::100",
                            "Audi::80",
                            "Audi::90",
                            "Audi::A1",
                            "Audi::A2",
                            "Audi::A3",
                            "Audi::A3 Cabriolet",
                            "Audi::A4",
                            "Audi::A4 Allroad",
                            "Audi::A4 Avant",
                            "Audi::A4 Cabriolet",
                            "Audi::A5",
                            "Audi::A5 Cabriolet",
                            "Audi::A6",
                            "Audi::A6 Allroad",
                            "Audi::A6 Avant",
                            "Audi::A6 Saloon",
                            "Audi::A6 e-tron Avant",
                            "Audi::A7",
                            "Audi::A8",
                            "Audi::Cabriolet",
                            "Audi::Other",
                            "Audi::Q2",
                            "Audi::Q3",
                            "Audi::Q4 e-tron",
                            "Audi::Q5",
                            "Audi::Q6 e-tron",
                            "Audi::Q7",
                            "Audi::Q8",
                            "Audi::Q8 e-tron",
                            "Audi::Quattro",
                            "Audi::R8",
                            "Audi::RS Q3",
                            "Audi::RS Q8",
                            "Audi::RS e-tron GT",
                            "Audi::RS3",
                            "Audi::RS4",
                            "Audi::RS4 Avant",
                            "Audi::RS4 Cabriolet",
                            "Audi::RS5",
                            "Audi::RS6",
                            "Audi::RS6 Avant",
                            "Audi::RS7",
                            "Audi::S1",
                            "Audi::S3",
                            "Audi::S4",
                            "Audi::S4 Avant",
                            "Audi::S4 Cabriolet",
                            "Audi::S5",
                            "Audi::S5 Avant",
                            "Audi::S6 Avant",
                            "Audi::S6 Saloon",
                            "Audi::S6 e-tron Avant",
                            "Audi::S7",
                            "Audi::S8",
                            "Audi::SQ2",
                            "Audi::SQ5",
                            "Audi::SQ6 e-tron",
                            "Audi::SQ7",
                            "Audi::SQ8",
                            "Audi::TT",
                            "Audi::TT RS",
                            "Audi::TTS",
                            "Audi::e-tron",
                            "Audi::e-tron GT",
                            "Audi::e-tron S",
                            "Austin::10/4",
                            "Austin::100",
                            "Austin::12/4",
                            "Austin::1800",
                            "Austin::3 litre",
                            "Austin::A30",
                            "Austin::A40",
                            "Austin::Healey",
                            "Austin::Maestro",
                            "Austin::Mini",
                            "Austin::Mini Cooper S",
                            "Austin::Morris",
                            "Austin::Other",
                            "Austin::Princess",
                            "Austin::Ruby",
                            "Austin::Sprite",
                            "Austin::Westminster",
                            "BAC::Mono",
                            "Bentley::3.5 Litre",
                            "Bentley::4.25 Litre",
                            "Bentley::Arnage",
                            "Bentley::Azure",
                            "Bentley::Bentayga",
                            "Bentley::Brooklands",
                            "Bentley::Continental",
                            "Bentley::Eight",
                            "Bentley::Flying Spur",
                            "Bentley::MK VI",
                            "Bentley::Mulsanne",
                            "Bentley::R Type",
                            "Bentley::Series I",
                            "Bentley::Series II",
                            "Bentley::Series III",
                            "Bentley::T2",
                            "Bentley::Turbo R",
                            "Bentley::Turbo RT",
                            "BMW::1 Series",
                            "BMW::2 Series",
                            "BMW::2 Series Active Tourer",
                            "BMW::2 Series Gran Coupe",
                            "BMW::2 Series Gran Tourer",
                            "BMW::2000",
                            "BMW::2002",
                            "BMW::3 Series",
                            "BMW::3 Series Gran Turismo",
                            "BMW::4 Series",
                            "BMW::4 Series Gran Coupe",
                            "BMW::5 Series",
                            "BMW::5 Series Gran Turismo",
                            "BMW::6 Series",
                            "BMW::6 Series Gran Coupe",
                            "BMW::6 Series Gran Turismo",
                            "BMW::7 Series",
                            "BMW::700",
                            "BMW::8 Series",
                            "BMW::8 Series Gran Coupe",
                            "BMW::Alpina",
                            "BMW::Isetta",
                            "BMW::M135i",
                            "BMW::M140i",
                            "BMW::M2",
                            "BMW::M240i",
                            "BMW::M3",
                            "BMW::M4",
                            "BMW::M440i",
                            "BMW::M5",
                            "BMW::M6",
                            "BMW::M6 Gran Coupe",
                            "BMW::M8",
                            "BMW::M8 Gran Coupe",
                            "BMW::Other",
                            "BMW::X1",
                            "BMW::X2",
                            "BMW::X3",
                            "BMW::X3 M",
                            "BMW::X4",
                            "BMW::X5",
                            "BMW::X5 M",
                            "BMW::X6",
                            "BMW::X7",
                            "BMW::XM",
                            "BMW::Z1",
                            "BMW::Z3",
                            "BMW::Z3 M",
                            "BMW::Z4",
                            "BMW::Z4 M",
                            "BMW::Z8",
                            "BMW::i3",
                            "BMW::i4",
                            "BMW::i5",
                            "BMW::i7",
                            "BMW::i8",
                            "BMW::iX",
                            "BMW::iX1",
                            "BMW::iX2",
                            "BMW::iX3",
                            "BMW::x6 M",
                            "Bristol::403",
                            "Bristol::409",
                            "Bugatti::Chiron",
                            "Bugatti::Type 35",
                            "BYD::Atto 2",
                            "BYD::Atto 3",
                            "BYD::Dolphin",
                            "BYD::Seal",
                            "BYD::Seal 6",
                            "BYD::Seal U",
                            "BYD::Sealion 5",
                            "BYD::Sealion 7",
                            "Cadillac::De Ville",
                            "Cadillac::Escalade",
                            "Caterham::Other",
                            "Caterham::Seven",
                            "Caterham::Super Seven",
                            "Chery::Tiggo 7",
                            "Chery::Tiggo 8",
                            "Chery::Tiggo 9",
                            "Chesil::Speedster",
                            "Chevrolet::Apache",
                            "Chevrolet::Astro",
                            "Chevrolet::Aveo",
                            "Chevrolet::Bel Air",
                            "Chevrolet::C10",
                            "Chevrolet::Camaro",
                            "Chevrolet::Captiva",
                            "Chevrolet::Corvette",
                            "Chevrolet::Corvette Stingray",
                            "Chevrolet::Cruze",
                            "Chevrolet::Impala",
                            "Chevrolet::Kalos",
                            "Chevrolet::Lacetti",
                            "Chevrolet::Matiz",
                            "Chevrolet::Nova",
                            "Chevrolet::Orlando",
                            "Chevrolet::Other",
                            "Chevrolet::SSR",
                            "Chevrolet::Silverado",
                            "Chevrolet::Spark",
                            "Chevrolet::Suburban",
                            "Chevrolet::Tahoe",
                            "Chevrolet::Trax",
                            "Chrysler::300C",
                            "Chrysler::Crossfire",
                            "Chrysler::Delta",
                            "Chrysler::Grand Voyager",
                            "Chrysler::Other",
                            "Chrysler::PT Cruiser",
                            "Chrysler::Voyager",
                            "Chrysler::Ypsilon",
                            "Citroen::2 CV",
                            "Citroen::AX",
                            "Citroen::Ami",
                            "Citroen::BX",
                            "Citroen::Berlingo",
                            "Citroen::Berlingo Multispace",
                            "Citroen::C Zero",
                            "Citroen::C-Crosser",
                            "Citroen::C1",
                            "Citroen::C2",
                            "Citroen::C3",
                            "Citroen::C3 Aircross",
                            "Citroen::C3 Picasso",
                            "Citroen::C3 Pluriel",
                            "Citroen::C4",
                            "Citroen::C4 Cactus",
                            "Citroen::C4 Picasso",
                            "Citroen::C4 X",
                            "Citroen::C5",
                            "Citroen::C5 Aircross",
                            "Citroen::C5 X",
                            "Citroen::C6",
                            "Citroen::CX",
                            "Citroen::DS23",
                            "Citroen::DS3",
                            "Citroen::DS4",
                            "Citroen::DS5",
                            "Citroen::Dispatch",
                            "Citroen::Grand C4 Picasso",
                            "Citroen::Nemo Multispace",
                            "Citroen::Other",
                            "Citroen::Relay",
                            "Citroen::SM",
                            "Citroen::Saxo",
                            "Citroen::Space Tourer",
                            "Citroen::Xsara",
                            "Citroen::Xsara Picasso",
                            "Citroen::e-C3",
                            "Citroen::e-C3 Aircross",
                            "Citroen::e-C4",
                            "Citroen::e-C4 X",
                            "Citroen::e-C5 Aircross",
                            "Citroen::e-SpaceTourer",
                            "Corvette::Stingray",
                            "Cupra::Ateca",
                            "Cupra::Born",
                            "Cupra::Formentor",
                            "Cupra::Leon",
                            "Cupra::Tavascan",
                            "Cupra::Terramar",
                            "Dacia::Bigster",
                            "Dacia::Duster",
                            "Dacia::Jogger",
                            "Dacia::Logan MCV",
                            "Dacia::Logan MCV Stepway",
                            "Dacia::Sandero",
                            "Dacia::Sandero Stepway",
                            "Dacia::Spring",
                            "Dacia::Stepway",
                            "Daihatsu::Cast",
                            "Daihatsu::Charade",
                            "Daihatsu::Hijet",
                            "Daihatsu::Leeza",
                            "Daihatsu::Materia",
                            "Daihatsu::Midget",
                            "Daihatsu::Move",
                            "Daihatsu::Other",
                            "Daihatsu::Sirion",
                            "Daihatsu::Taft",
                            "Daihatsu::Terios",
                            "Daimler::DB18",
                            "Daimler::Double Six",
                            "Daimler::Limousine",
                            "Daimler::Other",
                            "Daimler::Sovereign",
                            "Daimler::Sp250",
                            "Daimler::V8",
                            "Daimler::XJ Series",
                            "Daimler::XJ6",
                            "Datsun::240C",
                            "Datsun::260Z",
                            "Datsun::280Z",
                            "DAX::Other",
                            "DFSK::Loadhopper",
                            "Dodge::Caliber",
                            "Dodge::Challenger",
                            "Dodge::Charger",
                            "Dodge::Dart",
                            "Dodge::Durango",
                            "Dodge::Journey",
                            "Dodge::Nitro",
                            "Dodge::RAM",
                            "Dodge::Viper",
                            "DS Automobiles::DS 3",
                            "DS Automobiles::DS 3 Cabrio",
                            "DS Automobiles::DS 3 Crossback",
                            "DS Automobiles::DS 4",
                            "DS Automobiles::DS 4 Crossback",
                            "DS Automobiles::DS 5",
                            "DS Automobiles::DS 7",
                            "DS Automobiles::DS 7 Crossback",
                            "DS Automobiles::DS 9",
                            "DS Automobiles::Other",
                            "Ducati::1299 Panigale",
                            "Ferrari::12 Cilindri",
                            "Ferrari::208",
                            "Ferrari::250",
                            "Ferrari::296 GTB",
                            "Ferrari::296 GTS",
                            "Ferrari::308",
                            "Ferrari::328",
                            "Ferrari::330",
                            "Ferrari::348",
                            "Ferrari::360",
                            "Ferrari::365",
                            "Ferrari::400i",
                            "Ferrari::430",
                            "Ferrari::456",
                            "Ferrari::456M",
                            "Ferrari::458",
                            "Ferrari::488",
                            "Ferrari::488 Pista",
                            "Ferrari::550",
                            "Ferrari::575M",
                            "Ferrari::599",
                            "Ferrari::612",
                            "Ferrari::812 GTS",
                            "Ferrari::812 Superfast",
                            "Ferrari::California",
                            "Ferrari::Dino 246 GTS",
                            "Ferrari::F12 Berlinetta",
                            "Ferrari::F355",
                            "Ferrari::F430",
                            "Ferrari::F8 Spider",
                            "Ferrari::F8 Tributo",
                            "Ferrari::FF",
                            "Ferrari::GTC4Lusso",
                            "Ferrari::LaFerrari",
                            "Ferrari::Mondial",
                            "Ferrari::Other",
                            "Ferrari::Portofino",
                            "Ferrari::Purosangue",
                            "Ferrari::Roma",
                            "Ferrari::SF90 Spider",
                            "Ferrari::Testarossa",
                            "Fiat::124 Spider",
                            "Fiat::1500",
                            "Fiat::500",
                            "Fiat::500C",
                            "Fiat::500L",
                            "Fiat::500X",
                            "Fiat::500X Dolcevita",
                            "Fiat::500e",
                            "Fiat::500e C",
                            "Fiat::600",
                            "Fiat::600e",
                            "Fiat::Barchetta",
                            "Fiat::Brava",
                            "Fiat::Bravo",
                            "Fiat::Coupe",
                            "Fiat::Doblo",
                            "Fiat::Ducato",
                            "Fiat::Fiorino",
                            "Fiat::Fullback",
                            "Fiat::Grande Panda",
                            "Fiat::Grande Punto",
                            "Fiat::Multipla",
                            "Fiat::Other",
                            "Fiat::Panda",
                            "Fiat::Punto",
                            "Fiat::Punto Evo",
                            "Fiat::Qubo",
                            "Fiat::Scudo",
                            "Fiat::Sedici",
                            "Fiat::Seicento",
                            "Fiat::Tipo",
                            "Fiat::Uno",
                            "Fiat::X19",
                            "Ford::Anglia",
                            "Ford::B-MAX",
                            "Ford::Bronco",
                            "Ford::C-Max",
                            "Ford::Capri",
                            "Ford::Consul",
                            "Ford::Cortina",
                            "Ford::Cougar",
                            "Ford::E-Tourneo Custom",
                            "Ford::Ecosport",
                            "Ford::Edge",
                            "Ford::Escort",
                            "Ford::Excursion",
                            "Ford::Expedition",
                            "Ford::Explorer",
                            "Ford::F-550",
                            "Ford::F100",
                            "Ford::F150",
                            "Ford::Fiesta",
                            "Ford::Fiesta Van",
                            "Ford::Focus",
                            "Ford::Focus C-Max",
                            "Ford::Focus CC",
                            "Ford::Freda",
                            "Ford::Fusion",
                            "Ford::Galaxy",
                            "Ford::Granada",
                            "Ford::Grand C-Max",
                            "Ford::Grand Tourneo Connect",
                            "Ford::Independence",
                            "Ford::Ka",
                            "Ford::Ka+",
                            "Ford::Kuga",
                            "Ford::Model B",
                            "Ford::Model T",
                            "Ford::Mondeo",
                            "Ford::Mustang",
                            "Ford::Mustang Mach-E",
                            "Ford::Other",
                            "Ford::Pilot",
                            "Ford::Popular",
                            "Ford::Prefect",
                            "Ford::Puma",
                            "Ford::Puma Gen-E",
                            "Ford::Ranger",
                            "Ford::S-Max",
                            "Ford::Scorpio",
                            "Ford::Sierra",
                            "Ford::Streetka",
                            "Ford::Tourneo",
                            "Ford::Tourneo Connect",
                            "Ford::Tourneo Courier",
                            "Ford::Tourneo Custom",
                            "Ford::Transit",
                            "Ford::Transit Connect",
                            "Ford::Transit Courier",
                            "Ford::Transit Custom",
                            "Ford::Zephyr",
                            "Geely::Geely EX5",
                            "Geely::Starray",
                            "Genesis::G70",
                            "Genesis::G80",
                            "Genesis::GV60",
                            "Genesis::GV70",
                            "Genesis::GV80",
                            "GMC::Other",
                            "GMC::Sierra",
                            "GMC::Yukon",
                            "Great Wall::Steed",
                            "GWM::Funky Cat",
                            "GWM::Haval Jolion Pro",
                            "GWM::ORA 03",
                            "GWM::POER300",
                            "Hillman::Minx",
                            "HMC::AC Cobra",
                            "Holden::Maloo",
                            "Honda::Accord",
                            "Honda::Acty",
                            "Honda::CR-V",
                            "Honda::CR-Z",
                            "Honda::Civic",
                            "Honda::Elysion",
                            "Honda::FR-V",
                            "Honda::Fit",
                            "Honda::Freed",
                            "Honda::HR-V",
                            "Honda::Insight",
                            "Honda::Integra",
                            "Honda::Jazz",
                            "Honda::Legend",
                            "Honda::N-Box",
                            "Honda::NSX",
                            "Honda::Odyssey",
                            "Honda::Other",
                            "Honda::Pilot",
                            "Honda::Prelude",
                            "Honda::S2000",
                            "Honda::S660",
                            "Honda::Stepwagon",
                            "Honda::Stream",
                            "Honda::Z",
                            "Honda::ZR-V",
                            "Honda::e",
                            "Honda::e NY1",
                            "Humber::Hawk",
                            "Hummer::H2",
                            "Hummer::H3",
                            "Hyundai::Accent",
                            "Hyundai::Amica",
                            "Hyundai::BAYON",
                            "Hyundai::Coupe",
                            "Hyundai::Elantra",
                            "Hyundai::Genesis",
                            "Hyundai::Getz",
                            "Hyundai::IONIQ",
                            "Hyundai::IONIQ 5",
                            "Hyundai::IONIQ 6",
                            "Hyundai::IONIQ 9",
                            "Hyundai::Iload",
                            "Hyundai::Ix20",
                            "Hyundai::Ix35",
                            "Hyundai::KONA",
                            "Hyundai::Matrix",
                            "Hyundai::Other",
                            "Hyundai::Santa Fe",
                            "Hyundai::Scoupe",
                            "Hyundai::Sonata",
                            "Hyundai::TUCSON",
                            "Hyundai::Terracan",
                            "Hyundai::Veloster",
                            "Hyundai::i10",
                            "Hyundai::i20",
                            "Hyundai::i30",
                            "Hyundai::i40",
                            "Hyundai::i800",
                            "INEOS::Grenadier",
                            "Infiniti::EX",
                            "Infiniti::FX",
                            "Infiniti::G",
                            "Infiniti::M",
                            "Infiniti::Q30",
                            "Infiniti::Q50",
                            "Infiniti::Q60",
                            "Infiniti::Q70",
                            "Infiniti::QX30",
                            "Infiniti::QX50",
                            "Infiniti::QX70",
                            "Isuzu::D-Max",
                            "Isuzu::Forward",
                            "Isuzu::Rodeo",
                            "Iveco::Daily",
                            "Iveco::Eurocargo",
                            "Jaecoo::5",
                            "Jaecoo::7",
                            "Jaecoo::8",
                            "Jaguar::420",
                            "Jaguar::C-Type",
                            "Jaguar::E-Pace",
                            "Jaguar::E-Type",
                            "Jaguar::F-Pace",
                            "Jaguar::F-Type",
                            "Jaguar::I-Pace",
                            "Jaguar::Mark II",
                            "Jaguar::S-Type",
                            "Jaguar::X-Type",
                            "Jaguar::XE",
                            "Jaguar::XF",
                            "Jaguar::XFR-S",
                            "Jaguar::XJ",
                            "Jaguar::XJR-S",
                            "Jaguar::XJS",
                            "Jaguar::XK",
                            "Jaguar::XK8",
                            "Jaguar::XKR",
                            "Jaguar::XKRS",
                            "Jeep::Avenger",
                            "Jeep::Cherokee",
                            "Jeep::Commander",
                            "Jeep::Compass",
                            "Jeep::Gladiator",
                            "Jeep::Grand Cherokee",
                            "Jeep::Grand Wagoneer",
                            "Jeep::Other",
                            "Jeep::Patriot",
                            "Jeep::Renegade",
                            "Jeep::Wrangler",
                            "Jensen::Interceptor",
                            "KGM::Actyon",
                            "KGM::Korando",
                            "KGM::Korando e-Motion",
                            "KGM::Musso",
                            "KGM::Rexton",
                            "KGM::Tivoli",
                            "KGM::Torres",
                            "KGM::Torres EVX",
                            "Kia::Carens",
                            "Kia::Ceed",
                            "Kia::Cerato",
                            "Kia::EV2",
                            "Kia::EV3",
                            "Kia::EV4",
                            "Kia::EV5",
                            "Kia::EV6",
                            "Kia::EV9",
                            "Kia::K4",
                            "Kia::Niro",
                            "Kia::Optima",
                            "Kia::Other",
                            "Kia::PV5",
                            "Kia::Picanto",
                            "Kia::Pro Ceed",
                            "Kia::Rio",
                            "Kia::Sedona",
                            "Kia::Sorento",
                            "Kia::Soul",
                            "Kia::Sportage",
                            "Kia::Stinger",
                            "Kia::Stonic",
                            "Kia::Venga",
                            "Kia::XCeed",
                            "Lamborghini::Aventador",
                            "Lamborghini::Diablo",
                            "Lamborghini::Gallardo",
                            "Lamborghini::Huracan",
                            "Lamborghini::Murcielago",
                            "Lamborghini::Revuelto",
                            "Lamborghini::Urus",
                            "Lancia::Delta",
                            "Lancia::Flavia",
                            "Lancia::Fulvia",
                            "Land Rover::Defender",
                            "Land Rover::Defender 110",
                            "Land Rover::Defender 130",
                            "Land Rover::Defender 90",
                            "Land Rover::Discovery",
                            "Land Rover::Discovery 2",
                            "Land Rover::Discovery 3",
                            "Land Rover::Discovery 4",
                            "Land Rover::Discovery 5",
                            "Land Rover::Discovery Sport",
                            "Land Rover::Freelander",
                            "Land Rover::Freelander 2",
                            "Land Rover::Other",
                            "Land Rover::Range Rover",
                            "Land Rover::Range Rover Evoque",
                            "Land Rover::Range Rover Sport",
                            "Land Rover::Range Rover Velar",
                            "Land Rover::Series I",
                            "Land Rover::Series II",
                            "Leapmotor::B10",
                            "Leapmotor::C10",
                            "Leapmotor::T03",
                            "LEVC::TX",
                            "Lexus::CT",
                            "Lexus::ES",
                            "Lexus::GS",
                            "Lexus::GX",
                            "Lexus::IS",
                            "Lexus::IS F",
                            "Lexus::LBX",
                            "Lexus::LC",
                            "Lexus::LM",
                            "Lexus::LS",
                            "Lexus::LX",
                            "Lexus::NX",
                            "Lexus::RC",
                            "Lexus::RX",
                            "Lexus::RX L",
                            "Lexus::RZ",
                            "Lexus::SC",
                            "Lexus::UX",
                            "Leyland::Mini",
                            "Lincoln::Continental",
                            "Lincoln::Navigator",
                            "Lincoln::Town Car",
                            "Lincoln::Zephyr",
                            "Lotus::2-Eleven",
                            "Lotus::340R",
                            "Lotus::Eclat",
                            "Lotus::Elan",
                            "Lotus::Eletre",
                            "Lotus::Elise",
                            "Lotus::Emeya",
                            "Lotus::Emira",
                            "Lotus::Esprit",
                            "Lotus::Europa",
                            "Lotus::Evora",
                            "Lotus::Exige",
                            "Lotus::Seven",
                            "LTI::TX4",
                            "MAN::TGE",
                            "Maserati::3200",
                            "Maserati::Biturbo",
                            "Maserati::Coupe",
                            "Maserati::Ghibli",
                            "Maserati::GranCabrio",
                            "Maserati::Gransport",
                            "Maserati::Granturismo",
                            "Maserati::Levante",
                            "Maserati::MC20",
                            "Maserati::Other",
                            "Maserati::Quattroporte",
                            "Maserati::Spyder",
                            "Maxus::Mifa 9",
                            "Maxus::T90EV",
                            "Maxus::eDeliver 3",
                            "Maybach::57",
                            "Mazda::121",
                            "Mazda::2",
                            "Mazda::AZ-1",
                            "Mazda::Biante",
                            "Mazda::Bongo",
                            "Mazda::CX-3",
                            "Mazda::CX-30",
                            "Mazda::CX-5",
                            "Mazda::CX-60",
                            "Mazda::CX-80",
                            "Mazda::CX-9",
                            "Mazda::MX-3",
                            "Mazda::MX-30",
                            "Mazda::MX-5",
                            "Mazda::MX-5 RF",
                            "Mazda::Mazda2",
                            "Mazda::Mazda2 HYBRID",
                            "Mazda::Mazda3",
                            "Mazda::Mazda5",
                            "Mazda::Mazda6",
                            "Mazda::Other",
                            "Mazda::RX-7",
                            "Mazda::RX-8",
                            "Mazda::Xedos",
                            "McLaren::12C",
                            "McLaren::540C",
                            "McLaren::570GT",
                            "McLaren::570S",
                            "McLaren::600LT",
                            "McLaren::720S",
                            "McLaren::750S",
                            "McLaren::765LT",
                            "McLaren::Artura",
                            "McLaren::GT",
                            "McLaren::MP4",
                            "Mercedes-Benz::190",
                            "Mercedes-Benz::190 SL",
                            "Mercedes-Benz::200",
                            "Mercedes-Benz::220",
                            "Mercedes-Benz::230",
                            "Mercedes-Benz::230 SL",
                            "Mercedes-Benz::250",
                            "Mercedes-Benz::280",
                            "Mercedes-Benz::280 SL",
                            "Mercedes-Benz::300",
                            "Mercedes-Benz::350 SL",
                            "Mercedes-Benz::380",
                            "Mercedes-Benz::450 SL",
                            "Mercedes-Benz::500",
                            "Mercedes-Benz::500 SL",
                            "Mercedes-Benz::600",
                            "Mercedes-Benz::A-Class",
                            "Mercedes-Benz::AMG",
                            "Mercedes-Benz::AMG GT",
                            "Mercedes-Benz::B Class",
                            "Mercedes-Benz::C Class",
                            "Mercedes-Benz::CL",
                            "Mercedes-Benz::CLA",
                            "Mercedes-Benz::CLC Class",
                            "Mercedes-Benz::CLE",
                            "Mercedes-Benz::CLK",
                            "Mercedes-Benz::CLS",
                            "Mercedes-Benz::Citan",
                            "Mercedes-Benz::E Class",
                            "Mercedes-Benz::EQA",
                            "Mercedes-Benz::EQB",
                            "Mercedes-Benz::EQC",
                            "Mercedes-Benz::EQE",
                            "Mercedes-Benz::EQS",
                            "Mercedes-Benz::EQV",
                            "Mercedes-Benz::G Class",
                            "Mercedes-Benz::GL Class",
                            "Mercedes-Benz::GLA",
                            "Mercedes-Benz::GLB",
                            "Mercedes-Benz::GLC",
                            "Mercedes-Benz::GLE",
                            "Mercedes-Benz::GLS",
                            "Mercedes-Benz::M Class",
                            "Mercedes-Benz::Other",
                            "Mercedes-Benz::R Class",
                            "Mercedes-Benz::S Class",
                            "Mercedes-Benz::SL",
                            "Mercedes-Benz::SLC",
                            "Mercedes-Benz::SLK",
                            "Mercedes-Benz::SLR McLaren",
                            "Mercedes-Benz::Sprinter",
                            "Mercedes-Benz::V-Class",
                            "Mercedes-Benz::Vaneo",
                            "Mercedes-Benz::Viano",
                            "Mercedes-Benz::Vito",
                            "Mercedes-Benz::X Class",
                            "Mercury::Cougar",
                            "MG::1100",
                            "MG::Cyberster",
                            "MG::GS",
                            "MG::MG HS",
                            "MG::MG IM5",
                            "MG::MG IM6",
                            "MG::MG ZS",
                            "MG::MG3",
                            "MG::MG4",
                            "MG::MG5",
                            "MG::MG6",
                            "MG::MGA",
                            "MG::MGB",
                            "MG::MGB GT",
                            "MG::MGC",
                            "MG::MGF",
                            "MG::MGS5",
                            "MG::MGS6",
                            "MG::MGS9",
                            "MG::Magnette",
                            "MG::Marvel R",
                            "MG::Metro",
                            "MG::Midget",
                            "MG::Other",
                            "MG::RV8",
                            "MG::TA",
                            "MG::TD",
                            "MG::Y-Type",
                            "MG::ZR",
                            "MG::ZS Hybrid",
                            "MG::ZT",
                            "Microcar::M-Go",
                            "MINI::Aceman",
                            "MINI::Clubman",
                            "MINI::Clubvan",
                            "MINI::Convertible",
                            "MINI::Cooper",
                            "MINI::Countryman",
                            "MINI::Coupe",
                            "MINI::Electric Cooper",
                            "MINI::Electric Countryman",
                            "MINI::Electric Hatch",
                            "MINI::Hatch",
                            "MINI::One",
                            "MINI::Other",
                            "MINI::Paceman",
                            "MINI::Roadster",
                            "Mitsubishi::3000GT",
                            "Mitsubishi::ASX",
                            "Mitsubishi::Airtrek",
                            "Mitsubishi::Colt",
                            "Mitsubishi::Colt Cabriolet",
                            "Mitsubishi::Delica",
                            "Mitsubishi::Eclipse Cross",
                            "Mitsubishi::GTO",
                            "Mitsubishi::Grandis",
                            "Mitsubishi::Jeep",
                            "Mitsubishi::L200",
                            "Mitsubishi::Lancer",
                            "Mitsubishi::Legnum",
                            "Mitsubishi::Mirage",
                            "Mitsubishi::Outlander",
                            "Mitsubishi::Pajero",
                            "Mitsubishi::Shogun",
                            "Mitsubishi::Shogun Sport",
                            "Mitsubishi::Space Wagon",
                            "Mitsubishi::i",
                            "Mitsubishi::i-MiEV",
                            "Mitsuoka::Galue",
                            "Morgan::3 Wheeler",
                            "Morgan::4/4",
                            "Morgan::Aero",
                            "Morgan::Plus Eight",
                            "Morgan::Plus Four",
                            "Morgan::Plus Six",
                            "Morgan::Roadster",
                            "Morris::Eight",
                            "Morris::Mini",
                            "Morris::Minor",
                            "Morris::Oxford",
                            "Nissan::300 ZX",
                            "Nissan::350Z",
                            "Nissan::370 Z",
                            "Nissan::AD",
                            "Nissan::ARIYA",
                            "Nissan::Almera",
                            "Nissan::Almera Tino",
                            "Nissan::Cube",
                            "Nissan::Cubic",
                            "Nissan::Elgrand",
                            "Nissan::Fairlady",
                            "Nissan::Figaro",
                            "Nissan::GT-R",
                            "Nissan::Interstar",
                            "Nissan::Juke",
                            "Nissan::Leaf",
                            "Nissan::Micra",
                            "Nissan::Micra C+C",
                            "Nissan::Murano",
                            "Nissan::NT100 Clipper",
                            "Nissan::NV200",
                            "Nissan::Navara",
                            "Nissan::Note",
                            "Nissan::Other",
                            "Nissan::Pathfinder",
                            "Nissan::Patrol",
                            "Nissan::Patrol GR",
                            "Nissan::Pixo",
                            "Nissan::Primera",
                            "Nissan::Pulsar",
                            "Nissan::Qashqai",
                            "Nissan::Qashqai+2",
                            "Nissan::Serena",
                            "Nissan::Silvia",
                            "Nissan::Skyline",
                            "Nissan::Stagea",
                            "Nissan::Sunny",
                            "Nissan::Tiida",
                            "Nissan::X-Trail",
                            "Nissan::e-NV200",
                            "Noble::M12",
                            "Omoda::OMODA 5",
                            "Omoda::OMODA 9",
                            "Omoda::OMODA E5",
                            "Opel::Astra",
                            "Opel::Corsa",
                            "Opel::Kadett",
                            "Opel::Manta",
                            "Perodua::Kelisa",
                            "Perodua::Kenari",
                            "Perodua::MYVI",
                            "Perodua::Nippa",
                            "Peugeot::1007",
                            "Peugeot::106",
                            "Peugeot::107",
                            "Peugeot::108",
                            "Peugeot::2008",
                            "Peugeot::205",
                            "Peugeot::206",
                            "Peugeot::207",
                            "Peugeot::207 CC",
                            "Peugeot::208",
                            "Peugeot::3008",
                            "Peugeot::306",
                            "Peugeot::307",
                            "Peugeot::307 CC",
                            "Peugeot::307 SW",
                            "Peugeot::308",
                            "Peugeot::308 CC",
                            "Peugeot::308 SW",
                            "Peugeot::309",
                            "Peugeot::4007",
                            "Peugeot::403",
                            "Peugeot::404",
                            "Peugeot::405",
                            "Peugeot::407",
                            "Peugeot::407 SW",
                            "Peugeot::408",
                            "Peugeot::5008",
                            "Peugeot::508",
                            "Peugeot::508 RXH",
                            "Peugeot::508 SW",
                            "Peugeot::807",
                            "Peugeot::Bipper Tepee",
                            "Peugeot::Boxer",
                            "Peugeot::E-2008",
                            "Peugeot::E-208",
                            "Peugeot::E-3008",
                            "Peugeot::E-308",
                            "Peugeot::E-5008",
                            "Peugeot::Expert",
                            "Peugeot::Expert Tepee",
                            "Peugeot::Horizon",
                            "Peugeot::Other",
                            "Peugeot::Partner",
                            "Peugeot::Partner Tepee",
                            "Peugeot::RCZ",
                            "Peugeot::Rifter",
                            "Peugeot::Traveller",
                            "Peugeot::e-Rifter",
                            "Peugeot::e-Traveller",
                            "Peugeot::iOn",
                            "Piaggio::400",
                            "Pilgrim::Sumo",
                            "Polestar::Polestar 1",
                            "Polestar::Polestar 2",
                            "Polestar::Polestar 3",
                            "Polestar::Polestar 4",
                            "Pontiac::Fiero",
                            "Pontiac::GTO",
                            "Porsche::356",
                            "Porsche::718 Boxster",
                            "Porsche::718 Cayman",
                            "Porsche::718 Spyder",
                            "Porsche::911",
                            "Porsche::912",
                            "Porsche::924",
                            "Porsche::928",
                            "Porsche::944",
                            "Porsche::968",
                            "Porsche::Boxster",
                            "Porsche::Cayenne",
                            "Porsche::Cayman",
                            "Porsche::Macan",
                            "Porsche::Other",
                            "Porsche::Panamera",
                            "Porsche::Taycan",
                            "Proton::GEN-2",
                            "Proton::Savvy",
                            "Reliant::Regal",
                            "Reliant::Robin",
                            "Reliant::Scimitar",
                            "Renault::12",
                            "Renault::4",
                            "Renault::5",
                            "Renault::5 E-Tech electric",
                            "Renault::8",
                            "Renault::Arkana",
                            "Renault::Austral",
                            "Renault::Captur",
                            "Renault::Clio",
                            "Renault::Espace",
                            "Renault::Grand Espace",
                            "Renault::Grand Modus",
                            "Renault::Grand Scenic",
                            "Renault::Kadjar",
                            "Renault::Kangoo",
                            "Renault::Kangoo Maxi",
                            "Renault::Koleos",
                            "Renault::Laguna",
                            "Renault::Master",
                            "Renault::Megane",
                            "Renault::Megane E Tech",
                            "Renault::Modus",
                            "Renault::Other",
                            "Renault::Scenic",
                            "Renault::Scenic E-Tech",
                            "Renault::Scenic Xmod",
                            "Renault::Symbioz",
                            "Renault::Trafic",
                            "Renault::Twingo",
                            "Renault::Twizy",
                            "Renault::Wind",
                            "Renault::Zoe",
                            "Riley::1.5",
                            "Riley::Other",
                            "Rolls-Royce::20/25",
                            "Rolls-Royce::20hp",
                            "Rolls-Royce::25/30",
                            "Rolls-Royce::Corniche",
                            "Rolls-Royce::Cullinan",
                            "Rolls-Royce::Cullinan Series II",
                            "Rolls-Royce::Ghost",
                            "Rolls-Royce::Ghost Series II",
                            "Rolls-Royce::Other",
                            "Rolls-Royce::Phantom",
                            "Rolls-Royce::Silver Cloud",
                            "Rolls-Royce::Silver Dawn",
                            "Rolls-Royce::Silver Seraph",
                            "Rolls-Royce::Silver Shadow",
                            "Rolls-Royce::Silver Spirit",
                            "Rolls-Royce::Silver Spur",
                            "Rolls-Royce::Silver Wraith",
                            "Rolls-Royce::Spectre",
                            "Rolls-Royce::Wraith",
                            "Rover::100",
                            "Rover::200",
                            "Rover::25",
                            "Rover::400",
                            "Rover::45",
                            "Rover::600",
                            "Rover::75",
                            "Rover::800",
                            "Rover::Cabriolet",
                            "Rover::Metro",
                            "Rover::Mini",
                            "Rover::Other",
                            "Rover::P3",
                            "Rover::P4",
                            "Rover::P6",
                            "Rover::P6B",
                            "Rover::SD1",
                            "Rover::Streetwise",
                            "Royale::Automatic Special Coupe",
                            "Saab::9-3",
                            "Saab::9-5",
                            "Saab::900",
                            "Saab::9000",
                            "Saab::96",
                            "Saab::99",
                            "SEAT::Alhambra",
                            "SEAT::Altea",
                            "SEAT::Altea XL",
                            "SEAT::Arona",
                            "SEAT::Arosa",
                            "SEAT::Ateca",
                            "SEAT::CUPRA Ateca",
                            "SEAT::Exeo",
                            "SEAT::Ibiza",
                            "SEAT::Leon",
                            "SEAT::Marbella",
                            "SEAT::Mii",
                            "SEAT::Tarraco",
                            "SEAT::Toledo",
                            "Skoda::Citigo",
                            "Skoda::Elroq",
                            "Skoda::Enyaq",
                            "Skoda::Fabia",
                            "Skoda::Felicia",
                            "Skoda::Kamiq",
                            "Skoda::Karoq",
                            "Skoda::Kodiaq",
                            "Skoda::Octavia",
                            "Skoda::Rapid",
                            "Skoda::Rapid Spaceback",
                            "Skoda::Roomster",
                            "Skoda::Scala",
                            "Skoda::Superb",
                            "Skoda::Yeti",
                            "Skywell::BE11",
                            "smart::#1",
                            "smart::#3",
                            "smart::#5",
                            "smart::Roadster",
                            "smart::city",
                            "smart::forfour",
                            "smart::fortwo",
                            "Ssangyong::Korando",
                            "Ssangyong::Korando Sports",
                            "Ssangyong::Korando e-Motion",
                            "Ssangyong::Musso",
                            "Ssangyong::Rexton",
                            "Ssangyong::Tivoli",
                            "Ssangyong::Trivoli XLV",
                            "Ssangyong::Turismo",
                            "Subaru::BRZ",
                            "Subaru::Crosstrek",
                            "Subaru::Exiga",
                            "Subaru::Forester",
                            "Subaru::Impreza",
                            "Subaru::Justy",
                            "Subaru::Legacy",
                            "Subaru::Levorg",
                            "Subaru::Other",
                            "Subaru::Outback",
                            "Subaru::Sambar",
                            "Subaru::Vivio",
                            "Subaru::WRX STI",
                            "Subaru::XV",
                            "Sunbeam::Alpine",
                            "Superformance::MKIII",
                            "Suzuki::Across",
                            "Suzuki::Alto",
                            "Suzuki::Baleno",
                            "Suzuki::Carry",
                            "Suzuki::Carry Wagon",
                            "Suzuki::Celerio",
                            "Suzuki::Cervo",
                            "Suzuki::Every Wagon",
                            "Suzuki::Grand Vitara",
                            "Suzuki::Hustler",
                            "Suzuki::Ignis",
                            "Suzuki::Jimny",
                            "Suzuki::Kizashi",
                            "Suzuki::Liana",
                            "Suzuki::Other",
                            "Suzuki::S-Cross",
                            "Suzuki::SX4",
                            "Suzuki::SX4 S-Cross",
                            "Suzuki::Splash",
                            "Suzuki::Swace",
                            "Suzuki::Swift",
                            "Suzuki::Vitara",
                            "Suzuki::Wagon R",
                            "Suzuki::X-90",
                            "Suzuki::e Vitara",
                            "Talbot::Matra",
                            "Talbot::Sunbeam",
                            "Tesla::Model 3",
                            "Tesla::Model S",
                            "Tesla::Model X",
                            "Tesla::Model Y",
                            "Tesla::Roadster",
                            "Toyota::4Runner",
                            "Toyota::AYGO",
                            "Toyota::Alphard",
                            "Toyota::Aqua",
                            "Toyota::Aristo",
                            "Toyota::Auris",
                            "Toyota::Avensis",
                            "Toyota::Aygo X",
                            "Toyota::BB",
                            "Toyota::C-HR",
                            "Toyota::Camry",
                            "Toyota::Carina E",
                            "Toyota::Carina II",
                            "Toyota::Celica",
                            "Toyota::Corolla",
                            "Toyota::Corolla Verso",
                            "Toyota::Crown",
                            "Toyota::Esquire",
                            "Toyota::Estima",
                            "Toyota::FJ Cruiser",
                            "Toyota::GR86",
                            "Toyota::GT86",
                            "Toyota::Granace",
                            "Toyota::HiAce",
                            "Toyota::Highlander",
                            "Toyota::Hilux",
                            "Toyota::IQ",
                            "Toyota::Ipsum",
                            "Toyota::Isis",
                            "Toyota::Land Cruiser",
                            "Toyota::Land Cruiser Amazon",
                            "Toyota::Land Cruiser Colorado",
                            "Toyota::MR2",
                            "Toyota::Mark X",
                            "Toyota::Noah",
                            "Toyota::Other",
                            "Toyota::PROACE CITY Verso",
                            "Toyota::Passo",
                            "Toyota::Previa",
                            "Toyota::Prius",
                            "Toyota::Prius+",
                            "Toyota::ProAce",
                            "Toyota::RAV4",
                            "Toyota::Sienta",
                            "Toyota::Starlet",
                            "Toyota::Supra",
                            "Toyota::Urban Cruiser",
                            "Toyota::Vellfire",
                            "Toyota::Verso",
                            "Toyota::Vitz",
                            "Toyota::Voxy",
                            "Toyota::Will",
                            "Toyota::Yaris",
                            "Toyota::Yaris Cross",
                            "Toyota::Yaris Verso",
                            "Toyota::bz4x",
                            "Triumph::1500",
                            "Triumph::Dolomite",
                            "Triumph::Gloria",
                            "Triumph::Gt6",
                            "Triumph::Herald",
                            "Triumph::Roadster",
                            "Triumph::Spitfire",
                            "Triumph::Stag",
                            "Triumph::Standard",
                            "Triumph::TR2",
                            "Triumph::TR3",
                            "Triumph::TR4",
                            "Triumph::TR5",
                            "Triumph::TR6",
                            "TVR::3000",
                            "TVR::Cerbera",
                            "TVR::Chimaera",
                            "TVR::Griffith",
                            "TVR::M Series",
                            "TVR::S Series",
                            "TVR::Tamora",
                            "TVR::Tasmin",
                            "TVR::Tuscan",
                            "Ultima::RS",
                            "Ultima::Spyder",
                            "Vauxhall::ADAM",
                            "Vauxhall::Agila",
                            "Vauxhall::Ampera",
                            "Vauxhall::Antara",
                            "Vauxhall::Astra",
                            "Vauxhall::Astra GTC",
                            "Vauxhall::Calibra",
                            "Vauxhall::Cascada",
                            "Vauxhall::Cavalier",
                            "Vauxhall::Chevette",
                            "Vauxhall::Combo",
                            "Vauxhall::Combo Life",
                            "Vauxhall::Combo Life Electric",
                            "Vauxhall::Corsa",
                            "Vauxhall::Corsa Electric",
                            "Vauxhall::Corsa Van",
                            "Vauxhall::Crossland",
                            "Vauxhall::Crossland X",
                            "Vauxhall::Frontera",
                            "Vauxhall::Frontera Electric",
                            "Vauxhall::Grandland",
                            "Vauxhall::Grandland X",
                            "Vauxhall::Insignia",
                            "Vauxhall::Lotus Carlton",
                            "Vauxhall::Meriva",
                            "Vauxhall::Mokka",
                            "Vauxhall::Mokka Electric",
                            "Vauxhall::Mokka X",
                            "Vauxhall::Monaro",
                            "Vauxhall::Movano",
                            "Vauxhall::Nova",
                            "Vauxhall::Omega",
                            "Vauxhall::Senator",
                            "Vauxhall::Signum",
                            "Vauxhall::Tigra",
                            "Vauxhall::VX220",
                            "Vauxhall::VXR8",
                            "Vauxhall::Vectra",
                            "Vauxhall::Velox",
                            "Vauxhall::Viva",
                            "Vauxhall::Vivaro",
                            "Vauxhall::Vivaro Life",
                            "Vauxhall::Zafira",
                            "Vauxhall::Zafira Tourer",
                            "Volkswagen::Amarok",
                            "Volkswagen::Arteon",
                            "Volkswagen::Beach Buggy",
                            "Volkswagen::Beetle",
                            "Volkswagen::Bora",
                            "Volkswagen::CC",
                            "Volkswagen::Caddy",
                            "Volkswagen::Caddy California",
                            "Volkswagen::Caddy Life",
                            "Volkswagen::Caddy Maxi",
                            "Volkswagen::Caddy Maxi Life",
                            "Volkswagen::California",
                            "Volkswagen::Campervan",
                            "Volkswagen::Caravelle",
                            "Volkswagen::Corrado",
                            "Volkswagen::Crafter",
                            "Volkswagen::EOS",
                            "Volkswagen::Fox",
                            "Volkswagen::Golf",
                            "Volkswagen::Golf Plus",
                            "Volkswagen::Golf SV",
                            "Volkswagen::ID.3",
                            "Volkswagen::ID.4",
                            "Volkswagen::ID.5",
                            "Volkswagen::ID.7",
                            "Volkswagen::ID.Buzz",
                            "Volkswagen::Jetta",
                            "Volkswagen::Karmann",
                            "Volkswagen::Lupo",
                            "Volkswagen::Multivan",
                            "Volkswagen::Other",
                            "Volkswagen::Passat",
                            "Volkswagen::Phaeton",
                            "Volkswagen::Polo",
                            "Volkswagen::Polo LX",
                            "Volkswagen::Scirocco",
                            "Volkswagen::Sharan",
                            "Volkswagen::T-Cross",
                            "Volkswagen::T-Roc",
                            "Volkswagen::Taigo",
                            "Volkswagen::Tayron",
                            "Volkswagen::Tiguan",
                            "Volkswagen::Tiguan Allspace",
                            "Volkswagen::Touareg",
                            "Volkswagen::Touran",
                            "Volkswagen::Transporter",
                            "Volkswagen::Transporter Shuttle",
                            "Volkswagen::Transporter Sportline",
                            "Volkswagen::up!",
                            "Volvo::850",
                            "Volvo::900 Series",
                            "Volvo::C30",
                            "Volvo::C40",
                            "Volvo::C70",
                            "Volvo::EC40",
                            "Volvo::EX30",
                            "Volvo::EX30 Cross Country",
                            "Volvo::EX40",
                            "Volvo::EX90",
                            "Volvo::Other",
                            "Volvo::P1800",
                            "Volvo::S40",
                            "Volvo::S60",
                            "Volvo::S80",
                            "Volvo::S90",
                            "Volvo::V40",
                            "Volvo::V40 Cross Country",
                            "Volvo::V50",
                            "Volvo::V60",
                            "Volvo::V60 Cross Country",
                            "Volvo::V70",
                            "Volvo::V90",
                            "Volvo::V90 Cross Country",
                            "Volvo::XC40",
                            "Volvo::XC60",
                            "Volvo::XC70",
                            "Volvo::XC90",
                            "Westfield::7",
                            "Westfield::XI",
                            "Wolseley::1500",
                            "Wolseley::Hornet",
                            "Wolseley::Other",
                            "XPENG::G6",
                            "AC::Other",
                            "Aixam::500",
                            "BYD::ETP3",
                            "Chevrolet::3100",
                            "Citroen::Nemo",
                            "Daihatsu::Extol",
                            "Dennis::Elite",
                            "DFSK::Other",
                            "Dodge::Dakota",
                            "Fiat::E-Doblo",
                            "Fiat::Talento",
                            "Ford::E-Series",
                            "Ford::E-Transit",
                            "Ford::E-Transit Courier",
                            "Ford::E-Transit Custom",
                            "Ford::P100",
                            "GMC::C10",
                            "Holden::Ute",
                            "INEOS::Grenadier Quatermaster",
                            "Isuzu::Grafter",
                            "Isuzu::Other",
                            "Iveco::Other",
                            "Jokky::Work",
                            "Land Rover::Series III",
                            "LDV::EV80",
                            "LDV::MAXUS",
                            "LDV::V80",
                            "LEVC::VN5",
                            "Maxus::Deliver 9",
                            "Maxus::T60 MAX",
                            "Maxus::eDeliver 5",
                            "Maxus::eDeliver 7",
                            "Maxus::eDeliver 9",
                            "Maxus::eTERRON 9",
                            "Mazda::B",
                            "Mazda::B2500",
                            "Mercedes-Benz::300 GD",
                            "Mercedes-Benz::Vario",
                            "Mitsubishi::Canter",
                            "Mitsubishi::Minicab",
                            "Mitsubishi::Other",
                            "Morris::Six",
                            "Nissan::Cabstar",
                            "Nissan::D21",
                            "Nissan::NV250",
                            "Nissan::NV300",
                            "Nissan::NV400",
                            "Nissan::Primastar",
                            "Nissan::Townstar",
                            "Peugeot::Bipper",
                            "Peugeot::e-Expert",
                            "Peugeot::e-Partner",
                            "Piaggio::Ape",
                            "Piaggio::Porter",
                            "Proton::Jumbuck",
                            "Renault::Mascott",
                            "Renault::Trafic E-Tech",
                            "Santana::PS10",
                            "Toyota::Dyna",
                            "Toyota::PROACE MAX",
                            "Vauxhall::Astra Van",
                            "Vauxhall::Combo Electric",
                            "Vauxhall::Vivaro Electric",
                            "Volkswagen::ID. Buzz Cargo",
                            "Volkswagen::LT"
                        ],
                        "type": "string",
                        "description": "Make + model (same values as on motors.co.uk). Choose a row matching your Make.",
                        "default": ""
                    },
                    "min_price": {
                        "title": "Min price",
                        "enum": [
                            "",
                            "1",
                            "500",
                            "1000",
                            "2000",
                            "3000",
                            "4000",
                            "5000",
                            "6000",
                            "7000",
                            "8000",
                            "9000",
                            "10000",
                            "12500",
                            "15000",
                            "17500",
                            "20000",
                            "25000",
                            "30000",
                            "35000",
                            "40000",
                            "45000",
                            "50000",
                            "55000",
                            "60000",
                            "75000",
                            "100000",
                            "250000",
                            "500000",
                            "1000000"
                        ],
                        "type": "string",
                        "description": "Minimum price ladder from the Motors search panel.",
                        "default": ""
                    },
                    "max_price": {
                        "title": "Max price",
                        "enum": [
                            "",
                            "500",
                            "1000",
                            "2000",
                            "3000",
                            "4000",
                            "5000",
                            "6000",
                            "7000",
                            "8000",
                            "9000",
                            "10000",
                            "12500",
                            "15000",
                            "17500",
                            "20000",
                            "25000",
                            "30000",
                            "35000",
                            "40000",
                            "45000",
                            "50000",
                            "55000",
                            "60000",
                            "75000",
                            "100000",
                            "250000",
                            "500000",
                            "1000000"
                        ],
                        "type": "string",
                        "description": "Maximum price ladder from the Motors search panel.",
                        "default": ""
                    },
                    "max_mileage": {
                        "title": "Max mileage",
                        "enum": [
                            "",
                            "100",
                            "500",
                            "1000",
                            "5000",
                            "10000",
                            "20000",
                            "30000",
                            "40000",
                            "50000",
                            "60000",
                            "70000",
                            "80000",
                            "90000",
                            "100000"
                        ],
                        "type": "string",
                        "description": "Maximum mileage ladder from the Motors search panel.",
                        "default": ""
                    },
                    "max_age": {
                        "title": "Max age",
                        "enum": [
                            "",
                            "1",
                            "2",
                            "3",
                            "4",
                            "5",
                            "6",
                            "7",
                            "8",
                            "9",
                            "10"
                        ],
                        "type": "string",
                        "description": "Maximum vehicle age ladder from the Motors search panel.",
                        "default": ""
                    },
                    "fuel_type": {
                        "title": "Fuel type",
                        "enum": [
                            "",
                            "diesel",
                            "electric petrol rex",
                            "full electric",
                            "hybrid - diesel/electric",
                            "hybrid - petrol/electric",
                            "lpg",
                            "petrol"
                        ],
                        "type": "string",
                        "description": "Fuel type values from motors.co.uk.",
                        "default": ""
                    },
                    "body_style": {
                        "title": "Body style",
                        "enum": [
                            "",
                            "convertible",
                            "coupe",
                            "estate",
                            "hatchback",
                            "people carrier",
                            "pick-up",
                            "saloon",
                            "suv",
                            "box van",
                            "chassis cab",
                            "combi van",
                            "curtain side",
                            "dropside",
                            "flatbed",
                            "luton",
                            "minibus",
                            "recovery truck",
                            "temperature controlled",
                            "tipper",
                            "van",
                            "vehicle transporter",
                            "window van"
                        ],
                        "type": "string",
                        "description": "Body style values from motors.co.uk.",
                        "default": ""
                    },
                    "transmission": {
                        "title": "Transmission",
                        "enum": [
                            "",
                            "Automatic",
                            "Manual"
                        ],
                        "type": "string",
                        "description": "Transmission values from motors.co.uk.",
                        "default": ""
                    },
                    "colour": {
                        "title": "Colour",
                        "enum": [
                            "",
                            "beige",
                            "black",
                            "blue",
                            "brown",
                            "gold",
                            "green",
                            "grey",
                            "orange",
                            "pink",
                            "purple",
                            "red",
                            "silver",
                            "white",
                            "yellow"
                        ],
                        "type": "string",
                        "description": "Colour values from motors.co.uk.",
                        "default": ""
                    },
                    "distance": {
                        "title": "Distance",
                        "enum": [
                            "1000",
                            "1",
                            "10",
                            "20",
                            "30",
                            "40",
                            "50",
                            "60",
                            "100",
                            "200"
                        ],
                        "type": "string",
                        "description": "Search radius from postcode. National = 1000.",
                        "default": "1000"
                    },
                    "sort_by": {
                        "title": "Sort by",
                        "enum": [
                            "0",
                            "2",
                            "1",
                            "3",
                            "7",
                            "14",
                            "15",
                            "16",
                            "17",
                            "18"
                        ],
                        "type": "string",
                        "description": "Sort order from the Motors results page.",
                        "default": "0"
                    },
                    "max_cars": {
                        "title": "Max results",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of listings to scrape (capped at 1000).",
                        "default": 50
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
