Endpoints
Get Scrapes
Returns a list of all scraping results ordered by timestamp (most recent first). Each result contains details about the scraped URL, including its status and access URL for the scraped content.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by URL
Response
200
application/json
Successful Response
The response is of type object[]
.