# Google Autocomplete (`maged120/google-autocomplete-ppe`) Actor

Google autocomplete suggestions with support for different languages and country codes.

- **URL**: https://apify.com/maged120/google-autocomplete-ppe.md
- **Developed by:** [Maged](https://apify.com/maged120) (community)
- **Categories:** SEO tools, Automation
- **Stats:** 6 total users, 0 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

$12.00/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 Autocomplete Actor

 Google autocomplete suggestions with support for different languages and country codes.


### Input Schema

The Actor accepts the following input parameter:

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `queries` | array (JSON) | Yes | An array of query objects. Each object should have: `query` (string, required), `language` (string, optional), `country_code` (string, optional), `cursor_pos` (integer, optional). |

**Note:** The input is provided as a JSON array in the Apify input UI (JSON editor). Validation of the object structure is performed in the actor logic, not in the schema.

#### Example Input

```json
{
    "queries": [
        {
            "query": "windows",
            "language": "en",
            "country_code": "us"
        },
        {
            "query": "london",
            "language": "es",
            "country_code": "uk"
        },
        {
            "query": "dua",
            "language": "de",
            "country_code": "du"
        }
    ]
}
````

### Output Schema

Each suggestion in the output contains:

| Field | Type | Description |
|-------|------|-------------|
| `query` | string | The original query string from the input |
| `text` | string | The suggestion text (cleaned of HTML) |
| `subtitle` | string | Additional subtitle information (if available) |
| `thumbnail` | string | Thumbnail URL (if available) |
| `url` | string | Direct Google search URL for the suggestion |

#### Example Output

```json
[
    {
        "query": "windows",
        "text": "windows 10",
        "subtitle": "",
        "thumbnail": "",
        "url": "https://www.google.com/search?q=windows+10&hl=en&gl=us"
    },
    {
        "query": "london",
        "text": "london bridge",
        "subtitle": "",
        "thumbnail": "",
        "url": "https://www.google.com/search?q=london+bridge&hl=es&gl=uk"
    }
]
```

### Usage Notes

- Each object in the `queries` array should have at least a `query` field (string).
- `language`, `country_code`, and `cursor_pos` are optional. If omitted, defaults are used (`language`: "ar", `country_code`: "us").
- If a query object is missing the `query` field, it will be skipped.
- The input schema is intentionally loose (no nested validation) to maximize compatibility with Apify's input UI. All validation is performed in the actor logic.

### Usage Examples

#### Example 1: Arabic Suggestions for "dwayne"

**Input:**

```json
{
    "query": "dwayne",
    "language": "ar",
    "country_code": "eg"
}
```

**Expected Output:** Arabic-language suggestions for "dwayne" with Egyptian localization.

#### Example 2: English Suggestions for "python"

**Input:**

```json
{
    "query": "python",
    "language": "en",
    "country_code": "us"
}
```

**Expected Output:** English-language suggestions for "python" with US localization.

#### Example 3: Spanish Suggestions for "dua lipa"

**Input:**

```json
{
    "query": "dua lipa",
    "language": "es",
    "country_code": "es"
}
```

**Expected Output:** Spanish-language suggestions for "dua lipa" with Spanish localization.

### Language and Country Codes

#### Language Codes Dictionary

| Code | Language | Code | Language | Code | Language | Code | Language |
|------|----------|------|----------|------|----------|------|----------|
| `af` | Afrikaans | `ak` | Akan | `sq` | Albanian | `am` | Amharic |
| `ar` | Arabic | `hy` | Armenian | `az` | Azerbaijani | `eu` | Basque |
| `be` | Belarusian | `bn` | Bengali | `bh` | Bihari | `bs` | Bosnian |
| `br` | Breton | `bg` | Bulgarian | `ca` | Catalan | `hr` | Croatian |
| `cs` | Czech | `da` | Danish | `nl` | Dutch | `en` | English |
| `eo` | Esperanto | `et` | Estonian | `fi` | Finnish | `fr` | French |
| `fy` | Frisian | `gl` | Galician | `ka` | Georgian | `de` | German |
| `el` | Greek | `gn` | Guarani | `gu` | Gujarati | `ht` | Haitian Creole |
| `ha` | Hausa | `he` | Hebrew | `hi` | Hindi | `hu` | Hungarian |
| `is` | Icelandic | `id` | Indonesian | `ga` | Irish | `it` | Italian |
| `ja` | Japanese | `jv` | Javanese | `kn` | Kannada | `kk` | Kazakh |
| `rw` | Kinyarwanda | `ko` | Korean | `ku` | Kurdish | `ky` | Kyrgyz |
| `la` | Latin | `lv` | Latvian | `lt` | Lithuanian | `mk` | Macedonian |
| `mg` | Malagasy | `ms` | Malay | `ml` | Malayalam | `mt` | Maltese |
| `mi` | Maori | `mr` | Marathi | `mn` | Mongolian | `ne` | Nepali |
| `no` | Norwegian | `or` | Oriya | `ps` | Pashto | `fa` | Persian |
| `pl` | Polish | `pt` | Portuguese | `pa` | Punjabi | `qu` | Quechua |
| `ro` | Romanian | `ru` | Russian | `gd` | Scottish Gaelic | `sr` | Serbian |
| `sh` | Serbo-Croatian | `st` | Sesotho | `sn` | Shona | `sd` | Sindhi |
| `si` | Sinhalese | `sk` | Slovak | `sl` | Slovenian | `so` | Somali |
| `es` | Spanish | `sw` | Swahili | `sv` | Swedish | `tg` | Tajik |
| `ta` | Tamil | `tt` | Tatar | `te` | Telugu | `th` | Thai |
| `ti` | Tigrinya | `tr` | Turkish | `tk` | Turkmen | `uk` | Ukrainian |
| `ur` | Urdu | `uz` | Uzbek | `vi` | Vietnamese | `cy` | Welsh |
| `xh` | Xhosa | `yi` | Yiddish | `yo` | Yoruba | `zu` | Zulu |

#### Country Codes Dictionary

| Code | Country | Code | Country | Code | Country | Code | Country |
|------|---------|------|---------|------|---------|------|---------|
| `af` | Afghanistan | `al` | Albania | `dz` | Algeria | `as` | American Samoa |
| `ad` | Andorra | `ao` | Angola | `ai` | Anguilla | `aq` | Antarctica |
| `ag` | Antigua and Barbuda | `ar` | Argentina | `am` | Armenia | `aw` | Aruba |
| `au` | Australia | `at` | Austria | `az` | Azerbaijan | `bs` | Bahamas |
| `bh` | Bahrain | `bd` | Bangladesh | `bb` | Barbados | `by` | Belarus |
| `be` | Belgium | `bz` | Belize | `bj` | Benin | `bm` | Bermuda |
| `bt` | Bhutan | `bo` | Bolivia | `ba` | Bosnia and Herzegovina | `bw` | Botswana |
| `bv` | Bouvet Island | `br` | Brazil | `io` | British Indian Ocean Territory | `bn` | Brunei Darussalam |
| `bg` | Bulgaria | `bf` | Burkina Faso | `bi` | Burundi | `kh` | Cambodia |
| `cm` | Cameroon | `ca` | Canada | `cv` | Cape Verde | `ky` | Cayman Islands |
| `cf` | Central African Republic | `td` | Chad | `cl` | Chile | `cn` | China |
| `cx` | Christmas Island | `cc` | Cocos (Keeling) Islands | `co` | Colombia | `km` | Comoros |
| `cg` | Congo | `cd` | Congo, Democratic Republic | `ck` | Cook Islands | `cr` | Costa Rica |
| `ci` | Côte d'Ivoire | `hr` | Croatia | `cu` | Cuba | `cy` | Cyprus |
| `cz` | Czech Republic | `dk` | Denmark | `dj` | Djibouti | `dm` | Dominica |
| `do` | Dominican Republic | `ec` | Ecuador | `eg` | Egypt | `sv` | El Salvador |
| `gq` | Equatorial Guinea | `er` | Eritrea | `ee` | Estonia | `et` | Ethiopia |
| `fk` | Falkland Islands | `fo` | Faroe Islands | `fj` | Fiji | `fi` | Finland |
| `fr` | France | `gf` | French Guiana | `pf` | French Polynesia | `tf` | French Southern Territories |
| `ga` | Gabon | `gm` | Gambia | `ge` | Georgia | `de` | Germany |
| `gh` | Ghana | `gi` | Gibraltar | `gr` | Greece | `gl` | Greenland |
| `gd` | Grenada | `gp` | Guadeloupe | `gu` | Guam | `gt` | Guatemala |
| `gn` | Guinea | `gw` | Guinea-Bissau | `gy` | Guyana | `ht` | Haiti |
| `hm` | Heard Island | `va` | Holy See (Vatican) | `hn` | Honduras | `hk` | Hong Kong |
| `hu` | Hungary | `is` | Iceland | `in` | India | `id` | Indonesia |
| `ir` | Iran | `iq` | Iraq | `ie` | Ireland | `il` | Israel |
| `it` | Italy | `jm` | Jamaica | `jp` | Japan | `jo` | Jordan |
| `kz` | Kazakhstan | `ke` | Kenya | `ki` | Kiribati | `kp` | North Korea |
| `kr` | South Korea | `kw` | Kuwait | `kg` | Kyrgyzstan | `la` | Laos |
| `lv` | Latvia | `lb` | Lebanon | `ls` | Lesotho | `lr` | Liberia |
| `ly` | Libya | `li` | Liechtenstein | `lt` | Lithuania | `lu` | Luxembourg |
| `mo` | Macao | `mk` | Macedonia | `mg` | Madagascar | `mw` | Malawi |
| `my` | Malaysia | `mv` | Maldives | `ml` | Mali | `mt` | Malta |
| `mh` | Marshall Islands | `mq` | Martinique | `mr` | Mauritania | `mu` | Mauritius |
| `yt` | Mayotte | `mx` | Mexico | `fm` | Micronesia | `md` | Moldova |
| `mc` | Monaco | `mn` | Mongolia | `ms` | Montserrat | `ma` | Morocco |
| `mz` | Mozambique | `mm` | Myanmar | `na` | Namibia | `nr` | Nauru |
| `np` | Nepal | `nl` | Netherlands | `an` | Netherlands Antilles | `nc` | New Caledonia |
| `nz` | New Zealand | `ni` | Nicaragua | `ne` | Niger | `ng` | Nigeria |
| `nu` | Niue | `nf` | Norfolk Island | `mp` | Northern Mariana Islands | `no` | Norway |
| `om` | Oman | `pk` | Pakistan | `pw` | Palau | `ps` | Palestinian Territory |
| `pa` | Panama | `pg` | Papua New Guinea | `py` | Paraguay | `pe` | Peru |
| `ph` | Philippines | `pn` | Pitcairn | `pl` | Poland | `pt` | Portugal |
| `pr` | Puerto Rico | `qa` | Qatar | `re` | Réunion | `ro` | Romania |
| `ru` | Russian Federation | `rw` | Rwanda | `sh` | Saint Helena | `kn` | Saint Kitts and Nevis |
| `lc` | Saint Lucia | `pm` | Saint Pierre and Miquelon | `vc` | Saint Vincent | `ws` | Samoa |
| `sm` | San Marino | `st` | Sao Tome and Principe | `sa` | Saudi Arabia | `sn` | Senegal |
| `rs` | Serbia | `sc` | Seychelles | `sl` | Sierra Leone | `sg` | Singapore |
| `sk` | Slovakia | `si` | Slovenia | `sb` | Solomon Islands | `so` | Somalia |
| `za` | South Africa | `gs` | South Georgia | `es` | Spain | `lk` | Sri Lanka |
| `sd` | Sudan | `sr` | Suriname | `sj` | Svalbard and Jan Mayen | `sz` | Swaziland |
| `se` | Sweden | `ch` | Switzerland | `sy` | Syrian Arab Republic | `tw` | Taiwan |
| `tj` | Tajikistan | `tz` | Tanzania | `th` | Thailand | `tl` | Timor-Leste |
| `tg` | Togo | `tk` | Tokelau | `to` | Tonga | `tt` | Trinidad and Tobago |
| `tn` | Tunisia | `tr` | Turkey | `tm` | Turkmenistan | `tc` | Turks and Caicos Islands |
| `tv` | Tuvalu | `ug` | Uganda | `ua` | Ukraine | `ae` | United Arab Emirates |
| `gb` | United Kingdom | `us` | United States | `um` | US Minor Outlying Islands | `uy` | Uruguay |
| `uz` | Uzbekistan | `vu` | Vanuatu | `ve` | Venezuela | `vn` | Viet Nam |
| `vg` | Virgin Islands, British | `vi` | Virgin Islands, US | `wf` | Wallis and Futuna | `eh` | Western Sahara |
| `ye` | Yemen | `zm` | Zambia | `zw` | Zimbabwe | | |

# Actor input Schema

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

A list of query objects. Each object should have: query (string), language (string, optional), country\_code (string, optional), cursor\_pos (integer, optional). See README for details.

## Actor input object example

```json
{
  "queries": [
    {
      "query": "windows",
      "language": "en",
      "country_code": "us"
    },
    {
      "query": "london",
      "language": "es",
      "country_code": "uk"
    },
    {
      "query": "dua",
      "language": "de",
      "country_code": "du"
    }
  ]
}
```

# 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": [
        {
            "query": "windows",
            "language": "en",
            "country_code": "us"
        },
        {
            "query": "london",
            "language": "es",
            "country_code": "uk"
        },
        {
            "query": "dua",
            "language": "de",
            "country_code": "du"
        }
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("maged120/google-autocomplete-ppe").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": [
        {
            "query": "windows",
            "language": "en",
            "country_code": "us",
        },
        {
            "query": "london",
            "language": "es",
            "country_code": "uk",
        },
        {
            "query": "dua",
            "language": "de",
            "country_code": "du",
        },
    ] }

# Run the Actor and wait for it to finish
run = client.actor("maged120/google-autocomplete-ppe").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": [
    {
      "query": "windows",
      "language": "en",
      "country_code": "us"
    },
    {
      "query": "london",
      "language": "es",
      "country_code": "uk"
    },
    {
      "query": "dua",
      "language": "de",
      "country_code": "du"
    }
  ]
}' |
apify call maged120/google-autocomplete-ppe --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Google Autocomplete",
        "description": "Google autocomplete suggestions with support for different languages and country codes.",
        "version": "1.0",
        "x-build-id": "oZZtpvRVM6ZMGd4hB"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/maged120~google-autocomplete-ppe/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-maged120-google-autocomplete-ppe",
                "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/maged120~google-autocomplete-ppe/runs": {
            "post": {
                "operationId": "runs-sync-maged120-google-autocomplete-ppe",
                "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/maged120~google-autocomplete-ppe/run-sync": {
            "post": {
                "operationId": "run-sync-maged120-google-autocomplete-ppe",
                "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": "Queries List",
                        "minItems": 1,
                        "maxItems": 100,
                        "type": "array",
                        "description": "A list of query objects. Each object should have: query (string), language (string, optional), country_code (string, optional), cursor_pos (integer, optional). See README for details."
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
