# Budget Used Cars in Shanghai Under 10 Wan RMB

**Use case:** 

Find comprehensive listings of budget used cars in Shanghai. Access detailed data, including prices, mileage, and dealer contact information.

## Input

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

## Output

```json
{
  "imageurl": {
    "label": "Image",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "carname": {
    "label": "Name",
    "format": "string"
  },
  "brandname": {
    "label": "Brand",
    "format": "string"
  },
  "seriesname": {
    "label": "Series",
    "format": "string"
  },
  "price": {
    "label": "Price (万 RMB)",
    "format": "number"
  },
  "guidanceprice": {
    "label": "MSRP (万)",
    "format": "number"
  },
  "mileage": {
    "label": "Mileage (万 KM)",
    "format": "number"
  },
  "gearbox": {
    "label": "Transmission",
    "format": "string"
  },
  "fuelname": {
    "label": "Fuel",
    "format": "string"
  },
  "environmental": {
    "label": "Emissions",
    "format": "string"
  },
  "firstregyear": {
    "label": "Year",
    "format": "string"
  },
  "cname": {
    "label": "City",
    "format": "string"
  },
  "dealerName": {
    "label": "Dealer Name",
    "format": "string"
  },
  "dealerPhone": {
    "label": "Dealer Phone",
    "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.