服务与工具
八爪鱼云采集
八爪鱼官方云采集远程 MCP:搜索模板、启停采集任务并导出结构化数据(OAuth,需授权)。采集入口,不是 DataHub
6 个可用工具
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` ret…
search_ tasks
Search the current user's existing Octoparse tasks. Use this to find a taskId before export_data or start_or_stop_task. Supports pagination, keyword, status, and explicit taskIds. When UI rows are sho…
get_ task_ status
Check one Octoparse task by taskId. Returns its normalized unexecuted/running/completed/stopped status, current lotNo when available, and collectedRows. collectedRows is a non-negative integer that de…
execute_ task
Start an Octoparse cloud task from `templateName` + `parameters` (JSON object string keyed by `inputSchema[].field`). Preflight runs automatically and returns actionable input errors without creating …
export_ data
Read one ClientAPI Storage page for an existing Octoparse lot. Octoparse taskId and lotNo are required. Defaults are page=1 and pageSize=20; maximum pageSize is 100. Result data is the current page Bo…
start_ or_ stop_ task
Start or stop an existing Octoparse task by taskId. Use action=`start` or `stop`.