# Capture Responsive Website Screenshots for Audits

**Use case:** 

Generate high-quality screenshots across multiple devices to audit responsive web design and identify display issues. Ensure your website delivers an optimal us

## Input

```json
{
  "linkUrls": [
    "https://www.apify.com/store",
    "https://www.apify.com/blog",
    "https://apify.com/pricing"
  ],
  "outputFormat": "png",
  "fullPage": true,
  "waitUntil": "networkidle",
  "timeoutSeconds": 30,
  "delayBeforeScreenshotMs": 2000,
  "device": "Desktop 1920x1080",
  "windowWidth": 1920,
  "windowHeight": 1080,
  "scrollToBottom": false,
  "jpegQuality": 85,
  "pdfFormat": "A4",
  "pdfPrintBackground": true,
  "pdfMarginTop": 10,
  "pdfMarginRight": 10,
  "pdfMarginBottom": 10,
  "pdfMarginLeft": 10,
  "videoFrameCount": 30,
  "videoFrameIntervalMs": 200,
  "videoFps": 10,
  "videoScrollStepPx": 400,
  "cookies": [],
  "enableSSL": false,
  "autoProxyFallback": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "linkUrl": {
    "label": "URL",
    "format": "link"
  },
  "device": {
    "label": "Device"
  },
  "format": {
    "label": "Format"
  },
  "fileSizeBytes": {
    "label": "Size (bytes)",
    "format": "number"
  },
  "capturedAtUTC": {
    "label": "Captured At"
  },
  "screenshotUrl": {
    "label": "Open",
    "format": "link"
  }
}
```

## About this Actor

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