メインコンテンツへスキップ
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 Security を参照してください。

:

"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 ステータスコードを返してください。