# Bulk Website Screenshot Capture — Full-Page PNG/JPEG (`logiover/bulk-website-screenshot-capture`) Actor

Capture full-page or viewport screenshots of hundreds of URLs in bulk using headless Chromium via Playwright. Desktop, mobile and tablet device profiles. Cookie banner auto-dismiss and lazy-load triggering. PNG or JPEG output in key-value store.

- **URL**: https://apify.com/logiover/bulk-website-screenshot-capture.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Developer tools, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $12.50 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 📸 Bulk Website Screenshot Capture — Full-Page & Viewport PNG/JPEG

Take high-resolution screenshots of any number of URLs in bulk. Perfect for competitive analysis, visual QA, design inspiration, website archiving, and pre-purchase audits. Capture **full-page scrolling screenshots** or **viewport-only snapshots** in PNG or JPEG format with customizable viewport sizes including mobile and tablet device profiles.

### 🔥 Why This Screenshot Tool?

Most screenshot tools handle one URL at a time. This actor processes **hundreds of URLs in a single run** — just paste your list and get back a structured dataset with screenshot URLs, page titles, file sizes, and capture timestamps. Every screenshot is saved to Apify's key-value store and accessible via a permanent public URL.

**Key differentiators:**
- **Headless Chromium** via Playwright — renders JavaScript-heavy SPAs, lazy-loaded images, and dynamic content exactly as a real browser would
- **Full-page scrolling capture** — the entire scrollable page, not just the visible viewport
- **Three device profiles built-in** — Desktop (1920×1080), Mobile (iPhone 15, 390×844), Tablet (iPad Pro, 1024×1366)
- **Cookie banner auto-dismiss** — automatically clicks "Accept" on cookie consent popups before capturing
- **Lazy-load triggering** — scrolls through the page to activate lazy images and infinite-scroll content
- **Smart resource blocking** — blocks fonts and media files to speed up capture without affecting visual quality

### 📊 What You Get

Each screenshot is stored in key-value storage and a dataset row is pushed with:

| Field | Description |
|-------|-------------|
| `url` | The original URL captured |
| `screenshotUrl` | Permanent public URL to download the screenshot |
| `pageTitle` | The page's `<title>` tag |
| `viewportWidth` | Width used for capture |
| `viewportHeight` | Height used for capture |
| `fullPage` | Whether full-page scrolling was used |
| `format` | Image format (png or jpeg) |
| `fileSize` | Size of the screenshot in bytes |
| `capturedAt` | ISO 8601 timestamp |

### 🎯 Use Cases

#### Competitive Analysis & Design Inspiration
Marketing teams and designers use this to capture competitors' landing pages, pricing pages, and product screenshots. Export a folder of 50 competitor homepages in 5 minutes.

#### Visual Regression Testing & QA
QA engineers run the actor weekly on a list of production URLs and compare screenshots side-by-side to catch visual regressions before customers do. Combine with the **Website Change Monitor** actor for text-based monitoring.

#### Website Archiving & Compliance
Legal and compliance teams archive web pages as PNGs for regulatory filings, trademark disputes, or historical record. Full-page screenshots capture the entire page — no more "the footer was cut off."

#### Pre-Purchase Website Audits
Digital agencies capture client websites before a redesign project starts. Document the "before" state with timestamped, pixel-perfect screenshots.

#### Portfolio & Showcase Creation
Freelancers and agencies capture their work for portfolios. Screenshot client sites before they change or disappear.

### ⚙️ Input Configuration

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `startUrls` | array | — | List of URLs to capture (required) |
| `deviceProfile` | enum | desktop | desktop / mobile / tablet / custom |
| `viewportWidth` | integer | 1920 | Custom viewport width (if device=custom) |
| `viewportHeight` | integer | 1080 | Custom viewport height (if device=custom) |
| `fullPage` | boolean | true | Capture full scrollable page or just viewport |
| `format` | enum | png | png (lossless) / jpeg (smaller files) |
| `quality` | integer | 80 | JPEG quality (1–100), ignored for PNG |
| `waitForTimeout` | integer | 3000 | Extra wait time in ms for dynamic content |
| `maxScreenshots` | integer | 100 | Cap total screenshots per run |
| `proxyConfiguration` | object | Apify Proxy | Proxy settings for geo-restricted content |

### 🚀 Performance Tips

- **Use `maxScreenshots`** to control costs — each screenshot consumes ~1–5 MB of storage
- **Increase `waitForTimeout`** (5000–8000ms) for heavy JavaScript apps like dashboards
- **Set `format: "jpeg"` with `quality: 60`** for smaller file sizes when lossless quality isn't critical
- **Max concurrency of 3–5** is optimal — higher values may trigger rate limiting
- **Residential proxies** help when capturing geo-restricted or bot-protected pages

