# Find data analyst roles on JobsDB Hong Kong

**Use case:** 

Extract data analyst job vacancies in Hong Kong from JobsDB with SQL requirements, industry, and hybrid work options.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://hk.jobsdb.com/data-analyst-jobs"
    }
  ],
  "maxItems": 5,
  "country": "hk.jobsdb.com",
  "keyword": "data analyst",
  "jobType": "full-time",
  "salarytype": "monthly",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Jobsdb.com Scraper](https://apify.com/lexis-solutions/jobsdb) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/jobsdb) to learn more, explore other use cases, and run it yourself.