# Wise terms & privacy — change monitor demo

**Use case:** 

Watch Wise Terms of Use and Privacy Policy for content changes. Returns content hash, changed/baseline flags, and a short diff summary.

## Input

```json
{
  "urls": [
    "https://wise.com/terms-and-conditions",
    "https://wise.com/privacy-policy"
  ],
  "snapshotStoreName": "website-change-monitor-snapshots",
  "maxUrls": 3,
  "requestTimeoutSecs": 25,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL"
  },
  "changed": {
    "label": "Changed"
  },
  "isBaseline": {
    "label": "Baseline"
  },
  "statusCode": {
    "label": "HTTP"
  },
  "diffSummary": {
    "label": "Diff"
  },
  "contentHash": {
    "label": "Hash"
  },
  "checkedAt": {
    "label": "Checked"
  }
}
```

## About this Actor

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