What problem does it solve? Fetching web content often fails due to geo-blocking, bot detection, and JavaScript-heavy pages, and raw HTML is hard to feed into downstream tools. This Skill retrieves clean markdown, HTML, JSON, or screenshots from one or many URLs through the Bright Data CLI, with built-in verification and block-page recovery. ## Core Features & Use Cases - Single and batch scraping: Fetch one URL as clean markdown, or process dozens of URLs with a parallelism cap using xargs. - Pagination and geo-targeting: Crawl paginated listings page by page and override the exit country to bypass regional restrictions. - Verification and escalation: Detect block pages (Cloudflare, captcha) automatically, retry with different countries, and escalate to a real browser when needed. - Use Case: You have a list of 50 blog URLs and need their content as markdown for analysis. The Skill batches the requests with capped parallelism, verifies each output is not a block page, and reports successes and failures. ## Quick Start Ask the AI to scrape a specific URL into clean markdown using the Bright Data scrape skill and save the result to a file.