What is Webhook?
Webhooks are user-defined HTTP callbacks that push data to your infrastructure the moment an event occurs, rather than forcing you to poll an API for changes. In a scraping pipeline, webhooks are the standard delivery mechanism for asynchronous jobs. When a 100,000-URL crawl finishes or a spot-price monitor detects a drop, the extraction engine POSTs the structured JSON payload directly to your endpoint.