# SEC Form 4 Insider Trades - Real-Time (`wiry_kingdom/sec-form4-insider-trades`) Actor

Real-time SEC Form 4 parser. Returns structured insider buy/sell/option/grant transactions for any public company. Includes insider name, role, transaction code, shares, price, post-tx holdings. Free SEC EDGAR API. For quants, journalists, retail.

- **URL**: https://apify.com/wiry\_kingdom/sec-form4-insider-trades.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 Form 4 Insider Trades — Real-Time Parser

**Pull every insider buy, sell, and option exercise for any public company. Real-time. Structured. Sub-second latency from the moment EDGAR receives the filing.**

This actor parses SEC Form 4 filings — the legally-mandated disclosure that every director, officer, and 10%+ shareholder must file within 2 business days of any transaction in their company's stock. The output is the cleanest, most actionable insider trading data you can get without paying $99-499/month for a commercial tool.

### What you actually get (verified on real data)

Real transactions returned in test runs:

| Company | Insider | Title | Date | Code | Shares | Price | Value |
|---------|---------|-------|------|------|--------|-------|-------|
| **Tesla** | Zhu Xiaotong | SVP | 2026-03-31 | M (option exercise) | 20,000 | $20.57 | $411,400 |
| **Meta** | Javier Olivan | COO | 2026-03-23 | S (sell) | 1,334 | $605.38 | $807,576 |
| **Meta** | Javier Olivan | COO | 2026-03-16 | S (sell) | 1,334 | $632.02 | $843,114 |
| **Meta** | Robert M Kimmitt | Director | 2026-03-16 | S (sell) | 580 | $632.02 | $366,572 |
| **Apple** | Deirdre O'Brien | SVP | 2026-04-01 | M (option exercise) | 64,317 | option strike | option exercise |
| **Apple** | Deirdre O'Brien | SVP | 2026-04-02 | S (sell) | 30,002 | market price | open-market sale |
| **Apple** | Sabih Khan | COO | 2026-04-01 | M (option exercise) | 64,317 | option strike | option exercise |

Each row includes:
- **Insider identity**: full name, CIK, title, role flags (director / officer / 10%+ owner)
- **Transaction details**: date, code, type, shares, price per share, total value
- **Codes correctly classified**: M (option exercise), S (open-market sale), P (open-market purchase), A (grant), F (sell-to-cover taxes), G (gift), and 14+ more
- **Post-transaction holdings**: shares owned after the transaction
- **Direct vs Indirect ownership** (D = direct, I = held in trust/family/etc.)
- **Both common stock AND derivative securities** (options, RSUs, warrants)
- **Direct link to the filing** on SEC EDGAR

### Why use this

**Insider trading is one of the most-cited alpha factors in quantitative finance.** Studies show insiders consistently earn excess returns from open-market purchases (code P), and clusters of insider sells (code S) often precede stock declines. The trick is **getting the data fast enough to act on it** — Form 4 filings have a 2-business-day deadline, and signal value decays within hours.

Buyers for this kind of data:

- **Hedge funds and quant traders** — track insider activity as an alpha factor; signals from open-market buys (code P) are statistically significant
- **Retail traders** — follow CEO/insider transactions (popular trading strategy)
- **Financial journalists** — break stories on suspicious-looking insider sales (especially before earnings)
- **Activist investors** — track insider ownership changes
- **Compliance + risk teams** — monitor insider transactions for material non-public information violations
- **Investor relations teams** — report insider activity to internal stakeholders

Commercial alternatives:
- **InsiderScore (Verus Analytics)**: $99-499/month
- **SecForm4.com**: paid subscription
- **OpenInsider**: free but **batch-updated nightly** (signal too late for trading)
- **InsiderArbitrage**: $50-200/month
- **Bloomberg Terminal**: $25k/year (insider data is one of many features)
- **FactSet**: $12k/year

This actor delivers the **same data structure as InsiderScore at sub-second latency** because it pulls directly from SEC EDGAR within minutes of filing time.

### Honest limitations

- **2-business-day disclosure delay is on SEC's side, not ours.** Insiders have 2 business days from the trade date to file. We pull within seconds of the filing being accepted. So end-to-end latency from the trade to your dataset is **2 business days plus a few seconds**.
- **No price normalization.** Option exercise prices (code M) are the strike price, not market price — your downstream pipeline should handle this.
- **No XBRL signature parsing.** We extract the structured ownership XML, not the legal signature block. If you need the signing officer name, parse the XML yourself.
- **One Form 4 filing can have multiple transactions.** We return one row per transaction — so a single filing with 8 transactions becomes 8 rows. Group by `accessionNumber` if you want one row per filing.
- **We do not currently track Form 3 (initial statement) or Form 5 (annual) filings.** Only Form 4. Both are far less commonly filed.

