# Tablet Screenshots of News Media Sites

**Use case:** 

Capture clear PNG screenshots of popular news media sites on tablet profiles. Get visual data from sources like BBC and The Guardian.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.bbc.com"
    },
    {
      "url": "https://www.reuters.com"
    },
    {
      "url": "https://www.theguardian.com"
    },
    {
      "url": "https://www.nytimes.com"
    }
  ],
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": false,
  "deviceProfile": "tablet",
  "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.