scraperapi-seo-audit

A live SEO audit guide that checks what Google shows for searches and examines the pages that rank. SEO means improving a website so search engines can find and rank it.

In plain words
What is it for?
Finding why a page may not rank, checking keyword positions, comparing competitors in search results, reviewing SEO health, and identifying missing content topics.
Why use it?
It replaces assumptions about search visibility with current search-result and page data. It also helps separate issues that can be measured from those requiring other tools.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/scraperapi/scraperapi-skills/scraperapi-seo-audit
Any agent
npx skills add scraperapi/scraperapi-skills --skill scraperapi-seo-audit
Clone the repo
git clone --depth 1 https://github.com/scraperapi/scraperapi-skills

Made for: Claude Code, Codex.

Per session 196 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,717 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00196 $0.03717
Opus 5 $0.00098 $0.01858
Sonnet 5 $0.00039 $0.00743
Haiku 4.5 $0.00020 $0.00372

Measured 2d ago against content hash e51e281177d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

scraperapi-seo-audit 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 2d 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/scraperapi-seo-audit/SKILL.md · 245 lines

How it starts

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

ScraperAPI SEO Audit

Live SEO analysis powered by ScraperAPI's real-time SERP and scraping tools. No CLI installation or API key setup required — the tools are already connected. The approach is outside-in: start with what Google is actually showing, then scrape pages to explain why.

You — Claude — execute the tool calls directly. Do not generate code for the user or explain how they could run these calls themselves. Call the MCP tools, read the results, and report findings. The user wants an SEO audit, not instructions.

Never fabricate findings. Every finding must cite the exact tool call and output that supports it. If something can't be measured with these tools, say so and note the right external tool.


MCP Tools Available

Tool What it returns
mcp__ScraperAPIRemote__google_search Live structured SERP — organic rankings, featured snippets, People Also Ask, AI Overview presence, knowledge panels, sitelinks. Returns parsed JSON, not raw HTML. Supports geo-targeting via countryCode and gl parameters.
mcp__ScraperAPIRemote__scrape Full page content with JS rendering — use outputFormat: "markdown" for content extraction and word count, outputFormat: "html" for schema markup, meta tags, and canonical inspection
mcp__ScraperAPIRemote__google_news Brand and topic mention recency — useful for E-E-A-T and freshness signals

Render guidance for scrape

When calling mcp__ScraperAPIRemote__scrape, set render=true and premium=true for any page that requires JavaScript to display content — React/Next.js apps, SPAs, Webflow sites with client-side rendering. Use standard (no render flags) for static HTML: WordPress sites, GitHub, news articles. If the returned HTML has an empty <head> or missing body content, escalate to render=true, premium=true and retry.


Core Workflow

For every SEO audit request:

  1. Probe for missing parameters — Confirm URL, target keywords, geography, and scope before starting (see Parameter Probing below).
  2. Select mode — Single-Page Audit (Mode A) or Site-Wide Audit (Mode B).
  3. Stage 1 — Indexation & SERP Snapshot.
  4. Stage 2 — Keyword Visibility + AI Overview Check.
  5. Stage 3 — On-Page Analysis.
  6. Stage 4 — Competitor Gap Analysis.
  7. Stage 5 — Brand & Freshness Signals.
  8. Calculate health grade and write report using references/report-template.md.

Read the full file on GitHub · 245 lines

Files

What ships with it

4 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. 2d ago First seen · 245 lines · 196 tokens per session scan A e51e281177d0

Subscribe to this mod's changes

scraperapi-seo-audit is a skill published in the GitHub repository scraperapi/scraperapi-skills (10 stars, last pushed 25d ago), licensed MIT. It adds 196 tokens to every session and 3,717 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-08-31.

Related

Other skills, from other repositories

scrapling-official

Scrape web pages using Scrapling with anti-bot bypass (like Cloudflare Turnstile), stealth headless browsing, spiders framework, adaptive scraping, and JavaScript rendering. Use when asked to scrape, crawl, or extract data from websites; webfetch fails; the site has anti-bot protections; write Python code to…

D4Vinci/Scrapling · 80 tokens

ketch

Research skill for ketch — a fast stateless CLI for web search, OSS code search, curated library docs, page scraping, and site crawling; an optional MCP server exists for operators who want it, but the CLI is the primary interface. Use when a question needs live sources: 'research X', 'what are people saying about Y'…

1broseidon/ketch · 148 tokens

browser-automation

Playwright-based browser automation patterns for autonomous web interaction.

librefang/librefang · 14 tokens

web-browse

Drive a headless browser to navigate pages, read content, click, and fill forms — for sites that need JavaScript rendering or interaction beyond a plain HTTP fetch.

initializ/forge · 37 tokens

ecommerce-full-pipeline

电商运营在开展跨境电商或闲鱼捡漏业务时,若需解决选品难、上架繁琐等痛点,必用此技能!一键打通“爆品挖掘→1688采集→多平台上架→推广文案→短视频生成”全自动流水线,轻松实现端到端自动化,让开店运营效率翻倍。.

anbeime/skill · 96 tokens

browser-scrape

用 AutoCLI 二进制驱动用户已登录的 Chrome 抓取 Twitter/X、知乎、Bilibili、Reddit 等 55+ 站点.

ChanningLua/prax-agent · 39 tokens