# Capture iPhone size mobile website screenshots

**Use case:** 

Capture bounded screenshots or PDFs of public web pages for QA evidence, monitoring, audits, reports, and visual archives.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "screenshotType": "viewport",
  "outputFormat": "png",
  "viewport": {
    "width": 390,
    "height": 844,
    "deviceScaleFactor": 2,
    "isMobile": true
  },
  "waitUntil": "load",
  "delayMs": 1000,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "finalUrl": {
    "label": "Final URL",
    "format": "link"
  },
  "statusCode": {
    "label": "Status"
  },
  "title": {
    "label": "Title"
  },
  "screenshotKey": {
    "label": "Screenshot key"
  },
  "screenshotUrl": {
    "label": "Screenshot URL",
    "format": "link"
  },
  "pdfKey": {
    "label": "PDF key"
  },
  "width": {
    "label": "Width"
  },
  "height": {
    "label": "Height"
  },
  "format": {
    "label": "Format"
  },
  "capturedAt": {
    "label": "Captured at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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