### 💰 Pricing

Pay per event — you only pay for the compute resources used during the screenshot capture run. No monthly subscription fees. Each URL costs approximately 2–8 compute units depending on page complexity, with full-page captures consuming more due to scrolling and rendering time.

### 📦 Output Format

Screenshots are stored in Apify's key-value store as PNG or JPEG files. The dataset provides a machine-readable manifest with direct download URLs. Download individual screenshots via the public URL or export the entire dataset as JSON, CSV, Excel, XML, or RSS.

**Example dataset row:**
```json
{
  "url": "https://apify.com",
  "screenshotUrl": "https://api.apify.com/v2/key-value-stores/xxx/records/screenshot_1.png",
  "pageTitle": "Apify — Web Scraping & Automation Platform",
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": true,
  "format": "png",
  "fileSize": 1240523,
  "capturedAt": "2026-06-30T12:00:00.000Z"
}
````

### 🔗 Integration Ideas

- **Make + Google Drive**: Auto-save screenshots to Google Drive folders organized by date
- **Zapier + Slack**: Get Slack notifications when a competitor's homepage changes visually
- **n8n + Airtable**: Build a visual monitoring database with screenshot history
- **Apify Scheduler**: Run daily/weekly on a fixed URL list and build a historical archive

### ❓ FAQ

**Q: Does it capture behind-login pages?**
A: Not out of the box. The actor captures publicly accessible URLs. For authenticated pages, you'd need to pass session cookies.

**Q: How long does each screenshot take?**
A: Typically 5–15 seconds per URL depending on page complexity, network speed, and the `waitForTimeout` setting.

**Q: Are screenshots stored permanently?**
A: Screenshots remain in Apify's key-value store as long as your account is active. You can also download and archive them externally.

**Q: Can I capture specific elements instead of the full page?**
A: This actor captures the full page or viewport. For element-level screenshots, consider using a custom Playwright script.

**Keywords:** website screenshot, bulk screenshot capture, full page screenshot api, website screenshot api, url to png, webpage screenshot tool, automated screenshot, visual regression, competitive analysis screenshots, web page capture, screenshot as a service, chromium screenshot, headless browser screenshot, png screenshot generator, website archiving tool

#### How do I take full-page screenshots of a list of URLs in bulk?

Paste your URL list into Start URLs, keep Full Page on, and the actor captures each entire scrollable page as a PNG or JPEG, returning permanent download URLs.

#### Can I capture mobile screenshots of a website?

Yes. Set Device Profile to mobile to render with an iPhone 15 viewport and user-agent, or tablet for iPad Pro, so you can screenshot the responsive mobile layout.

### 📝 Changelog

#### 2026-07-01

- Maintenance pass: re-verified end-to-end on live data and confirmed successful runs within the 5-minute quality window on the default input.
- Sharpened Store metadata (SEO title & description) and expanded the FAQ with high-intent, long-tail questions for easier discovery in Google and Apify Store search.
- Added ready-to-run example tasks that cover common real-world use cases.

# Actor input Schema

## `startUrls` (type: `array`):

List of website URLs to capture as screenshots. Each URL produces a PNG or JPEG image stored in key-value storage.

## `viewportWidth` (type: `integer`):

Browser viewport width in pixels. Only used when deviceProfile is set to custom.

## `viewportHeight` (type: `integer`):

Browser viewport height in pixels. Only used when deviceProfile is set to custom.

## `fullPage` (type: `boolean`):

Capture the entire scrollable page (true) or just the visible viewport (false). Full-page captures are larger but show all content.

## `deviceProfile` (type: `string`):

Predefined device viewport and user-agent. Use custom to set viewportWidth and viewportHeight manually.

## `format` (type: `string`):

Output image format. PNG is lossless but larger. JPEG is smaller but uses lossy compression.

## `quality` (type: `integer`):

Image quality percentage for JPEG format. Higher values produce better quality but larger files. Ignored when format is PNG.

## `waitForTimeout` (type: `integer`):

Extra wait time in milliseconds after page load to allow lazy-loaded content, animations, and dynamic elements to fully render.

## `maxScreenshots` (type: `integer`):

Maximum total number of screenshots to capture in this run. Caps the run to control costs.

## `proxyConfiguration` (type: `object`):

Proxy settings. Use Apify Proxy or residential proxies to access geo-restricted content or avoid IP-based rate limiting.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://apify.com"
    },
    {
      "url": "https://github.com"
    }
  ],
  "viewportWidth": 1920,
  "viewportHeight": 1080,
  "fullPage": true,
  "deviceProfile": "desktop",
  "format": "png",
  "quality": 80,
  "waitForTimeout": 3000,
  "maxScreenshots": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `url` (type: `string`):

The original URL that was screenshotted

## `screenshotUrl` (type: `string`):

Permanent public URL to download the screenshot image

## `pageTitle` (type: `string`):

The page's HTML title tag content

## `viewportWidth` (type: `string`):

Browser viewport width in pixels used for capture

## `viewportHeight` (type: `string`):

Browser viewport height in pixels used for capture

## `fullPage` (type: `string`):

Whether full-page scrolling capture was used

## `format` (type: `string`):

Image format: png or jpeg

## `fileSize` (type: `string`):

Size of the screenshot file in bytes

## `capturedAt` (type: `string`):

ISO 8601 timestamp of when the screenshot was taken

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://apify.com"
        },
        {
            "url": "https://github.com"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/bulk-website-screenshot-capture").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "startUrls": [
        { "url": "https://apify.com" },
        { "url": "https://github.com" },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("logiover/bulk-website-screenshot-capture").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://apify.com"
    },
    {
      "url": "https://github.com"
    }
  ]
}' |
apify call logiover/bulk-website-screenshot-capture --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=logiover/bulk-website-screenshot-capture",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Bulk Website Screenshot Capture — Full-Page PNG/JPEG",
        "description": "Capture full-page or viewport screenshots of hundreds of URLs in bulk using headless Chromium via Playwright. Desktop, mobile and tablet device profiles. Cookie banner auto-dismiss and lazy-load triggering. PNG or JPEG output in key-value store.",
        "version": "1.0",
        "x-build-id": "WXWeBrKStsXAMrUNz"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/logiover~bulk-website-screenshot-capture/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-logiover-bulk-website-screenshot-capture",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/logiover~bulk-website-screenshot-capture/runs": {
            "post": {
                "operationId": "runs-sync-logiover-bulk-website-screenshot-capture",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/logiover~bulk-website-screenshot-capture/run-sync": {
            "post": {
                "operationId": "run-sync-logiover-bulk-website-screenshot-capture",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "URLs to Screenshot",
                        "type": "array",
                        "description": "List of website URLs to capture as screenshots. Each URL produces a PNG or JPEG image stored in key-value storage.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "viewportWidth": {
                        "title": "Viewport Width",
                        "minimum": 320,
                        "maximum": 3840,
                        "type": "integer",
                        "description": "Browser viewport width in pixels. Only used when deviceProfile is set to custom.",
                        "default": 1920
                    },
                    "viewportHeight": {
                        "title": "Viewport Height",
                        "minimum": 240,
                        "maximum": 4320,
                        "type": "integer",
                        "description": "Browser viewport height in pixels. Only used when deviceProfile is set to custom.",
                        "default": 1080
                    },
                    "fullPage": {
                        "title": "Full Page Screenshot",
                        "type": "boolean",
                        "description": "Capture the entire scrollable page (true) or just the visible viewport (false). Full-page captures are larger but show all content.",
                        "default": true
                    },
                    "deviceProfile": {
                        "title": "Device Profile",
                        "enum": [
                            "desktop",
                            "mobile",
                            "tablet",
                            "custom"
                        ],
                        "type": "string",
                        "description": "Predefined device viewport and user-agent. Use custom to set viewportWidth and viewportHeight manually.",
                        "default": "desktop"
                    },
                    "format": {
                        "title": "Image Format",
                        "enum": [
                            "png",
                            "jpeg"
                        ],
                        "type": "string",
                        "description": "Output image format. PNG is lossless but larger. JPEG is smaller but uses lossy compression.",
                        "default": "png"
                    },
                    "quality": {
                        "title": "JPEG Quality",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Image quality percentage for JPEG format. Higher values produce better quality but larger files. Ignored when format is PNG.",
                        "default": 80
                    },
                    "waitForTimeout": {
                        "title": "Page Load Wait (ms)",
                        "minimum": 0,
                        "maximum": 30000,
                        "type": "integer",
                        "description": "Extra wait time in milliseconds after page load to allow lazy-loaded content, animations, and dynamic elements to fully render.",
                        "default": 3000
                    },
                    "maxScreenshots": {
                        "title": "Max Screenshots",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum total number of screenshots to capture in this run. Caps the run to control costs.",
                        "default": 100
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings. Use Apify Proxy or residential proxies to access geo-restricted content or avoid IP-based rate limiting.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
