# Yelp Scraper — Businesses & Reviews (`trakk/yelp-scraper`) Actor

Scrape Yelp businesses and full review threads without login: from business URLs, keyword+location search, or Yelp search URLs. Ratings, photos, owner replies, sentiment, contact enrichment, and analytics included.

- **URL**: https://apify.com/trakk/yelp-scraper.md
- **Developed by:** [DataForge](https://apify.com/trakk) (community)
- **Categories:** E-commerce, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.50 / 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.

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

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
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/docs.md):

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

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.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/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

## Yelp Scraper — Businesses & Reviews

Turn public Yelp into clean, structured data. Point the Actor at **business URLs, keyword + location searches, or Yelp search URLs** and get back rich records for **businesses and their full review threads** — no Yelp account, no API keys, no login.

Every source flows into one dataset with ready-made views, exportable to **JSON, CSV, Excel, XML, or HTML**, or straight into Google Sheets, Make, Zapier, n8n, or your own app via the API.

---

### 🚀 What it does

- **Business details** — name, categories, rating, review count, price level, phone, full address, website, hours, amenities/attributes, and photo.
- **Full reviews** — complete text (not snippets), star rating, date, reviewer name/location, elite status, attached photos and videos, owner replies, and reactions.
- **Three ways in** — paste business URLs, search by keyword + location, or hand it a Yelp search URL and let it expand into businesses.
- **Deep pagination** — collects every review a business has, not just the first page.

### ✨ Extras (beyond the basics)

- 🧠 **Sentiment analysis** — a score and label on every review.
- 📧 **Contact enrichment** — pulls emails and social profiles from the business's own website.
- 📊 **Review analytics** — a per-business rollup: average rating and sentiment, rating distribution, and top keywords.
- 🔔 **Monitoring** — `onlyNewerThan` collects only reviews posted since your last run.

---

### 🎯 Input

Provide **at least one** source. You can mix them freely.

| Field | What it does |
|---|---|
| `directUrls` | Yelp business page URLs (or aliases). |
| `searchTerms` + `locations` | Each keyword is searched in each location. |
| `searchUrls` | Ready-made Yelp search result URLs (with filters). |

**Reviews & filters:** `scrapeReviews`, `maxReviewsPerBusiness`, `reviewSort` (recommended / newest / oldest / highest / lowest / elites), `reviewRatings` (1–5), `reviewKeyword`, `reviewLanguage`, `translateReviews`.

**Add-ons:** `sentiment`, `enrichContacts`, `reviewAnalytics`, `onlyNewerThan`.

**Limits:** `maxItems`, `maxBusinessesPerSearch`, `dedupe`, `maxConcurrency`.

#### Example

