What problem does it solve?
This skill provides a reliable, cost-aware method to retrieve web page content that may be blocked, require JavaScript rendering, or be protected by bot detection and CAPTCHAs, removing the need for manual browser workarounds.
Core Features & Use Cases
- Four-tier progressive escalation: attempts WebFetch, curl with Chrome-like headers, Playwright browser automation, then Bright Data MCP only when needed.
- Cost and performance aware: favors fast, free methods first and escalates to paid services only as required.
- Markdown output and reporting: returns extracted page content in markdown and reports which tier succeeded plus warnings.
- Use Cases: research or archival scraping, extracting content from SPAs, recovering pages blocked by simple bot checks, and scraping sites with CAPTCHAs using Bright Data.
Quick Start
Ask the skill to "Scrape https://example.com and return the page content as markdown".