### How to use

1. Click **Try for free** (or **Start**)
2. Add stock tickers in **tickers** (e.g. `["TSLA", "AAPL", "META", "NVDA"]`)
3. Set **sinceDate** (e.g. `"2026-01-01"`) — defaults to last 30 days
4. Optionally set **transactionTypeFilter** to focus on `buy`, `sell`, `option-exercise`, `grant`, or `gift`
5. Optionally set **minTransactionValue** to skip small trades
6. Click **Start**

### Common transaction codes (you'll see these in `transactionCode`)

| Code | Meaning | Why it matters |
|------|---------|----------------|
| **P** | Open-market or private **purchase** | **Strong bullish signal** — insider used own cash to buy |
| **S** | Open-market or private **sale** | Bearish signal — insider used own holdings to sell |
| **M** | Exercise/conversion of derivative | Often followed by a sale; common for vested options |
| **F** | Pay exercise price/tax via securities | "Sell to cover" — neutral signal |
| **A** | Grant, award, or other acquisition | Standard comp; not a market signal |
| **G** | Bona fide gift | Often estate planning; not a market signal |
| **D** | Disposition to issuer | Buyback-related |
| **C** | Conversion of derivative security | Similar to M |
| **X** | Exercise of in-the-money derivative | Often followed by sale |

For alpha signal extraction, **focus on code P (insider buys) and clusters of code S (insider sells)**. Code M and F are noise (just employee comp mechanics).

### Output

```json
{
    "ticker": "META",
    "issuerCik": "0001326801",
    "issuerName": "Meta Platforms, Inc.",
    "accessionNumber": "0001127602-26-014321",
    "filingDate": "2026-03-23",
    "transactionDate": "2026-03-23",
    "insiderName": "Olivan Javier",
    "insiderCik": "0001815830",
    "insiderTitle": "Chief Operating Officer",
    "isDirector": false,
    "isOfficer": true,
    "isTenPercentOwner": false,
    "isOther": false,
    "securityTitle": "Class A Common Stock",
    "transactionCode": "S",
    "transactionCodeDescription": "Open-market or private sale",
    "transactionType": "sell",
    "shares": 1334,
    "pricePerShare": 605.38,
    "transactionValueUsd": 807577.49,
    "acquiredOrDisposed": "D",
    "sharesAfter": 89234,
    "ownership": "D",
    "isDerivative": false,
    "filingUrl": "https://www.sec.gov/cgi-bin/browse-edgar?...&accession_number=0001127602-26-014321",
    "extractedAt": "2026-04-15T22:00:00.000Z"
}
````

### Pricing

This actor uses **pay-per-event** pricing — perfect for both individual traders and quant teams:

- **Actor start**: $0.05 per run
- **Per transaction extracted**: $0.02 per transaction pushed to the dataset

**Example costs:**

- Track 5 mega-cap tech stocks daily (≈10 transactions/day) → ~$6/month
- Full historical pull of 100 Tesla Form 4s → ~$2-5
- Hourly check on the entire S\&P 500 during earnings season → ~$50/month
- Daily snapshot of every code-P (insider buy) across all S\&P 500 → ~$30/month

For comparison: InsiderScore is $99-499/month. SecForm4 paid tiers start around $50/month. OpenInsider is free but batch-only (no real-time API).

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

### Tips for alpha extraction

- **Schedule hourly runs during market hours** to catch insider buys (code P) within minutes of filing — these tend to predict stock moves over the next 30-90 days
- **Filter by `transactionType: buy`** — insider purchases (code P) are the strongest bullish signal in finance literature; insider sales (code S) are noisier because they can be motivated by tax/diversification reasons
- **Cluster filter**: group transactions by `insiderName` and date — multiple insiders buying within the same week is a much stronger signal than a single insider
- **Combine with the SEC EDGAR Filing Monitor** to triangulate: insider sells right before a 10-Q earnings filing are red flags
- **Combine with the NIH Grants Tracker** for biotech: track insider buys at small-cap biotechs that just received NIH grants
- **Pipe into a quant model** as an alpha factor — the literature on insider trading as alpha is robust and well-studied

### API source

This actor uses the official **SEC EDGAR REST API** for filing discovery (`https://data.sec.gov/submissions/CIK{cik}.json`) and the **SEC Archives** for raw Form 4 XML (`https://www.sec.gov/Archives/edgar/data/{cik}/{accession}/...xml`). Both are free, public, require no authentication, and are maintained by the SEC itself.

SEC requires a User-Agent header identifying the requester (we use `MCPHubResearch contact@mcphub.dev`), and limits to 10 requests per second per IP. We comply automatically.

### License

