工具 API

search-apify-docs

使用全文搜索Apify和Crawlee文档。必须使用docSource参数明确选择要搜索的文档源:docSource="apify"-Apify平台文档包括:平台功能、SDK(JS、Python)、CLI、REST API、Academy(网页抓取基础)、Actor开发与部署;docSource="crawlee-js"-Crawlee(JavaScript):JavaScript网页抓取库,处理屏蔽、爬取、代理和浏览器;docSource="crawlee-py"-Crawlee(Python):Python网页抓取库,处理屏蔽、爬取、代理和浏览器。结果将包含文档页面URL(可能包含锚点)和匹配搜索查询的有限内容。使用fetch-apify-docs工具并提供URL获取文档完整内容。当结果同时包含平台文档(docs.apify.com/platform)和Academy内容(docs.apify.com/academy)时,优先选择平台文档

creativeOAuth1 积分

调用信息

工具标识
apify-mcp-server.search-apify-docs
服务提供方
Apify
平均响应
8213 ms
近 7 天调用
1

输入参数

docSource

Documentation source to search. Defaults to "apify". • "apify" - Apify • "crawlee-js" - Crawlee (JavaScript) • "crawlee-py" - Crawlee (Python)

query必填

Algolia full-text search query to find relevant documentation pages. Use only keywords, do not use full sentences or questions. For example, "standby actor" will return documentation pages that contain the words "standby" and "actor".

limit

Maximum number of search results to return. Defaults to 5. Maximum is 20. You can increase this limit if you need more results, but keep in mind that the search results are limited to the most relevant pages.

offset

Offset for the search results. Defaults to 0. Use this to paginate through the search results. For example, if you want to get the next 5 results, set the offset to 5 and limit to 5.