What problem does it solve? Extracting data from websites often fails when pages require JavaScript rendering, sit behind Cloudflare protection, or span many linked pages. This Skill provides CLI and Python workflows for scraping static, dynamic, and anti-bot-protected sites with a single framework. ## Core Features & Use Cases - Three Fetching Strategies: Use Fetcher for fast HTTP requests, DynamicFetcher for JS-rendered pages, and StealthyFetcher for Cloudflare bypass and anti-bot evasion. - Spider Framework: Crawl multiple pages with link following, concurrent requests, multi-session routing, and pause/resume checkpoints. - Rich Element Selection: Query content with CSS selectors, XPath, regex, text matching, and similar-element detection. - Use Case: Scrape a Cloudflare-protected product catalog by running scrapling extract stealthy-fetch with --solve-cloudflare, then export results to Markdown or JSON. ## Quick Start Use the scrapling skill to extract the main content from https://example.com and save it as a Markdown file.