# Beijing Senior Software Engineer Salary Data

**Use case:** 

Monitor salary trends for Senior Software Engineers in Beijing. Get normalized salary data, job requirements, and more from top listings.

## Input

```json
{
  "scrapeMode": "search",
  "searchQuery": "software engineer",
  "startUrls": [],
  "jobArea": "010000",
  "workYear": "4",
  "degree": "all",
  "companyType": "all",
  "companySize": "all",
  "outputFormat": "normalized",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "HK"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "minSalaryMonthlyCny": {
    "label": "Min Salary (¥/mo)",
    "format": "number"
  },
  "maxSalaryMonthlyCny": {
    "label": "Max Salary (¥/mo)",
    "format": "number"
  },
  "companyTypeEnglish": {
    "label": "Company Type",
    "format": "string"
  },
  "companyEmployees": {
    "label": "Employees Size",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [51job China Jobs Scraper: Aliyun WAF Bypass & Bilingual Fields](https://apify.com/getascraper/51job-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/51job-scraper) to learn more, explore other use cases, and run it yourself.