# Pexels Stock Photos and Videos Scraper (`automation-lab/pexels-stock-media-scraper`) Actor

Search Pexels photos and videos without an API key. Export direct media files, renditions, creator attribution, tags, dimensions, duration, and license metadata.

- **URL**: https://apify.com/automation-lab/pexels-stock-media-scraper.md
- **Developed by:** [Stas Persiianenko](https://apify.com/automation-lab) (community)
- **Categories:** Videos, Automation
- **Stats:** 1 total users, 1 monthly users, 87.7% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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 web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## Pexels Stock Photos and Videos Scraper

Search Pexels and export ready-to-use stock photo and video metadata without a Pexels API key.

Get direct image renditions, downloadable MP4 files, creator attribution, tags, dimensions, duration, colors, and Pexels license details in one structured dataset.

Use keywords for discovery or paste exact Pexels search, photo, and video URLs for precise collection.

### What does Pexels Stock Photos and Videos Scraper do?

The Actor opens public Pexels pages in a real browser and converts their media records into clean JSON, CSV, Excel, XML, RSS, or JSONL exports.

It can:

- 🔎 search photos by one or more topics;
- 🎥 search videos by one or more topics;
- 🔗 extract an exact Pexels photo or video URL;
- 📦 collect direct files and multiple renditions;
- 👤 preserve creator attribution and profile links;
- 🏷️ export tags, dimensions, colors, duration, and FPS;
- ⚖️ include the Pexels license name and URL;
- ♻️ remove duplicate media IDs across inputs.

No Pexels login or API key is required.

### Who is this Pexels scraper for?

#### Content and social teams

Build repeatable asset shortlists for campaigns, editorial calendars, landing pages, and newsletters.

#### Designers and creative producers

Compare portrait, landscape, and square media and download the rendition that fits each placement.

#### Publishers and SEO teams

Enrich articles and content briefs with stock-media options while retaining attribution and source links.

#### AI and data teams

Create transparent media metadata datasets with source, creator, tag, dimension, and license provenance.

#### Developers and automation builders

Feed Pexels search results into DAM systems, content pipelines, spreadsheets, webhooks, or custom applications.

### Why use this Actor?

The public Pexels website contains more metadata than a simple image-link collector usually preserves.

This Actor normalizes photo and video records into one stable contract.

You receive both a convenient primary download URL and a full `renditions` array.

Browser rendering handles the public website even when ordinary HTTP requests are rejected.

A global result limit keeps browser usage predictable.

Optional Apify Proxy settings provide a recovery path when Pexels challenges your location.

### Supported Pexels inputs

Use `queries` for topic discovery.

Examples include:

- `coffee`
- `remote work`
- `ocean waves`
- `sustainable energy`

Use `startUrls` for:

- Pexels photo search URLs;
- Pexels video search URLs;
- exact Pexels photo pages;
- exact Pexels video pages;
- public Pexels photos and videos gallery pages.

Only public `pexels.com` media routes are accepted.

### How to scrape Pexels photos and videos

1. Open the Actor input page.
2. Add one or more search keywords or Pexels URLs.
3. Choose **Photos**, **Videos**, or **Photos and videos** for keyword searches.
4. Set a small `maxResults` value for your first run.
5. Click **Start**.
6. Preview results in the dataset table.
7. Export the dataset or connect it to another service.

For exact asset lookup, paste a photo or video detail URL and set `maxResults` to `1`.

### Input reference

| Field | Type | Default | Description |
|---|---|---:|---|
| `queries` | string array | `[]` | Pexels search topics. |
| `startUrls` | URL array | `[]` | Public Pexels search, gallery, photo, or video URLs. |
| `mediaType` | string | `photos` | `photos`, `videos`, or `all` for keyword searches. |
| `maxResults` | integer | `20` | Global result cap from 1 to 1,000. |
| `proxyConfiguration` | object | none | Optional Apify Proxy settings. |

Provide at least one query or URL.

Direct URLs are respected regardless of `mediaType`; that setting controls generated keyword searches.

#### Example: photo search

```json
{
  "queries": ["coffee shop", "remote work"],
  "mediaType": "photos",
  "maxResults": 25
}
````

#### Example: photo and video search

```json
{
  "queries": ["ocean waves"],
  "mediaType": "all",
  "maxResults": 40
}
```

#### Example: exact assets

```json
{
  "startUrls": [
    { "url": "https://www.pexels.com/photo/cup-of-coffee-on-saucer-459489/" },
    { "url": "https://www.pexels.com/video/sea-waves-rushing-to-the-shore-1409899/" }
  ],
  "maxResults": 2
}
```

### What data can you extract from Pexels?

| Field | Description |
|---|---|
| `mediaId` | Stable Pexels media ID. |
| `mediaType` | `photo` or `video`. |
| `title` | Pexels media title or alt text. |
| `description` | Human-readable media description. |
| `creator` | Creator ID, name, profile, location, and available socials. |
| `attribution` | Ready-to-store attribution text. |
| `tags` | Search and subject tags. |
| `width`, `height` | Original media dimensions. |
| `aspectRatio` | Numeric width-to-height ratio. |
| `orientation` | `landscape`, `portrait`, or `square`. |
| `duration` | Video duration in seconds. |
| `fps` | Video frames per second. |
| `detailUrl` | Canonical public Pexels page. |
| `thumbnailUrl` | Preview image URL. |
| `primaryDownloadUrl` | Preferred direct media/download URL. |
| `renditions` | Available photo sizes or video quality files. |
| `dominantColor`, `colors` | Available Pexels color metadata. |
| `licenseName`, `licenseUrl` | License provenance. |
| `query`, `sourceUrl` | Input provenance. |
| `publishedAt`, `scrapedAt` | Publication and collection timestamps. |

### Output example

```json
{
  "mediaId": "459489",
  "mediaType": "photo",
  "title": "Cup of Coffee on Saucer",
  "description": "A beautifully crafted latte with heart-shaped art in a blue cup on a wooden table.",
  "creator": {
    "id": "2659",
    "name": "Pixabay",
    "profileUrl": "https://www.pexels.com/@pixabay-2659/"
  },
  "attribution": "Photo by Pixabay on Pexels",
  "tags": ["Coffee", "Cup", "Latte"],
  "width": 1920,
  "height": 1280,
  "orientation": "landscape",
  "detailUrl": "https://www.pexels.com/photo/cup-of-coffee-on-saucer-459489/",
  "thumbnailUrl": "https://images.pexels.com/photos/459489/pexels-photo-459489.jpeg?auto=compress&cs=tinysrgb&w=750",
  "primaryDownloadUrl": "https://images.pexels.com/photos/459489/pexels-photo-459489.jpeg",
  "licenseName": "Pexels",
  "licenseUrl": "https://www.pexels.com/license/",
  "query": "coffee",
  "scrapedAt": "2026-07-20T00:00:00.000Z"
}
```

Fields unavailable for a media type are omitted rather than filled with misleading values.

### Direct downloads and renditions

Photo records include small, medium, large, and original/download variants when Pexels exposes them.

Video records include direct MP4 files with their width, height, FPS, MIME type, and available download URL.

`primaryDownloadUrl` is convenient for simple workflows.

Use `renditions` when you need to choose a specific resolution or quality.

Always preserve `detailUrl`, `creator`, and license fields alongside downloaded assets.

### How much does it cost to scrape Pexels media?

The Actor uses pay-per-event pricing.

A run currently has a **$0.005 start fee** plus a tiered price per saved media record.

The BRONZE reference price is **$0.0010075 per record**, with lower per-record prices on higher Apify plans.

For example, 25 records at the BRONZE rate cost about $0.0302 including the start fee.

You are charged for records successfully written to the dataset, not for duplicates that are skipped.

Actual platform usage and plan-specific prices are shown before every run in Apify Console.

### Tips for reliable Pexels extraction

- Begin with 10–20 records to validate your keywords.
- Use specific multi-word topics for more relevant assets.
- Split unrelated campaigns into separate runs for clearer provenance.
- Use direct detail URLs when you already know the desired asset.
- Enable Apify residential proxy only if direct access is repeatedly challenged.
- Keep creator attribution and license URLs in downstream exports.
- Prefer rendition dimensions instead of guessing file quality from URL text.

### Pagination and deduplication

Pexels search pages expose pagination metadata.

The Actor follows pages until the global result cap is reached.

Results are deduplicated by `mediaType` and `mediaId`.

If the same photo appears under two keywords, only the first occurrence is saved.

The first source/query remains available in `sourceUrl` and `query`.

### Integrations

#### Google Sheets and Airtable

Export a campaign shortlist for review, filtering, and creative approval.

#### Webhooks and Make

Trigger an automation when a run finishes, then route direct asset links into a publishing workflow.

#### Zapier

Send new dataset records to project-management or content-planning tools.

#### Cloud storage and DAM systems

Download a chosen rendition and store its Pexels attribution beside the binary asset.

#### AI pipelines

Use descriptions, tags, orientation, and dimensions to select media before expensive vision processing.

### Use the Pexels scraper API

The Actor ID is `automation-lab/pexels-stock-media-scraper`.

#### Node.js

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

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });
const run = await client.actor('automation-lab/pexels-stock-media-scraper').call({
  queries: ['sustainable energy'],
  mediaType: 'all',
  maxResults: 20,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

#### Python

```python
from apify_client import ApifyClient

client = ApifyClient(token='YOUR_APIFY_TOKEN')
run = client.actor('automation-lab/pexels-stock-media-scraper').call(run_input={
    'queries': ['sustainable energy'],
    'mediaType': 'photos',
    'maxResults': 20,
})
items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)
```

#### cURL

```bash
curl -X POST \
  'https://api.apify.com/v2/acts/automation-lab~pexels-stock-media-scraper/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{"queries":["ocean waves"],"mediaType":"videos","maxResults":10}'
