# Shanghai AI Engineer Job Listings

**Use case:** 

Access real-time job listings for AI Engineers in Shanghai. Get details on salaries, experience requirements, and company info.

## Input

```json
{
  "scrapeMode": "search",
  "searchQuery": "AI",
  "startUrls": [],
  "jobArea": "020000",
  "workYear": "all",
  "degree": "all",
  "companyType": "all",
  "companySize": "all",
  "outputFormat": "flat",
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "HK"
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "string"
  },
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "degreeEnglish": {
    "label": "Degree Required",
    "format": "string"
  },
  "experienceMinYears": {
    "label": "Min Experience (Years)",
    "format": "number"
  },
  "jobAreaString": {
    "label": "Location",
    "format": "string"
  },
  "isRemote": {
    "label": "Remote",
    "format": "boolean"
  },
  "jobUrl": {
    "label": "Job Link",
    "format": "string"
  },
  "applyUrl": {
    "label": "Apply Link",
    "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.