fetch_html
Retrieve HTML content from a specified URL using custom headers for tailored web scraping or data extraction tasks.
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 |