# NASA Wayback Machine Snapshot History

**Use case:** 

Export successful historical NASA website captures with timestamps, original URLs, content digests, response sizes, MIME types, and replay links.

## Input

```json
{
  "targets": [
    "nasa.gov"
  ],
  "matchType": "domain",
  "statusCodes": [
    "200"
  ],
  "mimeTypes": [
    "text/html"
  ],
  "collapseByDigest": true,
  "maxItems": 100,
  "pageSize": 500,
  "maxRetries": 4
}
```

## Output

```json
{
  "captureDate": {
    "label": "Capture date",
    "format": "string"
  },
  "originalUrl": {
    "label": "Original URL",
    "format": "string"
  },
  "statusCode": {
    "label": "HTTP status",
    "format": "integer"
  },
  "mimeType": {
    "label": "MIME type",
    "format": "string"
  },
  "digest": {
    "label": "Digest",
    "format": "string"
  },
  "byteLength": {
    "label": "Byte length",
    "format": "integer"
  },
  "replayUrl": {
    "label": "Replay URL",
    "format": "string"
  },
  "sourceQuery": {
    "label": "Source query",
    "format": "string"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Wayback Machine Snapshot History Scraper](https://apify.com/automation-lab/wayback-machine-snapshot-history-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/wayback-machine-snapshot-history-scraper) to learn more, explore other use cases, and run it yourself.