Greenhouse Job Board Listings Scraper
Scrape Greenhouse job board listings by company board token. Extract job title, location, department, offices, requisition ID, posting date, apply URL and full HTML description. Filter by keyword. Export JSON, CSV or Excel. No login or API key.
{ "title": "ソリューションアーキテクト (プリセールス)", "company": "Databricks", "location": "Japan", "department": "Field Engineering - Other", "departments": ["Field Engineering - Other"], "offices": ["Tokyo, Japan"], "url": "https://databricks.com/company/careers/open-po…", "jobId": "8437000002", "internalJobId": "6370189002" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Company | Location | Department |
|---|---|---|---|
| ソリューションアーキテクト (プリセールス) | Databricks | Japan | Field Engineering - Other |
| デリバリーソリューションアーキテクト | Databricks | Tokyo, Japan | Delivery Solutions Architects |
| Account Executive | Databricks | Bengaluru, India; Mumbai, India | Enterprise Sales |
| Account Executive - Federal | Databricks | Australian Capital Territory, Aus… | Enterprise Sales |
| Account Executive - Public Sector | Databricks | Singapore | Enterprise Sales |
{ "title": "ソリューションアーキテクト (プリセールス)", "company": "Databricks", "location": "Japan", "department": "Field Engineering - Other", "departments": ["Field Engineering - Other"], "offices": ["Tokyo, Japan"], "url": "https://databricks.com/company/careers/open-po…", "jobId": "8437000002", "internalJobId": "6370189002" }
常见问题
What is a Greenhouse board token and how do I find it?
The board token is the company slug in its Greenhouse careers URL. If a company applies through boards.greenhouse.io/stripe, the token is stripe. You can paste the token, the full URL, or the slug and the scraper will normalize it. Add one token 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 few dozen to several hundred per company. Use Max Items to cap the total across all board tokens when you only need a sample.
Can I scrape several companies in one run?
Yes. Add multiple board tokens and the scraper collects jobs from each board in turn, tagging every record with its boardToken so you can tell them apart. The Max Items limit applies to the combined total.
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 board token does not exist?
The scraper records an error row for that token with the reason and moves on to the next company, so one bad token never stops the run.