fetch_markdown
Convert website content to Markdown format by fetching web pages and extracting readable text, useful for content analysis, documentation, or data processing.
Instructions
Fetch a website and return the content as Markdown
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the website to fetch | |
| headers | No | Optional headers to include in the request |