```json
{
  "searchTerms": ["coffee"],
  "locations": ["San Francisco, CA"],
  "maxBusinessesPerSearch": 10,
  "scrapeReviews": true,
  "maxReviewsPerBusiness": 50,
  "reviewSort": "newest",
  "sentiment": true
}
````

***

### 📦 Output

Every record has a `dataType` (`business`, `review`, or `analytics`). Ready-made dataset views split them into **Businesses**, **Reviews**, and an **Overview**.

**Business**

```json
{
  "dataType": "business",
  "businessId": "WavvLdfdP6g8aZTtbBQHTw",
  "name": "Gary Danko",
  "url": "https://www.yelp.com/biz/gary-danko-san-francisco",
  "rating": 4.5,
  "reviewCount": 6130,
  "priceRange": "$$$$",
  "categories": ["New American", "French", "Cocktail Bars"],
  "phone": "(415) 749-2060",
  "address": "800 N Point St, San Francisco, CA, 94109",
  "city": "San Francisco",
  "state": "CA",
  "website": "https://www.garydanko.com",
  "hours": [{ "day": "Monday", "hours": "5:00 PM - 10:00 PM" }],
  "attributes": { "WheelchairAccessible": true, "OutdoorSeating": false }
}
```

**Review**

```json
{
  "dataType": "review",
  "reviewId": "TGBBH1XtbecP-Q2NKU2XBg",
  "rating": 5,
  "text": "Five stars for special service by the lady server...",
  "date": "2026-07-23T23:46:41-04:00",
  "authorName": "Nooruddin G.",
  "authorLocation": "Los Angeles, CA",
  "authorReviewCount": 137,
  "authorIsElite": false,
  "photos": ["https://s3-media0.fl.yelpcdn.com/bphoto/.../o.jpg"],
  "ownerReply": null,
  "sentimentLabel": "positive",
  "businessName": "Bar 54",
  "url": "https://www.yelp.com/biz/bar-54-new-york-2?hrid=TGBBH1XtbecP-Q2NKU2XBg"
}
```

***

### 💡 Use cases

- **Reputation monitoring** — track new reviews and sentiment for your locations on a schedule.
- **Lead generation** — build lists of businesses by category + city, enriched with emails and socials.
- **Market & competitor research** — rating distributions, pricing, and review themes across a market.
- **Voice-of-customer** — mine review text and sentiment for product and service insights.

### 💳 Pricing

Pay per result — set **`maxItems`** to cap a run. Any unavailable, private, or filtered source is written to the **Issues** dataset — never billed as a result.

### ❓ FAQ

**Do I need a Yelp account or API key?**
No. You never sign in, register an app, or supply a key — the Actor handles authenticated access to **public** Yelp for you and returns clean data.

**Does it get full review text?**
Yes — complete review text with pagination through all of a business's reviews, not the 3-review snippets the official API returns.

**My run returned nothing — why?**
The log tells you. If reviews were **filtered**, they were excluded by your rating/date/keyword rules. If there were **issues**, a source was unavailable or Yelp briefly throttled the run — just run it again. (An empty input never errors — it returns a friendly reminder.)

**Can I export to Google Sheets / Make / Zapier?**
Yes. Every dataset downloads as JSON, CSV, Excel, XML, or HTML, and integrates with Google Sheets, Make, Zapier, n8n, webhooks, and the Apify API.

***

`yelp scraper` · `yelp reviews` · `yelp business data` · `yelp api` · `review scraping` · `business listings` · `lead generation` · `sentiment analysis` · `local business data` · `reputation monitoring` · `no login`

# Actor input Schema

## `directUrls` (type: `array`):

Direct Yelp business page URLs (or aliases), e.g. https://www.yelp.com/biz/gary-danko-san-francisco.

## `searchTerms` (type: `array`):

What to search for on Yelp, e.g. "coffee", "plumbers", "sushi". Combined with each location below.

## `locations` (type: `array`):

Where to search — city, ZIP, or area, e.g. "San Francisco, CA". Each search keyword runs in each location.

## `searchUrls` (type: `array`):

Paste ready-made Yelp search result URLs (with filters applied) to expand into businesses.

## `scrapeReviews` (type: `boolean`):

For every business found, also collect its reviews (full text, rating, author, photos, owner replies).

## `maxReviewsPerBusiness` (type: `integer`):

Cap on reviews collected per business. 0 = all.

## `reviewSort` (type: `string`):

Ordering for collected reviews.

## `reviewRatings` (type: `array`):

Keep only reviews with these star ratings (1–5). Leave empty for all.

## `reviewKeyword` (type: `string`):

Keep only reviews mentioning this keyword/phrase.

## `reviewLanguage` (type: `string`):

Language code to prefer for reviews (e.g. en, es, fr).

## `translateReviews` (type: `boolean`):

Translate non-matching reviews into the selected language.

## `sentiment` (type: `boolean`):

Add a sentiment score and label to each review.

## `enrichContacts` (type: `boolean`):

Pull emails and social profiles from the business's own website.

## `reviewAnalytics` (type: `boolean`):

Emit a per-business rollup: average rating/sentiment, rating distribution, top keywords.

## `onlyNewerThan` (type: `integer`):

Skip reviews created at/before this Unix timestamp — useful for scheduled monitoring.

## `maxItems` (type: `integer`):

Global cap across businesses + reviews + analytics. 0 = unlimited.

## `maxBusinessesPerSearch` (type: `integer`):

How many businesses to take from each search keyword/URL.

## `dedupe` (type: `boolean`):

Save each business/review only once per run.

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

Yelp requires residential proxies; the default is tuned for reliable access.

## `maxConcurrency` (type: `integer`):

Businesses processed at once.

## `maxRetries` (type: `integer`):

Retries for a failed Yelp request.

## `requestTimeoutSecs` (type: `integer`):

Maximum time for one request.

## Actor input object example

```json
{
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/gary-danko-san-francisco"
    }
  ],
  "scrapeReviews": true,
  "maxReviewsPerBusiness": 20,
  "reviewSort": "relevance",
  "reviewRatings": [],
  "reviewLanguage": "en",
  "translateReviews": false,
  "sentiment": false,
  "enrichContacts": false,
  "reviewAnalytics": false,
  "onlyNewerThan": 0,
  "maxItems": 50,
  "maxBusinessesPerSearch": 10,
  "dedupe": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 5,
  "maxRetries": 5,
  "requestTimeoutSecs": 30
}
```

# Actor output Schema

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

No description

## `businesses` (type: `string`):

No description

## `reviews` (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 = {
    "directUrls": [
        {
            "url": "https://www.yelp.com/biz/gary-danko-san-francisco"
        }
    ],
    "maxItems": 50,
    "maxBusinessesPerSearch": 10
};

// Run the Actor and wait for it to finish
const run = await client.actor("trakk/yelp-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 = {
    "directUrls": [{ "url": "https://www.yelp.com/biz/gary-danko-san-francisco" }],
    "maxItems": 50,
    "maxBusinessesPerSearch": 10,
}

# Run the Actor and wait for it to finish
run = client.actor("trakk/yelp-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 '{
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/gary-danko-san-francisco"
    }
  ],
  "maxItems": 50,
  "maxBusinessesPerSearch": 10
}' |
apify call trakk/yelp-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Yelp Scraper — Businesses & Reviews",
        "description": "Scrape Yelp businesses and full review threads without login: from business URLs, keyword+location search, or Yelp search URLs. Ratings, photos, owner replies, sentiment, contact enrichment, and analytics included.",
        "version": "1.0",
        "x-build-id": "j1EtczRltWB8T42OI"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/trakk~yelp-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-trakk-yelp-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/trakk~yelp-scraper/runs": {
            "post": {
                "operationId": "runs-sync-trakk-yelp-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/trakk~yelp-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-trakk-yelp-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",
                "properties": {
                    "directUrls": {
                        "title": "🔗 Business URLs",
                        "type": "array",
                        "description": "Direct Yelp business page URLs (or aliases), e.g. https://www.yelp.com/biz/gary-danko-san-francisco.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "searchTerms": {
                        "title": "🔎 Search keywords",
                        "type": "array",
                        "description": "What to search for on Yelp, e.g. \"coffee\", \"plumbers\", \"sushi\". Combined with each location below.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "locations": {
                        "title": "📍 Locations",
                        "type": "array",
                        "description": "Where to search — city, ZIP, or area, e.g. \"San Francisco, CA\". Each search keyword runs in each location.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "searchUrls": {
                        "title": "🔗 Yelp search URLs",
                        "type": "array",
                        "description": "Paste ready-made Yelp search result URLs (with filters applied) to expand into businesses.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "scrapeReviews": {
                        "title": "💬 Scrape reviews",
                        "type": "boolean",
                        "description": "For every business found, also collect its reviews (full text, rating, author, photos, owner replies).",
                        "default": true
                    },
                    "maxReviewsPerBusiness": {
                        "title": "Max reviews per business",
                        "minimum": 0,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Cap on reviews collected per business. 0 = all.",
                        "default": 20
                    },
                    "reviewSort": {
                        "title": "Review sort",
                        "enum": [
                            "relevance",
                            "newest",
                            "oldest",
                            "highest",
                            "lowest",
                            "elites"
                        ],
                        "type": "string",
                        "description": "Ordering for collected reviews.",
                        "default": "relevance"
                    },
                    "reviewRatings": {
                        "title": "Only these star ratings",
                        "type": "array",
                        "description": "Keep only reviews with these star ratings (1–5). Leave empty for all.",
                        "items": {
                            "type": "string",
                            "enum": [
                                "1",
                                "2",
                                "3",
                                "4",
                                "5"
                            ],
                            "enumTitles": [
                                "1★",
                                "2★",
                                "3★",
                                "4★",
                                "5★"
                            ]
                        },
                        "default": []
                    },
                    "reviewKeyword": {
                        "title": "Keyword in reviews",
                        "type": "string",
                        "description": "Keep only reviews mentioning this keyword/phrase."
                    },
                    "reviewLanguage": {
                        "title": "Review language",
                        "type": "string",
                        "description": "Language code to prefer for reviews (e.g. en, es, fr).",
                        "default": "en"
                    },
                    "translateReviews": {
                        "title": "Translate reviews",
                        "type": "boolean",
                        "description": "Translate non-matching reviews into the selected language.",
                        "default": false
                    },
                    "sentiment": {
                        "title": "🧠 Sentiment analysis",
                        "type": "boolean",
                        "description": "Add a sentiment score and label to each review.",
                        "default": false
                    },
                    "enrichContacts": {
                        "title": "📧 Enrich contacts",
                        "type": "boolean",
                        "description": "Pull emails and social profiles from the business's own website.",
                        "default": false
                    },
                    "reviewAnalytics": {
                        "title": "📊 Review analytics",
                        "type": "boolean",
                        "description": "Emit a per-business rollup: average rating/sentiment, rating distribution, top keywords.",
                        "default": false
                    },
                    "onlyNewerThan": {
                        "title": "⏱️ Only reviews newer than (Unix time)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Skip reviews created at/before this Unix timestamp — useful for scheduled monitoring.",
                        "default": 0
                    },
                    "maxItems": {
                        "title": "Max results",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Global cap across businesses + reviews + analytics. 0 = unlimited.",
                        "default": 200
                    },
                    "maxBusinessesPerSearch": {
                        "title": "Max businesses per search",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "How many businesses to take from each search keyword/URL.",
                        "default": 20
                    },
                    "dedupe": {
                        "title": "Remove duplicates",
                        "type": "boolean",
                        "description": "Save each business/review only once per run.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "🌐 Proxy",
                        "type": "object",
                        "description": "Yelp requires residential proxies; the default is tuned for reliable access.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    },
                    "maxConcurrency": {
                        "title": "Parallel businesses",
                        "minimum": 1,
                        "maximum": 20,
                        "type": "integer",
                        "description": "Businesses processed at once.",
                        "default": 5
                    },
                    "maxRetries": {
                        "title": "Request retries",
                        "minimum": 0,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Retries for a failed Yelp request.",
                        "default": 5
                    },
                    "requestTimeoutSecs": {
                        "title": "Request timeout (s)",
                        "minimum": 5,
                        "maximum": 120,
                        "type": "integer",
                        "description": "Maximum time for one request.",
                        "default": 30
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
