# Google Search Scraper — SERP, AI Overview, Ads (`scrape.badger/google-search-scraper`) Actor

Scrape Google Search (SERP) results at scale: organic, paid ads, AI Overview, knowledge graph, People Also Ask, local pack, news, related searches. Supports desktop / mobile, 200+ domains, location & language targeting. No CAPTCHAs — handled by ScrapeBadger's residential proxy + browser farm.

- **URL**: https://apify.com/scrape.badger/google-search-scraper.md
- **Developed by:** [Scrape Badger](https://apify.com/scrape.badger) (community)
- **Categories:** SEO tools, Automation, Developer tools
- **Stats:** 8 total users, 6 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 serp page (full mode)s

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

### What does Google Search Scraper do?

Scrape Google Search (SERP) results at scale — organic listings, paid ads, AI Overview, knowledge graph, People Also Ask, local pack, news, related searches, inline videos — from [Google](https://www.google.com). No CAPTCHAs, no TLS fingerprint tuning, no browser management.

### Why use Google Search Scraper?

- **Every SERP block.** Organic, ads, AI Overview, knowledge graph, PAA, local pack, news, related, videos — one call returns them all.
- **200+ Google domains.** `google.com`, `google.co.uk`, `google.de`, `google.co.jp`, etc. + `gl` / `hl` / `device` targeting.
- **Fast and full modes.** `fast` uses Google's lite endpoint (≈40% faster, organic-only). `full` returns the rich SERP.
- **AI Overview chase.** Optional follow-up fetch for Google's deferred AI Overview page_token.
- **No anti-bot work.** ScrapeBadger's residential proxy + browser-farm fallback handles SearchGuard, reCAPTCHA, consent walls.

### What data can Google Search Scraper extract?

| Field | Type | Description |
|---|---|---|
| organic_results | array | Per-result `title`, `link`, `snippet`, `position`, rich metadata |
| ai_overview | object | Google's AI-generated answer (optional chase) |
| knowledge_graph | object | Entity card: title, description, website, social links, images |
| people_also_ask | array | PAA questions + snippets |
| related_searches | array | "People also search for" suggestions |
| ads | array | Paid ad tiles (sponsored links) |
| news_results | array | Top news section |
| local_results | array | Local pack (Google Maps inline results) |
| inline_videos | array | Video tiles inside the SERP |
| pagination | object | Next-page tokens for programmatic pagination |

### How to scrape Google Search

1. Click the **Try for free** button above.
2. Enter your search query in the **Search query** input (supports operators like `site:`, `intitle:`, `"quoted"`, `-exclude`).
3. Optional: set country (`gl`), language (`hl`), domain, device, city-level `location`, time filter (`tbs`), safe search.
4. Pick `mode`: `full` for every SERP block (2 credits/page) or `fast` for organic-only (1 credit/page).
5. Set `max_pages` to paginate — the actor stops early when Google reports no more pages.
6. Click **Start** — results stream into the dataset tab, one record per SERP page.

### How much will it cost?

**$0.002 per SERP page fetched (`mode=full`), $0.001 per page (`mode=fast`).** One dataset record per SERP page. `max_pages: 3` → 3 records → $0.006 full / $0.003 fast. Apify compute units are extra; a typical 3-page run uses less than one CU.

#### Competitor benchmark

| Actor | Author | Price | Notes |
|---|---|---|---|
| apify/google-search-scraper | Apify | ~$3.50 / 1k results | Official Apify actor |
| scrapestorm/google-search-api-scraper | ScrapeStorm | ~$2.00 / 1k results | Organic only, no AI Overview |
| compass/google-search-results | Compass | ~$2.50 / 1k results | Per-result pricing |
| **scrape-badger/google-search-scraper** | **ScrapeBadger** | **$2.00 / 1k full · $1.00 / 1k fast** | **All SERP blocks + AI Overview** |

### Input

Configure the run in the **Input** tab above, or pass a JSON object matching the fields below when calling the Actor via the Apify API.

| Field | Required | Description |
|---|---|---|
| q | ✅ | Search query — supports Google operators. |
| mode | — | `full` (default) or `fast`. |
| gl | — | Country code (default `us`). |
| hl | — | Language code (default `en`). |
| domain | — | Google domain (default `google.com`). |
| device | — | `desktop` or `mobile`. |
| location | — | City-level geo (e.g. `New York, NY`). |
| num | — | Results per page (1-100, default 10). |
| start | — | Page offset (0, 10, 20 …). |
| max_pages | — | How many pages to fetch (1-10, default 1). |
| safe | — | `off` / `medium` / `high`. |
| tbs | — | Time filter (`qdr:d`, `qdr:w`, `qdr:m`, `qdr:y`). |
| lr | — | Language restrict (e.g. `lang_en`). |
| nfpr | — | Disable auto-correction. |
| ai_overview | — | Chase deferred AI Overview (forces `mode=full`). |

### Output

Every successful run streams records into the run's dataset. Download as JSON, CSV, XML, Excel, or HTML from the **Dataset** tab; consume programmatically via the Apify API or webhooks.

Example record:

```json
{
  "search_parameters": {
    "q": "best coffee shops near me",
    "gl": "us"
  },
  "organic_results": [
    {
      "position": 1,
      "title": "Top 10 coffee shops in NYC",
      "link": "https://\u2026",
      "snippet": "\u2026"
    },
    {
      "position": 2,
      "title": "Local coffee near you",
      "link": "https://\u2026",
      "snippet": "\u2026"
    }
  ],
  "ai_overview": {
    "text_blocks": [
      {
        "type": "paragraph",
        "snippet": "\u2026"
      }
    ],
    "references": []
  },
  "pagination": {
    "next_page_token": "\u2026"
  }
}
````

### Tips / Advanced options

- **Use `mode=fast` when you only need organic results.** Half the price, 40% faster. Only upgrade to `full` when you need AI Overview, knowledge graph, local pack, or news.
- **Batch with the scheduler.** Apify's scheduler lets you run one query at a time on a cron. For bulk, start multiple runs in parallel.
- **Filter by time.** `tbs: qdr:d` for past 24h — perfect for brand monitoring.
- **Combine with `google-autocomplete-scraper`.** Expand seeds into long-tail keywords first, then SERP each one.

### FAQ, Disclaimers, Support

#### Does this actor bypass Google CAPTCHAs?

Yes. ScrapeBadger's residential proxy + browser-farm fallback handles SearchGuard, reCAPTCHA, and consent walls transparently. You'll never see a CAPTCHA in the output.

#### Can I target a specific city?

Yes — set `location` to a city string like `New York, NY`. For more precision use a Google UULE-encoded value in `uule` (SDK-level).

#### What's the max `num` per page?

Google enforces 1-100. The actor clamps into that range.

#### Why do I get fewer results than `max_pages` suggests?

The actor stops early when Google reports no next page, saving credits. This is intentional.

#### Can I scrape Google Jobs / Maps / News via this actor?

No — those have dedicated actors: `google-jobs-scraper`, `google-maps-scraper`, `google-news-scraper`. This one is pure SERP.

#### Disclaimer

This Actor scrapes public Google data only. You're responsible for compliance with Google's Terms of Service and any applicable data-protection laws (GDPR, CCPA, etc.) in your jurisdiction. ScrapeBadger does not store the scraped results — they are delivered directly to your Apify dataset.

#### Support

Something not working? Open a ticket in the **Issues** tab above — we triage within one business day. Full API reference: [docs.scrapebadger.com](https://docs.scrapebadger.com).

#### Related Actors

- [`google-maps-scraper`](https://apify.com/scrape-badger/google-maps-scraper) — Places, reviews, photos
- [`google-news-scraper`](https://apify.com/scrape-badger/google-news-scraper) — Search + topic + trending
- [`google-autocomplete-scraper`](https://apify.com/scrape-badger/google-autocomplete-scraper) — SEO seed expansion

#### Powered by

[ScrapeBadger](https://scrapebadger.com) — Google-optimised residential proxy pool + browser-farm fallback, 99.7% uptime, unmetered bandwidth. No CAPTCHAs reach you.

# Actor input Schema

## `q` (type: `string`):

Google search terms. Supports operators: <b>site:</b>, <b>intitle:</b>, <b>inurl:</b>, <b>"quoted phrase"</b>, <b>-exclude</b>. Example: <b>site:reddit.com best vpn 2026</b>

## `mode` (type: `string`):

<b>full</b> (default, 2 credits): every SERP block — organic, ads, knowledge graph, People Also Ask, AI Overview, local pack, news, related searches, videos. <b>fast</b> (1 credit, ~40% faster): lite endpoint returning only organic + related searches.

## `gl` (type: `string`):

ISO 3166-1 alpha-2 country code (lowercase). Controls which country's Google results are returned. Example: <b>us</b>, <b>gb</b>, <b>de</b>.

## `hl` (type: `string`):

ISO 639-1 language code. Example: <b>en</b>, <b>es</b>, <b>de</b>.

## `domain` (type: `string`):

Google domain to hit. Example: <b>google.com</b>, <b>google.co.uk</b>, <b>google.de</b>.

## `device` (type: `string`):

Browser profile: <b>desktop</b> (default) or <b>mobile</b>.

## `location` (type: `string`):

City-level geo-targeting. Example: <b>New York, NY</b>. Optional.

## `num` (type: `integer`):

Number of organic results to request per page (1-100).

## `start` (type: `integer`):

Page offset: 0 = page 1, 10 = page 2, 20 = page 3, etc.

## `max_pages` (type: `integer`):

How many pages to fetch. Each page is a separate API call (costs N credits).

## `safe` (type: `string`):

Content filter level.

## `tbs` (type: `string`):

Time range: <b>qdr:h</b> (past hour), <b>qdr:d</b> (24h), <b>qdr:w</b> (week), <b>qdr:m</b> (month), <b>qdr:y</b> (year). Optional.

## `lr` (type: `string`):

Restrict results to a specific language. Example: <b>lang\_en</b>. Optional.

## `nfpr` (type: `boolean`):

When true, Google will not auto-correct the query ("Did you mean…?").

## `ai_overview` (type: `boolean`):

When true, chase Google's deferred AI Overview page\_token with a follow-up fetch. Adds ~1s when present; no-op otherwise. Forces mode=full.

## Actor input object example

```json
{
  "q": "best coffee shops near me",
  "mode": "full",
  "gl": "us",
  "hl": "en",
  "domain": "google.com",
  "device": "desktop",
  "num": 10,
  "start": 0,
  "max_pages": 1,
  "safe": "off",
  "nfpr": false,
  "ai_overview": false
}
```

# Actor output Schema

## `dataset` (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 = {
    "q": "best coffee shops near me"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrape.badger/google-search-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 = { "q": "best coffee shops near me" }

# Run the Actor and wait for it to finish
run = client.actor("scrape.badger/google-search-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 '{
  "q": "best coffee shops near me"
}' |
apify call scrape.badger/google-search-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Search Scraper — SERP, AI Overview, Ads",
        "description": "Scrape Google Search (SERP) results at scale: organic, paid ads, AI Overview, knowledge graph, People Also Ask, local pack, news, related searches. Supports desktop / mobile, 200+ domains, location & language targeting. No CAPTCHAs — handled by ScrapeBadger's residential proxy + browser farm.",
        "version": "1.0",
        "x-build-id": "84K1jvOVT6QUNTzVT"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrape.badger~google-search-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrape.badger-google-search-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/scrape.badger~google-search-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrape.badger-google-search-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/scrape.badger~google-search-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrape.badger-google-search-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": [
                    "q"
                ],
                "properties": {
                    "q": {
                        "title": "Search query",
                        "type": "string",
                        "description": "Google search terms. Supports operators: <b>site:</b>, <b>intitle:</b>, <b>inurl:</b>, <b>\"quoted phrase\"</b>, <b>-exclude</b>. Example: <b>site:reddit.com best vpn 2026</b>"
                    },
                    "mode": {
                        "title": "Response mode",
                        "enum": [
                            "full",
                            "fast"
                        ],
                        "type": "string",
                        "description": "<b>full</b> (default, 2 credits): every SERP block — organic, ads, knowledge graph, People Also Ask, AI Overview, local pack, news, related searches, videos. <b>fast</b> (1 credit, ~40% faster): lite endpoint returning only organic + related searches.",
                        "default": "full"
                    },
                    "gl": {
                        "title": "Country",
                        "type": "string",
                        "description": "ISO 3166-1 alpha-2 country code (lowercase). Controls which country's Google results are returned. Example: <b>us</b>, <b>gb</b>, <b>de</b>.",
                        "default": "us"
                    },
                    "hl": {
                        "title": "Language",
                        "type": "string",
                        "description": "ISO 639-1 language code. Example: <b>en</b>, <b>es</b>, <b>de</b>.",
                        "default": "en"
                    },
                    "domain": {
                        "title": "Google domain",
                        "type": "string",
                        "description": "Google domain to hit. Example: <b>google.com</b>, <b>google.co.uk</b>, <b>google.de</b>.",
                        "default": "google.com"
                    },
                    "device": {
                        "title": "Device",
                        "enum": [
                            "desktop",
                            "mobile"
                        ],
                        "type": "string",
                        "description": "Browser profile: <b>desktop</b> (default) or <b>mobile</b>.",
                        "default": "desktop"
                    },
                    "location": {
                        "title": "City location",
                        "type": "string",
                        "description": "City-level geo-targeting. Example: <b>New York, NY</b>. Optional."
                    },
                    "num": {
                        "title": "Results per page",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Number of organic results to request per page (1-100).",
                        "default": 10
                    },
                    "start": {
                        "title": "Start offset",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Page offset: 0 = page 1, 10 = page 2, 20 = page 3, etc.",
                        "default": 0
                    },
                    "max_pages": {
                        "title": "Max pages",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "How many pages to fetch. Each page is a separate API call (costs N credits).",
                        "default": 1
                    },
                    "safe": {
                        "title": "Safe search",
                        "enum": [
                            "off",
                            "medium",
                            "high"
                        ],
                        "type": "string",
                        "description": "Content filter level.",
                        "default": "off"
                    },
                    "tbs": {
                        "title": "Time filter",
                        "type": "string",
                        "description": "Time range: <b>qdr:h</b> (past hour), <b>qdr:d</b> (24h), <b>qdr:w</b> (week), <b>qdr:m</b> (month), <b>qdr:y</b> (year). Optional."
                    },
                    "lr": {
                        "title": "Language restrict",
                        "type": "string",
                        "description": "Restrict results to a specific language. Example: <b>lang_en</b>. Optional."
                    },
                    "nfpr": {
                        "title": "Disable autocorrect",
                        "type": "boolean",
                        "description": "When true, Google will not auto-correct the query (\"Did you mean…?\").",
                        "default": false
                    },
                    "ai_overview": {
                        "title": "Chase AI Overview",
                        "type": "boolean",
                        "description": "When true, chase Google's deferred AI Overview page_token with a follow-up fetch. Adds ~1s when present; no-op otherwise. Forces mode=full.",
                        "default": false
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
