# China Salary Data for Data Analysts by City

**Use case:** 

Obtain detailed salary information for data analysts across several Chinese cities. Get structured data to support your hiring decisions.

## Input

```json
{
  "query": "数据分析师",
  "queries": [],
  "startUrls": [],
  "city": "530",
  "cities": [
    "530",
    "538",
    "765",
    "653"
  ],
  "education": "",
  "experience": "",
  "jobType": "",
  "salary": "",
  "companyType": "",
  "companySize": "",
  "maxItems": 25,
  "incrementalMode": false,
  "stateName": "default",
  "outputMode": "full",
  "includeUnchanged": false,
  "notificationEvents": [
    "NEW",
    "UPDATED",
    "REAPPEARED",
    "EXPIRED"
  ],
  "notifyOnNoChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company Name",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Salary",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Salary",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry Segment",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Zhaopin Scraper 智联招聘: China Jobs & Salary API](https://apify.com/getascraper/zhaopin-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/zhaopin-jobs-scraper) to learn more, explore other use cases, and run it yourself.