# Tablet Screenshots of Travel Booking Sites

**Use case:** 

Capture full-page tablet screenshots of major travel booking sites like Airbnb and Booking.com. Get the images in high-quality PNG format.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.airbnb.com"
    },
    {
      "url": "https://www.booking.com"
    },
    {
      "url": "https://www.expedia.com"
    }
  ],
  "viewportWidth": 768,
  "viewportHeight": 1024,
  "fullPage": true,
  "deviceProfile": "tablet",
  "format": "png",
  "quality": 80,
  "waitForTimeout": 4000,
  "maxScreenshots": 50,
  "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.