Workable Jobs & Careers Board Scraper
Scrape public job listings from any Workable careers board by account slug or board URL. Extract job title, company, department, city, region, country, remote flag, employment type, apply URL and full description. Export to JSON, CSV or Excel.
{ "title": "Senior Software Engineer", "companyName": "Workable", "companyAccount": "careers", "department": ["R&D","Engineering"], "location": "Athens, Attica, Greece", "city": "Athens", "region": "Attica", "country": "Greece", "countryCode": "GR" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Company Name | Company Account | Department |
|---|---|---|---|
| Senior Software Engineer | Workable | careers | ["R&D","Engineering"] |
| Implementation Manager | Workable | careers | ["Operations","Customer Services"] |
{ "title": "Senior Software Engineer", "companyName": "Workable", "companyAccount": "careers", "department": ["R&D","Engineering"], "location": "Athens, Attica, Greece", "city": "Athens", "region": "Attica", "country": "Greece", "countryCode": "GR" }
常见问题
Which companies does this scraper cover?
It covers any company that hosts its public careers board on Workable, reachable at apply.workable.com followed by the company account slug. Tens of thousands of companies worldwide use Workable, so you can scrape almost any of them by providing the account slug or the full board URL.
How do I find a company's account slug?
Open the company careers page hosted on Workable and look at the address bar. The slug is the part right after apply.workable.com, for example careers in apply.workable.com/careers. You can paste either the full board URL into Board URLs or just the slug into Accounts.
Can I filter the jobs I collect?
Yes. Search Query matches the title, department or location and is applied by Workable itself, as are Employment Type and Remote Only. The Location filter keeps only roles whose city, region or country contains your text and is applied by the scraper after fetching. Leave them empty to return every open role on the board.
What is the difference between running with and without full details?
Without details you get the listing fields such as title, company, department, location and employment type, which is fast and enough for most market scans. With Fetch Full Job Details enabled, each role is enriched with its full description, requirements and benefits text, which is slower but gives you the complete posting.
What happens if a board has no open roles or the slug is wrong?
A board with no current openings simply returns no records, and an invalid slug returns nothing rather than failing the whole run. If a single board errors, the scraper records the error against that account and continues with the remaining boards.