api
Retrieve stats of all spider jobs in a time range, dates must be in YYYY-mm-dd format.
get/api/stats/{pid}/spider/{sid}
Query parameters
pageinteger
A page number within the paginated result set.
page_sizeinteger
Number of results to return per page.
start_datestring required
Start of date in format [%Y-%m-%d] (e.g. 2023-04-01).
end_datestring required
End of date in format [%Y-%m-%d] (e.g. 2023-06-02).
offsetinteger
Offset between your local timezone and UTC in 'minutes'.
Response
Spiders/Jobs stats array with stats summary for each date
Changes
Changed in 3 of the 50 revisions of this API.12
- ○
added the new optional
queryrequest parameteroffsetnew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