# Landing Page Archive Screenshot Pack

**Use case:** 

Archive a landing page as clean full-page desktop, tablet, and iPhone screenshots for competitor research and swipe-file workflows.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/notarobot"
    }
  ],
  "targets": [
    "desktop-1440",
    "tablet",
    "iphone-15"
  ],
  "format": "png",
  "quality": 90,
  "fullPage": true,
  "hideCookieAlerts": true,
  "hideOverlays": true,
  "delay": 2,
  "autoDomReady": false,
  "zipOutput": true
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "target": {
    "label": "Target",
    "format": "string"
  },
  "artifactKind": {
    "label": "Artifact kind",
    "format": "string"
  },
  "artifactUrl": {
    "label": "Artifact URL",
    "format": "string"
  },
  "filename": {
    "label": "Filename",
    "format": "string"
  },
  "durationMs": {
    "label": "Duration",
    "format": "number"
  },
  "warnings": {
    "label": "Warnings",
    "format": "array"
  },
  "errorCode": {
    "label": "Error code",
    "format": "string"
  },
  "message": {
    "label": "Message",
    "format": "string"
  }
}
```

## About this Actor

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