For payload examples, configuration, and retry behavior, see Webhook Event Types and Webhook Overview.
Batch Scrape Page
Webhook event sent for each URL scraped during a batch scrape job.
1 min read
webhookbatchScrapePage
webhookbatchScrapePage
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.Body
application/jsontrue if the page was scraped successfully, false otherwise.Options:
batch_scrape.pageThe batch scrape job ID.
Unique identifier for this webhook delivery.
Array containing the scraped page document.
Show child attributesHide child attributes
The page content converted to Markdown.
Cleaned HTML content of the page.
Original HTML before any processing.
Outbound links discovered on the page.
Base64-encoded screenshot, if the
screenshot format was requested.Error message if the page failed to scrape.
Responses
200
Return any
2xx status code to acknowledge receipt.
