# Batch PNG Screenshots of AI Startup Homepages

**Use case:** 

Capture full-page PNG screenshots of leading AI startup homepages like OpenAI and Anthropic. Get high-quality visual data for analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://openai.com"
    },
    {
      "url": "https://www.anthropic.com"
    },
    {
      "url": "https://mistral.ai"
    },
    {
      "url": "https://cohere.com"
    },
    {
      "url": "https://stability.ai"
    }
  ],
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": true,
  "deviceProfile": "desktop",
  "format": "png",
  "quality": 80,
  "waitForTimeout": 3000,
  "maxScreenshots": 20,
  "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.