fetch_page
Fetch a web page and extract its main content as plain text. Ideal for reading full articles from search result URLs.
Instructions
Fetch a web page and return its main content as plain text. Browser backend: 'camoufox' (stealth Firefox, default if installed), 'chrome', 'msedge', 'chromium', 'firefox', or 'webkit'. Omit to use the default. Useful for reading the full content of a search result URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| browser | No | ||
| max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |