# Website SEO History Audit

**Use case:** 

Audit a website's history from the Wayback Machine: detected events, status changes, content shifts and key signals over time. See what changed and when.

## Input

```json
{
  "monitor": false,
  "deltaSinceLastRun": false,
  "useCase": "custom",
  "url": "notion.so",
  "matchType": "exact",
  "dateFrom": "2018",
  "collapseBy": "timestamp:6",
  "fastLatest": false,
  "autoPaginate": false,
  "maxResults": 500,
  "detectChanges": true,
  "onlyChanged": false,
  "changeIntelligence": true,
  "alertOnMagnitude": "none",
  "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"
  },
  "queryUrls": {
    "label": "Query URLs",
    "format": "text"
  },
  "headline": {
    "label": "Headline",
    "format": "string"
  },
  "runSummary": {
    "label": "Run Summary",
    "format": "string"
  },
  "topSignals": {
    "label": "Top Signals"
  },
  "keyEvents": {
    "label": "Key Events"
  },
  "riskSignals": {
    "label": "Risk Signals"
  },
  "businessSignals": {
    "label": "Business Signals"
  },
  "velocityTrend": {
    "label": "Velocity Trend",
    "format": "object"
  },
  "benchmarks": {
    "label": "Benchmarks"
  },
  "patterns": {
    "label": "Patterns"
  },
  "narrativeTimeline": {
    "label": "Narrative Timeline"
  },
  "anomalies": {
    "label": "Anomalies"
  },
  "events": {
    "label": "Events"
  },
  "clusters": {
    "label": "Event Clusters"
  },
  "discovery": {
    "label": "Discovery"
  },
  "coverage": {
    "label": "Coverage"
  },
  "comparison": {
    "label": "Cross-URL Comparison",
    "format": "object"
  },
  "portfolio": {
    "label": "Portfolio Info",
    "format": "object"
  },
  "changeWindows": {
    "label": "Change Windows"
  },
  "firstOccurrence": {
    "label": "First Occurrence"
  },
  "deltaInfo": {
    "label": "Delta Info",
    "format": "object"
  },
  "evidence": {
    "label": "Evidence",
    "format": "object"
  },
  "schemaVersion": {
    "label": "Schema Version",
    "format": "string"
  },
  "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.