# Competitor Website Change Monitor

**Use case:** 

Monitor a competitor's website changes via the Wayback Machine: change magnitude, categories and a severity alert. Know when something material shifts.

## Input

```json
{
  "monitor": false,
  "deltaSinceLastRun": false,
  "useCase": "custom",
  "url": "stripe.com",
  "matchType": "exact",
  "dateFrom": "2018",
  "collapseBy": "timestamp:6",
  "fastLatest": false,
  "autoPaginate": false,
  "maxResults": 500,
  "detectChanges": true,
  "onlyChanged": true,
  "changeIntelligence": true,
  "alertOnMagnitude": "moderate",
  "includeInsights": true,
  "outputMode": "snapshots",
  "generateReport": false,
  "includeContent": true,
  "maxContentFetch": 40,
  "useJsRender": false,
  "forceJsRender": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "string"
  },
  "queryUrl": {
    "label": "Query URL",
    "format": "string"
  },
  "severity": {
    "label": "Alert Severity",
    "format": "string"
  },
  "matchedChanges": {
    "label": "Matched Changes",
    "format": "integer"
  },
  "threshold": {
    "label": "Alert Threshold",
    "format": "string"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "examples": {
    "label": "Examples"
  },
  "generatedAt": {
    "label": "Generated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wayback Machine Scraper - Track Website Changes Over Time](https://apify.com/ryanclinton/wayback-machine-search) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/wayback-machine-search) to learn more, explore other use cases, and run it yourself.