# YouTube Shorts Scraper (`fetch_cat/youtube-shorts-scraper`) Actor

Extract public YouTube Shorts metadata from channel Shorts tabs and direct Shorts URLs for reporting, monitoring, and content research.

- **URL**: https://apify.com/fetch\_cat/youtube-shorts-scraper.md
- **Developed by:** [Hanna Nosova](https://apify.com/fetch_cat) (community)
- **Categories:** Videos, Social media
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.06 / 1,000 result extracteds

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

## YouTube Shorts Scraper

Extract public YouTube Shorts metadata from channel Shorts tabs and direct Shorts URLs.

Use this actor to collect Shorts URLs, video IDs, titles, channel information, view labels, thumbnail links, and source tracking fields for research, reporting, and content monitoring workflows.

### What does YouTube Shorts Scraper do?

YouTube Shorts Scraper turns public YouTube Shorts pages into structured data.

It accepts public channel Shorts tabs such as `https://www.youtube.com/@YouTube/shorts`.

It also accepts direct Shorts URLs such as `https://www.youtube.com/shorts/VIDEO_ID`.

For each Short found, the actor saves a clean dataset row.

The dataset is ready for export to JSON, CSV, Excel, Google Sheets, BI tools, or your own API pipeline.

### Who is it for?

🎯 Social media managers tracking competitor Shorts.

🎯 Creator teams collecting content ideas from public channels.

🎯 Agencies preparing monthly YouTube performance reports.

🎯 Trend researchers monitoring short-form video themes.

🎯 Lead generation teams finding active creators and channels.

🎯 Analysts building dashboards around Shorts publishing activity.

### Why use this actor?

YouTube's web interface is designed for watching videos, not exporting research datasets.

This actor gives you repeatable structured data from public pages.

You can run the same input daily, weekly, or monthly.

You can combine results from multiple channels in one run.

You can stop at a small limit for quick checks or increase the limit for broader monitoring.

### What data can I extract?

The actor returns one row per YouTube Short.

| Field | Description |
| --- | --- |
| `shortUrl` | Canonical YouTube Shorts URL |
| `videoId` | YouTube video identifier |
| `title` | Short title or caption text when available |
| `channelName` | Channel name when available |
| `channelUrl` | Channel URL when available |
| `viewCountText` | Public view count label such as `14K views` |
| `thumbnailUrl` | Thumbnail image URL |
| `publishedTimeText` | Published date text when available |
| `durationText` | Duration text when available |
| `position` | Result position in the actor output |
| `sourceUrl` | Input URL that produced the row |
| `scrapedAt` | ISO timestamp for the scrape |

### How much does it cost to scrape YouTube Shorts?

The actor uses pay-per-event pricing.

You pay a small run-start event plus a per-Short result event.

The exact live price is shown on the Apify Store page before you run the actor.

For a quick test, keep `maxItems` at the prefilled value.

For production jobs, increase `maxItems` to the number of Shorts you need.

### How to scrape YouTube Shorts

1. Open the actor on Apify.

2. Paste one or more public YouTube channel Shorts URLs.

3. Set `maxItems` to the number of Shorts you want.

4. Run the actor.

5. Open the Dataset tab.

6. Export the data as JSON, CSV, Excel, or via API.

### Input example

```json
{
  "startUrls": [
    { "url": "https://www.youtube.com/@YouTube/shorts" }
  ],
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
````

### Output example

```json
{
  "shortUrl": "https://www.youtube.com/shorts/ssjBTBCO8cE",
  "videoId": "ssjBTBCO8cE",
  "title": "Kizzy the Parrot makes a BIG prediction",
  "channelName": "YouTube",
  "channelUrl": "https://www.youtube.com/@YouTube",
  "viewCountText": "6.9K views",
  "thumbnailUrl": "https://i.ytimg.com/vi/ssjBTBCO8cE/frame0.jpg",
  "publishedTimeText": null,
  "durationText": null,
  "position": 1,
  "sourceUrl": "https://www.youtube.com/@YouTube/shorts",
  "scrapedAt": "2026-06-17T00:00:00.000Z"
}
```

### Supported URL types

✅ Public channel Shorts tabs, for example `https://www.youtube.com/@YouTube/shorts`.

✅ Direct Shorts URLs, for example `https://www.youtube.com/shorts/VIDEO_ID`.

✅ Handle shorthand in inputs, for example `@YouTube`.

The actor is built for public data.

It does not access private channels, private videos, member-only videos, or account-only analytics.

### Tips for best results

Use channel `/shorts` tabs for bulk collection.

Use direct Shorts URLs when you only need a specific video row.

Keep the first run small to confirm the channel has public Shorts.

Use multiple start URLs to combine channels in one dataset.

Remove duplicate channel URLs from your input to avoid repeated rows.

### Common use cases

📈 Track Shorts posted by competitor channels.

🧠 Build a content ideation spreadsheet.

🔎 Monitor titles and topics in a niche.

📊 Feed a dashboard with fresh Shorts links.

🧾 Create a historical archive of public Shorts listings.

🤝 Find creators publishing short-form videos in your category.

### Integrations

Export the dataset to Google Sheets for manual review.

Send the dataset to a data warehouse for trend analysis.

Connect Apify webhooks to trigger Slack alerts when a run finishes.

Use Make, Zapier, or n8n to move new Shorts into your content planning workflow.

Call the actor from your backend when you need fresh channel data.

### API usage with Node.js

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

const client = new ApifyClient({ token: process.env.APIFY_TOKEN });

const run = await client.actor('fetch_cat/youtube-shorts-scraper').call({
  startUrls: [{ url: 'https://www.youtube.com/@YouTube/shorts' }],
  maxItems: 20,
});

const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

### API usage with Python

```python
from apify_client import ApifyClient

client = ApifyClient('YOUR_APIFY_TOKEN')

run = client.actor('fetch_cat/youtube-shorts-scraper').call(run_input={
    'startUrls': [{'url': 'https://www.youtube.com/@YouTube/shorts'}],
    'maxItems': 20,
})

items = client.dataset(run['defaultDatasetId']).list_items().items
print(items)
```

### API usage with cURL

```bash
curl -X POST 'https://api.apify.com/v2/acts/fetch_cat~youtube-shorts-scraper/runs?token=YOUR_APIFY_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
    "startUrls": [{"url": "https://www.youtube.com/@YouTube/shorts"}],
    "maxItems": 20
  }'
```

### MCP usage

Use this actor from AI tools through Apify MCP.

MCP URL:

```text
https://mcp.apify.com/?tools=fetch_cat/youtube-shorts-scraper
```

Claude Code example:

```bash
claude mcp add apify-youtube-shorts https://mcp.apify.com/?tools=fetch_cat/youtube-shorts-scraper
```

Claude Desktop configuration example:

```json
{
  "mcpServers": {
    "apify-youtube-shorts": {
      "url": "https://mcp.apify.com/?tools=fetch_cat/youtube-shorts-scraper"
    }
  }
}
```

Example prompts:

- "Scrape the latest Shorts from this YouTube channel and summarize the most common topics."

- "Collect 50 Shorts from these competitor channels and return a CSV-ready table."

- "Find Shorts titles that mention product launches or announcements."

### Scheduling

You can schedule this actor in Apify Console.

Daily runs are useful for monitoring active channels.

Weekly runs are useful for reporting and trend snapshots.

Use a stable input list so every scheduled run is comparable.

### Data quality notes

YouTube page layouts can vary by channel, region, and time.

Some fields are optional because YouTube may not show them on every surface.

If a field is not visible publicly, the actor leaves it as `null` rather than guessing.

The `sourceUrl` and `scrapedAt` fields help you audit where each row came from.

### Limits

The actor only collects public data visible without a YouTube account.

It does not download videos.

It does not provide private analytics.

It does not bypass access controls.

Very large runs can take longer because YouTube loads channel Shorts in pages.

### Troubleshooting

#### Why did I get fewer Shorts than requested?

The channel may have fewer public Shorts than your `maxItems` value.

The input may point to a channel page instead of the `/shorts` tab.

Try opening the URL in a browser and confirm that public Shorts are visible.

#### Why are some fields null?

YouTube does not show every metadata field in every page context.

For example, listing pages usually show title, URL, thumbnail, and view label, while direct video pages may expose different metadata.

The actor returns optional fields only when they are publicly available.

#### Should I enable proxies?

Most small runs should work with the default direct connection.

If your region is blocked or YouTube returns unusual pages, enable Apify Proxy in the advanced input section.

### Legality and ethical use

This actor is intended for public web data.

Make sure your use case complies with YouTube's terms, applicable laws, and privacy requirements.

Do not use scraped data for spam, harassment, or unauthorized profiling.

If you are unsure whether your use case is allowed, consult your legal advisor.

### Related scrapers

- https://apify.com/fetch\_cat/youtube-channel-videos-scraper

- https://apify.com/fetch\_cat/youtube-comments-scraper

- https://apify.com/fetch\_cat/youtube-search-results-scraper

- https://apify.com/fetch\_cat/youtube-transcript-scraper

### FAQ

#### Can I scrape several channels in one run?

Yes. Add multiple channel Shorts URLs to `startUrls`.

#### Can I scrape only one Short?

Yes. Add the direct `https://www.youtube.com/shorts/VIDEO_ID` URL.

#### Does the actor scrape comments?

No. This actor focuses on Shorts listing metadata. Use a comments-focused actor when you need comment data.

#### Does the actor download video files?

No. It returns metadata and links, not media files.

#### Can I use the output in spreadsheets?

Yes. Export the dataset as CSV or Excel from Apify Console.

#### Can I run it on a schedule?

Yes. Use Apify schedules to run it automatically.

#### Is login required?

No. The actor is designed for public pages visible without a YouTube account.

#### What should I put in maxItems?

Use a small value such as 20 for a quick test. Increase it for larger monitoring jobs.

### Changelog

#### 0.1

Initial version with channel Shorts tab scraping, direct Shorts URL support, duplicate prevention, and structured dataset output.

# Actor input Schema

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

Add public YouTube channel /shorts URLs such as https://www.youtube.com/@YouTube/shorts, or direct Shorts URLs such as https://www.youtube.com/shorts/VIDEO\_ID.

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

Maximum number of Shorts to save across all input URLs. Keep this low for a quick first run.

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

Optional Apify Proxy settings. The default direct connection is usually enough; enable proxies if YouTube blocks your region.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.youtube.com/@YouTube/shorts"
    }
  ],
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

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

