search_text
Search the web for technical documentation, encyclopedias, blogs, forums, and tutorials. Returns result snippets and links; use crawl_single or crawl_batch to get page content.
Instructions
搜索网页内容(通用搜索)
适用于搜索技术文档、百科、博客、论坛、教程等网页内容。 只返回搜索结果摘要和链接,不抓取页面正文;如需正文,请对结果 URL 再调用 crawl_single/crawl_batch。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索关键词 | |
| region | No | 区域代码 - wt-wt: 无区域限制(默认) - us-en: 美国(英语) - cn-zh: 中国(中文) - uk-en: 英国(英语) - jp-jp: 日本(日语) | wt-wt |
| timelimit | No | 时间限制 (d=天, w=周, m=月, y=年) | |
| safesearch | No | 安全搜索 (on/moderate/off) | moderate |
| max_results | No | 最大结果数(默认:10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||