```

### Use with Apify MCP

Connect AI assistants to this Actor through the Apify MCP server.

#### Claude Code

```bash
claude mcp add --transport http apify \
  'https://mcp.apify.com?tools=automation-lab/pexels-stock-media-scraper'
```

#### Claude Desktop

Add this server in **Settings → Developer → Edit Config**:

```json
{
  "mcpServers": {
    "apify": {
      "url": "https://mcp.apify.com?tools=automation-lab/pexels-stock-media-scraper"
    }
  }
}
```

#### Cursor

Open **Settings → Tools & Integrations → MCP Tools**, add a remote HTTP server, and use:

`https://mcp.apify.com?tools=automation-lab/pexels-stock-media-scraper`

#### VS Code

Open **MCP: Add Server** from the Command Palette, choose HTTP, and enter the same actor-specific MCP URL.

#### Example prompts

- “Find 20 portrait photos about remote teamwork and return direct download links with attribution.”
- “Collect ten ocean videos and rank the available files by resolution.”
- “Extract this Pexels photo URL and summarize its creator, tags, dimensions, and license.”

### Legality and responsible use

Pexels publishes media under the Pexels license, but users remain responsible for how they use each asset.

Review the current license at [pexels.com/license](https://www.pexels.com/license/) before redistribution or commercial use.

Do not imply endorsement by identifiable people or brands.

Respect privacy, publicity, trademark, and applicable data-protection rights.

The Actor only accesses public pages and does not bypass authentication.

### Limitations

Pexels can change its website structure or anti-bot controls.

A challenged location may require Apify Proxy configuration.

Search order and result counts can change as Pexels updates its catalog.

The Actor does not download binary files into the dataset; it returns direct URLs and metadata.

Pexels may expire, transform, or redirect CDN URLs over time.

V1 supports search/gallery and exact media URLs, not account-only workflows.

### Troubleshooting

#### Why did my run return no records?

Check that at least one query or supported public Pexels URL was supplied.

Try a common query and inspect the run log for an HTTP challenge.

If repeated attempts are challenged, enable Apify residential proxy in the advanced input section.

#### Why is a direct URL rejected?

The Actor fails closed for non-Pexels domains and unrelated Pexels routes.

Use a public search, photos, videos, photo, or video URL.

#### Why is a video field missing?

Photo records do not have duration or FPS.

Optional fields are omitted when Pexels does not expose them.

### FAQ

#### Do I need a Pexels API key?

No. The Actor reads anonymous public website data.

#### Can it scrape both photos and videos?

Yes. Set `mediaType` to `all` for keyword searches, or supply mixed detail URLs.

#### Does it download the media files?

It exports direct files and download URLs. Your workflow can download the chosen rendition afterward.

#### Can I use results commercially?

Usage depends on the current Pexels license and other applicable rights. Review each asset and its context.

#### How many results can one run collect?

`maxResults` accepts 1–1,000 records. Smaller runs are faster and easier to review.

#### Are duplicates charged?

No. Duplicate media IDs are skipped before dataset storage and per-record charging.

### Related stock media and enrichment actors

Combine this Actor with other Automation Lab tools when your workflow needs broader discovery or enrichment:

- [Google Images Scraper](https://apify.com/automation-lab/google-images-scraper) for web-wide image discovery.
- [Image Metadata Extractor](https://apify.com/automation-lab/image-metadata-extractor) for technical file analysis.
- [Website Content Crawler](https://apify.com/automation-lab/website-content-crawler) for matching media to page content.

Use only actors that fit your source, license, and data-quality requirements.

### Data retention and export

Apify stores run datasets according to your account retention settings.

Download results as JSON, CSV, Excel, XML, RSS, or JSONL.

For durable archives, copy datasets and selected media files into storage you control.

Retain `detailUrl`, `attribution`, and `licenseUrl` so every asset remains traceable.

### Start collecting Pexels media

Choose a campaign topic, keep the first run small, and review the returned renditions.

Then increase `maxResults` or schedule repeat searches as your content pipeline grows.

# Actor input Schema

## `queries` (type: `array`):

Topics to search on Pexels, such as coffee, remote work, or ocean waves.

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

Public pexels.com search, photo, video, photos, or videos URLs. Detail URLs emit one exact asset.

## `mediaType` (type: `string`):

Choose photos, videos, or both. Direct URLs are always respected as supplied.

## `maxResults` (type: `integer`):

Global maximum across all keywords and URLs. Keep the first run small, then increase for production exports.

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

Optional Apify Proxy settings. Enable residential proxies if Pexels challenges repeated requests from your location.

## Actor input object example

```json
{
  "queries": [
    "coffee"
  ],
  "startUrls": [],
  "mediaType": "photos",
  "maxResults": 10
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# 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 = {
    "queries": [
        "coffee"
    ],
    "startUrls": [],
    "mediaType": "photos",
    "maxResults": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("automation-lab/pexels-stock-media-scraper").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 = {
    "queries": ["coffee"],
    "startUrls": [],
    "mediaType": "photos",
    "maxResults": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("automation-lab/pexels-stock-media-scraper").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 '{
  "queries": [
    "coffee"
  ],
  "startUrls": [],
  "mediaType": "photos",
  "maxResults": 10
}' |
apify call automation-lab/pexels-stock-media-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=automation-lab/pexels-stock-media-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Pexels Stock Photos and Videos Scraper",
        "description": "Search Pexels photos and videos without an API key. Export direct media files, renditions, creator attribution, tags, dimensions, duration, and license metadata.",
        "version": "0.1",
        "x-build-id": "WQ037NoBVYuUkjOgA"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/automation-lab~pexels-stock-media-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-automation-lab-pexels-stock-media-scraper",
                "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/automation-lab~pexels-stock-media-scraper/runs": {
            "post": {
                "operationId": "runs-sync-automation-lab-pexels-stock-media-scraper",
                "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/automation-lab~pexels-stock-media-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-automation-lab-pexels-stock-media-scraper",
                "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",
                "properties": {
                    "queries": {
                        "title": "🔎 Search keywords",
                        "type": "array",
                        "description": "Topics to search on Pexels, such as coffee, remote work, or ocean waves.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "startUrls": {
                        "title": "🔗 Pexels URLs",
                        "type": "array",
                        "description": "Public pexels.com search, photo, video, photos, or videos URLs. Detail URLs emit one exact asset.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "mediaType": {
                        "title": "🎞️ Media type for keyword searches",
                        "enum": [
                            "photos",
                            "videos",
                            "all"
                        ],
                        "type": "string",
                        "description": "Choose photos, videos, or both. Direct URLs are always respected as supplied.",
                        "default": "photos"
                    },
                    "maxResults": {
                        "title": "Maximum media records",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Global maximum across all keywords and URLs. Keep the first run small, then increase for production exports.",
                        "default": 20
                    },
                    "proxyConfiguration": {
                        "title": "🌐 Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify Proxy settings. Enable residential proxies if Pexels challenges repeated requests from your location."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
