# Doordash Menus, Reviews, Prices & Restaurant Scraper (`abotapi/doordash-scraper`) Actor

Extract structured doordash.com data at scale. Search by keyword or paste store URLs to get store details, ratings, price tier, location, full menus, contact info, opening hours, review insights, star-rating breakdowns, and Google rating data.

- **URL**: https://apify.com/abotapi/doordash-scraper.md
- **Developed by:** [AbotAPI](https://apify.com/abotapi) (community)
- **Categories:** E-commerce, Developer tools, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.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

## DoorDash Scraper: Stores, Menus, Reviews & Search

Pull clean, structured data from DoorDash at scale. Search any keyword or paste store links, and get one record per store containing meta (name, rating, price tier, geo), the full menu, contact details (phone, website, opening hours) and review insights (recent reviews, the full 1 to 5 star histogram, theme highlights and the Google rating aggregate). Fast, reliable, and comprehensive.

### Why this scraper?

- Five things in one actor: Search, Meta, Menu, Contact info and Reviews.
- 40+ fields per store, including the exact numeric rating count (not just "500+"), the full star histogram and review theme mentions.
- Lean search runs return about 30 fields per store and are very cheap.
- Full menu with item names, prices, photos, dietary tags and item ratings.
- Opening hours by day, phone number, website and precise latitude/longitude.
- Toggle exactly what you pay for: include menu, contact info and reviews independently.
- Clean, consistent output with stable field names you can map once and reuse.

### Data you get

> Sample shape, values are illustrative placeholders, not from a live listing.

| Field | Example |
| --- | --- |
| storeId | "00000001" |
| name | "Sample Pizza Place" |
| url | "https://www.doordash.com/store/00000001/" |
| rating | 4.5 |
| ratingCount | 1234 |
| priceTier | "$$" |
| cuisines | ["Pizza", "Italian"] |
| city / state | "Sampleton" / "CA" |
| latitude / longitude | 25.0000 / 55.0000 |
| phone | "+10000000000" |
| website | "https://example.com" |
| etaMinutes | 25 |
| deliveryFee | "$0 delivery fee" |
| isSponsored | false |
| isDashpass | true |
| menuItemCount | 42 |
| reviewCount | 18 |
| menu.categories[] | [{ "name": "Most Ordered", "numItems": 6 }] |
| menu.items[] | [{ "name": "Sample Item", "price": "$9.99", "dietaryTags": ["Vegetarian"] }] |
| contact.hours[] | [{ "day": "MONDAY", "slots": ["10 AM - 10 PM"] }] |
| reviews.histogram | { "1": 5, "2": 3, "3": 4, "4": 20, "5": 90 } |
| reviews.items[] | [{ "reviewer": "Jane D", "stars": 5, "text": "Sample review text." }] |
| reviews.themes[] | [{ "label": "Great value", "count": 12, "sentiment": "POSITIVE" }] |

### How to use

Search by keyword, lean (no detail fetch):

```json
{
  "mode": "search",
  "search": ["pizza"],
  "maxStores": 50,
  "maxPages": 2,
  "includeMenu": false,
  "includeBusiness": false,
  "includeReviews": false,
  "proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
````

Search a specific city with full detail:

```json
{
  "mode": "search",
  "search": ["sushi", "ramen"],
  "location": "Brooklyn, NY",
  "maxStores": 20,
  "includeMenu": true,
  "includeBusiness": true,
  "includeReviews": true,
  "proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
```

Specific stores by URL or ID:

```json
{
  "mode": "url",
  "urls": ["https://www.doordash.com/store/00000001/", "00000002"],
  "includeMenu": true,
  "includeBusiness": true,
  "includeReviews": true,
  "proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}
```

### Input parameters

| Parameter | Type | Default | Description |
| --- | --- | --- | --- |
| mode | string | "search" | "search" for keyword search, "url" for store links or IDs. |
| search | array | \["pizza"] | Keywords to search. One search runs per term. Search mode only. |
| location | string | (empty) | City or address to localize search, e.g. "Brooklyn, NY". Defaults to your proxy location. |
| storeType | string | "any" | Limit search to a category: any, restaurant, grocery, retail. "restaurant" excludes convenience/grocery stores. Search mode only. |
| ratedOnly | boolean | false | Only return stores that have a customer rating. Search mode only. |
| dealsOnly | boolean | false | Only return stores currently offering deals. Search mode only. |
| urls | array | (example) | Store links or numeric store IDs. URL mode only. |
| includeMenu | boolean | true | Add the full menu (one store detail fetch per store). |
| includeBusiness | boolean | true | Add phone, website and opening hours. |
| includeReviews | boolean | true | Add reviews, star histogram, themes and Google aggregate. |
| maxStores | integer | 20 | Max stores across all searches/URLs. 0 means no limit. |
| maxPages | integer | 3 | Result pages per search query (50 stores per page). Search mode only. |
| proxy | object | Residential US | Proxy configuration. Residential is required. |

### Output example

> Sample shape, values are illustrative placeholders, not from a live listing.

```json
{
  "storeId": "00000001",
  "name": "Sample Pizza Place",
  "url": "https://www.doordash.com/store/00000001/",
  "rating": 4.5,
  "ratingCount": 1234,
  "priceTier": "$$",
  "cuisines": ["Pizza", "Italian"],
  "city": "Sampleton",
  "state": "CA",
  "latitude": 25.0000,
  "longitude": 55.0000,
  "etaMinutes": 25,
  "deliveryFee": "$0 delivery fee",
  "isSponsored": false,
  "isDashpass": true,
  "phone": "+10000000000",
  "website": "https://example.com",
  "contact": {
    "phone": "+10000000000",
    "website": "https://example.com",
    "hours": [{ "day": "MONDAY", "slots": ["10 AM - 10 PM"] }],
    "address": { "street": "1 Sample St", "city": "Sampleton", "state": "CA" }
  },
  "menu": {
    "categories": [{ "name": "Most Ordered", "numItems": 6 }],
    "items": [{ "name": "Sample Item", "price": "$9.99", "dietaryTags": ["Vegetarian"] }],
    "popularItems": [{ "name": "Sample Item", "price": "$9.99" }]
  },
  "menuItemCount": 42,
  "reviews": {
    "avgRating": 4.5,
    "numRatings": 1234,
    "numReviews": 18,
    "histogram": { "1": 5, "2": 3, "3": 4, "4": 20, "5": 90 },
    "items": [{ "reviewer": "Jane D", "stars": 5, "text": "Sample review text.", "isVerified": true }],
    "themes": [{ "label": "Great value", "count": 12, "sentiment": "POSITIVE" }],
    "google": { "avgRating": 4.4, "numRatings": 500 }
  },
  "reviewCount": 18
}
```

### Plan requirement

This actor needs Apify Residential proxy, which is available on the Starter plan and above. Residential is the default and recommended setting. Set the proxy country to the region you want search results localized to (for example US). Recent public reviews are capped at about five per store; the full numeric rating count, the star histogram, theme highlights and the Google rating aggregate are always included.

# Actor input Schema

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

How to discover stores. 'search' runs keyword searches; 'url' takes store links or IDs directly.

## `search` (type: `array`):

Keywords to search on DoorDash (e.g. "pizza", "sushi", "McDonald's"). One search runs per term. Only used when mode = search.

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

City or address to localize search results, e.g. "Brooklyn, NY". If empty, results use the location of your proxy IP. Only used when mode = search.

## `storeType` (type: `string`):

Limit search to a store category. 'restaurant' excludes convenience/grocery stores. Only used when mode = search.

## `ratedOnly` (type: `boolean`):

Only return stores that have a customer rating (drops unrated / very low rated stores). Only used when mode = search.

## `dealsOnly` (type: `boolean`):

Only return stores currently offering deals/offers. Only used when mode = search.

## `urls` (type: `array`):

DoorDash store links (https://www.doordash.com/store/...-123456/) or bare numeric store IDs. Multiple supported. Only used when mode = url.

## `includeMenu` (type: `boolean`):

Fetch the full menu (categories + items with price, image, dietary tags). Requires a store-detail fetch per store.

## `includeBusiness` (type: `boolean`):

Fetch phone number, website and opening hours by day.

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

Fetch reviews preview (up to ~5 recent public reviews), the full 1-5 star histogram, theme highlights and Google rating aggregate.

## `maxStores` (type: `integer`):

Maximum number of stores to return across all searches/URLs. 0 = no limit.

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

Safety ceiling on result pages walked per search query (50 stores per page). Leave at the maximum: the run already stops at the Max stores cap, so this only matters if you also want to limit page depth. Only used when mode = search.

## `proxy` (type: `object`):

Apify Residential proxy is required (a clean residential IP). Pick the country your searches should be localized to. On repeated blocks the connection automatically rotates to a fresh IP, then to a neighbouring country, and finally to a backup gateway (set BACKUP\_PROXY\_URL to a residential gateway for free-tier runs).

## Actor input object example

```json
{
  "mode": "search",
  "search": [
    "pizza"
  ],
  "storeType": "any",
  "ratedOnly": false,
  "dealsOnly": false,
  "urls": [
    "https://www.doordash.com/store/673363/"
  ],
  "includeMenu": true,
  "includeBusiness": true,
  "includeReviews": true,
  "maxStores": 20,
  "maxPages": 100,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

# Actor output Schema

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

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "search",
    "search": [
        "pizza"
    ],
    "urls": [
        "https://www.doordash.com/store/673363/"
    ],
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ],
        "apifyProxyCountry": "US"
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("abotapi/doordash-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "search",
    "search": ["pizza"],
    "urls": ["https://www.doordash.com/store/673363/"],
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
        "apifyProxyCountry": "US",
    },
}

# Run the Actor and wait for it to finish
run = client.actor("abotapi/doordash-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "search",
  "search": [
    "pizza"
  ],
  "urls": [
    "https://www.doordash.com/store/673363/"
  ],
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}' |
apify call abotapi/doordash-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Doordash Menus, Reviews, Prices & Restaurant Scraper",
        "description": "Extract structured doordash.com data at scale. Search by keyword or paste store URLs to get store details, ratings, price tier, location, full menus, contact info, opening hours, review insights, star-rating breakdowns, and Google rating data.",
        "version": "1.0",
        "x-build-id": "CheLqxXa0UDPA7Xds"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/abotapi~doordash-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-abotapi-doordash-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/abotapi~doordash-scraper/runs": {
            "post": {
                "operationId": "runs-sync-abotapi-doordash-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/abotapi~doordash-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-abotapi-doordash-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "search",
                            "url"
                        ],
                        "type": "string",
                        "description": "How to discover stores. 'search' runs keyword searches; 'url' takes store links or IDs directly.",
                        "default": "search"
                    },
                    "search": {
                        "title": "Search queries",
                        "type": "array",
                        "description": "Keywords to search on DoorDash (e.g. \"pizza\", \"sushi\", \"McDonald's\"). One search runs per term. Only used when mode = search.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "location": {
                        "title": "Location (optional)",
                        "type": "string",
                        "description": "City or address to localize search results, e.g. \"Brooklyn, NY\". If empty, results use the location of your proxy IP. Only used when mode = search."
                    },
                    "storeType": {
                        "title": "Store type",
                        "enum": [
                            "any",
                            "restaurant",
                            "grocery",
                            "retail"
                        ],
                        "type": "string",
                        "description": "Limit search to a store category. 'restaurant' excludes convenience/grocery stores. Only used when mode = search.",
                        "default": "any"
                    },
                    "ratedOnly": {
                        "title": "Well-rated only",
                        "type": "boolean",
                        "description": "Only return stores that have a customer rating (drops unrated / very low rated stores). Only used when mode = search.",
                        "default": false
                    },
                    "dealsOnly": {
                        "title": "Deals only",
                        "type": "boolean",
                        "description": "Only return stores currently offering deals/offers. Only used when mode = search.",
                        "default": false
                    },
                    "urls": {
                        "title": "Store URLs or IDs",
                        "type": "array",
                        "description": "DoorDash store links (https://www.doordash.com/store/...-123456/) or bare numeric store IDs. Multiple supported. Only used when mode = url.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeMenu": {
                        "title": "Include menu",
                        "type": "boolean",
                        "description": "Fetch the full menu (categories + items with price, image, dietary tags). Requires a store-detail fetch per store.",
                        "default": true
                    },
                    "includeBusiness": {
                        "title": "Include contact & hours",
                        "type": "boolean",
                        "description": "Fetch phone number, website and opening hours by day.",
                        "default": true
                    },
                    "includeReviews": {
                        "title": "Include reviews",
                        "type": "boolean",
                        "description": "Fetch reviews preview (up to ~5 recent public reviews), the full 1-5 star histogram, theme highlights and Google rating aggregate.",
                        "default": true
                    },
                    "maxStores": {
                        "title": "Max stores",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Maximum number of stores to return across all searches/URLs. 0 = no limit.",
                        "default": 20
                    },
                    "maxPages": {
                        "title": "Max search pages",
                        "minimum": 1,
                        "maximum": 100,
                        "type": "integer",
                        "description": "Safety ceiling on result pages walked per search query (50 stores per page). Leave at the maximum: the run already stops at the Max stores cap, so this only matters if you also want to limit page depth. Only used when mode = search.",
                        "default": 100
                    },
                    "proxy": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Apify Residential proxy is required (a clean residential IP). Pick the country your searches should be localized to. On repeated blocks the connection automatically rotates to a fresh IP, then to a neighbouring country, and finally to a backup gateway (set BACKUP_PROXY_URL to a residential gateway for free-tier runs).",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ],
                            "apifyProxyCountry": "US"
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
