# 51job Data Analyst Jobs Extractor

**Use case:** 

Extract nationwide 51job data analyst jobs with salary ranges, requirements, tags, companies, and source URLs.

## Input

```json
{
  "keywords": [
    "数据分析"
  ],
  "jobArea": "000000",
  "startUrls": [
    {
      "url": "https://we.51job.com/pc/search?keyword=python&searchType=2&jobArea=020000&sortType=0"
    }
  ],
  "maxItems": 100,
  "maxPages": 5,
  "pageSize": 20,
  "sortType": "0",
  "includeDescriptions": true
}
```

## Output

```json
{
  "jobId": {
    "label": "Job ID"
  },
  "jobName": {
    "label": "Job title"
  },
  "companyName": {
    "label": "Company"
  },
  "salary": {
    "label": "Salary"
  },
  "location": {
    "label": "Location"
  },
  "workYear": {
    "label": "Experience"
  },
  "degree": {
    "label": "Education"
  },
  "jobType": {
    "label": "Job type"
  },
  "industry": {
    "label": "Industry"
  },
  "companyType": {
    "label": "Company type"
  },
  "companySize": {
    "label": "Company size"
  },
  "issueDate": {
    "label": "Posted"
  },
  "jobTags": {
    "label": "Tags"
  },
  "jobDescription": {
    "label": "Description"
  },
  "jobUrl": {
    "label": "Job URL"
  },
  "companyUrl": {
    "label": "Company URL"
  },
  "searchKeyword": {
    "label": "Search keyword"
  },
  "pageNum": {
    "label": "Page"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [51job Scraper](https://apify.com/automation-lab/51job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/51job-scraper) to learn more, explore other use cases, and run it yourself.