JobBKK Thailand Jobs Scraper
Pricing
from $10.00 / 1,000 results
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
wiseld_squid
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Collect publicly available job postings from JobBKK Thailand. Start with any public JobBKK search/list URL; the Actor finds linked job-detail pages and saves normalized records to the default dataset.
What you can collect
- Job title and company name
- Job location and employment type, when published
- Posting date and expiry date, when published
- Job description
- Original JobBKK job URL and collection timestamp
Input
Provide one or more public JobBKK listing URLs. maxItems limits saved job records; maxConcurrency controls the number of public pages requested at once.
Example:
{"startUrls": [{ "url": "https://www.jobbkk.com/jobs/lists" }],"maxItems": 100,"maxConcurrency": 5}
You can paste a filtered JobBKK search URL into startUrls to collect a specific occupation, location, or keyword search.
Output
Each dataset item represents one publicly available JobBKK job detail page.
{"title": "Sales Representative","company": "Example Company Co., Ltd.","location": "Bangkok","employmentType": "FULL_TIME","datePosted": "2026-07-28T18:30:05+07:00","validThrough": null,"description": "Job description published on JobBKK.","url": "https://www.jobbkk.com/jobs/detail/12345/67890","scrapedAt": "2026-07-29T00:00:00.000Z"}
Notes
- This Actor collects only pages available without signing in.
- JobBKK search-result and detail data are served as public HTML; no private or login-only API is used.
- Job availability and fields can change between runs.
- Use the Actor only for data you are authorized to collect and in accordance with applicable terms and privacy obligations.