# Scrape finance jobs in Hong Kong

**Use case:** 

Download JobsDB Hong Kong finance/banking listings with company, salary, location and link. CSV/JSON export.

## Input

```json
{
  "country": "hk",
  "keywords": "finance",
  "postedWithinDays": 0,
  "sortBy": "relevance",
  "maxItems": 25,
  "fetchFullDescription": false,
  "monitorMode": false,
  "alertOnNewJob": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "requestConcurrency": 5,
  "diagnose": false
}
```

## Output

```json
{
  "title": {
    "label": "Job",
    "format": "string"
  },
  "company_name": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary_label": {
    "label": "Salary",
    "format": "string"
  },
  "work_types": {
    "label": "Type",
    "format": "array"
  },
  "work_arrangements": {
    "label": "On-site/Remote",
    "format": "array"
  },
  "classification": {
    "label": "Category",
    "format": "string"
  },
  "listing_date": {
    "label": "Listed",
    "format": "string"
  },
  "logo_url": {
    "label": "Logo",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [JobStreet Jobs Scraper — MY, SG, ID, PH (SEEK API)](https://apify.com/scrapersdelight/jobstreet-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapersdelight/jobstreet-jobs-scraper) to learn more, explore other use cases, and run it yourself.