工具 API

apify--rag-web-browser

此工具调用Actor "apify/rag-web-browser"并获取其输出结果。 当用户请求此特定Actor时,请使用此工具而非"call-actor"。 Actor描述:适用于OpenAI助手、RAG管道或AI代理的网页浏览器,类似于ChatGPT中的网页浏览器。它查询Google搜索、抓取前N个页面,并将其内容返回为Markdown以供LLM进一步处理。也可以抓取单个URL。 当用户需要立即获取或检索实际数据时使用此工具(一次性数据检索)。 此工具直接获取并返回数据——不仅仅是查找工具。 使用场景: - 用户需要当前/即时数据(例如"获取明天的航班价格"、"今天天气如何?") - 用户需要立即获取特定内容(例如"从CNN获取新闻文章"、"从亚马逊获取产品信息") - 用户有时间指示词如"今天"、"当前"、"最新"、"最近"、"现在" 此工具用于通用网页抓取和即时数据需求。对于特定平台(电商、社交媒体)的重复/计划性抓取,建议从Store中选择专门的Actor以获得更好的性能和可靠性。

creativeOAuth1 积分

调用信息

工具标识
apify-mcp-server.apify--rag-web-browser
服务提供方
Apify
平均响应
0 ms
近 7 天调用
0

输入参数

query

**REQUIRED** Enter Google Search keywords or a URL of a specific web page. The keywords might include the [advanced search operators](https://blog.apify.com/how-to-scrape-google-like-a-pro/). Examples: - <code>san francisco weather</code> - <code>https://www.cnn.com</code> - <code>function calling site:openai.com</code> Example values: "web browser for RAG pipelines -site:reddit.com"

maxResults

The maximum number of top organic Google Search results whose web pages will be extracted. If `query` is a URL, then this field is ignored and the Actor only fetches the specific web page. Example values: 3

outputFormats

Select one or more formats to which the target web pages will be extracted and saved in the resulting dataset. Example values: ["markdown"]