uraCrawlDocs

Reference

Delivery & webhooks

Small jobs return inline; large ones run in the background and reach you however you choose.

delivery.typeBehaviour
syncBlock briefly and return records in the response (small jobs only).
webhookWe POST the result to your URL, signed with Aura-Signature and retried with backoff.
storeFetch later: GET /v1/extractions/{id}/records?cursor=….
destinationPush to S3, GCS, a warehouse table, or a queue.

Result records always page by cursor, never offset — stable even as a feed changes underneath you. Webhook payloads are signed with a dedicated signing secret (not your API key), so you can verify authenticity before trusting them.