# 西貢網頁開發人員職位和薪資數據

**Use case:** 

收集西貢網頁開發人員的職位列表及薪資結構，分析行業趨勢。

## Input

```json
{
  "searchQueries": [
    "網頁開發人員"
  ],
  "locations": [
    "西貢"
  ],
  "maxJobs": 50,
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "title": {
    "label": "Job Title"
  },
  "companyName": {
    "label": "Company"
  },
  "location": {
    "label": "Location"
  },
  "salaryLabel": {
    "label": "Salary"
  },
  "employmentType": {
    "label": "Type"
  },
  "workArrangement": {
    "label": "Work Arrangement"
  },
  "category": {
    "label": "Category"
  },
  "listingDateDisplay": {
    "label": "Listed"
  },
  "district": {
    "label": "District"
  },
  "jobUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hong Kong Jobs & Salary Scraper](https://apify.com/scrapers_lat/hongkong-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/hongkong-jobs-scraper) to learn more, explore other use cases, and run it yourself.