Crawl Page
Webhook event sent for each page scraped during a crawl job.
For payload examples, configuration, and retry behavior, see Webhook Event Types and Webhook Overview.Documentation Index
Fetch the complete documentation index at: https://firecrawl-docs-improve-cli-intro-0.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.
"sha256=abc123def456789..."
Body
true if the page was scraped successfully, false otherwise.
The event type.
"crawl.page"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.
Error message if the page failed to scrape.
The custom metadata object you provided in the webhook configuration. Echoed back in every delivery.
Response
Return any 2xx status code to acknowledge receipt.

