跳转到主要内容
WEBHOOK
monitorPage
{
  "data": [
    {
      "checkId": "019df960-5f2a-75fb-a98b-bd2d32ca67d4",
      "currentScrapeId": "019df960-73ee-7ac2-97a9-fb0e442c21f1",
      "diff": {
        "text": "--- previous\n+++ current\n@@ -1,3 +1,3 @@\n # Latest posts\n-Welcome to our weekly update.\n+Welcome to our weekly update — now with daily releases!\n"
      },
      "error": null,
      "isMeaningful": true,
      "judgment": {
        "confidence": "high",
        "meaningful": true,
        "meaningfulChanges": [
          {
            "after": "Welcome to our weekly update — now with daily releases!",
            "before": "Welcome to our weekly update.",
            "reason": "The headline changed in a way that matches the monitor goal.",
            "type": "changed"
          }
        ],
        "reason": "The page headline changed to announce a new release cadence."
      },
      "monitorId": "019df960-06e7-7383-9d89-82c0113dc31a",
      "previousScrapeId": "019df94f-82c3-7e41-81f0-00c72b2d9c52",
      "status": "changed",
      "url": "https://example.com/blog"
    }
  ],
  "id": "019df960-5f2a-75fb-a98b-bd2d32ca67d4",
  "metadata": {},
  "success": true,
  "type": "monitor.page",
  "webhookId": "f1e2d3c4-0000-0000-0000-000000000000"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firecrawl.dev/llms.txt

Use this file to discover all available pages before exploring further.

请求头

X-Firecrawl-Signature
string

原始请求体的 HMAC-SHA256 签名,格式为 sha256=<hex>。当你在账户设置中配置了 HMAC 密钥时,该字段会出现。有关验证详情,请参阅 Webhook 安全

示例:

"sha256=abc123def456789..."

请求体

application/json
data
object[]
必填
id
string<uuid>
必填

监控检查 ID。

success
boolean
必填

当页面抓取成功完成且未发生错误时,为 true

type
string
必填

事件类型。

Allowed value: "monitor.page"
webhookId
string<uuid>
必填

此次 webhook 投递的唯一标识符。

error
string

监控页面失败时的错误消息。

metadata
object

你在 webhook 配置中提供的自定义元数据对象。每次投递时都会原样返回。

响应

200

返回任意 2xx 状态码以确认已接收。