SmartRecruiters Jobs & Salary Scraper
Scrape SmartRecruiters company job boards by company. Extract job title, location, department, industry, employment type, experience level, apply URL, full description and salary text. Export JSON, CSV or Excel. No login or API key.
{ "title": "Workshop Sales Representative - Eastern Pennsy…", "company": "Bosch Group", "companyId": "BoschGroup", "location": "Pittsburgh, PA, United States", "city": "Pittsburgh", "region": "PA", "country": "US", "postalCode": "15220", "streetAddress": "Parkway Center Drive South" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Company | Company Id | Location |
|---|---|---|---|
| Workshop Sales Representative - E… | Bosch Group | BoschGroup | Pittsburgh, PA, United States |
| Workshop Sales Representative - W… | Bosch Group | BoschGroup | Washington, DC, United States |
| Workshop Sales Representative - L… | Bosch Group | BoschGroup | Los Angeles, CA, United States |
{ "title": "Workshop Sales Representative - Eastern Pennsy…", "company": "Bosch Group", "companyId": "BoschGroup", "location": "Pittsburgh, PA, United States", "city": "Pittsburgh", "region": "PA", "country": "US", "postalCode": "15220", "streetAddress": "Parkway Center Drive South" }
常见问题
What is a SmartRecruiters company identifier and how do I find it?
The identifier is the company slug in its careers URL. If a company hires through jobs.smartrecruiters.com/BoschGroup, the identifier is BoschGroup. You can paste the identifier or the full careers URL. Identifiers are case-sensitive, so use them exactly as they appear. Add one per company you want to scrape.
How many jobs can it return per company?
It returns every open role on the board, which ranges from a handful to several thousand at large employers. Use Max Items to cap the total across all companies when you only need a sample.
Does it capture salary information?
Yes, when the employer publishes it. Pay is captured in salaryText and in the custom fields. Many roles in pay-transparency regions and hourly positions include a rate or range, while other employers do not disclose pay, in which case salaryText is empty.
Can I scrape several companies in one run?
Yes. Add multiple company identifiers and the scraper collects jobs from each board in turn, tagging every record with its companyId so you can tell them apart. The Max Items limit applies to the combined total.
What happens if a company identifier does not exist?
The scraper records an error row for that identifier with the reason and moves on to the next company, so one bad identifier never stops the run.