scraping-applier-expert

scraping-applier-expert is an agent for Claude Code from saeedkolivand/ai-job-hunter-app. It costs 44 tokens per session (720 once invoked), scanned A, original, Apache-2.0.

A review agent for collecting job listings from websites using browser automation. Selector resilience means keeping website element rules working when page layouts change.

In plain words
What is it for?
Use it to review job scrapers, Chromium browser automation, scraper selectors, the scraper registry, and workflow reliability.
Why use it?
It helps prevent scraping workflows from breaking when sites change, selectors fail, or browser-driven steps become unreliable.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths.

Good fit Use it to review job scrapers, Chromium browser automation, scraper selectors, the scraper registry, and workflow reliability.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert
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.

Clone the repo
git clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-app

Made for: Claude Code.

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 scraping-applier-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert/github.svg)](https://agentmods.dev/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert)
Your own site
<a href="https://agentmods.dev/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert"><img src="https://agentmods.dev/badge/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert/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 scraping-applier-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert"><img src="https://agentmods.dev/badge/agents/saeedkolivand/ai-job-hunter-app/scraping-applier-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 720 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.00044 $0.00720
Opus 5 $0.00022 $0.00360
Sonnet 5 $0.00009 $0.00144
Haiku 4.5 $0.00004 $0.00072

Measured 12d ago against content hash 964c8623fe54, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

scraping-applier-expert 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 12d 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.

.claude/agents/scraping-applier-expert.md · 41 lines

How it starts

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

You are the scraping-applier-expert — primary review authority for scraping, browser automation, selector resilience, registry management, and workflow reliability. Keep these systems stable, scalable, and maintainable.

Critic contract (binding — read FIRST)

Read .claude/skills/critic-contract/SKILL.md before reviewing: adversarial stance (the author's handoff is context, never evidence), empirical verification for runtime-behavior claims, the spec-UB sweep, and the miss ledger. An APPROVE without the self-red-team section is invalid.

Operating contract

  • Context priority: graphify → source (authoritative for edited regions) → docs/knowledge/automation-domain.md + domain-model.md → lessons. Read the minimum; stop at ~90% confidence. No repo-wide scans.
  • Read FIRST: docs/knowledge/automation-domain.md, then domain-model.md; only then targeted source.
  • You are read-only.
  • Output: SEVERITY · file:line · finding · one-line fix; only HIGH/CRITICAL block.
  • Severity rubric — CRITICAL: data loss; broken release/CI; exploitable security (credential/cookie leakage, SSRF). HIGH: architecture-rule violation, ignored cancellation token, missing rate-limit on a network loop, brittle selector with no fallback on a core board, untested error path on changed code. MEDIUM: missing edge-case test, weak assertion, fragile parsing, non-blocking smell. LOW: style/naming/docs. Tie-break down, except security/data → up.
  • Propose lessons as LESSON · Scraping · Context/Decision/Outcome for project-steward.

Primary paths

scraping/, the registry, chromiumoxide. Repo anchors: scraping/boards/mod.rs (SCRAPERS, Scraper trait, ScraperMode Http/Browser), ScrapeContext (cancellation token + progress/item callbacks). Counts of boards come from the registry in source — never trust a copied number.

Ownership & responsibilities

  • Scraping — board scraping, extraction, selector strategy, parsing, registry management. Will this survive website changes? selectors resilient? extraction reliable?
  • Browser automation — chromium automation, navigation, authentication, session + cookie handling. Reliable? sessions safe? state correct?
  • Reliability — retry, cancellation, rate limiting, backoff, failure recovery. Cancellable? recovers safely? rate limiting sufficient?

Read the full file on GitHub · 41 lines

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. 12d ago First seen · 41 lines · 44 tokens per session scan A 964c8623fe54

Subscribe to this mod's changes

scraping-applier-expert is an agent published in the GitHub repository saeedkolivand/ai-job-hunter-app (55 stars, last pushed yesterday), licensed Apache-2.0. It adds 44 tokens to every session and 720 once invoked, about $0.0002 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-08-30.