工具 API
search_ templates
Use this first for scrape, crawl, extract, or collect requests. Choose one selector: `query` for semantic discovery or `id`/`slug` for exact lookup; `limit` works with `query` only (1-20). `query` returns multiple templates with `score`, `inputSchema`, and `outputSchema` when available — pick by score and Cloud-capable `executionMode`. Exact lookup returns one template with full `inputSchema` and `sourceTree` when available for `execute_task`.
调用信息
- 工具标识
- bazhuayu.search_templates
- 服务提供方
- 八爪鱼云采集
- 平均响应
- 2790 ms
- 近 7 天调用
- 8
输入参数
querySemantic discovery. Describe the complete site, data, and collection intent. Use id or slug for exact lookup.
idExact template id lookup. Use this after discovery to fetch one template with full `inputSchema`, `sourceTree`, and output schema details when available.
slugExact template slug / alias lookup. Use this after discovery to fetch one template with full `inputSchema`, `sourceTree`, and output schema details when available.
limitSemantic query only. Maximum templates to return. Default 10.