SnapForge URL to Markdown
snapforge_markdownExtract clean Markdown from public URLs or raw HTML. Convert web content into Markdown format ready for language models.
Instructions
Extract a clean Markdown version of a public URL or raw HTML (article extraction + HTML→Markdown). Great for feeding live web content to an LLM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Public http/https URL to render. Provide either url or html. | |
| html | No | Raw HTML to render instead of a URL (max 2MB). Provide either url or html. | |
| delay | No | Extra wait in milliseconds before capture (0–10000) | |
| waitUntil | No | When to consider the page ready: "load" (default) or "networkidle" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The extracted Markdown content | |
| savedPath | Yes | Absolute path to the saved .md file |