Batch Scrape
Batch Scrape Page
WEBHOOK
Headers
HMAC-SHA256 signature of the raw request body, formatted as sha256=<hex>. Present when an HMAC secret is configured in your account settings. See Webhook Security for verification details.
Example:
"sha256=abc123def456789..."
Body
application/json
true if the page was scraped successfully, false otherwise.
Allowed value:
"batch_scrape.page"The batch scrape job ID.
Unique identifier for this webhook delivery.
Array containing the scraped page document.
Error message if the page failed to scrape.
The custom metadata object you provided in the webhook configuration. Echoed back in every delivery.
Response
200
Return any 2xx status code to acknowledge receipt.

