Better Fetch

Claude Code plugin

One command adds Better Fetch to Claude Code: nine skills and a scraper subagent that teach the agent to fetch the web well, plus the MCP connector wired up and ready.

Install
Run these in Claude Code. You'll be prompted for your API key once — it's stored securely and used to authenticate the connector.
/plugin marketplace add better-fetch/claude-plugins
/plugin install better-fetch@better-fetch

No key yet? Create one. The plugin source is public on GitHub.

What you get
Skills auto-activate when relevant; the better-fetch MCP tools are available to call directly.
  • extract-structured-dataEnd-to-end: find a page's data API and pull clean JSON, falling back to rendered HTML.
  • fetch-pageRender JavaScript pages; country/session routing, custom headers, locale and fingerprint control.
  • scrape-json-apiPull JSON from APIs behind bot protection or geo-fences, with the headers they require.
  • discover-apisCapture a page's network calls — with response previews — to find its internal APIs.
  • crawl-pagesMulti-page crawls: pagination, sitemaps, sticky sessions, polite pacing.
  • screenshot-pageCapture full-page or viewport screenshots.
  • bypass-bot-wallsGet past Cloudflare and bot walls; collect cf_clearance tokens.
  • webfetch-fallbackEscalate automatically when a plain fetch comes back blocked, empty, or geo-walled.
  • usageCheck your plan, calls used this period, and remaining quota.
  • web-scraper — agent: runs crawls and extraction in its own context, returns only the extracted data.
Also in the marketplace: site QA
For your own site rather than scraping: better-fetch-site-qa adds geo-check (view your site from any country), seo-render-check (what crawlers see vs users), and monitor-page-changes.
/plugin install better-fetch-site-qa@better-fetch