# Visual Change Monitor

**Use case:** 

Monitor visual changes on any website. Receive detailed reports on deviations with change statistics and highlighted differences in screenshots.

## Input

```json
{
  "urls": [
    "https://google.com",
    "https://facebook.com"
  ],
  "fullPage": true,
  "mobile": false,
  "delay": 0,
  "threshold": 1
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "changed": {
    "label": "Changed",
    "format": "boolean"
  },
  "differencePercent": {
    "label": "Diff (%)",
    "format": "number"
  },
  "threshold": {
    "label": "Threshold (%)",
    "format": "number"
  },
  "baselineCreated": {
    "label": "Baseline",
    "format": "boolean"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "date"
  },
  "screenshotKey": {
    "label": "Screenshot",
    "format": "text"
  },
  "diffKey": {
    "label": "Diff Image",
    "format": "text"
  }
}
```

## About this Actor

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