# BMW X5 Dealer Contacts in Beijing

**Use case:** 

Access dealer phone numbers and listings for BMW X5 vehicles in Beijing within the 20-30万 price range. Get essential leads from the top marketplace.

## Input

```json
{
  "searchUrl": "https://www.che168.com/beijing/baoma/x5/",
  "city": "beijing",
  "brand": "baoma",
  "series": "x5",
  "priceRange": "20_30",
  "enrichPhone": true,
  "maxResults": 100,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "dealerName": {
    "label": "Dealer Name",
    "format": "string"
  },
  "dealerPhone": {
    "label": "Dealer Phone",
    "format": "string"
  },
  "cname": {
    "label": "Dealer Province",
    "format": "string"
  },
  "brandname": {
    "label": "Brand Name",
    "format": "string"
  },
  "carname": {
    "label": "Car Name",
    "format": "string"
  },
  "price": {
    "label": "Listing Price",
    "format": "number"
  },
  "url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [che168 Scraper: Phone Reveal & 7 China Cities](https://apify.com/getascraper/che168-car-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/che168-car-scraper) to learn more, explore other use cases, and run it yourself.