工具 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`.

devOAuth1 积分

调用信息

工具标识
bazhuayu.search_templates
服务提供方
八爪鱼云采集
平均响应
2790 ms
近 7 天调用
8

输入参数

query

Semantic discovery. Describe the complete site, data, and collection intent. Use id or slug for exact lookup.

id

Exact template id lookup. Use this after discovery to fetch one template with full `inputSchema`, `sourceTree`, and output schema details when available.

slug

Exact template slug / alias lookup. Use this after discovery to fetch one template with full `inputSchema`, `sourceTree`, and output schema details when available.

limit

Semantic query only. Maximum templates to return. Default 10.