fetch_webpage
Retrieve the HTML content from any webpage by providing its URL. Set a custom timeout for requests.
Instructions
Fetch the HTML content of a webpage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the webpage to fetch | |
| timeout | No | Request timeout in seconds (default: 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |