# Social Blade Scraper — Subscribers, Earnings, Growth & Ranks (`haketa/socialblade-scraper`) Actor

Look up any YouTube creator on Social Blade and get their full stats in seconds: subscribers, views, uploads, grade, every ranking, growth and estimated earnings, plus country, type and linked socials. Add channels by ID, @handle or URL. Pay-per-result, no subscription.

- **URL**: https://apify.com/haketa/socialblade-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** Social media, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.99 / 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

## Social Blade Scraper — Subscribers, Earnings, Growth & Ranks

Extract **creator statistics from Social Blade** as clean, structured JSON. Give it a list of YouTube channels — by **channel ID, username, @handle or URL** — and get subscribers, video views, uploads, **SB grade**, **all Social Blade rankings**, **recent growth**, **estimated earnings**, country, channel type, **linked social profiles** and avatar for each one.

Pay only for what you scrape — no monthly subscription — making it ideal for **influencer marketing, talent agencies, brand partnerships, MCNs and creator analytics**, whether you check one channel or thousands.

---

### Why this scraper

- 💸 **Pay-per-result** — no monthly rental. Scrape one creator or ten thousand and pay only for the results you get.
- 📈 **Growth + estimated earnings** — recent subscriber/view growth and a Social Blade-style monthly & yearly earnings estimate, computed for every channel.
- 🏆 **Every ranking** — overall SB rank plus subscriber, view, country and category ranks.
- 🔗 **Linked social profiles** — the creator's other social accounts, perfect for outreach and lead lists.
- 🎯 **Flexible input** — channel ID, username, @handle or full URL; mixed lists are de-duplicated automatically.
- 🛟 **Reliable** — handles Cloudflare with residential proxy and stops cleanly before any run-timeout.

---

### What you can do with it

#### 🤝 Influencer marketing & outreach
Build and qualify creator lists at scale: size (subscribers), engagement trend (growth), authority (grade, rank) and **linked social profiles** for contacting them — all in one export.

#### 🏢 Talent agencies & MCNs
Track your roster and prospects: monitor subscriber and view growth, spot rising creators early, and benchmark channels against each other with consistent metrics.

#### 💼 Brand partnerships & sponsorships
Vet potential partners with estimated earnings, growth momentum and ranking before you negotiate, and monitor campaign creators over time.

#### 📊 Creator analytics & research
Analyse the creator economy: growth rates, earnings estimates and rankings across niches and countries, exported straight into your dashboards and models.

#### 🔁 Dashboards & monitoring
Feed Social Blade stats into your own tool, CRM or data warehouse with a stable schema, and schedule daily runs to keep everything fresh.

---

### Features

- 🔎 **Look up creators** by channel ID, username, @handle or URL.
- 📦 **Bulk** — pass a whole list of channels in one run.
- 🧾 **Rich stats** — subscribers, views, uploads, grade, all ranks, country, type, description, avatar, banner.
- 📈 **Growth** — recent subscriber, view and upload change with daily averages.
- 💰 **Estimated earnings** — monthly and yearly low/high estimates.
- 🔗 **Social links** — the creator's other linked profiles.
- 🗓️ **Optional daily history** — recent day-by-day series.
- 🧹 **Auto de-duplication** by channel ID.
- 🌍 **Proxy-ready** — residential proxy recommended (Cloudflare).
- 📤 **Export anywhere** — JSON, CSV, Excel, HTML or API, with one-click integrations.

---

### Input

| Field | Type | Description |
|-------|------|-------------|
| `channels` | array | Channels to scrape — channel ID (`UCX6OQ3DkcsbYNE6H8uQQuVA`), username (`mrbeast6000`), @handle (`@MrBeast`) or URL. |
| `platform` | select | Social Blade platform for the identifiers (YouTube, Twitch, TikTok, Instagram, Twitter). |
| `startUrls` | array | Direct Social Blade page URLs (any platform). |
| `includeHistory` | boolean | Add the recent daily history to each record. |
| `proxyConfiguration` | object | Proxy settings. **Residential** strongly recommended. |
| `requestDelay` | integer | Delay between requests in milliseconds. |
| `maxConcurrency` | integer | Parallel requests. |

