Saltar al contenido principal
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.

Encabezados

X-Firecrawl-Signature
string

Firma HMAC-SHA256 del cuerpo sin procesar de la solicitud, con el formato sha256=<hex>. Está presente cuando se configura un secreto HMAC en la configuración de tu cuenta. Consulta Seguridad de webhooks para obtener más detalles sobre la verificación.

Ejemplo:

"sha256=abc123def456789..."

Cuerpo

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

El ID de la comprobación de supervisión.

success
boolean
requerido

true cuando el scraping de la página se completó sin errores.

type
string
requerido

El tipo de evento.

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

Identificador único de esta entrega de webhook.

error
string

Mensaje de error cuando falló la página supervisada.

metadata
object

El objeto de metadatos personalizado que proporcionaste en la configuración del webhook. Se devuelve en cada entrega.

Respuesta

200

Devuelve cualquier código de estado 2xx para confirmar la recepción.