Get scrape bulk job status
Authorization
AuthorizationRequiredBearer <token>API key. Manage keys from the dashboard at app.bytekit.com.
In: header
Path Parameters
idRequiredstringPattern:
"^bulk_"Bulk job status with rehydrated item envelopes. Each completed scrape
result entry echoes its custom payload (resolved per entry as
entry.custom ?? body.custom) at the same position it occupies in the
/v1/scrape success envelope. The key is omitted when no custom was
supplied for that entry.
POST /v1/scrape/bulkBulk scrape URLs
Enqueues multiple URLs for scraping. Results delivered via webhook. Webhook deliveries include `X-ByteKit-Event: scrape.completed` or `X-ByteKit-Event: scrape.failed` so receivers can dispatch on the header without parsing the body shape.
Fetch
Fetch API — endpoints, requests, and responses.