# 九龍會計師職位和薪資數據

**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.