For payload examples, configuration, and retry behavior, see Webhook Event Types and Webhook Overview.
Crawl Page
Webhook event sent for each page scraped during a crawl job.
1 min read
webhookcrawlPage
webhookcrawlPage
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.The crawl job ID.
Unique identifier for this webhook delivery.
Array containing the scraped page document. Same shape as the
data field in the GET /scrape response.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.
