fetch_html
Retrieve HTML content from a specified website by providing the URL and optional headers, enabling efficient web content extraction for various uses.
Instructions
Fetch a website and return the content as HTML
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Optional headers to include in the request | |
url | Yes | URL of the website to fetch |