# China AI Jobs Market Insights

**Use case:** 

Monitor artificial intelligence job trends in major Chinese cities. Receive insights on hiring patterns and salary data for AI roles.

## Input

```json
{
  "query": "人工智能",
  "queries": [
    "人工智能",
    "大模型"
  ],
  "startUrls": [],
  "city": "530",
  "cities": [
    "530",
    "538",
    "765"
  ],
  "education": "",
  "experience": "",
  "jobType": "",
  "salary": "",
  "companyType": "",
  "companySize": "",
  "maxItems": 100,
  "incrementalMode": true,
  "stateName": "example-china-ai-hiring",
  "outputMode": "compact",
  "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.