fetch_markdown
Convert website content into Markdown format by fetching the URL. Supports custom headers for tailored requests, enabling easy integration and structured data extraction.
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 |