What problem does it solve? Websites frequently block automated access through bot detection, CAPTCHAs, JavaScript rendering requirements, and IP-based rate limiting, making simple content retrieval fail. This Skill provides a progressive escalation strategy that automatically tries increasingly capable scraping methods until content is successfully retrieved. ## Core Features & Use Cases - Four-Tier Progressive Scraping: Automatically escalates from WebFetch to Chrome-header curl, then Playwright browser automation, and finally Bright Data's residential proxy network with CAPTCHA solving. - Multi-Page Site Crawling: Offers Light Crawl (agent-driven batch scraping up to 50 pages) and Full Crawl (Bright Data Crawl API) for mapping entire sites or extracting specific sections. - Use Case: When you need to extract content from a documentation site that blocks standard fetch requests, the Skill tries WebFetch first, falls back to browser automation for JavaScript-heavy pages, and uses Bright Data only when CAPTCHAs or advanced bot detection appear—returning clean markdown with a site map. ## Quick Start Scrape the content from https://example.com and convert it to markdown, escalating methods if the site blocks you.