# Ashby: get company jobs

Fetch a company's live job postings from its public Ashby job board by hosted-jobs-page slug (jobs.ashbyhq.com/<slug>). Anonymous, no auth. Returns id, title, team name, location, workplaceType, employmentType and compensationTierSummary. Throws if the slug doesn't resolve to any organization.

- Site: ashbyhq.com
- Address: `reduck/ashbyhq.com/get_company_jobs`
- Updated: 2026-09-03 (v1)
- Author: Reduck AI (reduck)

## Run it

Ask an AI agent connected to Reduck over MCP (`https://mcp.reduck.ai/mcp`) to run `reduck/ashbyhq.com/get_company_jobs`, or run it from a terminal:

```bash
npx @reduck-ai/cli@latest run --script reduck/ashbyhq.com/get_company_jobs
```

## Input

- `slug` (string, required): Ashby hosted jobs page slug, e.g. "notion" for jobs.ashbyhq.com/notion

## Output

- `jobs` (array, required)
- `slug` (string, required)
- `total` (integer, required)

## FAQ

### What does "Ashby: get company jobs" do?

Fetch a company's live job postings from its public Ashby job board by hosted-jobs-page slug (jobs.ashbyhq.com/<slug>). Anonymous, no auth. Returns id, title, team name, location, workplaceType, employmentType and compensationTierSummary. Throws if the slug doesn't resolve to any organization.

### What information do I need to provide?

Required: slug.

### What does it return?

It returns jobs, slug, total.

### Do I need to be logged in to ashbyhq.com?

No. It only uses pages of ashbyhq.com that are reachable without signing in.

### Does it change anything on ashbyhq.com, or only read data?

Unknown: its author has not declared whether it changes anything on ashbyhq.com, so treat it as if it could.

### How do I run it?

Ask an AI agent connected to Reduck to run reduck/ashbyhq.com/get_company_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ashbyhq.com/get_company_jobs

### Who maintains it?

It is part of Reduck's official curated catalogue.

Source: https://reduck.ai/explore/scripts/reduck/ashbyhq.com/get_company_jobs
