fetch_html
Extract HTML content from any website by providing its URL, optionally including custom headers for the request. Ideal for retrieving web page data programmatically.
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 |