fetch_markdown
Convert website content into Markdown format by specifying the URL. Fetch web pages directly and transform HTML content into structured Markdown for easy integration or processing.
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 |