# Douyin Trending Tracker - Chinese TikTok Hot List (`nexgendata/douyin-trending-tracker`) Actor

Track the live Douyin (抖音 / Chinese TikTok) hot list as JSON: trending topics, rank, category, view count, branded-partnership flag and English translation. For China social listening, consumer research and brand monitoring. No CN account or VPN needed.

- **URL**: https://apify.com/nexgendata/douyin-trending-tracker.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Business, Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $100.00 / 1,000 douyin trending topic records

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 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

## 🇨🇳🎵 Douyin Trending Tracker — Chinese TikTok Hot List & Viral Topics

**Track what is actually trending on Douyin (抖音 / Chinese TikTok) right now — the live hot list (热榜), structured into clean rows you can drop straight into a China social-listening, consumer-research or brand-intelligence pipeline.**

Douyin is the Bytedance-owned short-video super-app that TikTok was forked from, and its hot list is one of the highest-signal real-time mirrors of what mainland-China consumers, fans and creators are talking about. This actor surfaces that hot list as machine-readable JSON — topic, rank, category, view count, branded-partnership flag and a best-effort English translation — without you needing a Chinese phone number, a CN VPN, or a signed Bytedance mobile token.

Built for brand and marketing teams, consumer-trend researchers and offshore China-watchers who need the Douyin trend signal as data, not as a dashboard screenshot.

---

### What you can do with it

- **Social listening / consumer intelligence** — capture the live Douyin hot list on a schedule and store it for trend tracking, share-of-conversation and topic-emergence analysis.
- **Brand & competitor monitoring** — filter on `is_branded_partnership` to see which trending topics carry Douyin's paid-collaboration disclosure, a proxy for live creator-economy ad activity.
- **Consumer research** — bucket trends with the built-in `category` classifier (beauty/fashion/food/tech/etc.) to read what categories are surging with Chinese consumers.
- **China-watching from offshore** — read the mainland conversation in English via the best-effort `topic_english_translation` field, without a CN account.

---

### What you get per record

| Field | Type | Description |
|---|---|---|
| `rank` | int | The topic's position on Douyin's hot list (1 = hottest) |
| `topic` | string | The Chinese hashtag / trending keyword (verbatim) |
| `topic_english_translation` | string \| null | Best-effort English rendering (brand names, common phrases, public figures, event terms). Heuristic lookup, not full machine translation. `null` when `include_translation` is false |
| `category` | string | Canonical category from a built-in classifier: `entertainment` / `social` / `political` / `sports` / `tech` / `lifestyle` / `food` / `fashion` / `education` / `gaming` / `travel` |
| `view_count` | int \| null | Douyin's hot-value / view metric, when surfaced by the source |
| `video_count` | int \| null | Number of videos attached to the trend, when surfaced |
| `top_creator_handle` | string \| null | Originating creator handle, when surfaced |
| `is_branded_partnership` | bool | True when the topic carries Douyin's paid-collaboration disclosure (`广告` / `品牌合作` / `商务合作`) |
| `data_source` | string | Provenance — the exact probe path used (e.g. `tophub.today (Douyin hot-list mirror)`, `douyin.com/hot (httpx)`, `aweme.snssdk.com`, `douyin.com/hot (playwright)`) |
| `as_of_timestamp` | string | UTC ISO-8601 capture time |

Many fields are nullable on purpose: Douyin's anti-bot wall means not every source path exposes every field on every run. Records are typed for downstream pipelines that expect nulls.

---

### Input

| Parameter | Type | Default | Description |
|---|---|---|---|
| `limit` | integer | 30 | Max trending records to return (1–200). Douyin's official hot list surfaces ~50 topics |
| `categories` | array | `[]` | Restrict to one or more categories (`entertainment`, `social`, `political`, `sports`, `tech`, `lifestyle`, `food`, `fashion`, `education`, `gaming`, `travel`). Empty = all |
| `include_translation` | boolean | true | Add the `topic_english_translation` field |
| `min_view_count` | integer | 0 | Drop topics whose view count is below this threshold (0 = no filter) |
| `proxyConfiguration` | object | RESIDENTIAL | Apify proxy. RESIDENTIAL is strongly recommended — Bytedance blocks datacenter IPs aggressively |

#### Sample input

