# Document SEO Content Snapshots for Compliance

**Use case:** 

Create archived PDF snapshots of high-value blog posts and product pages to maintain a historical record of content for legal, compliance, or regulatory purpose

## Input

```json
{
  "urls": [
    {
      "url": "https://www.nerdwallet.com/best/credit-cards/cash-back-credit-cards"
    },
    {
      "url": "https://www.bankrate.com/mortgages/current-mortgage-rates/"
    }
  ],
  "format": "pdf",
  "waitUntil": "load",
  "delay": 0,
  "viewportWidth": 1440,
  "scrollToBottom": true,
  "delayAfterScrolling": 4000,
  "waitUntilNetworkIdleAfterScroll": true,
  "waitUntilNetworkIdleAfterScrollTimeout": 30000
}
```

## Output

```json
{
  "startUrl": {
    "label": "Input URL",
    "format": "link"
  },
  "url": {
    "label": "Final URL",
    "format": "link"
  },
  "screenshotUrl": {
    "label": "Screenshot",
    "format": "link"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "timestamp": {
    "label": "Timestamp",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Screenshot Generator](https://apify.com/crawlerbros/screenshot-url) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/screenshot-url) to learn more, explore other use cases, and run it yourself.