# PNG Website Screenshot Generator

**Use case:** 

Extract Website Screenshot Generator data filtered by PNG. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    }
  ],
  "maxItems": 10,
  "viewport": {
    "width": 1920,
    "height": 1080
  },
  "fullPage": true,
  "format": "png",
  "captureMobile": false,
  "captureHtml": true,
  "waitMs": 2000,
  "navigationTimeoutSecs": 45
}
```

## Output

```json
{
  "screenshotUrl": {
    "label": "Screenshot",
    "format": "image"
  },
  "url": {
    "label": "Url"
  },
  "finalUrl": {
    "label": "Final url"
  },
  "title": {
    "label": "Title"
  },
  "format": {
    "label": "Format"
  },
  "fullPage": {
    "label": "Full page"
  },
  "sizeBytes": {
    "label": "Size bytes"
  },
  "pageLoadTimeMs": {
    "label": "Page load time ms"
  },
  "httpStatus": {
    "label": "Http status"
  },
  "viewport": {
    "label": "Viewport"
  },
  "metaTags": {
    "label": "Meta tags"
  },
  "screenshotKey": {
    "label": "Screenshot key"
  },
  "screenshotAt": {
    "label": "Screenshot at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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