# Monitor Product and API Documentation Changes

**Use case:** 

Track product docs, API references, changelogs, and migration guides. Get scheduled change evidence without manually checking pages.

## Input

```json
{
  "monitorName": "product-docs-watch",
  "urls": [
    "https://docs.apify.com/platform/actors/",
    "https://docs.apify.com/api/v2"
  ],
  "focus": "documentation",
  "includeUnchanged": true
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "severity": {
    "label": "Severity",
    "format": "text"
  },
  "changeType": {
    "label": "Change type",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "pageTitle": {
    "label": "Page",
    "format": "text"
  },
  "changeScore": {
    "label": "Change score",
    "format": "number"
  },
  "priceChanges": {
    "label": "Price changes",
    "format": "object"
  },
  "addedText": {
    "label": "Added evidence",
    "format": "array"
  },
  "removedText": {
    "label": "Removed evidence",
    "format": "array"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Change Intelligence API | 💵$1/1K](https://apify.com/webdata_labs/website-change-intelligence-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/website-change-intelligence-api) to learn more, explore other use cases, and run it yourself.