# Archived Government Website Pages Extractor

**Use case:** 

Retrieve every archived page from government domains like data.gov. Access historical URLs with capture dates and HTTP statuses.

## Input

```json
{
  "domains": [
    "data.gov"
  ],
  "matchType": "subdomains",
  "filterStatus": "",
  "maxResults": 5000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "Original URL",
    "format": "link"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "capturedAt": {
    "label": "Captured At",
    "format": "datetime"
  },
  "statusCode": {
    "label": "Status",
    "format": "number"
  },
  "mimeType": {
    "label": "MIME Type",
    "format": "text"
  },
  "snapshotUrl": {
    "label": "Wayback Snapshot",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wayback Machine URL Extractor - Archived URLs](https://apify.com/logiover/wayback-machine-url-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/wayback-machine-url-extractor) to learn more, explore other use cases, and run it yourself.