webtool_gethtml
Fetch the raw HTML of any webpage, with automatic retries and proxy support. Optionally execute JavaScript and ignore SSL errors.
Instructions
Get the HTML content of a webpage. Automatically handles retries and proxy if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to fetch | |
| useJavaScript | No | Whether to execute JavaScript (requires Puppeteer) | |
| useProxy | No | Whether to use a proxy for this request | |
| ignoreSSLErrors | No | Whether to ignore SSL certificate errors (default: true for development convenience) |