# Product Manager Job Listings in China

**Use case:** 

Collect up to 300 Product Manager job listings from major cities like Beijing, Shanghai, and Guangzhou. Export data on roles, salaries, and required skills.

## Input

```json
{
  "keywords": [
    "产品经理"
  ],
  "cities": [
    "beijing",
    "shanghai",
    "guangzhou"
  ],
  "expandFilters": true,
  "maxJobsTotal": 300,
  "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.