Setup & Installation
What This Skill Does
Fetches HTML, JSON, headers, and status codes from URLs through the Browserbase API without spinning up a full browser session. Works for static page scraping, redirect inspection, and quick HTTP checks. Supports proxy routing and redirect control. Skips the overhead of launching a headless browser when all you need is a simple HTTP request, which makes static page fetching faster and cheaper.
When to use it
- Working with fetch functionality
- Implementing fetch features
- Debugging fetch related issues
