# Capture Mobile App Store Page Previews

**Use case:** 

Generate high-fidelity PNG screenshots of your mobile app's listing pages on various app stores from different mobile devices. Optimize your app store presence 

## Input

```json
{
  "linkUrls": [
    "https://apps.apple.com/us/app/apify-data-extraction/id6475653139",
    "https://play.google.com/store/apps/details?id=com.apify"
  ],
  "outputFormat": "png",
  "fullPage": true,
  "waitUntil": "load",
  "timeoutSeconds": 30,
  "delayBeforeScreenshotMs": 2500,
  "device": "iPhone 15 Pro Max",
  "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.