Ashby Jobs & Salary Scraper
Scrape Ashby job board listings by company. Extract job title, location, department, team, employment type, salary range, equity, posting date, apply URL and full job description. Filter by keyword. Export JSON, CSV or Excel. No login or API key.
{ "title": "Security Engineer, Cloud", "company": "Ramp", "location": "New York, NY (HQ)", "isRemote": true, "isListed": true, "showCompensation": true, "workplaceType": "Hybrid", "employmentType": "FullTime", "department": "Engineering" }
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
一条真实的示例记录,正是你收到的结构。
| Title | Company | Location | Is Remote |
|---|---|---|---|
| Security Engineer, Cloud | Ramp | New York, NY (HQ) | true |
| Mobile Engineer, Android | Ramp | New York, NY (HQ) | true |
| Software Engineer, Frontend | Ramp | New York, NY (HQ) | true |
| Technical Program Manager | Ramp | New York, NY (HQ) | true |
| Mobile Engineer, iOS | Ramp | New York, NY (HQ) | true |
{ "title": "Security Engineer, Cloud", "company": "Ramp", "location": "New York, NY (HQ)", "isRemote": true, "isListed": true, "showCompensation": true, "workplaceType": "Hybrid", "employmentType": "FullTime", "department": "Engineering" }
常见问题
How do I find a company's Ashby identifier?
It is the company name in its careers URL. If a company hires through jobs.ashbyhq.com/Ramp, the identifier is Ramp. You can paste the identifier or the full URL and the scraper will normalize it. Add one entry per company you want to scrape.
Does it include salary data?
Yes. When a company publishes pay on its postings, every job carries the salary range, minimum and maximum as numbers, currency, pay interval and whether the role offers equity. Companies that do not publish pay simply return empty salary fields.
How many jobs can it return per company?
It returns every open role on the board, from a few dozen to several hundred 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 in turn, tagging every record with its company 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, team, location or description contain your keyword, for example engineer, remote or sales. Leave it empty to return every open job.