fetch_markdown
Extract website content and convert it into Markdown format. Specify a URL and optional headers to retrieve clean, structured text for easy use in Markdown-supported applications.
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 |