Fetch Web Md
fetch_web_mdFetch any webpage and convert it to Markdown, preserving headings, lists, code blocks, links, images, and tables. Returns page title plus structured content for LLM ingestion or documentation.
Instructions
抓取一个网页并转换为 Markdown(保留标题层级/列表/代码块/链接/图片/表格)。
参数: url: 网页地址,如 https://www.plbear.com/ max_chars: 返回 Markdown 的最大字符数
返回: 页面标题 + Markdown 正文(比纯文本更适合喂给 LLM / 文档化场景)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_chars | No | 返回 Markdown 最大字符数,500-200000,默认 15000 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |