fetch_markdown
Extract website content and convert it into Markdown format for easy integration and readability. Specify the URL and optional headers to retrieve structured text.
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 |