#### Example input

```json
{
  "channels": [
    "UCX6OQ3DkcsbYNE6H8uQQuVA",
    "@MrBeast",
    "mkbhd",
    "https://socialblade.com/youtube/handle/pewdiepie"
  ],
  "platform": "youtube",
  "includeHistory": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": ["RESIDENTIAL"]
  }
}
````

***

### Output

Each creator is one dataset record:

```json
{
  "url": "https://socialblade.com/youtube/channel/UCX6OQ3DkcsbYNE6H8uQQuVA",
  "platform": "youtube",
  "channelId": "UCX6OQ3DkcsbYNE6H8uQQuVA",
  "handle": "mrbeast",
  "username": "mrbeast6000",
  "displayName": "MrBeast",
  "avatar": "https://yt3.ggpht.com/...",
  "banner": "https://...",
  "description": "SUBSCRIBE FOR A COOKIE! ...",
  "country": "US",
  "channelType": "entertainment",
  "grade": "A++",
  "createdAt": "2012-02-20T00:00:00.000Z",
  "madeForKids": false,
  "subscribers": 503000000,
  "views": 130218008065,
  "uploads": 987,
  "rankSb": 1,
  "rankSubscribers": 1,
  "rankViews": 6,
  "rankCountry": 1,
  "rankCategory": 1,
  "subscribersGrowth": 7000000,
  "viewsGrowth": 2452863101,
  "uploadsGrowth": 2,
  "growthPeriodDays": 14,
  "avgDailySubscribers": 500000,
  "avgDailyViews": 175204507,
  "estMonthlyEarningsLow": 1314034,
  "estMonthlyEarningsHigh": 21024541,
  "estYearlyEarningsLow": 15768408,
  "estYearlyEarningsHigh": 252294492,
  "socialLinks": ["https://instagram.com/mrbeast", "https://twitter.com/MrBeast"],
  "scrapedAt": "2026-06-20T12:31:49.000Z"
}
```

#### Field reference

| Field | Description |
|-------|-------------|
| `url` / `platform` | Social Blade page and platform. |
| `channelId` | Channel ID (stable — safe for deduplication). |
| `handle` / `username` | The creator's @handle and legacy username. |
| `displayName` | Creator name. |
| `avatar` / `banner` | Image URLs. |
| `description` | Channel description. |
| `country` | Country code. |
| `channelType` | Category / channel type. |
| `grade` | Social Blade grade (e.g. A++, B). |
| `createdAt` | Channel creation date. |
| `madeForKids` | Made-for-kids flag. |
| `subscribers` / `views` / `uploads` | Core totals. |
| `rankSb` | Overall Social Blade rank. |
| `rankSubscribers` / `rankViews` / `rankCountry` / `rankCategory` | Individual rankings. |
| `subscribersGrowth` / `viewsGrowth` / `uploadsGrowth` | Change over the recent period. |
| `growthPeriodDays` | Days covered by the growth figures. |
| `avgDailySubscribers` / `avgDailyViews` | Average daily change. |
| `estMonthlyEarningsLow` / `estMonthlyEarningsHigh` | Estimated monthly earnings range (USD). |
| `estYearlyEarningsLow` / `estYearlyEarningsHigh` | Estimated yearly earnings range (USD). |
| `socialLinks` | Linked social profile URLs. |
| `scrapedAt` | ISO scrape timestamp. |

> **Note:** earnings are estimates derived from recent view growth, in the same spirit as Social Blade's own figures, and should be treated as a guide, not exact income.

***

### How to use

1. Add your `channels` (IDs, usernames, @handles or URLs).
2. Keep the **residential proxy** suggested in the input.
3. Click **Start** and watch results stream in.
4. Export as **JSON, CSV, Excel, HTML or via API**, or connect to Google Sheets, Make, Zapier, Slack and more.

#### Run on a schedule

Use the platform **Scheduler** to run the same list daily and build a historical record of growth and rankings — ideal for monitoring a roster of creators over time.

#### Run it via API

Start runs and fetch results programmatically through the standard platform API and client libraries, and wire creator stats straight into your own systems.

***

### Tips for best results

- **Use residential proxies** — Social Blade is behind Cloudflare; residential IPs are the most reliable.
- **Channel IDs are the most precise** input; @handles and usernames also work and are resolved automatically.
- **De-dupe is automatic** — mixing IDs, handles and usernames for the same creator yields one record.
- **Schedule it** to track growth and rankings over time.
- **Mind the estimates** — earnings are modelled from view growth, not reported income.

***

### Frequently asked questions

**Which platforms are supported?**
YouTube is fully supported. Twitch, TikTok, Instagram and Twitter/X can be targeted via the platform selector and Start URLs.

**How do I identify a channel?**
By channel ID (`UCX6...`), username (`mrbeast6000`), @handle (`@MrBeast`) or a full Social Blade URL — mix and match freely.

**Do I get estimated earnings?**
Yes — a monthly and yearly low/high estimate, computed from recent view growth in the same spirit as Social Blade's figures.

**Do I get the creator's other social profiles?**
Yes — `socialLinks` lists the linked social accounts shown on the channel.

**Can I get growth over time?**
Yes — recent subscriber/view/upload growth and daily averages, plus the optional day-by-day history.

**How many channels can I scrape?**
As many as you like — pass a full list in one run. Pricing is per result, so you only pay for what you scrape.

**How fresh is the data?**
It is scraped live at run time. Schedule the Actor to keep a continuously updated dataset.

**Is a proxy required?**
A residential proxy is strongly recommended (and pre-filled) to pass Cloudflare reliably.

**Do I need to write code?**
No. Set the inputs, click Start and export. Developers can also drive everything via the API.

***

### Troubleshooting

- **No data for a channel?** Double-check the identifier, try the channel ID, and make sure a residential proxy is enabled.
- **Growth or earnings are zero/empty?** Social Blade rounds very large counts, so short-term change can read as zero; earnings need measurable view growth.
- **Run is slow or blocked?** Lower `maxConcurrency`, raise `requestDelay`, and confirm the residential proxy.

***

### Changelog

#### 0.1 — Initial release (June 2026)

- Look up YouTube creators by **channel ID, username, @handle or URL**, with automatic de-duplication.
- Full stats: subscribers, views, uploads, **grade**, **all rankings**, country, channel type, description, avatar, banner.
- **Recent growth** (subscribers/views/uploads + daily averages) and **estimated monthly & yearly earnings**.
- **Linked social profiles** and optional daily history.
- Pay-per-result pricing, residential-proxy support and graceful run-timeout handling.

# Actor input Schema

## `channels` (type: `array`):

YouTube channels to scrape — by channel ID (UCX6OQ3DkcsbYNE6H8uQQuVA), username (mrbeast6000), @handle (@MrBeast) or full URL.

## `platform` (type: `string`):

Social Blade platform for the identifiers above.

## `startUrls` (type: `array`):

Direct Social Blade page URLs (any platform). Used instead of / alongside the channels list.

## `includeHistory` (type: `boolean`):

Add the recent daily history (date, subscribers, views, uploads) to each record.

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

Social Blade is behind Cloudflare — residential proxy is strongly recommended.

## `requestDelay` (type: `integer`):

Delay between requests in milliseconds.

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

Parallel requests.

## Actor input object example

```json
{
  "channels": [
    "UCX6OQ3DkcsbYNE6H8uQQuVA",
    "@MrBeast"
  ],
  "platform": "youtube",
  "startUrls": [],
  "includeHistory": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "requestDelay": 800,
  "maxConcurrency": 5
}
```

# Actor output Schema

## `url` (type: `string`):

Social Blade page URL

## `platform` (type: `string`):

Platform

## `channelId` (type: `string`):

Channel ID

## `handle` (type: `string`):

@handle

## `username` (type: `string`):

Username

## `displayName` (type: `string`):

Creator name

## `avatar` (type: `string`):

Avatar URL

## `banner` (type: `string`):

Banner URL

## `description` (type: `string`):

Channel description

## `country` (type: `string`):

Country

## `channelType` (type: `string`):

Category / type

## `grade` (type: `string`):

SB grade

## `createdAt` (type: `string`):

Channel creation date

## `madeForKids` (type: `string`):

Made for kids

## `subscribers` (type: `string`):

Subscriber count

## `views` (type: `string`):

Total views

## `uploads` (type: `string`):

Video/upload count

## `rankSb` (type: `string`):

Overall Social Blade rank

## `rankSubscribers` (type: `string`):

Subscriber rank

## `rankViews` (type: `string`):

View rank

## `rankCountry` (type: `string`):

Country rank

## `rankCategory` (type: `string`):

Category rank

## `subscribersGrowth` (type: `string`):

Subscriber growth over the period

## `viewsGrowth` (type: `string`):

View growth over the period

## `uploadsGrowth` (type: `string`):

Upload growth over the period

## `growthPeriodDays` (type: `string`):

Days covered by growth figures

## `avgDailySubscribers` (type: `string`):

Average daily subscriber change

## `avgDailyViews` (type: `string`):

Average daily view change

## `estMonthlyEarningsLow` (type: `string`):

Estimated monthly earnings, low

## `estMonthlyEarningsHigh` (type: `string`):

Estimated monthly earnings, high

## `estYearlyEarningsLow` (type: `string`):

Estimated yearly earnings, low

## `estYearlyEarningsHigh` (type: `string`):

Estimated yearly earnings, high

## `socialLinks` (type: `string`):

Linked social profile URLs

## `scrapedAt` (type: `string`):

ISO scrape timestamp

# 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 = {
    "channels": [
        "UCX6OQ3DkcsbYNE6H8uQQuVA",
        "@MrBeast"
    ],
    "startUrls": [],
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/socialblade-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 = {
    "channels": [
        "UCX6OQ3DkcsbYNE6H8uQQuVA",
        "@MrBeast",
    ],
    "startUrls": [],
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/socialblade-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 '{
  "channels": [
    "UCX6OQ3DkcsbYNE6H8uQQuVA",
    "@MrBeast"
  ],
  "startUrls": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call haketa/socialblade-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Social Blade Scraper — Subscribers, Earnings, Growth & Ranks",
        "description": "Look up any YouTube creator on Social Blade and get their full stats in seconds: subscribers, views, uploads, grade, every ranking, growth and estimated earnings, plus country, type and linked socials. Add channels by ID, @handle or URL. Pay-per-result, no subscription.",
        "version": "0.1",
        "x-build-id": "0ymGvtA9mExhGwYt3"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/haketa~socialblade-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-haketa-socialblade-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/haketa~socialblade-scraper/runs": {
            "post": {
                "operationId": "runs-sync-haketa-socialblade-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/haketa~socialblade-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-haketa-socialblade-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": {
                    "channels": {
                        "title": "Channels",
                        "type": "array",
                        "description": "YouTube channels to scrape — by channel ID (UCX6OQ3DkcsbYNE6H8uQQuVA), username (mrbeast6000), @handle (@MrBeast) or full URL.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "platform": {
                        "title": "Platform",
                        "enum": [
                            "youtube",
                            "twitch",
                            "tiktok",
                            "instagram",
                            "twitter"
                        ],
                        "type": "string",
                        "description": "Social Blade platform for the identifiers above.",
                        "default": "youtube"
                    },
                    "startUrls": {
                        "title": "Start URLs",
                        "type": "array",
                        "description": "Direct Social Blade page URLs (any platform). Used instead of / alongside the channels list.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "includeHistory": {
                        "title": "Include daily history",
                        "type": "boolean",
                        "description": "Add the recent daily history (date, subscribers, views, uploads) to each record.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Social Blade is behind Cloudflare — residential proxy is strongly recommended.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    },
                    "requestDelay": {
                        "title": "Request delay (ms)",
                        "minimum": 0,
                        "maximum": 20000,
                        "type": "integer",
                        "description": "Delay between requests in milliseconds.",
                        "default": 800
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 15,
                        "type": "integer",
                        "description": "Parallel requests.",
                        "default": 5
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
