fetch_html
Retrieve website HTML content directly from URLs for web scraping, data extraction, or content analysis purposes.
Instructions
Fetch a website and return its unmodified contents as HTML
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the website to fetch | |
| headers | No | Optional headers to include in the request | |
| max_length | No | Maximum number of characters to return (default: 5000) | |
| start_index | No | Start content from this character index (default: 0) |