Reference
Delivery & webhooks
Small jobs return inline; large ones run in the background and reach you however you choose.
| delivery.type | Behaviour |
|---|---|
sync | Block briefly and return records in the response (small jobs only). |
webhook | We POST the result to your URL, signed with Aura-Signature and retried with backoff. |
store | Fetch later: GET /v1/extractions/{id}/records?cursor=…. |
destination | Push 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.
uraCrawl