# SEC EDGAR Real-Time Filing Monitor (`wiry_kingdom/sec-edgar-filing-monitor`) Actor

Real-time SEC EDGAR tracker. Monitor 8-K, 10-K, 10-Q, S-1, 13F filings by company, CIK, ticker, or form type. For hedge funds, equity research, journalists, alt data teams. Free SEC API, sub-second latency.

- **URL**: https://apify.com/wiry\_kingdom/sec-edgar-filing-monitor.md
- **Developed by:** [Mohieldin Mohamed](https://apify.com/wiry_kingdom) (community)
- **Categories:** Business, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

Pay per event

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

## SEC EDGAR Real-Time Filing Monitor

**Track every SEC filing the moment it hits EDGAR. Built for hedge funds, equity researchers, financial journalists, and competitive intel teams.**

This actor monitors the official SEC EDGAR system for new filings (8-K, 10-K, 10-Q, S-1, 13F, Form 4 insider trades, DEF 14A proxies — any form type) and returns them as a clean structured dataset. Filter by ticker, CIK, form type, or date range. The data is pulled from SEC's official free API which has sub-second latency from filing-time to availability.

### What does SEC EDGAR Filing Monitor do?

You give it a list of stock tickers (or SEC CIK numbers) and a list of form types you care about. It returns every matching filing for those companies in the date range you specify, with structured fields including:

- **Ticker, company name, CIK** (the SEC company identifier)
- **Form type** — 8-K, 10-K, 10-Q, S-1, 13F, Form 4, DEF 14A, etc.
- **Filing date** (when filed with SEC)
- **Report date** (the period the filing covers)
- **Accession number** (unique SEC identifier)
- **Filing URL** — direct link to the actual filing document
- **EDGAR URL** — browsable SEC page
- **Items** — for 8-K filings, the specific event items disclosed (e.g. 1.01 Material Definitive Agreement, 2.03 Creation of Direct Financial Obligation, 5.02 Departure of Officer)
- **XBRL flags** — whether the filing has structured XBRL data
- **Optional content** — full text of the filing for keyword extraction or LLM analysis

Try it: leave the defaults (AAPL, MSFT, GOOGL, NVDA, TSLA / 8-K, 10-K, 10-Q / last 30 days), press Start, and you'll get back every recent material filing from the FAANG companies in seconds.

### Why use SEC EDGAR Filing Monitor?

The alternative data market is **$17 billion by 2027**, and **78% of hedge funds now incorporate alternative data into their strategies** (source: Nasdaq State of Alternative Data 2025 report). Real-time SEC filings are one of the most valuable signals in that market — they move stocks within minutes of being filed.

- **Hedge funds** — react to material events (8-K Item 1.01 = M&A, 5.02 = exec departures, 7.01 = Reg FD disclosures) before the market processes them
- **Equity research** — automate quarterly earnings collection (10-Q + 8-K Item 2.02 earnings release)
- **Financial journalists** — break news on insider transactions (Form 4) and proxy contests (DEF 14A)
- **Competitive intel teams** — track competitor M&A, partnerships, leadership changes
- **Compliance / risk teams** — monitor portfolio companies for material disclosures
- **AI / quant traders** — feed filings into NLP pipelines for sentiment and event extraction
- **Academic researchers** — build datasets for finance research

This actor delivers ~70% of what Bloomberg Terminal charges $25,000/year for, at a fraction of the cost.

### How to use

1. Click **Try for free** (or **Start**)
2. Enter tickers in **Tickers to monitor** (e.g. `AAPL`, `MSFT`, `NVDA`)
3. Pick which **Form types** to track (default: 8-K, 10-K, 10-Q)
4. Optionally set **Since date** (default: last 30 days) and **Max per company**
5. Click **Start**
6. Download as JSON, CSV, HTML, or Excel — or schedule daily/hourly runs

### Input

- **Tickers** — list of stock symbols
- **CIKs** — alternative: list of SEC CIK numbers if you don't have tickers
- **Form types** — which filings to extract (`8-K`, `10-K`, `10-Q`, `S-1`, `13F`, `4`, `DEF 14A`, etc.)
- **Since date** — only return filings on/after this date (default: 30 days ago)
- **Max filings per company** — safety cap (default: 50)
- **Extract content** — also download the full filing text (slower, charged extra)

### Output

```json
{
    "ticker": "AAPL",
    "companyName": "Apple Inc.",
    "cik": "0000320193",
    "formType": "8-K",
    "filingDate": "2026-04-10",
    "reportDate": "2026-04-10",
    "accessionNumber": "0000320193-26-000045",
    "primaryDocument": "aapl-20260410.htm",
    "filingUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000045/aapl-20260410.htm",
    "edgarUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=0000320193&accession_number=0000320193-26-000045",
    "items": ["2.03", "9.01"],
    "isXBRL": true,
    "isInlineXBRL": true,
    "sizeBytes": 1234567,
    "extractedAt": "2026-04-15T19:00:00.000Z"
}
````

### Data table

| Field | Type | Description |
|-------|------|-------------|
| `ticker` | string | Stock symbol |
| `companyName` | string | Legal company name |
| `cik` | string | SEC Central Index Key (10-digit, zero-padded) |
| `formType` | string | Filing form type |
| `filingDate` | string | Date filed with SEC (YYYY-MM-DD) |
| `reportDate` | string | Period the filing covers |
| `accessionNumber` | string | Unique SEC identifier |
| `primaryDocument` | string | Filename of the primary filing document |
| `filingUrl` | string | Direct link to the filing |
| `edgarUrl` | string | Human-browsable EDGAR page |
| `items` | array | 8-K event item codes (e.g. `["1.01", "9.01"]`) |
| `isXBRL` | boolean | Has structured XBRL data |
| `sizeBytes` | number | Filing size in bytes |
| `content` | string | (Optional) Full filing text body, max 50KB |
| `extractedAt` | string | ISO timestamp |

### Pricing

This actor uses Apify's **pay-per-event** pricing — perfect for use cases that need either bulk historical pulls or low-latency real-time monitoring:

- **Actor start**: $0.05 per run (covers ticker mapping + initial setup)
- **Per filing extracted**: $0.05 per filing pushed to the dataset

**Example costs:**

- Monitoring 10 companies, ~50 filings/quarter → $2.55/quarter
- Daily check on the S\&P 500 for new 8-K filings (~20/day) → ~$30/month
- Bulk historical pull of all 8-K filings for one ticker over 5 years → ~$10
- Full real-time monitoring of all S\&P 500 companies → ~$300-500/month

Compare to Bloomberg Terminal at $25,000/year, FactSet at $12,000/year, or commercial SEC API services at $99-$2,000/month with rate limits. For most use cases this actor is dramatically cheaper.

Free Apify tier members get $5/month in platform credits, which covers ~100 filings per month.

### Tips and advanced options

- **Schedule hourly runs** during market hours to catch material events in near-real-time
- **Filter by 8-K item codes** in your downstream pipeline to focus on the events that matter (1.01 M\&A, 2.02 earnings, 4.02 restated financials, 5.02 exec departures, 8.01 other material events)
- **Combine with the Domain Lead Enricher** to enrich newly-filed S-1 (IPO) companies with their tech stack and contact info
- **Pipe to your trading system via Apify webhooks** for low-latency event processing
- **Build the entire SEC EDGAR archive** using bulk historical pulls + a long `sinceDate`
- **Train an NLP model on filings** by setting `extractContent: true` and dumping to JSONL

### FAQ and support

**Is the data official?** Yes — it comes directly from `data.sec.gov` and `www.sec.gov`, the official US Securities and Exchange Commission API and archive.

**What's the latency?** SEC's submissions API is updated within ~1 second of filings being accepted by EDGAR. The actor itself adds ~5-10 seconds of overhead per company query (to respect SEC's 10 req/sec rate limit).

**Can I get filing content for an LLM pipeline?** Yes — set `extractContent: true` and the actor will fetch each filing's primary document and return cleaned text (up to 50KB per filing).

**What about XBRL data?** XBRL flags are returned in each row. To pull the actual XBRL financial data, use the SEC company facts API directly: `https://data.sec.gov/api/xbrl/companyfacts/CIK{cik}.json`.

**Is this legal?** Yes — SEC EDGAR is a free public service and the SEC explicitly encourages programmatic access (with a User-Agent header identifying yourself, which this actor provides).

**Found a bug?** Open an issue on the Issues tab.

# Actor input Schema

## `tickers` (type: `array`):

Stock ticker symbols to filter filings by. Empty = all companies.

## `ciks` (type: `array`):

SEC Central Index Keys (CIK numbers) to filter by. Optional alternative to tickers.

## `formTypes` (type: `array`):

Form types to extract. Common: 8-K (material events), 10-K (annual), 10-Q (quarterly), S-1 (IPO), 13F (institutional holdings), 4 (insider trades), DEF 14A (proxy).

## `sinceDate` (type: `string`):

Only return filings on or after this date. Empty = last 30 days.

## `maxFilingsPerCompany` (type: `integer`):

Cap on filings returned per company. Use 0 for unlimited.

## `extractContent` (type: `boolean`):

Download the full filing content (slower but returns the text body for parsing).

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

Optional Apify Proxy. Not required for SEC EDGAR (which is friendly to crawlers).

## Actor input object example

```json
{
  "tickers": [
    "AAPL",
    "MSFT",
    "GOOGL",
    "NVDA",
    "TSLA"
  ],
  "ciks": [],
  "formTypes": [
    "8-K",
    "10-K",
    "10-Q"
  ],
  "sinceDate": "",
  "maxFilingsPerCompany": 50,
  "extractContent": false,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

# Actor output Schema

## `dataset` (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 = {
    "tickers": [
        "AAPL",
        "MSFT",
        "GOOGL",
        "NVDA",
        "TSLA"
    ],
    "formTypes": [
        "8-K",
        "10-K",
        "10-Q"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("wiry_kingdom/sec-edgar-filing-monitor").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 = {
    "tickers": [
        "AAPL",
        "MSFT",
        "GOOGL",
        "NVDA",
        "TSLA",
    ],
    "formTypes": [
        "8-K",
        "10-K",
        "10-Q",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("wiry_kingdom/sec-edgar-filing-monitor").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 '{
  "tickers": [
    "AAPL",
    "MSFT",
    "GOOGL",
    "NVDA",
    "TSLA"
  ],
  "formTypes": [
    "8-K",
    "10-K",
    "10-Q"
  ]
}' |
apify call wiry_kingdom/sec-edgar-filing-monitor --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=wiry_kingdom/sec-edgar-filing-monitor",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SEC EDGAR Real-Time Filing Monitor",
        "description": "Real-time SEC EDGAR tracker. Monitor 8-K, 10-K, 10-Q, S-1, 13F filings by company, CIK, ticker, or form type. For hedge funds, equity research, journalists, alt data teams. Free SEC API, sub-second latency.",
        "version": "0.1",
        "x-build-id": "mH2iHkhJo3SIaelVx"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/wiry_kingdom~sec-edgar-filing-monitor/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-wiry_kingdom-sec-edgar-filing-monitor",
                "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/wiry_kingdom~sec-edgar-filing-monitor/runs": {
            "post": {
                "operationId": "runs-sync-wiry_kingdom-sec-edgar-filing-monitor",
                "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/wiry_kingdom~sec-edgar-filing-monitor/run-sync": {
            "post": {
                "operationId": "run-sync-wiry_kingdom-sec-edgar-filing-monitor",
                "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": {
                    "tickers": {
                        "title": "Tickers to monitor",
                        "type": "array",
                        "description": "Stock ticker symbols to filter filings by. Empty = all companies.",
                        "default": [
                            "AAPL",
                            "MSFT",
                            "GOOGL",
                            "NVDA",
                            "TSLA"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "ciks": {
                        "title": "CIKs to monitor",
                        "type": "array",
                        "description": "SEC Central Index Keys (CIK numbers) to filter by. Optional alternative to tickers.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "formTypes": {
                        "title": "Filing form types",
                        "type": "array",
                        "description": "Form types to extract. Common: 8-K (material events), 10-K (annual), 10-Q (quarterly), S-1 (IPO), 13F (institutional holdings), 4 (insider trades), DEF 14A (proxy).",
                        "default": [
                            "8-K",
                            "10-K",
                            "10-Q"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "sinceDate": {
                        "title": "Since date (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Only return filings on or after this date. Empty = last 30 days.",
                        "default": ""
                    },
                    "maxFilingsPerCompany": {
                        "title": "Max filings per company",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap on filings returned per company. Use 0 for unlimited.",
                        "default": 50
                    },
                    "extractContent": {
                        "title": "Extract filing content",
                        "type": "boolean",
                        "description": "Download the full filing content (slower but returns the text body for parsing).",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify Proxy. Not required for SEC EDGAR (which is friendly to crawlers).",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
