# Skoda Dealer Inventory and Prices in Spain

**Use case:** 

Access detailed data on Skoda's complete dealer inventory in Spain, including prices, financing options, and dealer contacts for approximately 3,500 vehicles.

## Input

```json
{
  "country": "ESP",
  "maxPagesPerCountry": 0,
  "includeDealer": true,
  "includeFinancing": true,
  "includeEmissions": false
}
```

## Output

```json
{
  "countryCode": {
    "label": "Country",
    "format": "string"
  },
  "marketingName": {
    "label": "Marketing Name",
    "format": "string"
  },
  "title": {
    "label": "Trim",
    "format": "string"
  },
  "bodywork": {
    "label": "Bodywork",
    "format": "string"
  },
  "modelYear": {
    "label": "Model Year",
    "format": "integer"
  },
  "engineName": {
    "label": "Engine",
    "format": "string"
  },
  "powerKw": {
    "label": "Power (kW)",
    "format": "number"
  },
  "fuelCode": {
    "label": "Fuel Code",
    "format": "string"
  },
  "transmission": {
    "label": "Transmission",
    "format": "string"
  },
  "drive": {
    "label": "Drive",
    "format": "string"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "object"
  },
  "listPrice": {
    "label": "List Price",
    "format": "object"
  },
  "exteriorColor": {
    "label": "Exterior Color",
    "format": "string"
  },
  "interiorColor": {
    "label": "Interior Color",
    "format": "string"
  },
  "dealer": {
    "label": "Dealer",
    "format": "object"
  },
  "availableFrom": {
    "label": "Available From",
    "format": "string"
  },
  "isDemoCar": {
    "label": "Demo Car",
    "format": "boolean"
  },
  "isReserved": {
    "label": "Reserved",
    "format": "boolean"
  },
  "vin": {
    "label": "VIN",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Skoda Stock & Pricing Scraper](https://apify.com/rastriq/skoda-stock-pricing) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rastriq/skoda-stock-pricing) to learn more, explore other use cases, and run it yourself.