browse_url
Fetch a URL and return its HTML, text, or links. Accept optional cookies to access authenticated pages.
Instructions
Fetch a URL using Obscura's lightweight CDP engine. To access authenticated pages, pass cookies previously exported from browse_cookies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to visit | |
| dump | No | The format to return content in | html |
| cookies | No | Optional cookies to inject before navigation. Accepts the same format as returned by browse_cookies — an array of objects with at least name and value. Pass cookies exported from a real browser session to access authenticated pages. | |
| stealth | No | Accepted for compatibility. Stealth behavior is controlled by the Obscura server. |