# Toyota Corolla Price Comparison in Europe

**Use case:** 

Analyze and compare Toyota Corolla prices across Spain, France, Germany, the UK, Italy, and Portugal. Access data on list prices and discounts.

## Input

```json
{
  "countries": [
    "es",
    "fr",
    "de",
    "gb",
    "it",
    "pt"
  ],
  "modelFilter": [
    "corolla-hb",
    "corolla",
    "corolla-ts"
  ],
  "includeSpecs": false,
  "requestDelay": 500
}
```

## Output

```json
{
  "country": {
    "label": "Country Code",
    "format": "string"
  },
  "model_name": {
    "label": "Model Name",
    "format": "string"
  },
  "grade": {
    "label": "Grade / Trim",
    "format": "string"
  },
  "body_type": {
    "label": "Body Type",
    "format": "string"
  },
  "engine": {
    "label": "Engine",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "wheel_drive": {
    "label": "Wheel Drive",
    "format": "string"
  },
  "is_hybrid": {
    "label": "Is Hybrid",
    "format": "boolean"
  },
  "price_list": {
    "label": "List Price",
    "format": "number"
  },
  "price_with_discount": {
    "label": "Price With Discount",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "co2_combined_gkm": {
    "label": "CO2 Combined (g/km)",
    "format": "number"
  },
  "fuel_consumption_l100km": {
    "label": "Fuel Consumption (l/100km)",
    "format": "number"
  },
  "data_source": {
    "label": "Data Source",
    "format": "string"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Toyota Europe Inventory & Prices](https://apify.com/rastriq/toyota-europe-inventory) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/toyota-europe-inventory) to learn more, explore other use cases, and run it yourself.