# 智联招聘实习岗位数据分析

**Use case:** 

Analyze internship job listings from Zhaopin in China. Retrieve detailed data, including roles and locations, for informed hiring decisions.

## Input

```json
{
  "query": "实习生",
  "queries": [],
  "startUrls": [],
  "city": "530",
  "cities": [
    "530",
    "538"
  ],
  "education": "",
  "experience": "",
  "jobType": "",
  "salary": "",
  "companyType": "",
  "companySize": "",
  "maxItems": 25,
  "incrementalMode": true,
  "stateName": "example-zhaopin-data-analysis",
  "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.