Breezy HR Jobs & Careers Scraper
Scrape open jobs from any company career board on Breezy HR. Extract job title, department, location, employment type, salary, posting date, apply URL and full description. Add multiple companies in one run. Export JSON, CSV or Excel. No login or API key.
{ "title": "Business Development Manager, Indonesia, Duoli…", "company": "Duolingo", "companyHandle": "duolingo", "department": "Business Development", "location": "Jakarta, ID", "city": "Jakarta", "country": "Indonesia", "countryCode": "ID", "isRemote": false }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Company | Company Handle | Department |
|---|---|---|---|
| Business Development Manager, Ind… | Duolingo | duolingo | Business Development |
| Country Marketing Manager, Nigeri… | Duolingo | duolingo | Marketing |
| Swedish Content Adaptor (Pedagogy) | Duolingo | duolingo | Learning & Content |
{ "title": "Business Development Manager, Indonesia, Duoli…", "company": "Duolingo", "companyHandle": "duolingo", "department": "Business Development", "location": "Jakarta, ID", "city": "Jakarta", "country": "Indonesia", "countryCode": "ID", "isRemote": false }
常见问题
What is a Breezy HR company handle and how do I find it?
The handle is the company name in its Breezy career URL. If a company hires at `duolingo.breezy.hr`, the handle is `duolingo`. You can paste the handle, the full board URL, or a single job URL, and the scraper will normalize it. Add one entry 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 dozen per company. Use Max Items to cap the total across all companies when you only need a sample.
Can I scrape several companies in one run?
Yes. Add multiple companies and the scraper collects jobs from each board in turn, tagging every record with its companyHandle so you can tell them apart. The Max Items limit applies to the combined total.
Do I get salary data?
When the employer publishes pay, yes. The scraper captures the displayed salary and, with Fetch full job details on, a parsed minimum, maximum, currency and period. Roles without published pay return empty salary fields.
How do I filter to specific roles?
Use the Keyword filter to keep only jobs whose title, department, location or description contain your keyword, for example "engineer", "remote" or "sales". Leave it empty to return every open job.
What happens if a company has no public board?
The scraper records an error row for that company with the reason and moves on to the next one, so one bad entry never stops the run.