# Monitor SaaS Competitor Pricing and Plan Changes

**Use case:** 

Track authorized SaaS pricing pages for price, plan, feature, and terms changes with before-and-after evidence and severity alerts.

## Input

```json
{
  "targets": [
    {
      "name": "Northstar Analytics owner-controlled proof",
      "url": "https://erenmyeager15.github.io/competitor-change-intelligence-monitor/fixtures/cloud-proof.html",
      "changeTypes": [
        "price",
        "pricing_plan",
        "product_feature",
        "terms_policy"
      ]
    }
  ],
  "confirmAuthorizedUse": true,
  "baselineAction": "compare_only",
  "includeUnchanged": false,
  "minimumMateriality": "low",
  "notificationMode": "none",
  "minimumAlertSeverity": "medium",
  "weeklyDigestDay": 1,
  "timezone": "UTC",
  "requestTimeoutSeconds": 15,
  "maxResponseBytes": 262144,
  "maxRetries": 1,
  "dryRun": true
}
```

## Output

```json
{
  "targetName": {
    "label": "Target",
    "format": "string"
  },
  "targetUrl": {
    "label": "Target URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "overallSeverity": {
    "label": "Severity",
    "format": "text"
  },
  "overallConfidence": {
    "label": "Confidence",
    "format": "integer"
  },
  "changes": {
    "label": "Classified changes",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Competitor Change Intelligence Monitor](https://apify.com/fascinating_lentil/competitor-change-intelligence-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/competitor-change-intelligence-monitor) to learn more, explore other use cases, and run it yourself.