# Audit Your Own Subprocessor Page for Drift

**Use case:** 

Point the monitor at your company's own subprocessor page and catch when your published list drifts from what you actually run, before an auditor does.

## Input

```json
{
  "urls": [
    "https://www.figma.com/sub-processors/"
  ],
  "mode": "auto",
  "notifyOn": "any-change",
  "selectorByUrl": {},
  "monitorName": "my-company",
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "changed": {
    "label": "Changed",
    "format": "boolean"
  },
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "entryCount": {
    "label": "Entry count",
    "format": "integer"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

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