# Página de monitoramento (/pt-BR/api-reference/endpoint/webhook-monitor-page)

<!-- agent-signals: reading_time_min: 3 · est_tokens: 2052 · updated: 2026-07-30 -->
Related: [Pesquisa](/pt-BR/api-reference/endpoint/search.md), [Feedback de busca](/pt-BR/api-reference/endpoint/search-feedback.md), [Raspar](/pt-BR/api-reference/endpoint/scrape.md), [Raspar em lote](/pt-BR/api-reference/endpoint/batch-scrape.md), [Obter status do scrape em lote](/pt-BR/api-reference/endpoint/batch-scrape-get.md), [Cancelar raspagem em lote](/pt-BR/api-reference/endpoint/batch-scrape-delete.md)



`POST` webhook `monitorPage`

Monitoramento de página

## OpenAPI

```json
{
  "parameters": [
    {
      "description": "Assinatura HMAC-SHA256 do corpo bruto da requisição, formatada como `sha256=<hex>`. Presente quando um segredo HMAC estiver configurado nas [configurações da sua conta](https://www.firecrawl.dev/app/settings?tab=advanced). Consulte [Segurança de Webhooks](/webhooks/security) para detalhes sobre a verificação.",
      "in": "header",
      "name": "X-Firecrawl-Signature",
      "required": false,
      "schema": {
        "example": "sha256=abc123def456789...",
        "type": "string"
      }
    }
  ],
  "requestBody": {
    "content": {
      "application/json": {
        "example": {
          "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"
        },
        "schema": {
          "properties": {
            "data": {
              "items": {
                "properties": {
                  "checkId": {
                    "description": "O ID da verificação do monitor.",
                    "format": "uuid",
                    "type": "string"
                  },
                  "currentScrapeId": {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  "diff": {
                    "description": "Diff em linha para páginas alteradas. Pode incluir `text`, `json` ou ambos, dependendo do modo de acompanhamento de alterações do monitor.",
                    "nullable": true,
                    "properties": {
                      "json": {
                        "type": "object"
                      },
                      "text": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "error": {
                    "nullable": true,
                    "type": "string"
                  },
                  "isMeaningful": {
                    "description": "`true` ou `false` quando a avaliação de mudança significativa for executada em uma página alterada; caso contrário, `null`.",
                    "nullable": true,
                    "type": "boolean"
                  },
                  "judgment": {
                    "nullable": true,
                    "properties": {
                      "confidence": {
                        "enum": [
                          "high",
                          "medium",
                          "low"
                        ],
                        "type": "string"
                      },
                      "meaningful": {
                        "type": "boolean"
                      },
                      "meaningfulChanges": {
                        "description": "Mudanças relevantes para o objetivo, selecionadas pelo avaliador com base no diff da página.",
                        "items": {
                          "properties": {
                            "after": {
                              "nullable": true,
                              "type": "string"
                            },
                            "before": {
                              "nullable": true,
                              "type": "string"
                            },
                            "reason": {
                              "type": "string"
                            },
                            "type": {
                              "enum": [
                                "added",
                                "removed",
                                "changed"
                              ],
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      },
                      "reason": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "monitorId": {
                    "description": "O ID do monitor.",
                    "format": "uuid",
                    "type": "string"
                  },
                  "previousScrapeId": {
                    "format": "uuid",
                    "nullable": true,
                    "type": "string"
                  },
                  "status": {
                    "description": "Status da página para esta conclusão de scraping.",
                    "enum": [
                      "same",
                      "new",
                      "changed",
                      "error"
                    ],
                    "type": "string"
                  },
                  "url": {
                    "description": "A URL da página.",
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "monitorId",
                  "checkId",
                  "url",
                  "status"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "error": {
              "description": "Mensagem de erro quando a página monitorada falhar.",
              "type": "string"
            },
            "id": {
              "description": "O ID da verificação do monitor.",
              "format": "uuid",
              "type": "string"
            },
            "metadata": {
              "additionalProperties": {
                "type": "string"
              },
              "description": "O objeto de metadados personalizado que você forneceu na configuração do webhook. Ele é retornado em todas as entregas.",
              "type": "object"
            },
            "success": {
              "description": "`true` quando o scraping da página for concluído sem erros.",
              "type": "boolean"
            },
            "type": {
              "const": "monitor.page",
              "description": "O tipo do evento.",
              "type": "string"
            },
            "webhookId": {
              "description": "Identificador único desta entrega de webhook.",
              "format": "uuid",
              "type": "string"
            }
          },
          "required": [
            "success",
            "type",
            "id",
            "webhookId",
            "data"
          ],
          "type": "object"
        }
      }
    },
    "required": true
  },
  "responses": {
    "200": {
      "description": "Retorne qualquer código de status `2xx` para confirmar o recebimento."
    }
  }
}
```
