API ReferenceFetch Bulk
Get fetch bulk job status
Authorization
AuthorizationRequiredBearer <token>API key. Obtain from POST /v1/account/api-keys.
In: header
Path Parameters
idRequiredstringPattern:
"^bulk_"Successful response.
Bulk fetch URLs
Enqueues multiple URLs for fast-path HTTP fetching. Results delivered via webhook. Does not support browser-backed options (cookies, wait_for_selector, etc.).
Create mixed bulk job
Enqueues screenshots, recordings, or scrapes in a single batch. Provide `urls` (simple list) or `items` (per-item config), not both. Webhook deliveries include `X-RapidCrawl-Event: bulk.completed` so receivers can dispatch on the header without parsing the body shape.