html.to-markdown
Convert raw HTML to clean markdown by stripping scripts, navigation, and ads while preserving headings, links, and lists. Input HTML directly without fetching URLs.
Instructions
Convert raw HTML you already have into clean reading markdown (no URL fetch). POST { html }. Strips scripts/nav/ads, extracts main content, preserves headings/links/lists. For fetching a live URL use url.clean instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML (<=2MB). |