cURL
curl --request GET \ --url https://openapi.octoparse.com/data/all \ --header 'Authorization: Bearer <token>'
{ "data": { "data": [ {} ], "total": 123, "restTotal": 123, "offset": 123 }, "requestId": "<string>" }
Get data starting from a specific row offset. Set offset to 0 to start from the first row.
Use the access_token obtained from POST /token
Row offset to start from (0-indexed)
Number of rows to return
Data retrieved
Show child attributes