← ClaudeAtlas

apify-companies-using-ashbylisted

Find companies that use Ashby, and check whether any specific company has an Ashby job board, with the Apify Ashby Job Board API Actor (johnvc/ashby-job-board-scraper). Discovery mode returns one row per company hiring through Ashby: company name, board slug, board URL, and a live open-jobs count, drawn from a bundled directory of 2,700 plus verified boards and re-probed at run time so dead boards are skipped and never billed. Feed it your own prospect list instead and plain company names are matched to board slugs automatically; a miss returns a clear not-found row with did-you-mean suggestions. Use when someone asks for companies that use ashby, a list of companies using ashbyhq, ashby customers, who hires through Ashby, to check if a company uses Ashby, or to build ATS-based sales intelligence and recruiting target lists. Hiring through Ashby skews to fast-growing startups, so the directory doubles as a growth-company lead list. Billed per verified company row, no start fee, MCP-ready for AI agents.
johnisanerd/claude-skill-companies-using-ashby · ★ 0 · AI & Automation · score 67
Install: claude install-skill johnisanerd/claude-skill-companies-using-ashby
# Companies That Use Ashby, as a Live Directory A query or a prospect list in, live-verified companies on Ashby out, each with its board URL and a current open-jobs count. ## When to use this skill - Someone asks which companies use Ashby, for a lead list, market map, or recruiting target list. - You have a prospect list and need to know who hires through Ashby before pointing a jobs pipeline at them. - You want hiring as a buying signal: companies on Ashby skew to funded, fast-growing startups, and open-roles counts show where headcount is going. - You need to verify one company: does it have an Ashby job board at all, and what is the board URL? Not for: pulling the job postings themselves. Use the companion `apify-ashby-jobs-scraper` skill, built on the same Actor but shaped for job rows with salary data. See `references/actor-index.md`. ## What you get One dataset row per company. `resultType` separates `company` rows from `error` rows. - `companyName`: the company's name from the bundled directory. - `boardToken`: the board slug, the last path segment of the board URL. - `boardUrl`: the public jobs.ashbyhq.com board. - `jobCount`: live open roles at verification time. - `live`: whether the board answered the probe (null when verification is off). - `verifiedAt`, `scrapedAt` (ISO timestamps) A not-found check returns an `error` row with `errorCode: board_not_found`, a plain `errorMessage`, and `didYouMean`: the closest known board slugs. The Actor ships a `compani