$npx skillfedfor your agent

scrapling-official

scrapling-official is a web scraping tool designed to work around anti-bot systems like Cloudflare, enabling reliable data extraction from protected websites. It streamlines the process of gathering web content that would otherwise be blocked by standard scraping methods, making it ideal for researchers and developers who need robust access to web data.

scrapling-official is engineered to work around anti-bot protections such as Cloudflare, enabling reliable data extraction from websites that would otherwise block standard scraping methods. The tool streamlines access to protected web content, making it suitable for researchers and developers who require robust methods to gather web data from defended sources.

AI-generated summary based on this skill's SKILL.md

71,507 7,093 BSD-3-Clauseupdated by D4Vinci

Decision gist · record as of 2026-07-27

scrapling-official is engineered to work around anti-bot protections such as Cloudflare, enabling reliable data extraction from websites that would otherwise block standard scraping methods. The tool streamlines access to protected web content, making it suitable for researchers and developers who require robust methods to gather web data from defended sources.

manual: git clone https://github.com/D4Vinci/Scrapling → cp -r Scrapling/agent-skill/Scrapling-Skill ~/.claude/skills/Scrapling-Skill
agent-skill/Scrapling-Skill/SKILL.md · version afaaeed6

Use it when

  • Yes, scrapling-official is designed to extract data from JavaScript-heavy and dynamically-rendered web pages.
  • scrapling-official enables you to build large-scale concurrent web crawlers with built-in pause and resume capability.

Verify before relying

Read SKILL.md below before installing (25 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

D4Vinci/Scrapling/Scrapling-Skill · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does scrapling-official scrape websites protected by anti-bot systems like Cloudflare?

scrapling-official is engineered to work around anti-bot protections such as Cloudflare, enabling reliable data extraction from websites that would otherwise block standard scraping methods. The tool streamlines access to protected web content, making it suitable for researchers and developers who require robust methods to gather web data from defended sources.

Can scrapling-official extract data from JavaScript-rendered pages?

Yes, scrapling-official is designed to extract data from JavaScript-heavy and dynamically-rendered web pages. This capability allows you to work with modern web applications that load content asynchronously, rather than being limited to static HTML sources.

Does scrapling-official support concurrent web crawling with pause and resume functionality?

scrapling-official enables you to build large-scale concurrent web crawlers with built-in pause and resume capability. This allows you to manage resource-intensive crawling operations efficiently, stopping and restarting your crawler as needed without losing progress.

What methods does scrapling-official use for bypassing anti-scraping protections?

scrapling-official employs stealth and adaptive techniques to bypass anti-scraping protections while maintaining ethical standards. The tool is designed to respect robots.txt directives and Terms of Service requirements, helping you balance effective data extraction with responsible web access practices.

How can I parse and extract structured data using scrapling-official?

scrapling-official supports parsing and extracting structured data from HTML using both CSS and XPath selectors. This gives you flexible options for targeting specific elements within web pages, whether you prefer the simplicity of CSS selectors or the power of XPath expressions.

What is the license for scrapling-official?

scrapling-official is distributed under the BSD-3-Clause license, which permits both commercial and private use while requiring attribution and including liability disclaimers.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Scrapling

Scrapling is an adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl.

Its parser learns from website changes and automatically relocates your elements when pages update. Its fetchers bypass anti-bot systems like Cloudflare Turnstile out of the box. And its spider framework lets you scale up to concurrent, multi-session crawls with pause/resume and automatic proxy rotation - all in a few lines of Python. One library, zero

(truncated - see the full file via the links below)

File tree — 15 files
agent-skill/Scrapling-Skill/LICENSE.txt
agent-skill/Scrapling-Skill/SKILL.md
agent-skill/Scrapling-Skill/examples/01_fetcher_session.py
agent-skill/Scrapling-Skill/examples/02_dynamic_session.py
agent-skill/Scrapling-Skill/examples/03_stealthy_session.py
agent-skill/Scrapling-Skill/examples/04_spider.py
agent-skill/Scrapling-Skill/examples/README.md
agent-skill/Scrapling-Skill/references/fetching/choosing.md
agent-skill/Scrapling-Skill/references/fetching/dynamic.md
agent-skill/Scrapling-Skill/references/fetching/static.md
agent-skill/Scrapling-Skill/references/fetching/stealthy.md
agent-skill/Scrapling-Skill/references/integrations/scrapy.md
agent-skill/Scrapling-Skill/references/mcp-server.md
agent-skill/Scrapling-Skill/references/migrating_from_beautifulsoup.md
agent-skill/Scrapling-Skill/references/parsing/adaptive.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Scrape or crawl websites protected by anti-bot systems like Cloudflare”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

scrapling
by NousResearch · NousResearch/hermes-agent

scrapling enables automated data extraction from sites defended by Cloudflare and similar anti-scraping systems. It uses sophisticated evasion methods to bypass protection layers and retrieve content that would otherwise be inaccessible to standard scrapers. Ideal for researchers and developers who need reliable access to protected web data.

MITupdated Jul 2026
★ 221,503repo stars
firecrawl-scraping
by Casper-Studios · Casper-Studios/casper-marketplace

Extract individual web pages into clean, structured markdown using Firecrawl's API. The skill manages JavaScript rendering, anti-bot defenses, and dynamic content automatically, supporting multiple output formats including markdown, HTML, summaries, and screenshots. Configure proxy modes and timeouts to handle everything from standard sites to protected news content.

MITupdated Jul 2026
★ 11repo stars
firecrawl-scraper
by BenedictKing · BenedictKing/firecrawl-scraper

This skill leverages the Firecrawl API to pull content from web pages in multiple formats—markdown, HTML, JSON, screenshots, and PDFs. It supports single-page scraping, full-site crawling with depth and path controls, batch processing of multiple URLs, and browser automation through actions like clicks and scrolls. Use it whenever you need to gather web data, extract structured information with custom schemas, or interact with dynamic pages.

MITfor claude-codeupdated Apr 2026
★ 9repo stars
web-scraping
by gooseworks-ai · gooseworks-ai/goose-skills

Web-scraping lets you pull structured data from any URL using plain English descriptions of what you need. Choose from AI-powered extraction with natural language prompts, high-volume batch processing, or schema-based data structuring—then combine methods for comprehensive site crawling and automation.

MITupdated Jul 2026
★ 1,062repo stars
Firecrawl Scrape
by firecrawl · firecrawl/cli

Firecrawl Scrape converts web pages into clean, LLM-ready markdown—whether static or dynamically rendered with JavaScript. It handles single URLs or batch scraping with concurrent processing, and offers filtering options like main-content-only extraction and PII redaction.

no license declared → metadata onlyupdated Jul 2026
★ 542repo stars
web-scraping
by jamditis · jamditis/claude-skills-journalism

This skill enables reliable extraction of public web content using layered fallback approaches and robust error management. Built for journalists, researchers, and media professionals who need dependable data collection workflows. Integrates seamlessly with Claude-based journalism and academic research pipelines.

MITupdated Jul 2026
★ 342repo stars
Tags
anti-bot-bypassheadless-automationconcurrent-crawlingadaptive-parsingproxy-rotationcloudflare-solvingjavascript-renderingsession-managementsitemap-crawlingstealth-browsing