What problem does it solve? Scraping modern websites requires handling JavaScript rendering, bot detection, sessions, and inconsistent page structures, which makes ad-hoc scraping scripts fragile and slow to build. This Skill provides ready-to-use Crawl4AI patterns and scripts for turning web pages into clean markdown or structured JSON data. ## Core Features & Use Cases - Markdown Extraction: Convert any webpage into clean, LLM-ready markdown with optional content filters like BM25 and pruning. - Structured Data Extraction: Generate a CSS extraction schema once with an LLM, then reuse it for fast, LLM-free extraction across similar pages. - Batch & Concurrent Crawling: Crawl hundreds of URLs concurrently with arun_many, rate limiting, and per-page markdown output. - Dynamic Content Handling: Execute JavaScript, wait for selectors, manage login sessions, and configure proxies for JavaScript-heavy or authenticated sites. - Use Case: Monitor an e-commerce catalog by generating a product schema once, then running batch crawls daily to extract prices and availability without recurring LLM costs. ## Quick Start Use the crawl4ai skill to crawl https://example.com and save the page content as clean markdown.