apify-ashby-jobs-scraper

apify-ashby-jobs-scraper is a skill for Claude Code, Codex from apify/awesome-skills. It costs 201 tokens per session (3,655 once invoked), scanned A, original, Apache-2.0.

A job-data tool for Ashby, a service companies use to publish careers pages. It can collect live job postings or identify companies that use Ashby, including employer-published salary and application details when available.

In plain words
What is it for?
Use it to feed a job board, sourcing system, or market-intelligence dashboard, find Ashby-using companies, check a prospect list, and count open roles.
Why use it?
It avoids reading many careers pages by hand and keeps job information in structured rows that other tools can process. It distinguishes actual job results from errors.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Part of the awesome-skills plugin — 19 skills shipped together

Good fit Use it to feed a job board, sourcing system, or market-intelligence dashboard, find Ashby-using companies, check a prospect list, and count open roles.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/apify/awesome-skills/apify-ashby-jobs-scraper
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add apify/awesome-skills --skill apify-ashby-jobs-scraper
Clone the repo
git clone --depth 1 https://github.com/apify/awesome-skills

Made for: Claude Code, Codex.

Or install awesome-skills, the plugin that ships this one along with the rest of its 19 skills.

Its marketplace also offers this one on its own, as the plugin apify-ashby-jobs-scraper/plugin install apify-ashby-jobs-scraper after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for apify-ashby-jobs-scraper

README.md
[![agentmods](https://agentmods.dev/badge/skills/apify/awesome-skills/apify-ashby-jobs-scraper/github.svg)](https://agentmods.dev/skills/apify/awesome-skills/apify-ashby-jobs-scraper)
Your own site
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-ashby-jobs-scraper"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-ashby-jobs-scraper/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for apify-ashby-jobs-scraper

Your own site · 80×15
<a href="https://agentmods.dev/skills/apify/awesome-skills/apify-ashby-jobs-scraper"><img src="https://agentmods.dev/badge/skills/apify/awesome-skills/apify-ashby-jobs-scraper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 201 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00201 $0.03655
Opus 5 $0.00101 $0.01827
Sonnet 5 $0.00040 $0.00731
Haiku 4.5 $0.00020 $0.00365

Measured 3d ago against content hash 2b8a23a4ebd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

apify-ashby-jobs-scraper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/apify-ashby-jobs-scraper/SKILL.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ashby Companies and Jobs, as Structured Rows

Find companies using Ashby, check a prospect list, or retrieve their job postings with employer-published salary data. Choose the output mode for the requested result.

When to use this skill

  • Someone wants Ashby jobs and does not want to read jobs.ashbyhq.com boards by hand.
  • You are filling a job board, a market-intel dashboard, or a sourcing tool with roles from Ashby-hosted careers pages.
  • You need salary as numbers the employer actually published, not a string a human has to read or a model has to guess.
  • You went looking for an Ashby jobs API and found only the employer-side APIs you cannot sign up for.
  • Someone asks which companies use Ashby, wants an ATS market map, or needs to check a prospect list for Ashby boards.
  • You need live open-role counts before choosing which boards to feed into a jobs pipeline.

Choose outputMode for the question: jobs for postings, companiesOnly for company discovery or verification, and urlsOnly for a cheap board index. See references/actor-index.md.

What you get

In jobs mode, one dataset row per job. resultType separates job rows from error rows.

Core fields:

  • id, url (canonical, safe as a dedupe key), applyUrl, title
  • companyName, boardToken, boardUrl
  • department, team, departments, employmentType, workplaceType, isRemote
  • location, secondaryLocations, locationsDerived, countriesDerived, address
  • datePublished, isListed
  • compensationSummary (the employer's own pay line), salaryRaw (structured, verbatim), salaryDerived, and flat salaryMin, salaryMax, salaryCurrency, salaryPeriod, salaryTiers, offersEquity
  • descriptionMarkdown (default add-on), descriptionHtml, descriptionText (opt-in add-ons)
  • source (always ashby), sourceType, scrapedAt

With includeCompanyData on, each row also carries companyWebsite, companyLogo, remoteEligibility (the countries remote applicants may live in, as the employer declared them), applicationDeadline, and directApply.

Read the full file on GitHub · 226 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 226 lines · 201 tokens per session scan A 2b8a23a4ebd5

Subscribe to this mod's changes

apify-ashby-jobs-scraper is a skill published in the GitHub repository apify/awesome-skills (252 stars, last pushed today), licensed Apache-2.0. It adds 201 tokens to every session and 3,655 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.

Related

Other skills, from other repositories

run-task

Execute a single Todo task through In Progress to Review, meeting every acceptance criterion with tests and vibe-lint checks. Refuses Planning-status tasks. Invoked as /agiflow:run-task . Uses gettask, updatetask, createtaskcomment.

hashgraph-online/awesome-codex-plugins · 56 tokens

agent-phase-closeout

A Chinese-language process for closing out a completed work stage and recording its state. It summarizes finished work, preserves decisions, freezes completed interfaces, and writes a resume checkpoint.

hashgraph-online/awesome-codex-plugins · 73 tokens

orchestrate

Pipeline orchestration: dispatch the highest-priority ready tasks/work units to agents, manage capacity, and coordinate the Todo to Done flow. Invoked as /agiflow:orchestrate. Uses listtasks, listactivetasksbyorg, listmembers, updatetask, getworkunitprogress.

hashgraph-online/awesome-codex-plugins · 64 tokens

sync

Re-synchronizes the vault with external sources. In default mode, scans the sources field of all entities, deduplicates URLs, fetches updated content from each source (Confluence, GDocs, GitHub, Markdown), performs incremental diff and delegates writing to /bedrock:preserve. With --people, scans actor repositories via…

ccplugins/awesome-claude-code-plugins · 138 tokens

preserve

Single write point for the vault. Centralizes entity detection, textual matching, entity creation/update, and bidirectional linking. Accepts structured input (list of entities), free-form input (text, meeting notes, session context), or graphify output (graph.json + obsidian markdown from /graphify pipeline). Use…

ccplugins/awesome-claude-code-plugins · 118 tokens

vidseeds-projects

Use for VidSeeds MCP project workflows - create a project from YouTube, list/get/snapshot, regenerate metadata (sync or async), translate metadata, apply thumbnails, and update per-platform config before publish.

hashgraph-online/awesome-codex-plugins · 47 tokens