# Competitor Pricing Change Monitor

**Use case:** 

Monitor price adjustments and key updates on competitor websites. Receive instant alerts and concise analyses on competitive impacts.

## Input

```json
{
  "urls": [
    "https://www.notion.com/pricing",
    "https://slack.com/pricing",
    "https://www.figma.com/pricing/",
    "https://linear.app/pricing",
    "https://www.atlassian.com/software/jira/pricing"
  ],
  "exactUrlsOnly": false,
  "useCase": "competitor",
  "model": "claude-haiku-4-5-20251001",
  "customPrompt": "For each competitor, lead with pricing, packaging and product moves, then add a one-line take on the competitive implication and any suggested response.",
  "companyAnalysis": "on-first-run",
  "notifyThreshold": "minor",
  "notifyOnQuietRun": true,
  "outputEmail": "ilia@inovaflow.io",
  "slackConnector": "DImNBjIG6ThjSdrgt",
  "slackChannel": "C0B7LJ33LNL",
  "notionConnector": "3wVbbB7r8sOoRpF1s",
  "notionParentPage": "Website-Change-Tracker-38ca158c8a9c80a08da6e2e951dc5c74",
  "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.