Skip to main content

Get Batch Scrape Errors

1 min read
get/batch/scrape/{id}/errors
Request example
Response
get/batch/scrape/{id}/errors

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path parameters

idstringrequired#
The ID of the batch scrape job

Responses

application/json
Successful response
errorsobject[]#
Errored scrape jobs and error details
Show child attributes
idstring#
timestampstring#
ISO timestamp of failure
urlstring#
Scraped URL
errorstring#
Error message
robotsBlockedstring[]#
List of URLs that were attempted in scraping but were blocked by robots.txt