No description

# API

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

## JavaScript example

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

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

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.youtube.com/@YouTube/shorts"
        }
    ],
    "maxItems": 20,
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("fetch_cat/youtube-shorts-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 = {
    "startUrls": [{ "url": "https://www.youtube.com/@YouTube/shorts" }],
    "maxItems": 20,
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("fetch_cat/youtube-shorts-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 '{
  "startUrls": [
    {
      "url": "https://www.youtube.com/@YouTube/shorts"
    }
  ],
  "maxItems": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call fetch_cat/youtube-shorts-scraper --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "YouTube Shorts Scraper",
        "description": "Extract public YouTube Shorts metadata from channel Shorts tabs and direct Shorts URLs for reporting, monitoring, and content research.",
        "version": "0.1",
        "x-build-id": "WbGSw0Lx5AFfx9Tm6"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/fetch_cat~youtube-shorts-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-fetch_cat-youtube-shorts-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/fetch_cat~youtube-shorts-scraper/runs": {
            "post": {
                "operationId": "runs-sync-fetch_cat-youtube-shorts-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/fetch_cat~youtube-shorts-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-fetch_cat-youtube-shorts-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "startUrls"
                ],
                "properties": {
                    "startUrls": {
                        "title": "Channel Shorts or Short URLs",
                        "type": "array",
                        "description": "Add public YouTube channel /shorts URLs such as https://www.youtube.com/@YouTube/shorts, or direct Shorts URLs such as https://www.youtube.com/shorts/VIDEO_ID.",
                        "items": {
                            "type": "object",
                            "required": [
                                "url"
                            ],
                            "properties": {
                                "url": {
                                    "type": "string",
                                    "title": "URL of a web page",
                                    "format": "uri"
                                }
                            }
                        }
                    },
                    "maxItems": {
                        "title": "Maximum Shorts",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Maximum number of Shorts to save across all input URLs. Keep this low for a quick first run.",
                        "default": 20
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify Proxy settings. The default direct connection is usually enough; enable proxies if YouTube blocks your region.",
                        "default": {
                            "useApifyProxy": false
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
