# Crypto Exchange UI Screenshot Capture

**Use case:** 

Capture high-quality JPEG screenshots of crypto exchange UIs, including Binance, Coinbase, and Kraken. Get precise visual data from multiple platforms.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.binance.com/en"
    },
    {
      "url": "https://www.coinbase.com"
    },
    {
      "url": "https://kraken.com"
    }
  ],
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": false,
  "deviceProfile": "desktop",
  "format": "jpeg",
  "quality": 80,
  "waitForTimeout": 5000,
  "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.