# Volkswagen Golf Price Analysis in 7 Chinese Cities

**Use case:** 

Access Volkswagen Golf used car prices across seven cities in China. Get insights into market pricing and availability for this popular model.

## Input

```json
{
  "searchUrl": "https://www.che168.com/beijing/baoma/x5/",
  "city": "china",
  "brand": "dazhong",
  "series": "gaoerfu",
  "priceRange": "0_0",
  "enrichPhone": false,
  "maxResults": 500,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "carname": {
    "label": "Car Name",
    "format": "string"
  },
  "brandname": {
    "label": "Brand Name",
    "format": "string"
  },
  "seriesname": {
    "label": "Series Name",
    "format": "string"
  },
  "price": {
    "label": "Listing Price",
    "format": "number"
  },
  "guidanceprice": {
    "label": "MSRP Guidance Price",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (万 KM)",
    "format": "number"
  },
  "firstregyear": {
    "label": "Registration Year",
    "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.