招聘
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.
bamboohr-jobs-scraper.json 200 OK
{ "id": "14", "title": "Customer Success Advocate", "company": "lendio", "department": "Customer Success", "departmentId": "18253", "category": "18192", "employmentType": "Full-Time", "jobOpeningStatus": "Open", "city": "Lindon" }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
IdTitleCompanyDepartmentDepartment IdCategoryEmployment TypeJob Opening StatusCityStatePostal CodeCountryLocation TypeMinimum Experience
示例输出
一条真实的示例记录,正是你收到的结构。
| 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 |
GET /bamboohr-jobs-scraper
{ "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.