Overview of AnyCrawl Webhooks
mainAnyCrawl Webhooks provide real-time HTTP notifications for account events, eliminating the need for polling. When an event occurs, AnyCrawl sends a POST request to your specified endpoint.
Key Features:
- Event Subscription: Subscribe to scraping, crawling, mapping, searching, scheduled tasks, and system events.
- Secure Delivery: Supports HMAC-SHA256 signature verification to ensure authenticity.
- Automatic Retries: Uses an exponential backoff mechanism for failed deliveries.
- Delivery Tracking: Full history of webhook deliveries is available.
- Scope Filtering: Subscribe to all events or specific tasks.
- Custom Headers: Ability to add custom HTTP headers to the webhook request.
- SSRF Protection: Built-in protection against private IP access.