# China EV Job Market Insights

**Use case:** 

Track hiring trends in the electric vehicle sector across major Chinese cities. Get detailed insights into job postings and market conditions.

## Input

```json
{
  "query": "新能源汽车",
  "queries": [],
  "startUrls": [],
  "city": "530",
  "cities": [
    "538",
    "765",
    "763"
  ],
  "education": "",
  "experience": "",
  "jobType": "",
  "salary": "",
  "companyType": "",
  "companySize": "",
  "maxItems": 100,
  "incrementalMode": true,
  "stateName": "example-new-energy-hiring",
  "outputMode": "full",
  "includeUnchanged": false,
  "notificationEvents": [
    "NEW",
    "UPDATED",
    "REAPPEARED",
    "EXPIRED"
  ],
  "notifyOnNoChanges": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "changeType": {
    "label": "Change",
    "format": "string"
  },
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Company",
    "format": "string"
  },
  "cityEn": {
    "label": "City",
    "format": "string"
  },
  "salaryMin": {
    "label": "Min Salary",
    "format": "number"
  },
  "salaryMax": {
    "label": "Max Salary",
    "format": "number"
  },
  "sourcePostedAt": {
    "label": "Published",
    "format": "string"
  },
  "lastSeenAt": {
    "label": "Last Seen",
    "format": "string"
  },
  "jobUrl": {
    "label": "Job URL",
    "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.