# Walmart Product Search (`burbn/walmart-product-search`) Actor

Scrape Walmart search results by keyword with real-time product data — titles, prices, list prices, savings, ratings, review counts, seller names, shipping options, stock availability, and badge flags. Sort by Best Match, Price, Best Seller, store ID, ZIP code, and more.

- **URL**: https://apify.com/burbn/walmart-product-search.md
- **Developed by:** [Kevin](https://apify.com/burbn) (community)
- **Categories:** E-commerce, Automation, Developer tools
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $5.00 / 1,000 results

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

## Walmart Product Search | Search Walmart Products API

Search Walmart products by keyword across US and Canada marketplaces. Extract product titles, prices, ratings, reviews, seller info, shipping details, availability, savings, and more from Walmart search results. Filter by price range, sort order, store ID, location, and facet. The best Walmart search scraper for product research, price monitoring, and e-commerce analysis.

### ❓ What is Walmart Product Search?

**Walmart Product Search** is a powerful Apify actor that lets you search and extract product listings from **Walmart** by keyword — across US and Canada marketplaces. Perfect for e-commerce sellers, market researchers, price comparison tools, and dropshipping businesses.

With this Walmart search tool, you can:

- 🔍 **Search products by keyword** — Enter any product name or keyword (e.g., "gaming laptop", "iphone 17", "samsung tv", "air fryer")
- 🌍 **2 Marketplaces** — Search Walmart US (walmart.com) and Canada (walmart.ca)
- 📊 **Sort results** — Best Match, Price Low to High, Price High to Low, Best Seller, Top Rated
- 💰 **Price range filter** — Set minimum and maximum price
- 🏬 **Store filter** — Filter by specific Walmart store ID
- 📍 **Location filter** — Localize results by US state code or ZIP/postal code
- 🏷️ **Facet filter** — Refine results by brand, category, and more
- 📄 **Automatic pagination** — Scrape multiple pages of results

### 🎯 What Data Can You Extract from Walmart Search?

| Field | Description |
|-------|-------------|
| `productId` | Unique Walmart product identifier |
| `usItemId` | Walmart US item ID |
| `title` | Product listing title |
| `description` | Product description |
| `brand` | Product brand name |
| `url` | Direct link to Walmart product page |
| `image` | Product image URL |
| `thumbnail` | Product thumbnail URL |
| `price` | Current price |
| `listPrice` | Original list price |
| `currency` | Price currency (USD, CAD) |
| `currencySymbol` | Currency symbol ($) |
| `priceDisplay` | Formatted price display (e.g., "$15.25/month") |
| `minPrice` | Minimum price (for variable pricing) |
| `maxPrice` | Maximum price (for variable pricing) |
| `savingsAmount` | Savings amount |
| `pricePerUnitAmount` | Price per unit amount |
| `pricePerUnitType` | Price per unit type |
| `primaryOffer` | Primary offer details (offer ID, price) |
| `rating` | Product rating (1-5 stars) |
| `reviewCount` | Number of product reviews |
| `availability` | Availability status (In stock, Out of stock) |
| `outOfStock` | Whether the product is out of stock |
| `preorder` | Whether the product is available for preorder |
| `seller` | Seller name |
| `sellerId` | Seller unique ID |
| `pickup` | Whether store pickup is available |
| `deliveryFromStore` | Whether delivery from store is available |
| `shipping` | Whether shipping is available |
| `shippingDays` | Estimated shipping days |
| `twoDayShipping` | Whether 2-day shipping is available |
| `freeShipping` | Whether free shipping is available |
| `freeShippingWithWalmartPlus` | Whether free shipping is available with Walmart+ |
| `sponsored` | Whether the listing is sponsored |
| `multipleOptionsAvailable` | Whether multiple options are available |
| `badgeFlags` | Badge flags (e.g., Best Seller, Rollback) |
| `bestSeller` | Whether the product is a best seller |
| `position` | Position in search results |

### 🚀 How to Use Walmart Product Search

#### Step 1: Enter Search Query

Enter the product keyword you want to search for on Walmart.

#### Step 2: Set Filters (Optional)

| Input | Type | Required | Default | Description |
|-------|------|----------|---------|-------------|
| `query` | String | ✅ Yes | `iphone 17` | Product keyword to search |
| `domain` | Enum | ❌ No | `us` | Walmart marketplace (us, ca) |
| `sort_by` | Enum | ❌ No | `best_match` | Sort order for results |
| `min_price` | Number | ❌ No | — | Minimum price filter |
| `max_price` | Number | ❌ No | — | Maximum price filter |
| `store_id` | String | ❌ No | — | Walmart store ID |
| `state` | String | ❌ No | — | US state code (e.g., CA, NY) |
| `zip` | String | ❌ No | — | ZIP/postal code |
| `facet` | String | ❌ No | — | Facet filter string |
| `page` | Integer | ❌ No | `1` | Starting page number (1-100) |
| `maxPages` | Integer | ❌ No | `1` | Maximum pages to scrape (1-100) |

#### Step 3: Run and Download Results

Click **Start** to run the scraper. Results are available in JSON, CSV, Excel, XML, and RSS formats.

### 📋 Example Input

```json
{
  "query": "gaming laptop",
  "domain": "us",
  "sort_by": "best_match",
  "min_price": 500,
  "max_price": 1500,
  "maxPages": 3
}
````

### 📋 Example Output

```json
{
  "position": 1,
  "product_id": "7JS1DMV995RD",
  "us_item_id": "13567365941",
  "title": "ASUS ROG Strix G16 (2025) Gaming Laptop, 16” WUXGA 165Hz/3ms AMD Ryzen 9 9955HX, NVIDIA GeForce RTX 5060 8GB VRAM 16GB DDR5-5600 RAM 1TB PCIe Gen 4 SSD Eclipse Gray",
  "description": null,
  "brand": null,
  "price": 1399,
  "list_price": 1,
  "currency": "USD",
  "currency_symbol": "$",
  "price_display": "$1,399.00",
  "min_price": null,
  "max_price": null,
  "savings_amount": 200.99,
  "price_per_unit_amount": null,
  "price_per_unit_type": null,
  "primary_offer": {
    "offer_id": "A30F1E973F7337E2B54208AFC962EC12",
      "offer_price": 1399,
      "min_price": null
    },
    "image": "https://i5.walmartimages.com/seo/ASUS-ROG-Strix-G16-2025-16-Gaming-Laptop-Ryzen-9-TBD-16GB-RTX-50XX-1TB-SSD-G614FM-WS94_8e85f0bb-5fbb-4e70-b78e-01f354eeba1e.6d9b91d23872d2f6c32690b15cff41b6.jpeg",
    "thumbnail": "https://i5.walmartimages.com/seo/ASUS-ROG-Strix-G16-2025-16-Gaming-Laptop-Ryzen-9-TBD-16GB-RTX-50XX-1TB-SSD-G614FM-WS94_8e85f0bb-5fbb-4e70-b78e-01f354eeba1e.6d9b91d23872d2f6c32690b15cff41b6.jpeg?odnHeight=180&odnWidth=180&odnBg=FFFFFF",
    "url": "https://www.walmart.com/ip/ASUS-ROG-Strix-G16-2025-16-Gaming-Laptop-Ryzen-9-TBD-16GB-RTX-50XX-1TB-SSD-G614FM-WS94/13567365941?classType=REGULAR&athbdg=L1200",
    "rating": 4.4,
    "review_count": 272,
    "availability": "In stock",
    "out_of_stock": false,
    "preorder": false,
    "seller": "Walmart.com",
    "seller_id": "F55CDC31AB754BB68FE0B39041159D63",
    "pickup": false,
    "delivery_from_store": false,
    "shipping": true,
    "shipping_days": null,
    "two_day_shipping": false,
    "free_shipping": true,
    "free_shipping_with_walmart_plus": true,
    "sponsored": true,
    "multiple_options_available": false,
    "variants": [],
    "badge_flags": [
      {
        "key": "CUSTOMER_PICK",
        "text": "Overall pick"
      }
    ],
    "best_seller": false
}
```

### 🎨 Dataset Views

| View | Description |
|------|-------------|
| 📊 **Products Overview** | Title, price, seller, availability, rating, reviews, and link |
| 💰 **Pricing Details** | List price, savings, price display, currency, and price range |
| 🚚 **Shipping & Availability** | Pickup, store delivery, free shipping, 2-day shipping, Walmart+ |

### 💡 Use Cases

- **Product Research** — Find and compare products across Walmart US and Canada
- **Price Monitoring** — Track prices for specific products over time
- **Dropshipping** — Discover trending products and competitive pricing for dropshipping
- **E-commerce Analysis** — Analyze competitor listings, pricing strategies, and seller performance
- **Deal Hunting** — Find the best deals with savings and free shipping
- **Market Research** — Study product demand, pricing trends, and availability
- **Inventory Tracking** — Monitor stock availability and shipping options

### 🔧 Tips for Best Results

1. **Be specific** — Use specific product names for more relevant results
2. **Set price range** — Use min/max price to find products in your budget
3. **Use state/ZIP** — Localize results for accurate pricing and availability
4. **Try store\_id** — Filter by specific Walmart store for local inventory
5. **Increase maxPages** — Set to 10+ for comprehensive product research
6. **Use sort\_by** — Sort by `price_low` for deal hunting or `top_rated` for quality products

### 🏷️ Tags

`walmart` `walmart scraper` `walmart search` `walmart products` `walmart product search` `walmart api` `product search` `price comparison` `walmart crawler` `walmart extractor` `product research` `price monitoring` `dropshipping` `e-commerce` `walmart listings` `walmart data` `marketplace scraper` `online shopping`

### 🎁 Get $5 Free Apify Credits

New to Apify? [Sign up using this link](https://apify.com?fpr=free-credits) and get **$5 free credits** to start scraping Walmart right away! No credit card required.

### 📞 Support

For questions, feedback, or issues, please contact us through Apify or open an issue.

***

**Happy searching Walmart products! 🔍✨**

# Actor input Schema

## `query` (type: `string`):

Enter the product keyword to search for on Walmart (e.g., gaming laptop, iphone 17, samsung tv, air fryer).

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

Select the Walmart domain/marketplace to search. Sets the country, language, and currency.

## `sort_by` (type: `string`):

Sort order for search results.

## `min_price` (type: `number`):

Only return products with price greater than this value (in the currency of the selected marketplace). Must be lower than max\_price.

## `max_price` (type: `number`):

Only return products with price less than this value (in the currency of the selected marketplace). Must be higher than min\_price.

## `store_id` (type: `string`):

Walmart store ID to filter results by a specific store's availability. Leave empty for all stores.

## `state` (type: `string`):

US state code to localize search results (e.g., CA, NY, TX, FL). Only applicable for US marketplace.

## `zip` (type: `string`):

ZIP or postal code to localize search results (e.g., 90210, 10001). Helps show local pricing and availability.

## `facet` (type: `string`):

Facet filter string for refining results (e.g., by brand, category). Advanced filter — leave empty if not needed.

## `page` (type: `integer`):

Starting page number. Range: 1-100.

## `maxPages` (type: `integer`):

Maximum number of pages to scrape. Set to 1 for a quick test, or higher for comprehensive data.

## Actor input object example

```json
{
  "query": "iphone 17",
  "domain": "us",
  "sort_by": "best_match",
  "page": 1,
  "maxPages": 1
}
```

# Actor output Schema

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

View all products with title, price, seller, availability, rating, reviews, and link.

## `pricing` (type: `string`):

View pricing details with list price, savings, price display, currency, and price range.

## `shipping` (type: `string`):

View shipping and availability info with pickup, store delivery, free shipping, 2-day shipping, and Walmart+ shipping.

# 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 = {
    "query": "iphone 17",
    "domain": "us",
    "sort_by": "best_match",
    "page": 1,
    "maxPages": 1
};

// Run the Actor and wait for it to finish
const run = await client.actor("burbn/walmart-product-search").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 = {
    "query": "iphone 17",
    "domain": "us",
    "sort_by": "best_match",
    "page": 1,
    "maxPages": 1,
}

# Run the Actor and wait for it to finish
run = client.actor("burbn/walmart-product-search").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 '{
  "query": "iphone 17",
  "domain": "us",
  "sort_by": "best_match",
  "page": 1,
  "maxPages": 1
}' |
apify call burbn/walmart-product-search --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Walmart Product Search",
        "description": "Scrape Walmart search results by keyword with real-time product data — titles, prices, list prices, savings, ratings, review counts, seller names, shipping options, stock availability, and badge flags. Sort by Best Match, Price, Best Seller, store ID, ZIP code, and more.",
        "version": "1.0",
        "x-build-id": "mZBiZJyb4UT6TXdlS"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/burbn~walmart-product-search/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-burbn-walmart-product-search",
                "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/burbn~walmart-product-search/runs": {
            "post": {
                "operationId": "runs-sync-burbn-walmart-product-search",
                "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/burbn~walmart-product-search/run-sync": {
            "post": {
                "operationId": "run-sync-burbn-walmart-product-search",
                "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": [
                    "query"
                ],
                "properties": {
                    "query": {
                        "title": "🔎 Search Query",
                        "type": "string",
                        "description": "Enter the product keyword to search for on Walmart (e.g., gaming laptop, iphone 17, samsung tv, air fryer).",
                        "default": "iphone 17"
                    },
                    "domain": {
                        "title": "🌍 Walmart Marketplace",
                        "enum": [
                            "us",
                            "ca"
                        ],
                        "type": "string",
                        "description": "Select the Walmart domain/marketplace to search. Sets the country, language, and currency.",
                        "default": "us"
                    },
                    "sort_by": {
                        "title": "📊 Sort By",
                        "enum": [
                            "best_match",
                            "price_low",
                            "price_high",
                            "best_seller",
                            "top_rated"
                        ],
                        "type": "string",
                        "description": "Sort order for search results.",
                        "default": "best_match"
                    },
                    "min_price": {
                        "title": "💰 Minimum Price",
                        "type": "number",
                        "description": "Only return products with price greater than this value (in the currency of the selected marketplace). Must be lower than max_price."
                    },
                    "max_price": {
                        "title": "💰 Maximum Price",
                        "type": "number",
                        "description": "Only return products with price less than this value (in the currency of the selected marketplace). Must be higher than min_price."
                    },
                    "store_id": {
                        "title": "🏬 Store ID",
                        "type": "string",
                        "description": "Walmart store ID to filter results by a specific store's availability. Leave empty for all stores."
                    },
                    "state": {
                        "title": "🗺️ US State Code",
                        "type": "string",
                        "description": "US state code to localize search results (e.g., CA, NY, TX, FL). Only applicable for US marketplace."
                    },
                    "zip": {
                        "title": "📮 ZIP / Postal Code",
                        "type": "string",
                        "description": "ZIP or postal code to localize search results (e.g., 90210, 10001). Helps show local pricing and availability."
                    },
                    "facet": {
                        "title": "🏷️ Facet Filter",
                        "type": "string",
                        "description": "Facet filter string for refining results (e.g., by brand, category). Advanced filter — leave empty if not needed."
                    },
                    "page": {
                        "title": "📄 Start Page",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Starting page number. Range: 1-100.",
                        "default": 1
                    },
                    "maxPages": {
                        "title": "🎯 Maximum Pages",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Maximum number of pages to scrape. Set to 1 for a quick test, or higher for comprehensive data.",
                        "default": 1
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
