fetch_markdown
Convert website content into Markdown by fetching the URL. Ideal for extracting and reformatting web data for documentation or analysis.
Instructions
Fetch a website and return the content as Markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Optional headers to include in the request | |
url | Yes | URL of the website to fetch |