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

page

Storage page number. Default 1.

pageSize

Rows per Storage page. Default 20; maximum 100.