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・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| 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.