web_to_markdown
Fetch any web page and convert its main content into clean Markdown by removing scripts, styles, and navigation clutter.
Instructions
Fetch a web page, clean up clutter (scripts, styles, footer, navigation), and convert the main body to Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL of the webpage to scrape and convert. |