# BYD Europe Vehicle Prices and Financing Data

**Use case:** 

Access comprehensive pricing and financing details for BYD vehicles across Europe. Includes catalog data, dealer information, and trim levels.

## Input

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

## Output

```json
{
  "record_type": {
    "label": "Record Type",
    "format": "string"
  },
  "country_name": {
    "label": "Market",
    "format": "string"
  },
  "country_code": {
    "label": "Country",
    "format": "string"
  },
  "model_code": {
    "label": "BYD Model Code",
    "format": "string"
  },
  "product_code": {
    "label": "Trim Code",
    "format": "string"
  },
  "series_code": {
    "label": "Series",
    "format": "string"
  },
  "price": {
    "label": "Price (incl. VAT)",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "organization_code": {
    "label": "Dealer ID",
    "format": "string"
  },
  "agreement_id": {
    "label": "Finance Agreement",
    "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.