# China Cloud Architect Salary Tracker

**Use case:** 

Monitor Cloud Architect salaries and skills across Beijing, Shanghai, Shenzhen, and Hangzhou. Get data on up to 200 relevant job listings.

## Input

```json
{
  "keywords": [
    "云架构",
    "AWS",
    "阿里云"
  ],
  "cities": [
    "beijing",
    "shanghai",
    "shenzhen",
    "hangzhou"
  ],
  "expandFilters": true,
  "maxJobsTotal": 200,
  "maxConcurrency": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 1000
}
```

## Output

```json
{
  "jobTitle": {
    "label": "Job",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "workYear": {
    "label": "Exp.",
    "format": "text"
  },
  "skills": {
    "label": "Tech Stack",
    "format": "text"
  },
  "companySize": {
    "label": "Size",
    "format": "text"
  },
  "financeStage": {
    "label": "Funding",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Lagou Tech Jobs Scraper (拉勾网) - China IT Jobs](https://apify.com/logiover/lagou-tech-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/lagou-tech-jobs-scraper) to learn more, explore other use cases, and run it yourself.