BambooHR Jobs & Careers Scraper
Scrape open jobs from any company career board hosted on BambooHR. Get job title, department, location, employment type, status, posting date, apply link and the full description for each role. Export to JSON, CSV or Excel.
{ "id": "14", "title": "Customer Success Advocate", "company": "lendio", "department": "Customer Success", "departmentId": "18253", "category": "18192", "employmentType": "Full-Time", "jobOpeningStatus": "Open", "city": "Lindon" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Id | Title | Company | Department |
|---|---|---|---|
| 14 | Customer Success Advocate | lendio | Customer Success |
| 15 | IT Security Engineer | lendio | IT |
| 19 | General Application | lendio | Human Resources |
| 20 | Senior Software Engineer | lendio | Product |
| 21 | Paid Marketing Specialist | lendio | Marketing |
{ "id": "14", "title": "Customer Success Advocate", "company": "lendio", "department": "Customer Success", "departmentId": "18253", "category": "18192", "employmentType": "Full-Time", "jobOpeningStatus": "Open", "city": "Lindon" }
よくある質問
Which companies can I scrape?
Any company whose public careers page is hosted on BambooHR. If the careers URL looks like `company.bamboohr.com/careers`, this actor can read it.
How do I find the subdomain?
It is the first part of the careers URL. For `neon.bamboohr.com/careers` the subdomain is `neon`.
Do I get salary information?
When the employer publishes a salary or pay range it appears in the `compensation` field. Many roles leave it blank, in which case the field is null.
Can I scrape several companies at once?
Yes. Add as many subdomains as you like and the actor collects jobs from each board in one run.