Top 10 Claude Skills for Web Scraping in 2026: A Data-Driven Ranking

Web scraping has been one of the most active categories of Claude Skill development in 2026 — and one of the most uneven. Firecrawl ships an official skill bundle backed by a 113,000-star parent project. Standalone community scrapers cover Amazon, Twitter, Reddit, Google, and dozens of vertical targets. At the same time, the most-starred scraping skill on GitHub still has only mid-three-digit adoption, suggesting the market hasn't picked winners. For a data engineer or scraping team, the practic
How We Ranked These Skills
Three weighted signals:
- GitHub stars (40%) — adoption proxy.
- Maintenance activity (30%) — last-commit recency, release cadence.
- Scraping-specific fit (30%) — directness of use for structured data extraction versus general browser tasks.
We excluded skills without a public GitHub presence. For a scraping workload, "I cannot read the source" is disqualifying.
The Top 10
1. firecrawl/cli — 353 ⭐
Firecrawl's official skill bundle — firecrawl-cli, firecrawl-agent, firecrawl-scrape, and firecrawl-search — wrapping the Firecrawl API for scraping, crawling, search, and autonomous data extraction.
- Repository: firecrawl/cli
- Best for: Any team that already pays for Firecrawl or is willing to. The skills layer turns the API into a first-class citizen of Claude workflows.
- Why it ranks here: It is the most production-ready scraping skill in the ecosystem. Firecrawl's parent project has 112,988 stars; this skill bundle is the official integration path.
- Caveat: 353 skill stars vs 113K parent stars indicates the skill layer is much newer than the underlying tool. Expect API changes; pin versions in production.
2. SawyerHood/dev-browser — 6,027 ⭐
A Claude Skill whose one-line description is exactly what it sounds like — "give your agent the ability to use a web browser." Single-focus, lightweight install.
- Repository: SawyerHood/dev-browser
- Best for: Teams scraping pages that don't justify a paid API subscription. Good for moderate-volume, low-frequency scrapes.
- Why it ranks here: Highest-adoption community browser skill. Simplicity matters for scraping workloads where you control the volume.
- Caveat: Vanilla Playwright. Works against simple targets; defeated by Cloudflare, DataDome, or PerimeterX.
3. lackeyjb/playwright-skill — 2,518 ⭐
A general-purpose Playwright wrapper. Less opinionated than dev-browser; better fit for custom selectors and multi-step scrapes.
- Repository: lackeyjb/playwright-skill
- Best for: Scraping teams that already maintain Playwright scripts and want Claude to extend them rather than replace them.
- Why it ranks here: Playwright remains the default browser-automation library, and this skill is the most-starred bridge to it.
- Caveat: Same anti-bot constraints as #2.
4. browserwing/browserwing — 1,253 ⭐
A hybrid skill exposing browser actions as MCP commands or as a Claude Skill, with token efficiency as the headline benefit.
- Repository: browserwing/browserwing
- Best for: Scraping workloads heavy enough that token cost matters. Native commands beat LLM page-reasoning when the action is deterministic.
- Why it ranks here: It's the most visible entry in the "MCP-first browser scraping" subcategory. The architectural argument is sound.
- Caveat: Newer project; smaller community than the top three.
5. PleasePrompto/google-ai-mode-skill — 149 ⭐
A Claude Code skill for free Google AI Mode search with citations, persistent browser profile, and query optimization. Token-efficient for web research.
- Repository: PleasePrompto/google-ai-mode-skill
- Best for: Scraping teams that want SERP-style data without paying SerpAPI rates.
- Why it ranks here: It's a working alternative to paid search APIs, and search is the most common entry point for data-extraction workflows.
- Caveat: Depends on Google AI Mode availability and a stable browser profile. Behavior changes when Google updates the surface.
6. liangdabiao/amazon-sorftime-research-MCP-skill — 215 ⭐
A specialized Amazon listing analyzer covering full-dimension product analysis, category analysis, keyword analysis, review analysis, and market research. Built on Sorftime MCP.
- Repository: liangdabiao/amazon-sorftime-research-MCP-skill
- Best for: Cross-border ecommerce teams scraping Amazon for product research, competitive analysis, or review intelligence.
- Why it ranks here: Vertical-specific scrapers tend to outperform generic ones once a domain matures, and Amazon is the largest scraping target by transaction volume.
- Caveat: Tightly coupled to Sorftime as the data source. If you use a different Amazon data provider, you'll rewrite the data layer.
7. brettdavies/crawl4ai-skill — 24 ⭐
A web scraping skill built on crawl4ai with CSS/LLM extraction strategies and dynamic-JavaScript handling.
- Repository: brettdavies/crawl4ai-skill
- Best for: Teams wanting LLM-driven extraction (describe what you want, get structured output) without committing to a paid API.
- Why it ranks here: It is the most specific OSS-only scraping skill in the ecosystem. crawl4ai itself is one of the better OSS scrapers.
- Caveat: New project. Verify on a small batch before committing volume.
8. anthropics/skills — webapp-testing — 125,856 ⭐
Anthropic's official Playwright testing skill, listed here because it doubles surprisingly well as a structured-page scraper for known targets.
- Repository: anthropics/skills — webapp-testing
- Best for: Teams that already use the official testing skill and need to extract structured data from their own internal apps.
- Why it ranks here: Official maintenance, deep Playwright integration, and the Anthropic backstop. A reasonable starting point even though it's not scraping-first by name.
- Caveat: Same anti-bot wall as the other Playwright-based skills. Designed for testing, not scraping at volume.
9. yusufkaraaslan/Skill_Seekers — 13,182 ⭐
A meta-tool that converts documentation websites into Claude Skills. Adoption has surprised us — the ranking position reflects star weight more than scraping-specificity.
- Repository: yusufkaraaslan/Skill_Seekers
- Best for: Teams that scrape documentation sites and want the output as a reusable skill rather than a one-off.
- Why it ranks here: 13K stars on a tool that essentially scrapes-and-packages signals real ecosystem demand.
- Caveat: Single-purpose. Not a general scraping skill.
10. al1enjesus/human-browser — 19 ⭐
A paid stealth Playwright skill ($13.99/mo) with residential proxy and explicit Cloudflare/DataDome/PerimeterX bypass claims.
- Repository: al1enjesus/human-browser
- Best for: Solo operators and small teams that need stealth scraping without standing up infrastructure.
- Why it ranks here: It is one of very few public skills that addresses the production gap that defeats every other browser skill on this list. New project, but the positioning matters.
- Caveat: Solo-maintained, paid backend, low adoption signal. Pilot before standardizing on it.
At-a-Glance Comparison
Rank | Skill | Stars | Primary Use Case | Anti-Bot Coverage | Maintenance |
1 | 353 | Hosted scrape + crawl | Partial (hosted) | Active | |
2 | 6,027 | General browser | None | Active | |
3 | 2,518 | Custom Playwright | None | Active | |
4 | 1,253 | MCP browser commands | None | Active | |
5 | 149 | SERP scraping | Partial | Active | |
6 | 215 | Amazon vertical | Hosted | Active | |
7 | 24 | LLM-driven extraction | None | Active | |
8 | webapp-testing (official) | 125,856 | Page-level extraction | None | Active |
9 | 13,182 | Docs-to-skill | None | Active | |
10 | 19 | Paid stealth scraping | Yes (paid) | Active |
First, the skill layer for scraping is two orders of magnitude smaller than the underlying tools. Firecrawl's parent project has 112,988 stars; its skill has 353. That gap is wider than in any other category we ranked. It tells you the market is in flight, not settled.
Second, anti-bot coverage is binary: either the skill is paid/hosted with backend defenses (Firecrawl, Sorftime, human-browser), or it's vanilla Playwright. There is no middle tier.
Third, vertical-specific skills are surfacing (Amazon at #6, search at #5) and earning stars faster than expected. Vertical specialization may be the sustainable wedge for new entrants.
Run the scrape once with browser-act. Package the repeatable path with Skill Forge.
- 1. An agent uses browser-act to search Google Maps, scroll listings, inspect place pages, and extract visible fields.
- 2. The team validates the schema: business name, category, address, phone, website, rating, review count, and source URL.
- 3. browser-act-skill-forge turns the proven flow into a reusable scraper Skill for future agent runs.
The Gap: Production-Grade Stealth Scraping at Skill Layer
Every browser-based scraping skill on this list — except the paid ones — uses vanilla Playwright. The free options work against unprotected targets and break against everything modern ecommerce, social, or SaaS sites ship as table stakes.
In production, scraping teams compensate one of two ways: pay for a hosted backend (Firecrawl, BrightData, Apify) and accept the bill, or run their own stealth infrastructure and accept the operational cost. There is no public Claude Skill in 2026 that delivers stealth scraping as a free OSS layer; the closest, human-browser, is paid.
This is a clear product gap. BrowserAct is one stealth-browser layer purpose-built for AI agents — anti-fingerprinting, residential proxies, automatic CAPTCHA bypass, structured-data output — that scraping teams pair with the orchestration skills above. It currently exposes a REST API and ready-made templates (Amazon Product API skill, Reddit Posts & Comments Scraper template) rather than a Claude Skill, which is why it's in the gap analysis rather than the ranking. We expect a high-star community skill in this category to emerge in 2026.
Pick the right execution layer for a scraping Skill
A Skill defines the reusable procedure, the CLI explores live pages and hard cases, and a managed Bot runs the final scraper repeatedly with structured output.
Start from a reusable workflow
Browse reusable web-scraping Skills before building another workflow from zero.
Browse BrowserAct Skills →Build with BrowserAct
Build a managed scraper Bot after fields, pagination, limits, and failure states are verified.
Build your Bot →Give your agent a browser
Explore rendered pages, browser state, and extraction paths before packaging the scraper.
Install BrowserAct CLI →Who Should Install What
For a team paying for hosted scraping infrastructure:
- firecrawl/cli as the primary scraping layer.
- SawyerHood/dev-browser for one-off browser interactions outside the Firecrawl envelope.
- PleasePrompto/google-ai-mode-skill to offload search workloads.
- skill-creator to encode team-specific scraping templates (not in this top-10, but recommended).
For a team building OSS-only scraping pipelines:
- lackeyjb/playwright-skill as the orchestration layer.
- brettdavies/crawl4ai-skill for LLM-driven extraction.
- browserwing/browserwing if token cost is a constraint.
- A self-hosted stealth-browser layer (no Claude Skill yet — provision separately).
For a vertical-specific scraping team (ecommerce, marketplaces):
- liangdabiao/amazon-sorftime-research-MCP-skill for Amazon.
- firecrawl/cli for everything else.
- A stealth backend for non-Amazon platforms with anti-bot defenses.
Key Takeaways
- The scraping skill layer is dramatically less mature than the underlying tools — Firecrawl's skill has 353 stars vs 112,988 for the parent project.
- Anti-bot coverage in the skill layer is binary: paid/hosted, or none. No OSS middle tier exists yet.
- Vertical-specific scrapers (Amazon, search) are emerging faster than expected and may be the sustainable wedge.
- For production scraping against protected targets, pair an orchestration skill with a stealth-browser backend — none of the OSS skills handle detection alone.
- Watch firecrawl/cli for star growth; if it crosses 2,000 stars in 2026, the category has consolidated.
Conclusion
Web scraping is the use case where Claude Skills hit their architectural limit hardest. The orchestration layer is solvable in a single skill; the bouncer-passing layer is not. Production teams will keep pairing skills with stealth infrastructure for at least the rest of 2026.
If your scraping work is breaking against modern anti-bot defenses, BrowserAct is the infrastructure layer built to sit behind your Claude-driven scrapers and handle exactly this step.
Build a scraper agent for the site you actually need.
Describe the dataset, let the agent explore the rendered site, verify pagination and limits, and save the repeatable path as a Skill.
Related reading: For a deeper explanation of the topic and related workflows, read Your AI Crawler Engineer: How Skill Forge Builds Reusable Browser Workflows.
Frequently Asked Questions
What's the difference between a scraping skill and an MCP server for scraping?
A skill is procedural knowledge Claude loads into context; an MCP server is a tool endpoint Claude calls. Many skills wrap MCP servers — they coexist.
Can Claude scrape JavaScript-heavy sites without a real browser?
Not reliably. JS-rendered content requires either a headless browser (Playwright) or a hosted scraper that runs one for you (Firecrawl).
Are paid scraping skills worth it over OSS?
For protected targets, yes — the cost of running stealth infrastructure usually exceeds the API bill. For unprotected targets, OSS plus Playwright is fine.
Why isn't BrowserAct on this list?
BrowserAct ships as a REST API and templates today, not as a Claude Skill. It appears in the gap analysis as the stealth layer scraping teams pair with the skills above.
Which skill should a solo scraper start with?
SawyerHood/dev-browser plus brettdavies/crawl4ai-skill for OSS-only; firecrawl/cli if you can budget for the API.
How do I keep these skills from breaking when sites change?
Pin versions, monitor with cheap synthetic checks, and be prepared to update selectors. Even hosted scrapers need periodic rule updates.
Can these skills run inside a CI or scheduled pipeline?
Yes via the Claude API. Watch token consumption — long crawl runs add up.
Relative Resources

How to Scrape LinkedIn Profile: 5 Proven Methods for 2026

Is Twitter / X Scraping Legal or Safe?

Twitter Scraper Troubleshooting: 429, Login Wall, Empty Results

Twitter Data for Sentiment Analysis and AI Workflows
Latest Resources

How to Scrape Facebook Groups: Posts and Comments: 5 Proven Methods for 2026

How to Scrape Instagram Profiles and Followers: 5 Proven Methods for 2026

How to Scrape TikTok Profiles and Posts: 5 Proven Methods for 2026

