# Game Developer Job Listings in Guangzhou

**Use case:** 

Retrieve up to 150 game developer job postings in Guangzhou. Data includes salaries, required skills, and company information.

## Input

```json
{
  "keywords": [
    "游戏开发",
    "Unity"
  ],
  "cities": [
    "guangzhou"
  ],
  "expandFilters": true,
  "maxJobsTotal": 150,
  "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.