# Shenzhen Foreign-Owned Company Job Listings

**Use case:** 

Access up to 50 job listings from foreign-owned companies in Shenzhen. Discover salaries, requirements, and HR contact information instantly.

## Input

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

## Output

```json
{
  "companyName": {
    "label": "Employer Name",
    "format": "string"
  },
  "companyIndustry": {
    "label": "Industry Segment",
    "format": "string"
  },
  "companyEmployees": {
    "label": "Employees Size",
    "format": "string"
  },
  "companyTypeEnglish": {
    "label": "Company Type",
    "format": "string"
  },
  "title": {
    "label": "Active Opening",
    "format": "string"
  },
  "datePosted": {
    "label": "Date Posted",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "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.