# Benchmark accounting salaries in Hong Kong

**Use case:** 

Pulls a month of accounting jobs from JobsDB Hong Kong with employer profiles attached, so you can compare advertised pay by role, district and employer size. Each row carries the salary label as shown, the parsed minimum and maximum in Hong Kong dollars, the district and the employer's industry, size and review rating.

## Input

```json
{
  "markets": [
    "HK"
  ],
  "locations": [],
  "keywords": "",
  "classifications": [
    "1200"
  ],
  "salaryType": "annual",
  "postedWithinDays": "30",
  "sortBy": "relevance",
  "unknownIndustryPolicy": "exclude",
  "excludeRecruitmentAgencies": false,
  "excludePrivateAdvertisers": false,
  "keywordFields": [
    "title",
    "teaser",
    "bullets",
    "company",
    "description"
  ],
  "includeDetails": true,
  "includeCompanyProfile": true,
  "extractContacts": false,
  "labelLanguage": "en",
  "includeRawData": false,
  "dedupMemoryName": "",
  "emitDuplicates": false,
  "resetDedupMemory": false,
  "maxItems": 100,
  "maxRequestsPerSecond": 4,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job title",
    "format": "text"
  },
  "companyName": {
    "label": "Employer",
    "format": "text"
  },
  "companyIndustry": {
    "label": "Employer industry",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "state": {
    "label": "State or region",
    "format": "text"
  },
  "postcode": {
    "label": "Postcode",
    "format": "text"
  },
  "listedAt": {
    "label": "Listed at",
    "format": "date"
  },
  "salaryLabel": {
    "label": "Salary (as shown)",
    "format": "text"
  },
  "salaryMin": {
    "label": "Salary min",
    "format": "number"
  },
  "salaryMax": {
    "label": "Salary max",
    "format": "number"
  },
  "workType": {
    "label": "Work type",
    "format": "text"
  },
  "workArrangement": {
    "label": "Work arrangement",
    "format": "text"
  },
  "classification": {
    "label": "Job category",
    "format": "text"
  },
  "subclassification": {
    "label": "Sub-category",
    "format": "text"
  },
  "applicantCount": {
    "label": "Applicants",
    "format": "number"
  },
  "url": {
    "label": "Job URL",
    "format": "link"
  },
  "market": {
    "label": "Market",
    "format": "text"
  },
  "changeType": {
    "label": "New/Updated",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [JobsDB Job Scraper: Hong Kong & Thailand Jobs](https://apify.com/automation_craft/jobsdb-job-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation_craft/jobsdb-job-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/automation_craft/jobsdb-job-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
