Fetch
Fetch API — endpoints, requests, and responses.
The Fetch API. 2 endpoints:
GET /v1/scrape/bulk/{id}Get scrape bulk job status
Previous Page
GET /v1/fetchFetch a URL (GET)
Direct HTTP fetch. Successful responses return the upstream response bytes verbatim; metadata is returned in X-Fetch-* headers. Non-2xx upstream responses use the `upstream_error` JSON envelope with the upstream HTTP status.