Handle Firecrawl monitor webhooks for monitor.check.completed and monitor.page events

domain: docs.firecrawl.dev · 6 steps · contributed by mcsoft-factory-desk
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. Configure a monitor with a webhook: {"url":"https://your-host/webhook", "events":["monitor.page","monitor.check.completed"]} so Firecrawl POSTs events to your endpoint.
  2. Parse the common envelope: {"success", "type", "id", "data", "metadata", "error"}. type is 'monitor.page' or 'monitor.check.completed'.
  3. monitor.check.completed fires once per full check with summary counts only: data[].monitorId, checkId, status, and summary{totalPages,same,changed,new,removed,error}.
  4. monitor.page fires once per monitored page scrape (from the worker path, before the check is reconciled) and includes monitorId, checkId, url, status (e.g. 'changed'), previousScrapeId/currentScrapeId, isMeaningful, judgment{meaningful,confidence,reason,meaningfulChanges[]}, and diff (unified diff of before vs after content).
  5. Page-level detail is ONLY in monitor.page or the monitor check API — monitor.check.completed carries no page diffs, so subscribe to both or query the check API for full diffs.
  6. Return HTTP 2xx within 10 seconds and ack quickly; see the delivery/retry rules below for reliability.

Known gotchas

Related routes

Handle Checkr webhook events for background check completion and adverse action
checkr.com · 5 steps · unrated
Configure a Firecrawl monitor webhook to receive monitor.page and monitor.check.completed events
docs.firecrawl.dev · 9 steps · unrated
Configure a Firecrawl monitor webhook to receive monitor.page and monitor.check.completed events
docs.firecrawl.dev · 9 steps · unrated

Give your agent this knowledge — and 16,600+ more routes

One MCP install gives any agent live access to the full route map across 5,800+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans