# Scrape full-time jobs in Hong Kong

**Use case:** 

Scrape full-time job listings in Hong Kong from JobsDB. Filter by work type, get structured data. Pay per result.

## Input

```json
{
  "country": "HK",
  "searchQuery": "accountant",
  "location": "",
  "workType": "Full time",
  "sortMode": "ListedDate",
  "includeKeywords": "",
  "excludeKeywords": "",
  "fromDate": "",
  "toDate": "",
  "fetchDetails": false,
  "compactOutput": false,
  "skipReposts": false,
  "startUrls": [],
  "maxResults": 5
}
```

## Output

```json
{
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "countryCode": {
    "label": "Country",
    "format": "text"
  },
  "workType": {
    "label": "Work Type",
    "format": "text"
  },
  "salaryLabel": {
    "label": "Salary",
    "format": "text"
  },
  "jobScore": {
    "label": "Score",
    "format": "text"
  },
  "listingDate": {
    "label": "Listed",
    "format": "date"
  },
  "isFeatured": {
    "label": "Featured",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [JobsDB.com Scraper — HK & TH Jobs](https://apify.com/unfenced-group/jobsdb-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unfenced-group/jobsdb-scraper) to learn more, explore other use cases, and run it yourself.