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