# Brand Page Monitor — Change Alerts

**Use case:** 

Track changes to your brand's listing and reviews pages on any website. Get instant alerts and a concise summary of what changed and why it matters.

## Input

```json
{
  "urls": [
    "https://www.notion.com/pricing",
    "https://en.wikipedia.org/wiki/Notion_(productivity_software)",
    "https://www.crunchbase.com/organization/notion-so",
    "https://www.g2.com/products/notion/reviews",
    "https://apps.apple.com/us/app/notion-notes-tasks-ai/id1232780281"
  ],
  "exactUrlsOnly": false,
  "useCase": "brand",
  "model": "claude-haiku-4-5-20251001",
  "customPrompt": "Flag each change to how the brand is presented, whether it looks intentional, and whether it needs a response.",
  "companyAnalysis": "on-first-run",
  "notifyThreshold": "minor",
  "notifyOnQuietRun": true,
  "outputEmail": "me@example.com",
  "slackChannel": "#competitor-watch",
  "notionParentPage": "1a2b3c4d5e6f7081920a1b2c3d4e5f60",
  "resetBaseline": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "pageType": {
    "label": "Page type",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "significance": {
    "label": "Significance",
    "format": "integer"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Change Monitor — AI Alerts to Email/Slack](https://apify.com/inovaflow/website-change-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/inovaflow/website-change-tracker) to learn more, explore other use cases, and run it yourself.