# Webpage Diff Tracker

**Use case:** 

Track exactly what changed on a web page between checks: the text added and removed, line by line, with a change magnitude and severity. JSON or CSV.

## Input

```json
{
  "urls": [
    "https://lobste.rs/"
  ],
  "mode": "text",
  "notifyOnlyChanges": false,
  "kvStoreName": "wcm-ex-diff-v2",
  "minSeverity": "cosmetic",
  "ignoreNoise": false,
  "outputProfile": "standard",
  "profile": "general",
  "baselineMode": "latest",
  "autoDetectSections": true,
  "historyDepth": 20,
  "discoverFromSitemap": false,
  "maxDiscoveredPages": 50,
  "notionArchiveProfile": "summary",
  "deliverTopN": 10
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "intelligence": {
    "label": "Change Intelligence",
    "format": "object"
  },
  "monitoring": {
    "label": "Monitoring",
    "format": "object"
  },
  "changes": {
    "label": "Changes",
    "format": "object"
  },
  "lastChecked": {
    "label": "Last Checked",
    "format": "string"
  },
  "errorMessage": {
    "label": "Error Message",
    "format": "string"
  }
}
```

## About this Actor

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