求人
JazzHR Jobs Scraper
Scrape open jobs from any company career board on JazzHR with title, department, location, employment type, salary, full description, apply link and posting dates. Export to JSON, CSV or Excel.
jazzhr-jobs-scraper.json 200 OK
{ "title": "Account Manager (Enterprise SaaS)", "company": "TicketManager", "companyWebsite": "https://www.ticketmanager.com/", "companyLogo": "https://s3.amazonaws.com/resumator/customer_20…", "department": "Account Services", "location": "Mesa, AZ", "remote": false, "city": "Mesa", "region": "AZ" }
得られるもの
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
TitleCompanyCompany WebsiteCompany LogoDepartmentLocationRemoteCityRegionPostal CodeEmployment TypeExperience LevelDescription HtmlDescription Text
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| Title | Company | Company Website | Company Logo |
|---|---|---|---|
| Account Manager (Enterprise SaaS) | TicketManager | https://www.ticketmanager.com/ | https://s3.amazonaws.com/resumato… |
| Account Manager-Guest Management … | TicketManager | https://www.ticketmanager.com/ | https://s3.amazonaws.com/resumato… |
| Assistant, People and Office Oper… | TicketManager | https://www.ticketmanager.com/ | https://s3.amazonaws.com/resumato… |
GET /jazzhr-jobs-scraper
{ "title": "Account Manager (Enterprise SaaS)", "company": "TicketManager", "companyWebsite": "https://www.ticketmanager.com/", "companyLogo": "https://s3.amazonaws.com/resumator/customer_20…", "department": "Account Services", "location": "Mesa, AZ", "remote": false, "city": "Mesa", "region": "AZ" }
関連スクレイパー
よくある質問
Which company boards can I scrape?
Any public career board hosted on JazzHR. Just provide the board handle or its URL.
Do I get the full job description?
Yes, when Fetch full job details is on. Each record includes the complete description as clean text and as original HTML, plus employment type, salary and dates.
Can I scrape only certain roles?
Yes. Use the filter keyword to keep only jobs whose title, department, location or description matches your term.
How fresh is the data?
Every run reads the board live, so you get the roles that are open at the moment of the run (see observedAt).