# Zhaopin Job Data for Software Engineers and PMs

**Use case:** 

Get real-time job postings for 软件工程师 in China. Access normalized details like salary, skills, and company information.

## Input

```json
{
  "query": "软件工程师",
  "queries": [
    "软件工程师",
    "产品经理"
  ],
  "startUrls": [],
  "city": "489",
  "cities": [],
  "education": "",
  "experience": "",
  "jobType": "",
  "salary": "",
  "companyType": "",
  "companySize": "",
  "maxItems": 50,
  "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"
  },
  "locationRaw": {
    "label": "Location",
    "format": "string"
  },
  "experienceRaw": {
    "label": "Employment Terms",
    "format": "string"
  },
  "postedDate": {
    "label": "Date Posted",
    "format": "string"
  },
  "jobUrl": {
    "label": "Detail 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.