工具 API
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 Body. When enough rows are available, directAccess exposes a short signed export link plus a curlTemplate that saves the requested page to directAccess.outputFile; at 50 or more total rows, prefer curl to avoid large model context.
devOAuth1 积分
调用信息
- 工具标识
- bazhuayu.export_data
- 服务提供方
- 八爪鱼云采集
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
taskId必填Required Octoparse task id only, returned by execute_task or search_tasks.
lotNo必填Required exact Octoparse collection lot number.
pageStorage page number. Default 1.
pageSizeRows per Storage page. Default 20; maximum 100.