# Track Product Feature and Changelog Updates

**Use case:** 

Monitor authorized product and changelog pages for new features, plan changes, launches, and structured before-and-after evidence.

## Input

```json
{
  "targets": [
    {
      "name": "Northstar Analytics owner-controlled proof",
      "url": "https://erenmyeager15.github.io/competitor-change-intelligence-monitor/fixtures/cloud-proof.html",
      "changeTypes": [
        "product_feature",
        "launch_changelog",
        "pricing_plan"
      ],
      "currency": "USD"
    }
  ],
  "confirmAuthorizedUse": true,
  "baselineAction": "compare_only",
  "includeUnchanged": true,
  "minimumMateriality": "informational",
  "notificationMode": "none",
  "minimumAlertSeverity": "medium",
  "weeklyDigestDay": 1,
  "timezone": "UTC",
  "requestTimeoutSeconds": 10,
  "maxResponseBytes": 262144,
  "maxRetries": 0,
  "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.