fetch
Retrieve web content from URLs with flexible output options including raw HTML, filtered content, or Markdown conversion for text extraction and processing.
Instructions
获取网页内容。 - 如果是 HTML, 则根据 returm 返回合适的内容, - 如果不是 HTML,但是是 Text 或 Json 内容,则直接返回其内容。 - 如果是其它类型的内容,则返回错误信息。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
return_content | No | markdown | |
url | Yes |