| name | browserbase |
| description | Fetch web pages via Browserbase with proxy and captcha solving. Use when you need to scrape pages behind captchas, bot protection, or geo-restrictions. |
| allowed-tools | Bash, Read |
Browserbase Fetch
Fetch web pages using Browserbase headless browser with proxy and automatic captcha solving.
When to Use
- Need to fetch a page behind Cloudflare/captcha protection
- Need to scrape content that blocks bots
- Need geo-located browsing via proxy
- Need rendered JavaScript content (not just raw HTML)
Requirements
Commands
fetch — Single URL
./scripts/browserbase_fetch fetch "https://example.com" [-f text] [--no-proxy]
fetch-many — Multiple URLs (one session)
./scripts/browserbase_fetch fetch-many "https://a.com" "https://b.com" [-f json]
Options
| Option | Description |
|---|
-f, --format | Output: text (default), html, json |
|