extract
Fetch webpage content as clean Markdown by removing navigation and ads. Retries failed requests automatically, returning title, text, and word count.
Instructions
抓取网页正文为 Markdown。自动去噪(过滤导航/广告),失败自动重试。 Returns JSON with title/markdown/length.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_words | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |