# Ashby Jobs Scraper (`robertosan16/ashby-jobs-scraper`) Actor

Scrape all open jobs of any company on Ashby: title, department, locations, compensation, workplace type, description and apply link. Keyword, location, remote and date filters, and an only-new mode for monitoring.

- **URL**: https://apify.com/robertosan16/ashby-jobs-scraper.md
- **Developed by:** [Robert Khairislamov](https://apify.com/robertosan16) (community)
- **Categories:** Jobs, Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$1.00 / 1,000 jobs

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## Ashby Jobs Scraper

**Scrape all jobs of any company on Ashby.** Get title, department, locations, compensation, description, apply link and posting date. Export to JSON, CSV or Excel, or use the API. **$1 per 1,000 jobs, no start fee.**

Scrape every open job from any company that hires with **Ashby** (`jobs.ashbyhq.com`): title, department, team, all locations, workplace type, employment type, **compensation**, full description, publish date and apply link. Add many companies at once, filter by keyword, location, remote or date, and run it on a schedule to get **only new jobs**. It reads the official public Ashby job posting API, so it is fast and stable, with no browser and no login.

### What can this Ashby scraper do?

- 🏢 **Scrape many startups in one run**: Ramp, Notion, OpenAI, Linear, The Browser Company and every other company with a `jobs.ashbyhq.com` page.
- 💰 **Compensation**: the salary range Ashby shows on the job (for example "$211.4K – $290.6K • Offers Equity") as `min`, `max`, `currency` and `interval`, plus ranges written in the description.
- 🌍 **All locations**: the main location and every secondary location, with the remote flag and workplace type (on-site, hybrid, remote).
- 🔎 **Filters**: title keywords, excluded words, locations, remote only, departments and teams, posted in the last N days, only jobs with a salary.
- 🆕 **Only new jobs since the last run**: for job alerts and hiring-signal monitoring.
- 🏷️ **Company names** as shown on the job board.
- 🧩 **Same output as our other job scrapers**, listed at the end of this page, so jobs from company career sites and job boards fit into one table.

### What data does it extract?

| Field | Example |
|---|---|
| `title` | Security Engineer, Cloud |
| `companyName` / `company` | Ramp / ramp |
| `department` / `team` | Engineering / Backend |
| `location` / `locations` | New York, NY (HQ); Remote (US); Miami, FL |
| `remote` / `workplaceType` | true / hybrid |
| `employmentType` | full-time |
| `salary` | `{ "min": 211400, "max": 290600, "currency": "USD", "interval": "year" }` |
| `postedAt` | 2026-04-07T17:12:35.753Z |
| `jobUrl` / `applyUrl` | https://jobs.ashbyhq.com/ramp/34413f8d-… |
| `descriptionText` / `descriptionHtml` | full job description |

### How to scrape Ashby jobs

1. Add the companies: the board name from the link (`ramp` in `jobs.ashbyhq.com/ramp`) or the whole link.
2. Optionally set filters: keywords such as `engineer` or `designer`, locations such as `New York` or `Remote`, departments, a date range.
3. Click **Start**. Download the jobs as JSON, CSV, Excel or HTML, or get them through the API.

#### Example input

```json
{
  "companies": ["ramp", "https://jobs.ashbyhq.com/notion", "linear"],
  "keywords": ["engineer*"],
  "remoteOnly": true,
  "onlyWithSalary": true
}
```

#### Example output

```json
{
  "ats": "ashby",
  "company": "ramp",
  "companyName": "Ramp",
  "jobId": "34413f8d-26bf-4bbc-8ade-eb309a0e2245",
  "requisitionId": null,
  "title": "Security Engineer, Cloud",
  "department": "Engineering",
  "team": "Backend",
  "location": "New York, NY (HQ)",
  "locations": ["New York, NY (HQ)", "Remote (Canada)", "Remote (US)", "Miami, FL"],
  "remote": true,
  "workplaceType": "hybrid",
  "employmentType": "full-time",
  "salary": { "min": 211400, "max": 290600, "currency": "USD", "interval": "year", "text": "$211.4K - $290.6K", "source": "ats" },
  "postedAt": "2026-04-07T17:12:35.753Z",
  "updatedAt": null,
  "jobUrl": "https://jobs.ashbyhq.com/ramp/34413f8d-26bf-4bbc-8ade-eb309a0e2245",
  "applyUrl": "https://jobs.ashbyhq.com/ramp/34413f8d-26bf-4bbc-8ade-eb309a0e2245/application",
  "descriptionText": "ABOUT RAMP\n\nRamp is building the smart infrastructure for finance teams…",
  "descriptionHtml": "<h1><strong>About Ramp</strong></h1>…",
  "scrapedAt": "2026-09-24T15:26:40.520Z"
}
```

### Use cases

- **Startup job boards**: many fast-growing startups use Ashby. Build a curated board or newsletter of their roles.
- **Recruiting and talent intelligence**: see what top startups hire for and how much they pay.
- **Sales prospecting**: startups hiring for a function are buying tools for it. Turn job posts into leads.
- **Compensation benchmarks**: Ashby boards publish salary ranges more often than most systems.
- **Investors and analysts**: track hiring velocity across a portfolio or a market.
- **AI pipelines**: clean, structured jobs for matching, tagging and summaries.

### How much does it cost?

You pay only for the jobs you get: **$1 per 1,000 jobs**. No start fee and no monthly rent. Jobs filtered out by your settings are free. The Apify free plan covers thousands of jobs every month.

### Tips

- **Job alerts**: save your input as a task, turn on **Only new jobs since the last run** and add a schedule. Send new jobs to Slack, email or Google Sheets with Apify integrations.
- **Salary data**: turn on **Only jobs with a salary**.
- **Lighter results**: turn off **Include job descriptions**.
- **Errors per company**: see the `SUMMARY` record in the run's key-value store.

### FAQ

**How do I know a company uses Ashby?** Its job links start with `jobs.ashbyhq.com/<name>/`. Enter `<name>`; upper or lower case does not matter, and names with spaces work too.

**Is it legal to scrape Ashby?** The Actor uses the public job posting API Ashby provides for publishing jobs. Job postings are public business information, not personal data. Check the terms that apply to your use case.

**Why do some jobs have no salary?** Companies choose whether to show compensation. When it is shown on Ashby or written in the description, it is extracted, and `salary.source` says where it came from.

### More job scrapers with the same output

- [Greenhouse Jobs Scraper](https://apify.com/robertosan16/greenhouse-jobs-scraper): every job of any company on Greenhouse, with salary ranges
- [Lever Jobs Scraper](https://apify.com/robertosan16/lever-jobs-scraper): every job of any company on Lever, including EU sites
- [Workday Jobs Scraper](https://apify.com/robertosan16/workday-jobs-scraper): every job from any Workday career site, past the 2,000 search limit
- [Dice Jobs Scraper](https://apify.com/robertosan16/dice-jobs-scraper): US tech jobs from Dice.com, with skills and salaries
- [Welcome to the Jungle Jobs Scraper](https://apify.com/robertosan16/welcome-to-the-jungle-jobs-scraper): startup jobs in France, Europe, the UK and the US
- [SEEK Jobs Scraper](https://apify.com/robertosan16/seek-jobs-scraper): jobs in Australia and New Zealand, with salaries as numbers
- [StepStone Jobs Scraper](https://apify.com/robertosan16/stepstone-jobs-scraper): jobs in Germany, with benefits and English-language jobs

Missing a field or a feature? Open an issue in the Issues tab and we will reply quickly.

# Actor input Schema

## `companies` (type: `array`):

Ashby job boards to scrape. Enter the board name from the link, for example <code>ramp</code>, or paste a link such as <code>https://jobs.ashbyhq.com/notion</code>.

## `keywords` (type: `array`):

Keep jobs whose title contains any of these words or phrases, for example <code>engineer</code> or <code>product manager</code>. Common word endings are included: <code>engineer</code> also finds "Engineering". Add <code>*</code> for any ending: <code>data*</code>.

## `excludeKeywords` (type: `array`):

Skip jobs whose title contains any of these, for example <code>intern</code> or <code>senior</code>.

## `locations` (type: `array`):

Keep jobs in any of these places, for example <code>London</code>, <code>Germany</code> or <code>CA</code>. Whole words are matched, so <code>CA</code> does not match "Canada". <code>Remote</code> also keeps remote jobs.

## `remoteOnly` (type: `boolean`):

Keep only jobs marked as remote or with "Remote" in a location.

## `departments` (type: `array`):

Keep jobs whose department or team contains any of these words, for example <code>Engineering</code> or <code>Sales</code>.

## `postedWithinDays` (type: `integer`):

Keep jobs published in the last N days: 1 means today and yesterday. Leave empty or 0 for any date.

## `onlyWithSalary` (type: `boolean`):

Keep only jobs with a pay range, from the job board or found in the description.

## `onlyNew` (type: `boolean`):

For scheduled runs: save only jobs that were not seen in earlier runs of the same saved task. The first run saves all current jobs and remembers them. Jobs that did not match your filters are remembered too.

## `includeDescription` (type: `boolean`):

Save the full job description as plain text and HTML. Turn off for smaller results.

## `maxItems` (type: `integer`):

Stop after saving this many jobs. Leave empty or 0 for no limit. The example is kept small so the first run takes seconds.

## `maxItemsPerCompany` (type: `integer`):

Save at most this many jobs from each company. Leave empty or 0 for no limit.

## `proxyConfiguration` (type: `object`):

Not needed in most cases: the job board APIs are public. Turn on Apify Proxy if a site limits your requests.

## Actor input object example

```json
{
  "companies": [
    "ramp",
    "https://jobs.ashbyhq.com/notion"
  ],
  "remoteOnly": false,
  "onlyWithSalary": false,
  "onlyNew": false,
  "includeDescription": true,
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `jobs` (type: `string`):

Job postings with title, company, locations, salary, dates, description and links.

## `summary` (type: `string`):

Jobs found, matched and saved for each company, with errors.

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "companies": [
        "ramp",
        "https://jobs.ashbyhq.com/notion"
    ],
    "maxItems": 50,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("robertosan16/ashby-jobs-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "companies": [
        "ramp",
        "https://jobs.ashbyhq.com/notion",
    ],
    "maxItems": 50,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("robertosan16/ashby-jobs-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "companies": [
    "ramp",
    "https://jobs.ashbyhq.com/notion"
  ],
  "maxItems": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call robertosan16/ashby-jobs-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,robertosan16/ashby-jobs-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/Cyncc8yUcPe5JFx3k/builds/WgKSTBOhITfewnSDz/openapi.json
