# Admin Job Listings from Jobsdb in Hong Kong

**Use case:** 

Scrape 200 admin job listings from Jobsdb in Hong Kong. Collect structured data on titles, companies, and locations for recruitment insights.

## Input

```json
{
  "keyword": "admin",
  "country": "hk",
  "posted_date": "anytime",
  "results_wanted": 200,
  "maxPagesPerList": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Job Title",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "job_type": {
    "label": "Job Type",
    "format": "text"
  },
  "date_posted": {
    "label": "Posted",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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