```json
{
  "limit": 30,
  "categories": ["entertainment", "social", "lifestyle"],
  "include_translation": true,
  "min_view_count": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

#### Sample output (truncated, schema-accurate)

```json
[
  {
    "rank": 1,
    "topic": "华为Mate 70 Pro 首销",
    "topic_english_translation": "Huawei Mate 70 Pro first sale trending",
    "category": "tech",
    "view_count": 184000000,
    "video_count": 124000,
    "top_creator_handle": null,
    "is_branded_partnership": false,
    "data_source": "tophub.today (Douyin hot-list mirror)",
    "as_of_timestamp": "2026-05-14T10:42:01Z"
  },
  {
    "rank": 2,
    "topic": "国足战平叙利亚",
    "topic_english_translation": "China national football team draws Syria",
    "category": "sports",
    "view_count": 92000000,
    "video_count": null,
    "top_creator_handle": null,
    "is_branded_partnership": false,
    "data_source": "tophub.today (Douyin hot-list mirror)",
    "as_of_timestamp": "2026-05-14T10:42:01Z"
  }
]
```

***

### How it gets the data

Douyin runs the most aggressive anti-bot detection of any mainland consumer platform — Bytedance owns the full stack (mobile-API request signing via a closed-source WASM blob, browser fingerprinting, edge CDN), and datacenter IPs are blocked within seconds. The actor uses a defence-in-depth probe waterfall so a single blocked path does not kill the run:

1. **Aweme mobile API probe** — `aweme.snssdk.com/aweme/v1/hot/search/list` (cheap; usually returns 412 to unsigned requests, occasionally relaxed).
2. **Public hot-list page** — `douyin.com/hot` and `douyin.com/discover`, parsing the server-rendered `__INITIAL_STATE__` / `RENDER_DATA` blob when present.
3. **Aggregator fallback** — `tophub.today` re-publishes the Douyin hot list as a static table; in practice the most reliable path.
4. **Playwright headless Chromium** — stealth countermeasures (webdriver patch, zh-CN locale, Asia/Shanghai timezone), retried against the aggregator if the direct probe is blocked.
5. **Maintenance-stub fallback** — if every path is blocked, the actor emits a single `status: "maintenance"` row so downstream pipelines never crash.

All paths run behind Apify's RESIDENTIAL proxy pool by default.

***

### FAQ

**Can I track Douyin trends without a Chinese phone number or VPN?**
Yes. The actor runs server-side behind Apify proxies and returns the hot list as JSON — no CN account, phone number or VPN on your side.

**Is this Douyin or international TikTok?**
This is mainland Douyin (抖音) — the original Bytedance app and its hot list (热榜), not the TikTok International catalog.

**How fresh is the data?**
Each run captures the hot list live at run time and stamps every record with `as_of_timestamp`. The actor has no internal scheduler; schedule it in Apify (e.g. hourly) for a continuous feed. Douyin's hot list itself refreshes every few minutes, so running more often than ~5 minutes apart is wasteful.

**What happens if Douyin blocks the request?**
You get a single `status: "maintenance"` row, not a crash — treat it as a "retry in a few minutes" signal. Bytedance rotates anti-bot policy roughly weekly.

**How accurate is the English translation?**
It is a lightweight heuristic substitution of brand names, public figures and common phrases — useful for gist, not a full machine-translation pipeline. Set `include_translation` to false to skip it.

***

### Related actors — NexGenData China social-listening fleet

Pair Douyin with the rest of the NexGenData Chinese-social fleet for full cross-platform coverage:

- **[Weibo Hot Search Tracker](https://apify.com/nexgendata/weibo-hot-search-tracker)** — China's #1 social-trending barometer (微博热搜榜): top ranked keywords, heat score, category and 新/热/沸 flags.
- **[RedNote (Xiaohongshu) Scraper](https://apify.com/nexgendata/rednote-scraper)** — trending posts, feeds and notes from Xiaohongshu (小红书 / RedNote) for beauty/fashion/lifestyle consumer-intent signal.
- **[Bilibili Video Search](https://apify.com/nexgendata/bilibili-video-search)** — keyword search across Bilibili (B站), the long-form video, gaming and education hub of mainland China.
- **[Kuaishou Trending Tracker](https://apify.com/nexgendata/kuaishou-trending-tracker)** — trending short-video signal from Kuaishou (快手), Douyin's main short-video rival, skewing lower-tier-city audiences.
- **[Douban Tracker](https://apify.com/nexgendata/douban-tracker)** — China movie/TV ratings and hot lists from Douban (豆瓣), the cultural-taste signal.
- **[China Trends Tracker](https://apify.com/nexgendata/china-trends-tracker)** — cross-platform Chinese trend roll-up (Weibo / Baidu / Toutiao / Douyin) to confirm whether a topic has jumped platforms.
- **[Chinese Social Signals MCP](https://apify.com/nexgendata/chinese-social-signals-mcp)** — MCP server that plugs the whole Chinese-social fleet directly into Claude, ChatGPT and Cursor.

***

### Notes & limits

- **Residential proxy strongly recommended.** Datacenter IPs are blocked within seconds; the default proxy group is RESIDENTIAL.
- **Maintenance fallback is by design.** A `status: "maintenance"` row means the feed was temporarily blocked — retry shortly.
- **Translation is intentionally lightweight.** Heuristic substitution only; full MT is out of scope.
- **Pay-per-event billing.** You pay per delivered record; maintenance-stub rows are not the intended billable signal.

# Actor input Schema

## `limit` (type: `integer`):

Maximum number of trending Douyin topics / videos to return per run. Each record costs $0.10 (premium tier — high-signal Chinese short-form video data). Douyin's official hot list surfaces ~50 topics; pulling all 50 is typical for a daily brand-monitoring run. Use lower values for quick health-checks, higher (with multi-keyword expansion) for category sweeps.

## `categories` (type: `array`):

Restrict the results to one or more Douyin trending categories. Douyin's hot list clusters topics into: entertainment (娱乐), social (社会), political (时政), sports (体育), tech (科技), lifestyle (生活), food (美食), fashion (时尚), education (教育), gaming (游戏), travel (旅行). Choose any subset; empty = all categories returned.

## `include_translation` (type: `boolean`):

When true, the actor adds a `topic_english_translation` field with a best-effort English rendering of each Chinese topic / hashtag. Translation is heuristic (offline brand-name + common-phrase lookup, not a full MT pipeline) — useful for non-Mandarin analysts who need a quick gist. Set false to save a couple of milliseconds per record and keep payloads minimal.

## `min_view_count` (type: `integer`):

Filter out trending topics with view counts below this threshold. Douyin's hot list typically shows view counts in the 1M-1B range (Chinese: 100万 to 10亿). Set to 0 to include all topics, 1000000 (1M) to filter long-tail, 10000000 (10M) to focus only on mega-viral topics. Default 0 means no filter.

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

Apify proxy configuration. RESIDENTIAL is strongly recommended — Douyin (owned by Bytedance) runs the most aggressive anti-bot detection of any Chinese platform and returns empty payloads or 403/412 to datacenter IPs within seconds. Residential CN-egress IPs work best; if all paths are blocked the actor falls back to a maintenance-stub record so downstream pipelines never crash.

## Actor input object example

```json
{
  "limit": 30,
  "categories": [
    "entertainment",
    "social",
    "lifestyle"
  ],
  "include_translation": true,
  "min_view_count": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "limit": 30,
    "categories": [
        "entertainment",
        "social",
        "lifestyle"
    ],
    "include_translation": true,
    "min_view_count": 0,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/douyin-trending-tracker").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 = {
    "limit": 30,
    "categories": [
        "entertainment",
        "social",
        "lifestyle",
    ],
    "include_translation": True,
    "min_view_count": 0,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/douyin-trending-tracker").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 '{
  "limit": 30,
  "categories": [
    "entertainment",
    "social",
    "lifestyle"
  ],
  "include_translation": true,
  "min_view_count": 0,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call nexgendata/douyin-trending-tracker --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Douyin Trending Tracker - Chinese TikTok Hot List",
        "description": "Track the live Douyin (抖音 / Chinese TikTok) hot list as JSON: trending topics, rank, category, view count, branded-partnership flag and English translation. For China social listening, consumer research and brand monitoring. No CN account or VPN needed.",
        "version": "0.0",
        "x-build-id": "ykfaZnqlUOB1LBzFQ"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~douyin-trending-tracker/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-douyin-trending-tracker",
                "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/nexgendata~douyin-trending-tracker/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-douyin-trending-tracker",
                "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/nexgendata~douyin-trending-tracker/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-douyin-trending-tracker",
                "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": {
                    "limit": {
                        "title": "Limit (max trending records)",
                        "minimum": 1,
                        "maximum": 200,
                        "type": "integer",
                        "description": "Maximum number of trending Douyin topics / videos to return per run. Each record costs $0.10 (premium tier — high-signal Chinese short-form video data). Douyin's official hot list surfaces ~50 topics; pulling all 50 is typical for a daily brand-monitoring run. Use lower values for quick health-checks, higher (with multi-keyword expansion) for category sweeps.",
                        "default": 30
                    },
                    "categories": {
                        "title": "Category filter",
                        "type": "array",
                        "description": "Restrict the results to one or more Douyin trending categories. Douyin's hot list clusters topics into: entertainment (娱乐), social (社会), political (时政), sports (体育), tech (科技), lifestyle (生活), food (美食), fashion (时尚), education (教育), gaming (游戏), travel (旅行). Choose any subset; empty = all categories returned.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "include_translation": {
                        "title": "Include best-effort English translation",
                        "type": "boolean",
                        "description": "When true, the actor adds a `topic_english_translation` field with a best-effort English rendering of each Chinese topic / hashtag. Translation is heuristic (offline brand-name + common-phrase lookup, not a full MT pipeline) — useful for non-Mandarin analysts who need a quick gist. Set false to save a couple of milliseconds per record and keep payloads minimal.",
                        "default": true
                    },
                    "min_view_count": {
                        "title": "Minimum view count filter",
                        "minimum": 0,
                        "maximum": 10000000000,
                        "type": "integer",
                        "description": "Filter out trending topics with view counts below this threshold. Douyin's hot list typically shows view counts in the 1M-1B range (Chinese: 100万 to 10亿). Set to 0 to include all topics, 1000000 (1M) to filter long-tail, 10000000 (10M) to focus only on mega-viral topics. Default 0 means no filter.",
                        "default": 0
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. RESIDENTIAL is strongly recommended — Douyin (owned by Bytedance) runs the most aggressive anti-bot detection of any Chinese platform and returns empty payloads or 403/412 to datacenter IPs within seconds. Residential CN-egress IPs work best; if all paths are blocked the actor falls back to a maintenance-stub record so downstream pipelines never crash.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
