đź§° What This Scraper Does This scraper extracts job listings from hk.jobsdb, pulling key information such as: - `company_name` - `job_title` - `salary` - `work_type` - `job_description` - `job_responsibilities`
JobsDB HK Scraper Actor is a private Apify Actor that scrapes job listings from HK JobsDB. The Actor leverages a headless browser via Playwright and an integrated Deepseek API call to accurately extract and structure job details—all without generating any new data.
This Actor scrapes job listings based on user-specified keywords and returns structured data that includes the following six fields (in this order):
Deepseek is used to process each job listing so that the output data precisely reflects what is present on the web page. Any missing field defaults to “Not mentioned.”
Input:
"security, researcher"
) and a maximum number of job entries.Scraping Process:
Data Extraction with Deepseek:
Output:
Deepseek API Check:
Deploying:
The Actor is deployed to the Apify Platform using the private repository configuration. Once deployed, simply provide the input via the Apify input schema and start the Actor.
Input Parameters:
keywords
: A comma-separated list of search keywords.maxEntries
: The maximum number of job listings to process.Output:
The dataset will display the scraped job data in the internal Apify Output UI in the six-field format defined above.
Happy scraping!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!