# Korean Company Data — Directors, Shareholders & Financials (`foxlabs/korean-company-data`) Actor

Look up any Korean listed company and get directors with exact shareholdings, full IFRS financial statements (3-year, consolidated+separate), and firmographics. Clean JSON for KYC, due diligence & supply-chain verification.

- **URL**: https://apify.com/foxlabs/korean-company-data.md
- **Developed by:** [Berkan Kaplan](https://apify.com/foxlabs) (community)
- **Categories:** Lead generation
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $25.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

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

## 🏢 Korean Company Data — Directors, Shareholders &amp; Financials

[![Apify](https://img.shields.io/badge/Apify-foxlabs%2Fkorean--company--data-blue)](https://apify.com/foxlabs/korean-company-data)
[![Actor type](https://img.shields.io/badge/actor-Pay%20Per%20Event-green)](https://apify.com/foxlabs/korean-company-data/pricing)
[![Coverage](https://img.shields.io/badge/coverage-118K%2B%20companies-orange)]()

Look up any Korean company (KOSPI/KOSDAQ listed **and** 114K+ unlisted) and get **deep business intelligence** unmatched by any other Korean actor:
- **Executives &amp; major shareholders** with exact share ownership, ratios, and changes
- **Full IFRS financial statements** — balance sheet + income statement, 3-year comparison, both consolidated (CFS) and separate (OFS)
- **Firmographics** — English company name, address, CEO, industry, registration numbers

All from **OpenDART** — Korea's Financial Supervisory Service (FSS) official API. Free, authoritative, zero browser overhead.

Part of the [foXLabs B2B Intelligence Suite](https://apify.com/foxlabs).

### ✨ Key Capabilities

| Capability | Included |
|---|---|
| **Directors with exact shareholdings** | ✅ Name + position + shares + ratio + change |
| **Major shareholders identified** | ✅ 10%+ holders flagged |
| **Full IFRS financial statements** | ✅ CFS + OFS, BS + IS, 3-year comparison |
| **English company names** | ✅ Official DART-registered |
| **Position titles in English** | ✅ Korean → English mapping (VP, MD, President) |
| **Unlisted company coverage** | ✅ 114K+ firmographic records |
| **Zero-setup API access** | ✅ Built-in API key, no registration needed |
| **Industry-based discovery** | ✅ KSIC sector dropdown — find all companies in a sector |
| **Romanized output** | ✅ Names, addresses in Latin alphabet via Revised Romanization |

### 🚀 Quick Start

```json
{
  "stockCodes": ["005930", "000660", "035420"],
  "includeFinancials": true,
  "outputLanguage": "en"
}
````

Run → get Samsung, SK hynix, and Naver with director shareholdings + 3-year financials in English.

### 📥 Input

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `corp_codes` | array | `["00126380"]` | 8-digit DART corporate codes. Exact match, fastest. |
| `stockCodes` | array | — | 6-digit KOSPI/KOSDAQ tickers (e.g. `["005930"]`). Auto-resolved to corp\_code. |
| `companyNames` | array | — | Korean or English company names. Best-effort resolution from 118K index. |
| `includeFinancials` | boolean | `false` | Full IFRS financials (CFS+OFS, 3-year). Adds 1 API call per company. |
| `maxExecutivesPerCompany` | integer | `100` | Top N executives (registered first, by shares). `0` = all. |
| `outputLanguage` | string | `"both"` | `"en"` = Romanized/English primary, Korean as `_ko` suffix. `"both"` = side-by-side. |
| `maxResults` | integer | `100` | Max company records. |
| `crtfc_key` | string | *(built-in)* | Optional. Bring your own OpenDART key for higher rate limits. |

*\*At least one of `corp_codes`, `stockCodes`, or `companyNames` is required.*

### 📤 Output

```json
{
  "corp_name": "SAMSUNG ELECTRONICS CO,.LTD",
  "stock_code": "005930",
  "is_listed": true,
  "ceo": "jeonyeonghyeon, notaemun",
  "bizr_no": "1248100998",
  "address": "gyeonggido suwonsi yeongtonggu samseongno 129",
  "industry_desc": "Electronic components, computer &amp; communication equipment",
  "established_date": "1969-01-13",
  "executives": [
    {
      "name": "choejinhyeok",
      "name_ko": "최진혁",
      "position": "Vice President",
      "position_ko": "부사장",
      "registered": "Unregistered",
      "shares": 3000,
      "share_change": 1000,
      "ownership_ratio": 0.0000442,
      "report_date": "2024-06-24"
    }
  ],
  "executives_count": 2607,
  "financials": {
    "fiscal_year": "2025",
    "report_type": "Annual",
    "summary": [
      {
        "account": "Total assets",
        "division": "CFS",
        "statement": "BS",
        "current_amount": 566942110000000,
        "current_formatted": "₩566.94T",
        "current_exact": "₩566,942,110,000,000",
        "previous_amount": 514531948000000,
        "before_previous_amount": 455905980000000,
        "currency": "KRW"
      }
    ]
  },
  "financials_text": "Revenue ₩333.61T · Op. income ₩43.60T · Assets ₩566.94T · FY2025 (Annual)",
  "matched": true,
  "source": "OpenDART — Korea Financial Supervisory Service (FSS)",
  "scraped_at": "2026-06-22T00:04:00.000Z"
}
```

#### Money fields

All in KRW with three formats per value:

- **Raw** — `566942110000000` (for calculations)
- **Formatted** — `₩566.94T` (compact: T=trillion, B=billion, M=million)
- **Exact** — `₩566,942,110,000,000` (full precision with commas)

### 📊 Use Cases

- **KYC & Due Diligence** — Verify Korean suppliers with official registry data + director-shareholder networks
- **Supply Chain Intelligence** — Map semiconductor/electronics/automotive supply chains with ownership structure
- **Investment Research** — Compare 3-year IFRS financials across KOSPI/KOSDAQ companies
- **Lead Enrichment** — Augment 118K+ Korean company profiles with firmographics, directors, and financial health

### 🔌 Powered By

- **[OpenDART](https://opendart.fss.or.kr)** — Korea Financial Supervisory Service (FSS) open-data API · Free · 20K calls/day
- **[koroman](https://www.npmjs.com/package/koroman)** — Revised Romanization for Korean names & addresses
- **got-scraping** — Plain HTTP, zero browser, zero proxy needed
- **Apify SDK** — Serverless deployment & auto-scaling

### 📝 Changelog

#### v0.1 — 2026-06-22

- Initial release on Apify Store
- OpenDART triple-endpoint: company overview + executives/shareholders + financial statements
- 118K company index (bundled, instant resolution)
- 3-year IFRS financials: CFS + OFS, BS + IS
- Executive names & addresses Romanized (Revised Romanization)
- Position title English mapping (12 titles)
- KSIC industry code → English description
- `outputLanguage: "en"` mode — English/Romanized primary output
- Money formatting: raw (number), compact (₩T/B/M), exact (full precision)
- Built-in default API key — zero setup for users

***

Built by [foXLabs](https://data.foxlabs.com.tr) · [B2B Intelligence Suite on Apify](https://apify.com/foxlabs)

# Actor input Schema

## `crtfc_key` (type: `string`):

A default free API key is included. Provide your own key only if you need higher rate limits (20K/day per key). Get a free key at https://opendart.fss.or.kr

## `corp_codes` (type: `array`):

8-digit DART corporate codes (e.g. `00126380` for Samsung Electronics). Exact match, zero ambiguity. Use this for guaranteed results.

## `stockCodes` (type: `array`):

6-digit stock ticker codes (e.g. `005930` for Samsung). Resolved to corp\_code via the DART master index.

## `companyNames` (type: `array`):

Korean or English company names. Resolved via DART corp-code index. ⚠ Best-effort: ambiguous names may match the wrong company — use corp\_code for guaranteed results.

## `industryCode` (type: `string`):

Select a KSIC industry sector to discover ALL Korean companies in that sector (scans ~4K listed companies). Choose "—" to use direct lookup mode with corp\_codes/stockCodes/companyNames instead.

## `includeFinancials` (type: `boolean`):

Adds full IFRS financial statements: 3-year comparison, consolidated (CFS) + separate (OFS) balance sheet and income statement. Adds 1 extra API call per company.

## `maxExecutivesPerCompany` (type: `integer`):

Limit executive records per company (registered first, then by share count). Default 100. Set 0 for all — warning: Samsung has 2,600+ and this increases cost.

## `maxResults` (type: `integer`):

Hard cap on results. Set 0 for unlimited.

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

How many companies to fetch in parallel. Default 5 is balanced for the OpenDART API; lower it if you hit the 20K/day rate limit on large lists.

## `outputLanguage` (type: `string`):

`both` (default): Korean originals + English/Romanized alternatives side-by-side. `en`: Romanized/English as primary fields, Korean moved to \_ko suffixed fields (corp\_name\_ko, address\_ko, ceo\_ko, name\_ko, position\_ko).

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

Apify Datacenter proxy is sufficient (OpenDART is an open government API).

## Actor input object example

```json
{
  "corp_codes": [
    "00126380"
  ],
  "stockCodes": [],
  "companyNames": [],
  "industryCode": "",
  "includeFinancials": false,
  "maxExecutivesPerCompany": 100,
  "maxResults": 100,
  "maxConcurrency": 5,
  "outputLanguage": "both",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

# 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 = {
    "crtfc_key": "",
    "corp_codes": [
        "00126380"
    ],
    "stockCodes": [],
    "companyNames": [],
    "maxExecutivesPerCompany": 100,
    "maxResults": 100,
    "maxConcurrency": 5,
    "outputLanguage": "both",
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": []
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("foxlabs/korean-company-data").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 = {
    "crtfc_key": "",
    "corp_codes": ["00126380"],
    "stockCodes": [],
    "companyNames": [],
    "maxExecutivesPerCompany": 100,
    "maxResults": 100,
    "maxConcurrency": 5,
    "outputLanguage": "both",
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": [],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("foxlabs/korean-company-data").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 '{
  "crtfc_key": "",
  "corp_codes": [
    "00126380"
  ],
  "stockCodes": [],
  "companyNames": [],
  "maxExecutivesPerCompany": 100,
  "maxResults": 100,
  "maxConcurrency": 5,
  "outputLanguage": "both",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}' |
apify call foxlabs/korean-company-data --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Korean Company Data — Directors, Shareholders & Financials",
        "description": "Look up any Korean listed company and get directors with exact shareholdings, full IFRS financial statements (3-year, consolidated+separate), and firmographics. Clean JSON for KYC, due diligence & supply-chain verification.",
        "version": "0.1",
        "x-build-id": "HtfsexKlIsBYxAh0P"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/foxlabs~korean-company-data/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-foxlabs-korean-company-data",
                "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/foxlabs~korean-company-data/runs": {
            "post": {
                "operationId": "runs-sync-foxlabs-korean-company-data",
                "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/foxlabs~korean-company-data/run-sync": {
            "post": {
                "operationId": "run-sync-foxlabs-korean-company-data",
                "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": {
                    "crtfc_key": {
                        "title": "OpenDART API key (optional — default provided)",
                        "type": "string",
                        "description": "A default free API key is included. Provide your own key only if you need higher rate limits (20K/day per key). Get a free key at https://opendart.fss.or.kr"
                    },
                    "corp_codes": {
                        "title": "DART corporate codes — most precise",
                        "type": "array",
                        "description": "8-digit DART corporate codes (e.g. `00126380` for Samsung Electronics). Exact match, zero ambiguity. Use this for guaranteed results.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "stockCodes": {
                        "title": "Stock codes (KOSPI/KOSDAQ)",
                        "type": "array",
                        "description": "6-digit stock ticker codes (e.g. `005930` for Samsung). Resolved to corp_code via the DART master index.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "companyNames": {
                        "title": "Company names (best-effort)",
                        "type": "array",
                        "description": "Korean or English company names. Resolved via DART corp-code index. ⚠ Best-effort: ambiguous names may match the wrong company — use corp_code for guaranteed results.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "industryCode": {
                        "title": "Industry sector — Discovery Mode",
                        "enum": [
                            "",
                            "01",
                            "10-34",
                            "10",
                            "13",
                            "20-21",
                            "26",
                            "261",
                            "262-263",
                            "264",
                            "29",
                            "291",
                            "30",
                            "35",
                            "41-42",
                            "45-47",
                            "49-52",
                            "55-56",
                            "58-63",
                            "61",
                            "62",
                            "64-66",
                            "641",
                            "68",
                            "70-73",
                            "85",
                            "86",
                            "90-91"
                        ],
                        "type": "string",
                        "description": "Select a KSIC industry sector to discover ALL Korean companies in that sector (scans ~4K listed companies). Choose \"—\" to use direct lookup mode with corp_codes/stockCodes/companyNames instead.",
                        "default": ""
                    },
                    "includeFinancials": {
                        "title": "Include financial statements (extra API call)",
                        "type": "boolean",
                        "description": "Adds full IFRS financial statements: 3-year comparison, consolidated (CFS) + separate (OFS) balance sheet and income statement. Adds 1 extra API call per company.",
                        "default": false
                    },
                    "maxExecutivesPerCompany": {
                        "title": "Max executives per company",
                        "minimum": 0,
                        "maximum": 10000,
                        "type": "integer",
                        "description": "Limit executive records per company (registered first, then by share count). Default 100. Set 0 for all — warning: Samsung has 2,600+ and this increases cost.",
                        "default": 100
                    },
                    "maxResults": {
                        "title": "Maximum number of companies",
                        "minimum": 0,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Hard cap on results. Set 0 for unlimited.",
                        "default": 100
                    },
                    "maxConcurrency": {
                        "title": "Concurrent lookups",
                        "minimum": 1,
                        "maximum": 25,
                        "type": "integer",
                        "description": "How many companies to fetch in parallel. Default 5 is balanced for the OpenDART API; lower it if you hit the 20K/day rate limit on large lists.",
                        "default": 5
                    },
                    "outputLanguage": {
                        "title": "Output language",
                        "enum": [
                            "both",
                            "en"
                        ],
                        "type": "string",
                        "description": "`both` (default): Korean originals + English/Romanized alternatives side-by-side. `en`: Romanized/English as primary fields, Korean moved to _ko suffixed fields (corp_name_ko, address_ko, ceo_ko, name_ko, position_ko).",
                        "default": "both"
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify Datacenter proxy is sufficient (OpenDART is an open government API).",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": []
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
