extract_markdown
Convert any web page into clean Markdown by removing HTML bloat, cookie banners, and tracking scripts, reducing token usage by up to 95% for LLM context windows and RAG pipelines.
Instructions
Sub-150ms clean web-to-markdown extraction. Strips 95% of HTML bloat, cookie banners, tracking scripts, and SVGs to preserve LLM context windows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The fully qualified HTTP or HTTPS URL to extract into clean markdown. | |
| include_images | No | Whether to retain image links in the markdown output (default: false). |