# Amazon US Scraper - Products, Prices, Reviews, ASIN Data (`viralanalyzer/amazon-us-intelligence`) Actor

Scrape Amazon.com (US) products: titles, prices, reviews, ratings, sellers, Prime status, ASIN. Search by keyword OR pass direct ASIN URLs. Datacenter proxy compatible (low cost). PAY\_PER\_EVENT $0.04 per product scraped.

- **URL**: https://apify.com/viralanalyzer/amazon-us-intelligence.md
- **Developed by:** [viralanalyzer](https://apify.com/viralanalyzer) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 3 total users, 1 monthly users, 87.5% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $20.00 / 1,000 product scrapeds

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

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

## What's an Apify Actor?

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

## How to integrate an Actor?

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

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

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

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

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

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

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

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

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

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

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


# README

## 🇺🇸 Amazon US Intelligence — Products, Prices & Reviews from Amazon.com

> 🔗 [View on Apify Store](https://apify.com/viralanalyzer/amazon-us-intelligence) | 🇺🇸 English | [🇧🇷 Português](#português)

Scrape **Amazon.com (US marketplace)** products with prices, ratings, reviews, Prime status, sellers, and best-seller rank. Dedicated US-only fork of the `amazon-brazil-intelligence` canonical pattern — datacenter-proxy compatible, US English headers, USD currency, US Prime browse-node filter.

### ✨ Features

- **Amazon.com only** — single TLD, en-US locale, USD prices, no multi-country branching
- **Search OR ASIN URLs** — keyword search OR direct `amazon.com/dp/ASIN` URLs
- **Pagination** — auto-follows "Next" up to `maxProducts` (cap 500)
- **Sort modes** — relevance / price-asc / price-desc / rating / newest
- **Price range filter** — `minPrice` / `maxPrice` in USD
- **Prime-only toggle** — adds US Prime filter `rh=p_n_prime_eligible:2470955011`
- **Customer reviews** — optional, up to 100 per product with rating, date, verified-purchase badge, helpful votes
- **Review sentiment heuristic** — `positive` / `mixed` / `negative` classification from rating distribution
- **CheerioCrawler** — HTTP-only, runs on Apify default datacenter proxy (validated working from DC US 2026-05-14)
- **Optional AI analysis** — Gemini-powered pricing & sentiment summary (requires `GEMINI_API_KEY`)
- **CAPTCHA detection + session rotation** — fingerprinted IPs auto-recycle

### 📥 Input

| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| `searchQuery` | string | Yes* | `fone bluetooth` | Search keyword on amazon.com |
| `productUrls` | string[] | Yes* | `[]` | Direct `amazon.com` product URLs (alternative to search) |
| `category` | string | No | `""` | Optional Amazon category filter |
| `maxProducts` | integer | No | `50` | Max products to scrape (1-500) |
| `includeReviews` | boolean | No | `false` | Extract customer reviews (slower) |
| `maxReviewsPerProduct` | integer | No | `10` | Reviews per product when `includeReviews=true` (1-100) |
| `sortBy` | enum | No | `relevance` | `relevance` / `price-asc` / `price-desc` / `rating` / `newest` |
| `minPrice` | number | No | `0` | Minimum USD price filter |
| `maxPrice` | number | No | `0` | Maximum USD price filter (0 = no limit) |
| `primeOnly` | boolean | No | `false` | Only return Prime-eligible products |
| `includeAiAnalysis` | boolean | No | `false` | Adds Gemini summary (requires `GEMINI_API_KEY` env) |
| `proxyConfiguration` | object | No | RESIDENTIAL | Default RESIDENTIAL; can downgrade to datacenter for cheaper runs |

*Either `searchQuery` OR `productUrls` is required.

#### Input example (JSON)

```json
{
  "searchQuery": "robot vacuum",
  "maxProducts": 30,
  "sortBy": "rating",
  "minPrice": 100,
  "maxPrice": 500,
  "primeOnly": true,
  "includeReviews": true,
  "maxReviewsPerProduct": 20
}
````

### 📤 Output

```json
{
  "asin": "B0BTYCRJSS",
  "title": "iRobot Roomba Combo j5+ Self-Emptying Robot Vacuum & Mop",
  "url": "https://www.amazon.com/dp/B0BTYCRJSS",
  "price": 399.0,
  "originalPrice": 599.99,
  "discount": 33,
  "currency": "USD",
  "rating": 4.3,
  "reviewCount": 8421,
  "mainImage": "https://m.media-amazon.com/images/I/...jpg",
  "isPrime": true,
  "brand": "iRobot",
  "seller": "Amazon.com",
  "categories": ["Home & Kitchen", "Vacuums & Floor Care", "Robotic Vacuums"],
  "features": ["Smart mapping with Imprint", "2-in-1 vacuum and mop", "..."],
  "bestSellerRank": 12,
  "isAvailable": true,
  "reviews": [
    {
      "rating": 5,
      "title": "Works great on tile and carpet",
      "body": "Picked up everything...",
      "verified": true,
      "helpfulVotes": 47,
      "date": "2026-04-22"
    }
  ],
  "reviewSentiment": "positive",
  "scrapedAt": "2026-05-15T14:00:00Z"
}
```

### 💰 Pricing

Pay-per-event (`product-scraped`): charged once per product successfully extracted. CAPTCHA / 0-item runs do **not** charge.

### 🚀 Use cases

- **US affiliate research** — surface high-rating products in Amazon Associates verticals (3-12% commission)
- **Competitor price tracking** — daily snapshots of USD pricing on key SKUs
- **Best-seller rank monitoring** — track BSR movement in a category over time
- **Review mining for SEO** — extract review bodies for long-tail keyword discovery
- **Catalog import** — seed a comparison-shopping site with structured Amazon.com data

### ⚠️ Common errors

| Error | Cause | Fix |
|---|---|---|
| `CAPTCHA page detected` | Amazon fingerprinted the proxy session | Wait 60s + retry; consider upgrading to RESIDENTIAL US |
| `[FAIL] Zero products extracted` | Datacenter IP blocked OR keyword too narrow | Switch `apifyProxyGroups: ["RESIDENTIAL"]`, `countryCode: "US"` |
| `productUrls country mismatch` | URL is `amazon.com.br` or `.co.uk` | This actor handles `amazon.com` only — use [Amazon Multi-Country](https://apify.com/viralanalyzer/amazon-multi-country) for other TLDs |
| `GEMINI_API_KEY missing` (with `includeAiAnalysis=true`) | Env var not set in actor secrets | Add `GEMINI_API_KEY` in Apify Console > Settings > Environment Variables |

### 🔒 Privacy

No third-party proxy vendors. Datasets stay inside your Apify account. `GEMINI_API_KEY` (when provided) is sent only to Google's Gemini API over HTTPS.

### 📚 Related actors

- [Amazon Multi-Country Scraper](https://apify.com/viralanalyzer/amazon-multi-country) — US/UK/DE/FR/IT/ES/CA in one actor
- [Amazon Brazil Intelligence](https://apify.com/viralanalyzer/amazon-brazil-intelligence) — Amazon.com.br canonical
- [CJ Affiliate Products](https://apify.com/viralanalyzer/cj-affiliate-products) — Commission Junction API (US-heavy)
- [ClickBank Marketplace Intelligence](https://apify.com/viralanalyzer/clickbank-marketplace-intelligence) — US digital affiliate products

### 🆕 Changelog

- **v1.0** (2026-05-13): Initial release. Forked from `amazon-brazil-intelligence` canonical, retargeted to amazon.com, en-US headers, USD parsing, US Prime filter.

***

### Português

## 🇺🇸 Amazon US Intelligence — Produtos, Preços e Reviews da Amazon.com

> 🔗 [Ver na Apify Store](https://apify.com/viralanalyzer/amazon-us-intelligence)

Scrape **Amazon.com (mercado US)** com preços, ratings, reviews, status Prime, vendedores e best-seller rank. Fork dedicado US do padrão `amazon-brazil-intelligence` — compatível com proxy datacenter, headers en-US, moeda USD, filtro Prime US.

#### ✨ Recursos

- **Apenas amazon.com** — TLD único, locale en-US, USD, sem branching multi-país
- **Busca OU URLs ASIN** — palavra-chave OU URLs diretas `/dp/ASIN`
- **Paginação automática** — segue "Next" até `maxProducts` (limite 500)
- **Ordenação** — relevância / preço asc-desc / rating / mais novos
- **Faixa de preço em USD** — `minPrice` / `maxPrice`
- **Apenas Prime** — adiciona filtro Prime US (`rh=p_n_prime_eligible:2470955011`)
- **Reviews opcionais** — até 100 por produto, com data, verified, helpful-votes
- **Sentimento das reviews** — `positive` / `mixed` / `negative` heurístico
- **CheerioCrawler** — HTTP-only, roda com proxy datacenter padrão
- **Análise AI opcional** — Gemini (requer `GEMINI_API_KEY`)
- **CAPTCHA + rotação de sessão** — IPs sinalizados são reciclados

#### 📥 Input

| Parâmetro | Tipo | Obrigatório | Default | Descrição |
|---|---|---|---|---|
| `searchQuery` | string | Sim\* | `fone bluetooth` | Busca |
| `productUrls` | string\[] | Sim\* | `[]` | URLs diretas amazon.com |
| `maxProducts` | integer | Não | `50` | Máximo (1-500) |
| `includeReviews` | boolean | Não | `false` | Extrair reviews |
| `maxReviewsPerProduct` | integer | Não | `10` | Reviews por produto |
| `sortBy` | enum | Não | `relevance` | Ordenação |
| `minPrice` / `maxPrice` | number | Não | `0` | Filtro de preço USD |
| `primeOnly` | boolean | Não | `false` | Só Prime |
| `includeAiAnalysis` | boolean | Não | `false` | Sumário Gemini |
| `proxyConfiguration` | object | Não | RESIDENTIAL | Pode trocar para datacenter |

#### 💰 Cobrança

Pay-per-event `product-scraped`: cobrado por produto extraído. Run com CAPTCHA / 0 itens **não cobra**.

#### 🚀 Casos de uso

- Pesquisa de afiliados US (Amazon Associates 3-12%)
- Rastreamento de preço de concorrentes em USD
- Monitoramento de Best Seller Rank
- Mineração de reviews para SEO long-tail
- Importação de catálogo para sites de comparação

#### ⚠️ Erros comuns

- `CAPTCHA page detected`: trocar para RESIDENTIAL US
- `[FAIL] Zero products extracted`: keyword muito estreita ou IP bloqueado
- `GEMINI_API_KEY missing`: definir em Settings > Environment Variables do actor

#### 🔒 Privacidade

Sem proxy de terceiros. Datasets ficam na sua conta Apify.

#### 📚 Actors relacionados

- [Amazon Multi-Country](https://apify.com/viralanalyzer/amazon-multi-country)
- [Amazon Brazil Intelligence](https://apify.com/viralanalyzer/amazon-brazil-intelligence)
- [CJ Affiliate Products](https://apify.com/viralanalyzer/cj-affiliate-products)
- [ClickBank Marketplace Intelligence](https://apify.com/viralanalyzer/clickbank-marketplace-intelligence)

#### 🆕 Changelog

- **v1.0** (2026-05-13): release inicial, fork US do canonical Brazil.

# Actor input Schema

## `searchQuery` (type: `string`):

Product search term (e.g., 'iPhone 15', 'fone bluetooth', 'notebook gamer')

## `productUrls` (type: `array`):

Direct Amazon.com.br product URLs to scrape (alternative to search)

## `category` (type: `string`):

Amazon category to filter results (optional)

## `maxProducts` (type: `integer`):

Maximum number of products to scrape

## `includeReviews` (type: `boolean`):

Scrape customer reviews for each product (slower but more data)

## `maxReviewsPerProduct` (type: `integer`):

Maximum reviews to scrape per product (if includeReviews is true)

## `sortBy` (type: `string`):

How to sort search results

## `minPrice` (type: `number`):

Filter products above this price

## `maxPrice` (type: `number`):

Filter products below this price (0 = no limit)

## `primeOnly` (type: `boolean`):

Only return products with Amazon Prime delivery

## `includeAiAnalysis` (type: `boolean`):

AI-powered pricing and sentiment analysis (requires GEMINI\_API\_KEY)

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

Proxy settings — recommended for Amazon scraping

## Actor input object example

```json
{
  "searchQuery": "fone bluetooth",
  "productUrls": [],
  "category": "",
  "maxProducts": 5,
  "includeReviews": false,
  "maxReviewsPerProduct": 10,
  "sortBy": "relevance",
  "minPrice": 0,
  "maxPrice": 0,
  "primeOnly": false,
  "includeAiAnalysis": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# Actor output Schema

## `results` (type: `string`):

Dataset containing all scraped results. Each item follows the dataset schema.

# 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 = {
    "searchQuery": "fone bluetooth",
    "maxProducts": 5
};

// Run the Actor and wait for it to finish
const run = await client.actor("viralanalyzer/amazon-us-intelligence").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 = {
    "searchQuery": "fone bluetooth",
    "maxProducts": 5,
}

# Run the Actor and wait for it to finish
run = client.actor("viralanalyzer/amazon-us-intelligence").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 '{
  "searchQuery": "fone bluetooth",
  "maxProducts": 5
}' |
apify call viralanalyzer/amazon-us-intelligence --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=viralanalyzer/amazon-us-intelligence",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Amazon US Scraper - Products, Prices, Reviews, ASIN Data",
        "description": "Scrape Amazon.com (US) products: titles, prices, reviews, ratings, sellers, Prime status, ASIN. Search by keyword OR pass direct ASIN URLs. Datacenter proxy compatible (low cost). PAY_PER_EVENT $0.04 per product scraped.",
        "version": "1.0",
        "x-build-id": "ZT4HWenuzz2oSWEze"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/viralanalyzer~amazon-us-intelligence/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-viralanalyzer-amazon-us-intelligence",
                "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/viralanalyzer~amazon-us-intelligence/runs": {
            "post": {
                "operationId": "runs-sync-viralanalyzer-amazon-us-intelligence",
                "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/viralanalyzer~amazon-us-intelligence/run-sync": {
            "post": {
                "operationId": "run-sync-viralanalyzer-amazon-us-intelligence",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "searchQuery": {
                        "title": "Search Query",
                        "type": "string",
                        "description": "Product search term (e.g., 'iPhone 15', 'fone bluetooth', 'notebook gamer')"
                    },
                    "productUrls": {
                        "title": "Product URLs",
                        "type": "array",
                        "description": "Direct Amazon.com.br product URLs to scrape (alternative to search)",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "category": {
                        "title": "Category Filter",
                        "type": "string",
                        "description": "Amazon category to filter results (optional)",
                        "default": ""
                    },
                    "maxProducts": {
                        "title": "Maximum Products",
                        "minimum": 1,
                        "maximum": 500,
                        "type": "integer",
                        "description": "Maximum number of products to scrape",
                        "default": 50
                    },
                    "includeReviews": {
                        "title": "Include Reviews",
                        "type": "boolean",
                        "description": "Scrape customer reviews for each product (slower but more data)",
                        "default": false
                    },
                    "maxReviewsPerProduct": {
                        "title": "Max Reviews per Product",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Maximum reviews to scrape per product (if includeReviews is true)",
                        "default": 10
                    },
                    "sortBy": {
                        "title": "Sort Results By",
                        "enum": [
                            "relevance",
                            "price-asc",
                            "price-desc",
                            "rating",
                            "newest"
                        ],
                        "type": "string",
                        "description": "How to sort search results",
                        "default": "relevance"
                    },
                    "minPrice": {
                        "title": "Minimum Price (R$)",
                        "type": "number",
                        "description": "Filter products above this price",
                        "default": 0
                    },
                    "maxPrice": {
                        "title": "Maximum Price (R$)",
                        "type": "number",
                        "description": "Filter products below this price (0 = no limit)",
                        "default": 0
                    },
                    "primeOnly": {
                        "title": "Prime Only",
                        "type": "boolean",
                        "description": "Only return products with Amazon Prime delivery",
                        "default": false
                    },
                    "includeAiAnalysis": {
                        "title": "Include AI Analysis",
                        "type": "boolean",
                        "description": "AI-powered pricing and sentiment analysis (requires GEMINI_API_KEY)",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy Configuration",
                        "type": "object",
                        "description": "Proxy settings — recommended for Amazon scraping",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
