# SaaS Landing Page Screenshot Capture in Bulk

**Use case:** 

Capture high-resolution, full-page screenshots of multiple SaaS landing pages. Receive PNG files for comprehensive visual analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://notion.so"
    },
    {
      "url": "https://linear.app"
    },
    {
      "url": "https://figma.com"
    },
    {
      "url": "https://vercel.com"
    }
  ],
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": true,
  "deviceProfile": "desktop",
  "format": "png",
  "quality": 80,
  "waitForTimeout": 3000,
  "maxScreenshots": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "pageTitle": {
    "label": "Page title",
    "format": "text"
  },
  "viewportWidth": {
    "label": "Viewport width",
    "format": "number"
  },
  "viewportHeight": {
    "label": "Viewport height",
    "format": "number"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "fileSize": {
    "label": "File size",
    "format": "number"
  },
  "screenshotUrl": {
    "label": "Screenshot URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Bulk Website Screenshot Capture — Full-Page PNG/JPEG](https://apify.com/logiover/bulk-website-screenshot-capture) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bulk-website-screenshot-capture) to learn more, explore other use cases, and run it yourself.