scrapfly-webhooks
Installation
SKILL.md
Scrapfly Webhooks
When to Use This Skill
- How do I receive Scrapfly webhooks?
- How do I verify Scrapfly webhook signatures?
- How do I handle async Scrape API, Extraction API, or Screenshot API results?
- How do I route Scrapfly webhooks by resource type (scrape, extraction, screenshot)?
- How do I handle Crawler API webhook events (
crawler_started,crawler_finished, ...)? - Why is my Scrapfly webhook signature verification failing?
How Scrapfly Webhooks Work
Scrapfly uses HMAC-SHA256 with uppercase hex encoding over the raw request body. There is no SDK for webhook verification — implementations follow Scrapfly's documented algorithm.
Key facts:
Related skills