This actor is MIT licensed. SEC filing data is in the **public domain** (works of the US federal government are not subject to copyright). You may use the extracted insider transaction data for any purpose, including commercial trading, with no restrictions.

### Disclaimer

**This actor is for research and information purposes only.** Trading on insider transaction data does not constitute insider trading under US securities law (Form 4 data is public by design), but you should consult a licensed financial advisor before making any trading decisions. The author is not responsible for any losses incurred from using this data.

# Actor input Schema

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

Stock symbols to track Form 4 filings for. Example: \['TSLA', 'NVDA', 'META']. Empty = use the default top tech tickers.

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

SEC Central Index Keys, alternative if you don't have tickers.

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

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

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

Cap on filings to fetch per company. Tesla has 400+ historical Form 4 filings — use this to limit the pull.

## `transactionTypeFilter` (type: `string`):

Only return transactions matching this type. 'all' = no filter, 'buy' = open-market purchases (P), 'sell' = open-market sales (S), 'option-exercise' = option exercises (M), 'grant' = stock grants (A), 'gift' = gifts (G).

## `minTransactionValue` (type: `integer`):

Only return transactions with total value (shares \* price) >= this amount. 0 = no minimum.

## `includeDerivatives` (type: `boolean`):

Also extract derivative security transactions (stock options, RSUs, warrants). Disable to only get common stock movements.

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

Optional Apify Proxy. SEC EDGAR is friendly to direct access — proxy rarely needed.

## Actor input object example

```json
{
  "tickers": [
    "TSLA"
  ],
  "ciks": [],
  "sinceDate": "",
  "maxFilingsPerCompany": 25,
  "transactionTypeFilter": "all",
  "minTransactionValue": 0,
  "includeDerivatives": true,
  "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": [
        "TSLA"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("wiry_kingdom/sec-form4-insider-trades").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": ["TSLA"] }

# Run the Actor and wait for it to finish
run = client.actor("wiry_kingdom/sec-form4-insider-trades").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": [
    "TSLA"
  ]
}' |
apify call wiry_kingdom/sec-form4-insider-trades --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "SEC Form 4 Insider Trades - Real-Time",
        "description": "Real-time SEC Form 4 parser. Returns structured insider buy/sell/option/grant transactions for any public company. Includes insider name, role, transaction code, shares, price, post-tx holdings. Free SEC EDGAR API. For quants, journalists, retail.",
        "version": "0.1",
        "x-build-id": "d4A5W1faSOPKslS5g"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/wiry_kingdom~sec-form4-insider-trades/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-wiry_kingdom-sec-form4-insider-trades",
                "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-form4-insider-trades/runs": {
            "post": {
                "operationId": "runs-sync-wiry_kingdom-sec-form4-insider-trades",
                "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-form4-insider-trades/run-sync": {
            "post": {
                "operationId": "run-sync-wiry_kingdom-sec-form4-insider-trades",
                "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": "Stock tickers to monitor",
                        "type": "array",
                        "description": "Stock symbols to track Form 4 filings for. Example: ['TSLA', 'NVDA', 'META']. Empty = use the default top tech tickers.",
                        "default": [
                            "TSLA"
                        ],
                        "items": {
                            "type": "string"
                        }
                    },
                    "ciks": {
                        "title": "CIKs to monitor (alternative to tickers)",
                        "type": "array",
                        "description": "SEC Central Index Keys, alternative if you don't have tickers.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "sinceDate": {
                        "title": "Since date (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Only return Form 4 filings filed on or after this date. Empty = last 30 days.",
                        "default": ""
                    },
                    "maxFilingsPerCompany": {
                        "title": "Max Form 4 filings per company",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Cap on filings to fetch per company. Tesla has 400+ historical Form 4 filings — use this to limit the pull.",
                        "default": 25
                    },
                    "transactionTypeFilter": {
                        "title": "Filter by transaction type",
                        "enum": [
                            "all",
                            "buy",
                            "sell",
                            "option-exercise",
                            "grant",
                            "gift"
                        ],
                        "type": "string",
                        "description": "Only return transactions matching this type. 'all' = no filter, 'buy' = open-market purchases (P), 'sell' = open-market sales (S), 'option-exercise' = option exercises (M), 'grant' = stock grants (A), 'gift' = gifts (G).",
                        "default": "all"
                    },
                    "minTransactionValue": {
                        "title": "Min transaction value (USD)",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Only return transactions with total value (shares * price) >= this amount. 0 = no minimum.",
                        "default": 0
                    },
                    "includeDerivatives": {
                        "title": "Include derivative transactions",
                        "type": "boolean",
                        "description": "Also extract derivative security transactions (stock options, RSUs, warrants). Disable to only get common stock movements.",
                        "default": true
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Optional Apify Proxy. SEC EDGAR is friendly to direct access — proxy rarely needed.",
                        "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
