TOOL 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 credits
Call information
- Tool slug
- bazhuayu.export_data
- Provider
- Octoparse Collection
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
taskIdrequiredRequired Octoparse task id only, returned by execute_task or search_tasks.
lotNorequiredRequired exact Octoparse collection lot number.
pageStorage page number. Default 1.
pageSizeRows per Storage page. Default 20; maximum 100.