# Google Images Scraper (`scrapepilotapi/google-images-scraper`) Actor

Google Images Scraper 🔍🖼️ extracts image URLs, titles, sources, and metadata from Google Images at scale. Ideal for research, AI datasets, SEO analysis, and content sourcing. Fast, reliable, and customizable for efficient large-scale image data collection. ⚡📊

- **URL**: https://apify.com/scrapepilotapi/google-images-scraper.md
- **Developed by:** [ScrapePilot](https://apify.com/scrapepilotapi) (community)
- **Categories:** AI, Developer tools, SEO tools
- **Stats:** 3 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$19.99/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

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

## 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

### Google Images Scraper

Google Images Scraper is a Playwright-powered tool that extracts image URLs, titles, sources, and metadata from Google Images at scale. It solves the challenge of collecting high-quality image links and context quickly, acting as a Google image search scraper for marketers, developers, data analysts, and researchers who need to scrape Google images by keyword. Use it to automate visual research, build AI datasets, and power downstream pipelines with clean, structured results.

### What data / output can you get?

Below are the exact JSON fields this Google images scraping tool saves to the Apify dataset. These map 1:1 to the actor’s output schema and dataset view.

| Data type        | Description                                          | Example value |
| ---              | ---                                                  | --- |
| query            | The search keyword used to fetch images              | "technology" |
| imageUrl         | Direct URL to the selected image                     | "https://cdn.britannica.com/84/203584-050-57D326E5/speed-internet-technology-background.jpg" |
| title            | Title/caption extracted from the result context      | "History of Technology Timeline ..." |
| imageWidth       | Natural width of the image (if detected)             | 1600 |
| imageHeight      | Natural height of the image (if detected)            | 1131 |
| thumbnailUrl     | Thumbnail URL (defaults to imageUrl if none found)   | "https://encrypted-tbn0.gstatic.com/images?q=tbn:I9RUPVPHjvqr1M" |
| thumbnailWidth   | Thumbnail width (fallbacks to 300 if unknown)        | 300 |
| thumbnailHeight  | Thumbnail height (fallbacks to 200 if unknown)       | 200 |
| contentUrl       | Source page URL where the image is embedded          | "https://www.britannica.com/story/history-of-technology-timeline" |
| origin           | Source hostname derived from contentUrl or "unknown" | "www.britannica.com" |

Notes:
- Fields like imageWidth and imageHeight may be null if not provided by the page.
- origin returns "unknown" when the source page cannot be determined.
- Results are saved to the Apify dataset for easy export (e.g., JSON downloads) and further processing such as bulk download Google images workflows.

### Key features

- ⚙️ Playwright-only extraction engine  
  Fast and resilient Google images crawler that uses a headless Chromium browser for stable, accurate scraping of image results pages.

- 🛡️ Automatic proxy fallback  
  Built-in logic escalates from direct connection to datacenter, then residential proxies if blocks are detected — improving reliability for web scraping Google images at scale.

- 📥 Real-time dataset streaming  
  Toggle pushToDatasetRealtime to stream each record into the output dataset as it’s discovered, enabling instant visibility and faster downstream processing.

- 🔍 Smart block and consent handling  
  Detects CAPTCHA/unusual-traffic pages and attempts Google consent acceptance to keep scraping sessions flowing.

- 🧹 Duplicate/invalid filtering  
  Skips data: URLs and common Google/static assets to keep results clean for downstream “automated Google image downloader” pipelines.

- 🧠 Memory-optimized sessions  
  Uses a fresh browser context per query and blocks non-essential resources for stability during large runs of a Google images SERP scraper.

- 🧰 Developer-focused controls  
  Configure headless runs, per-query limits, and real-time output behavior. Output records are structured for seamless ingestion by Python Google images scraper scripts, APIs, or analytics tools.

### How to use Google Images Scraper - step by step

1. Sign up or log in to Apify.  
2. Open the Google Images Scraper actor in your Apify console.  
3. Add your input: provide queries (keywords), and optionally set maxImages, headless, proxyConfiguration, and pushToDatasetRealtime.  
4. Start the run. The actor navigates to Google Images and extracts images for each query.  
5. Watch progress: if pushToDatasetRealtime is enabled, results will appear in the Output dataset table in real time.  
6. Export results from the dataset (e.g., JSON) or connect the dataset to your pipeline to extract images from Google search automatically.

Pro Tip: Chain this Google images scraper API run with an image-downloader workflow to implement an automated Google image downloader. Use the dataset’s imageUrl field as the source list for bulk download Google images pipelines.

### Use cases

| Use case name | Description |
| --- | --- |
| AI/ML dataset creation | Build training sets by collecting imageUrl, dimensions, and source context for multiple keywords using a reliable Google images results scraper. |
| SEO & SERP intelligence | Analyze visual search presence and track competitors with a Google images SERP scraper that returns titles, contentUrl, and origin. |
| Content sourcing & curation | Extract images from Google search for inspiration and editorial workflows, then route URLs to a Google images downloader. |
| Brand monitoring | Monitor brand assets across sites by scraping images by keyword and reviewing origin domains at scale. |
| Academic & research pipelines | Use a Python Google images scraper workflow to enrich research datasets with structured fields across many queries. |
| E-commerce cataloging | Gather product imagery and source pages to compare listings and enrich catalogs programmatically. |

### Why choose Google Images Scraper?

This Google image search scraper is built for precision, scale, and reliability in production.

- ✅ Proven reliability with Playwright-based browsing and consent handling
- ✅ Automatic proxy fallback (direct → datacenter → residential) to reduce blocks
- ✅ Real-time dataset streaming for faster feedback loops
- ✅ Clean, structured fields ready for analytics and automation
- ✅ Developer-friendly controls (headless mode, per-query limits)
- ✅ More stable than ad-hoc scripts or extensions (e.g., a generic Google image scraper Selenium script), with better handling for dynamic pages

Bottom line: a production-ready Google images scraping tool for teams who need consistent, structured outputs and scalable runs.

### Is it legal / ethical to use Google Images Scraper?

Yes — when used responsibly. This actor collects publicly available metadata (like image URLs, titles, and source pages) from Google Images. As with any web scraping Google images workflow:
- Only use data in accordance with applicable laws and Google’s terms.
- Avoid downloading or reusing copyrighted images without permission.
- Treat this as a metadata extraction tool and verify compliance for your specific use case with your legal team.

### Input parameters & output format

Example JSON input
```json
{
  "queries": [
    "nature",
    "technology"
  ],
  "maxImages": 15,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "headless": true,
  "pushToDatasetRealtime": true
}
````

Input fields

- queries (array, required): List of search queries or keywords to scrape images for. Can be a single query or multiple queries. Default: none.
- maxImages (integer, optional): Maximum number of images to scrape per query (1–1000). Default: 10.
- proxyConfiguration (object, optional): Choose which proxies to use. If Google rejects the proxy, a residential proxy will be used as a fallback. Default: none (editor prefill uses { "useApifyProxy": false }).
- headless (boolean, optional): Run browser in headless mode (recommended for production). Default: true.
- pushToDatasetRealtime (boolean, optional): If enabled, each scraped image is saved to the actor Output table immediately. If disabled, all results are saved at the end. Default: true.

Example JSON output

```json
[
  {
    "query": "technology",
    "imageUrl": "https://cdn.britannica.com/84/203584-050-57D326E5/speed-internet-technology-background.jpg",
    "title": "History of Technology Timeline ...",
    "imageWidth": 1600,
    "imageHeight": 1131,
    "thumbnailUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:I9RUPVPHjvqr1M",
    "thumbnailWidth": 1600,
    "thumbnailHeight": 1131,
    "contentUrl": "https://www.britannica.com/story/history-of-technology-timeline",
    "origin": "www.britannica.com"
  },
  {
    "query": "technology",
    "imageUrl": "https://dashboard.thefinanser.com/wp-content/uploads/2024/02/Technology.jpg",
    "title": "Is technology making our lives better ...",
    "imageWidth": 1568,
    "imageHeight": 882,
    "thumbnailUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:x5pPo8tarvTslM",
    "thumbnailWidth": 1568,
    "thumbnailHeight": 882,
    "contentUrl": "https://thefinanser.com/2024/02/is-technology-making-our-lives-better-or-worse",
    "origin": "thefinanser.com"
  },
  {
    "query": "nature",
    "imageUrl": "https://globalfocusmagazine.com/wp-content/uploads/2020/02/Engaging_with_technology-scaled.jpg",
    "title": "Engaging with technology",
    "imageWidth": 2048,
    "imageHeight": 1366,
    "thumbnailUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:EZcByeA3Rde0vM",
    "thumbnailWidth": 2048,
    "thumbnailHeight": 1366,
    "contentUrl": "https://globalfocusmagazine.com/engaging-with-technology/",
    "origin": "globalfocusmagazine.com"
  }
]
```

Notes:

- origin may be "unknown" if the source page cannot be parsed.
- imageWidth/imageHeight can be null for some results; thumbnailWidth/thumbnailHeight default to 300/200 when dimensions are unavailable.

### FAQ

#### Is there an official Google Images API?

No. Google doesn't provide a public Google Images API. This actor serves as a Google images scraper API alternative by extracting structured metadata from the SERP.

#### Can I scrape Google Images by keyword in bulk?

Yes. Provide a list of queries in the queries array and adjust maxImages per query. The actor processes each query with memory-optimized browser sessions.

#### Does it handle blocks or CAPTCHAs?

Yes. It detects blocks (e.g., CAPTCHA/unusual traffic) and escalates through proxy modes (none → datacenter → residential) with limited retries to improve success rates.

#### Can it download images from Google search?

The actor outputs imageUrl values for each result. Use those URLs with your own script or a downstream tool to implement an automated Google image downloader.

#### Is headless mode required?

Headless mode is optional (headless defaults to true) and recommended for production stability in this Google images crawler.

#### What does real-time output do?

If pushToDatasetRealtime is true, each image record is pushed to the dataset immediately so your Output table updates live during the run.

#### How many images can I collect per query?

Control this with maxImages (default 10; up to 1000). The scraper scrolls and interacts with thumbnails until it reaches your limit or the page exhausts results.

#### Does it work with Python workflows?

Yes. Results are structured in JSON via the Apify dataset, making this a good fit for a Python Google images scraper pipeline or any data ingestion process.

### Closing CTA / Final thoughts

Google Images Scraper is built for fast, reliable extraction of image URLs and metadata from Google Images. It delivers clean fields (query, imageUrl, title, dimensions, contentUrl, origin) with real-time streaming and proxy fallback for sustained runs.

Whether you’re a marketer, developer, data analyst, or researcher, this Google image results scraper helps you extract images from Google search, power bulk download Google images workflows, and automate downstream pipelines. Run it on Apify, stream results into your dataset, and integrate with your scripts or APIs to start scaling visual data collection today.

# Actor input Schema

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

✍️ List of search phrases (e.g. nature, product shots, logos). One query per line in the editor.

## `maxImages` (type: `integer`):

🎚️ Cap how many unique images to keep for each keyword (1–1000). The log shows progress toward this goal in real time.

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

⚙️ Pick proxy groups/countries in the picker. When enabled, the actor uses your selection for the browsing session.

## `headless` (type: `boolean`):

✅ On (default): best for Apify cloud. 🔲 Off: useful for debugging on your machine.

## `pushToDatasetRealtime` (type: `boolean`):

💾 ON: each image is pushed to the dataset immediately — your Output tab updates during the run. 📦 OFF: everything uploads once at the end.

## Actor input object example

```json
{
  "queries": [
    "nature"
  ],
  "maxImages": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  },
  "headless": true,
  "pushToDatasetRealtime": true
}
```

# 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": [
        "nature"
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapepilotapi/google-images-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": ["nature"],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("scrapepilotapi/google-images-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": [
    "nature"
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call scrapepilotapi/google-images-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapepilotapi/google-images-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Images Scraper",
        "description": "Google Images Scraper 🔍🖼️ extracts image URLs, titles, sources, and metadata from Google Images at scale. Ideal for research, AI datasets, SEO analysis, and content sourcing. Fast, reliable, and customizable for efficient large-scale image data collection. ⚡📊",
        "version": "0.1",
        "x-build-id": "V77nTJuygNHLus8fb"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapepilotapi~google-images-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapepilotapi-google-images-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/scrapepilotapi~google-images-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapepilotapi-google-images-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/scrapepilotapi~google-images-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapepilotapi-google-images-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",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "🔤 Keywords / queries",
                        "type": "array",
                        "description": "✍️ List of search phrases (e.g. nature, product shots, logos). One query per line in the editor.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxImages": {
                        "title": "🔢 Max images per query",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "🎚️ Cap how many unique images to keep for each keyword (1–1000). The log shows progress toward this goal in real time.",
                        "default": 10
                    },
                    "proxyConfiguration": {
                        "title": "🌍 Apify Proxy",
                        "type": "object",
                        "description": "⚙️ Pick proxy groups/countries in the picker. When enabled, the actor uses your selection for the browsing session."
                    },
                    "headless": {
                        "title": "👻 Headless browser",
                        "type": "boolean",
                        "description": "✅ On (default): best for Apify cloud. 🔲 Off: useful for debugging on your machine.",
                        "default": true
                    },
                    "pushToDatasetRealtime": {
                        "title": "⚡ Live save to Output table",
                        "type": "boolean",
                        "description": "💾 ON: each image is pushed to the dataset immediately — your Output tab updates during the run. 📦 OFF: everything uploads once at the end.",
                        "default": 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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
