# BYD Europe Vehicle Prices and Variants Data

**Use case:** 

Access comprehensive data on BYD vehicle variants and prices for European markets. Get precise pricing and trim level details without dealer info.

## Input

```json
{
  "region": "europe",
  "countries": [],
  "models": [],
  "includeVariants": true,
  "includeDealers": false,
  "includeFinancing": false,
  "requestDelayMs": 250,
  "maxRetries": 3,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "country_name": {
    "label": "Market",
    "format": "string"
  },
  "country_code": {
    "label": "Country",
    "format": "string"
  },
  "model_code": {
    "label": "BYD Model Code",
    "format": "string"
  },
  "series_code": {
    "label": "Series",
    "format": "string"
  },
  "product_code": {
    "label": "Trim Code",
    "format": "string"
  },
  "price": {
    "label": "Price (incl. VAT)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "language_base": {
    "label": "Language",
    "format": "string"
  },
  "scraped_at": {
    "label": "Date",
    "format": "string"
  }
}
```

## About this Actor

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