---
title: "Ashby ghost jobs: what the sightings say."
description: "[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)"
canonical: https://jobspipe.dev/ghost-jobs/ashby
last_updated: 2026-09-10
---

[NewSearch millions of jobs from your AI agent with MCP→](/blog/jobspipe-mcp-server)

# Ashby ghost jobs: what the sightings say.

15.1% of scored active Ashby postings carry at least one ghost-job warning sign, against 17.8% across all ten boards JobsPipe collects. Here is the full picture for Ashby: score bands, the reasons behind them, reposts, age and how quickly postings close.

15.1%

Score 25 or higher

all boards 17.8%

11.0%

Reposted after a 10+ day gap

all boards 8.0%

19.1%

Older than 30 days

all boards 28.6%

14

Median days live when closed

removals detected continuously

## How Ashby scores

Ashby boards are startup boards read from the public posting API. They close fast and rarely repost, so a posting that scores 25 or above on Ashby is usually just missing a salary.

| Ghost score band | Ashby | All boards |
| --- | --- | --- |
| 0-24: looks live | 84.9% | 82.3% |
| 25-49: one warning sign | 12.3% | 16.4% |
| 50-74: several warning signs | 2.8% | 1.3% |
| 75-100: almost certainly stale | <0.5% | <0.5% |

-   No salary stated60.8%
-   Posted date far behind first sighting60.1%
-   Reposted (seen again after a gap of 10+ days)13.0%
-   Posted by a mass poster (500+ open roles)7.6%
-   Open for 45 days or more1.4%
-   Thin description (under 400 characters)<0.5%

Reasons attached to the ghost score on Ashby, share of scored active postings. A posting can carry several.

## How long Ashby postings stay up

Ashby removals are detected from the board feed at every crawl, so days live is a real measure here. Among Ashby postings that closed in the last 60 days, the median was live for 14 days and three in four were gone within 33 days; 20.4% closed within a week and 69.6% within 30 days.

-   Still open 14 days after first sighting71.6%
-   Still open 30 days after first sighting69.5%

Share of Ashby postings first sighted 14 and 30 days ago that are still open.

The cross-board comparison is on [How long do job postings stay up?](/job-posting-lifespan)

## Check a Ashby posting

Paste the Ashby job URL. The answer comes from the JobsPipe index, not from Ashby.

Works with LinkedIn, Indeed, Greenhouse, Lever, Ashby, Workable, SmartRecruiters and Workday URLs. Reads the JobsPipe index, never the board.

## Exclude Ashby ghost jobs from a feed

```
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "source_or": ["ashby"], "max_ghost_score": 24, "status": "active", "posted_at_max_age_days": 30, "limit": 25 }'
```

How this was measured

Measured from active postings on the ten collected boards; score bands and reasons cover the postings that carry a ghost score (seen at least twice or older than 14 days), age and repost shares use the crawl sighting log, which starts between 21 June and 23 July 2026 depending on the board. Generated 2026-09-09. Shares only: JobsPipe publishes percentages, not counts.

Score bands and reasons cover Ashby postings that carry a ghost score (last scoring run 2026-08-29). Reposted means three or more sightings with a gap of ten days or more; age is measured from the first sighting in the crawl log.

```
curl -X POST https://api.jobspipe.dev/v1/jobs/search \
  -H "Authorization: Bearer $JOBSPIPE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"source_or":["ashby"],"max_ghost_score":24,"status":"active","limit":25}'
```

## FAQ

How common are ghost jobs on Ashby?

15.1% of scored active Ashby postings carry at least one warning sign, against 17.8% across all ten boards JobsPipe collects. 11.0% of active Ashby postings were seen again after a gap of ten days or more, and 19.1% were first sighted more than 30 days ago.

Why does Ashby score the way it does?

Ashby boards are startup boards read from the public posting API. They close fast and rarely repost, so a posting that scores 25 or above on Ashby is usually just missing a salary.

How do I check whether a Ashby job is still open?

Paste the Ashby posting URL into the checker on this page. JobsPipe returns the first and last sighting, the status, and the ghost score with its reasons.

How do I exclude Ashby ghost jobs from an API feed?

Send max\_ghost\_score 24 with status active and source\_or \["ashby"\] to the jobs search endpoint. Raise the score cap to 49 if a missing salary is acceptable.

### Other boards

-   [Indeed](/ghost-jobs/indeed)
-   [Workable](/ghost-jobs/workable)
-   [SmartRecruiters](/ghost-jobs/smartrecruiters)
-   [LinkedIn](/ghost-jobs/linkedin)
-   [Greenhouse](/ghost-jobs/greenhouse)
-   [Paylocity](/ghost-jobs/paylocity)
-   [Lever](/ghost-jobs/lever)
-   [Y Combinator](/ghost-jobs/ycombinator)
-   [Workday](/ghost-jobs/workday)
-   [All boards](/ghost-jobs)

---
Canonical URL: https://jobspipe.dev/ghost-jobs/ashby

---
AI agents: the full machine-readable index of this site is https://jobspipe.dev/llms.txt?src=md-twin - API quickstart, no-key sandbox (POST https://api.jobspipe.dev/v1/sandbox/jobs/search), MCP server, pricing. Free key: https://jobspipe.dev/signup