# 🇰🇷 Korea DART OpenDART · 금융감독원 전자공시 코스피 코스닥 (`nexgendata/korea-dart-opendart-filings`) Actor

Pull KOSPI/KOSDAQ corporate filings from Korea's DART (전자공시시스템) via the official OpenDART REST API. Korean SEC EDGAR equivalent: regular reports, major events, capital changes, M\&A. Filter by date or issuer. Bring your own free OpenDART auth key.

- **URL**: https://apify.com/nexgendata/korea-dart-opendart-filings.md
- **Developed by:** [NexGenData](https://apify.com/nexgendata) (community)
- **Categories:** Business
- **Stats:** 1 total users, 0 monthly users, 0.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $150.00 / 1,000 dart filings

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

## 🇰🇷 Korea DART OpenDART — KOSPI & KOSDAQ Filings

**Korea's SEC EDGAR equivalent — institutional disclosures from every KOSPI, KOSDAQ, and KONEX issuer, delivered as clean JSON.**

DART (전자공시시스템 — Korea Financial Supervisory Service's electronic disclosure system) is the legal source-of-record for every Korean listed company. This actor wraps the official **OpenDART REST API** so you can pull issuer filings, major-event reports, capital changes, and M&A disclosures by date range, issuer, or category without writing any glue code.

- ✅ Official FSS open-data API — full corpus, not a scraper
- ✅ KOSPI + KOSDAQ + KONEX coverage
- ✅ Korean-language original content preserved (corp_name, filing titles)
- ✅ English company names where the issuer registered them
- ✅ Filter by date range, issuer (corp_code or name), and filing category
- ✅ Bring-your-own free OpenDART auth key (per FSS Terms of Service)

---

### What you get

Each filing record contains:

| Field | Description |
|---|---|
| `rcept_no` | DART receipt number (unique 14-digit ID for the filing) |
| `corp_code` | DART's 8-digit internal company code |
| `corp_name` | Korean company name (e.g. `삼성전자`) |
| `corp_name_en` | English company name when available (e.g. `SAMSUNG ELECTRONICS CO.,LTD`) |
| `stock_code` | 6-digit KRX stock code (e.g. `005930`) |
| `filing_title` | Filing title in Korean (e.g. `[기재정정]사업보고서`) |
| `filing_type_classified` | Heuristic category: `regular_report`, `major_event`, `M&A_ownership`, `capital_change`, `audit_report`, `other` |
| `filing_type_code` | OpenDART category code: `A`/`B`/`C`/`D`/... |
| `filing_date` | YYYYMMDD filing date |
| `market_segment` | `KOSPI`, `KOSDAQ`, `KONEX`, or `ETC` |
| `opendart_url` | Direct human-readable link to the filing on dart.fss.or.kr |
| `filing_summary` | Pre-formatted one-line summary suitable for alerts |

---

### Use cases

- **Korean equity event-driven traders** — monitor M&A filings, tender offers, major-event reports (주요사항보고서) within minutes of disclosure
- **Activist / hedge fund Asia desks** — track 5%+ ownership filings (대량보유보고서) and insider transactions (임원·주요주주특정증권등소유상황보고서)
- **Compliance / KYC analysts** — pull regular reports (사업보고서, 분기보고서, 반기보고서) on KOSPI200 / KOSDAQ150 constituents for due diligence
- **Macro researchers** — monitor capital-raise activity, convertible bond issuance (전환사채), and rights offerings (유상증자) for liquidity-cycle signals
- **Foreign investor research** — Korean-equity research without paying for Refinitiv Eikon Korea or Bloomberg Korea-Country-Pack

---

### Input

| Field | Required | Default | Notes |
|---|---|---|---|
| `opendart_api_key` | **yes** | — | Your personal free key from [opendart.fss.or.kr](https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do). Treated as a secret. |
| `corp_name_filter` | no | `""` | Substring match on Korean company name. Example: `삼성`. |
| `corp_code_filter` | no | `""` | DART 8-digit corp code. Example: `00126380` (Samsung Electronics). |
| `filing_type` | no | `all` | `regular_report` / `major_event` / `capital_change` / `M&A` / `all` |
| `date_from` | no | 30 days ago | ISO date `YYYY-MM-DD` |
| `date_to` | no | today | ISO date `YYYY-MM-DD` |
| `max_filings` | no | 100 | Cap (1–1000). |

---

### How to get a free OpenDART key (60 seconds)

1. Open [https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do](https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do)
2. Click **회원가입 (Sign Up)** — give email, name, organization. No payment, no credit card.
3. Confirm via the verification email.
4. Log in → **인증키 신청/관리 (API key request)** → submit application — keys are auto-approved in seconds.
5. Paste the 40-char `crtfc_key` into the `opendart_api_key` input field.

**Why we don't supply a shared key:** OpenDART's Terms of Service §5 require each downstream consumer to register their own key. Sharing keys would (1) violate ToS, (2) hit the 20,000/day cap quickly with multiple users on one key, and (3) make rate-limit debugging impossible. Each NexGenData buyer using their own key gets the full 20,000-call/day quota.

---

### Rate limit

OpenDART enforces **20,000 API calls per key per day** (resets at 00:00 KST). This actor:

- Paginates list.json at 100 results per page (so 100 filings = 1 API call)
- Stops at 19,900 calls as a local guard (leaves headroom for incidental calls)
- Surfaces OpenDART's status `020` (quota exceeded) cleanly in the output dataset rather than crashing

Worst-case math: a year-long full-corpus sweep (~3,000 filings/day × 365 ≈ 1.1M filings) needs ~11,000 calls — well under the 20K daily cap. Most use cases consume <100 calls/run.

---

### Example output (one row)

```json
{
  "rcept_no": "20260530000234",
  "corp_code": "00126380",
  "corp_name": "삼성전자",
  "corp_name_en": "SAMSUNG ELECTRONICS CO.,LTD",
  "stock_code": "005930",
  "filing_title": "[기재정정]사업보고서 (2025.12)",
  "filing_type_classified": "regular_report",
  "filing_type_code": "A",
  "filing_date": "20260530",
  "filer_name": "삼성전자",
  "market_segment": "KOSPI",
  "opendart_url": "https://dart.fss.or.kr/dsaf001/main.do?rcpNo=20260530000234",
  "filing_summary": "삼성전자 (KOSPI) — [기재정정]사업보고서 (2025.12)"
}
````

***

### OpenDART category codes (pblntf\_ty) reference

| Code | Korean | English |
|---|---|---|
| A | 정기공시 | Regular reports (annual, quarterly, semi-annual) |
| B | 주요사항보고 | Major-event reports (material disclosures) |
| C | 발행공시 | Capital changes / securities issuance |
| D | 지분공시 | Ownership / 5%+ shareholder / tender offer |
| E | 기타공시 | Other |
| F | 외부감사관련 | External audit |
| G | 펀드공시 | Fund |
| H | 자산유동화 | Asset securitization |
| I | 거래소공시 | Exchange (KIND mirror) |
| J | 공정위공시 | KFTC (Korea Fair Trade Commission) |

The `filing_type` input maps `regular_report` → A, `major_event` → B, `capital_change` → C, `M&A` → D. Choose `all` to fetch every category.

***

### 한국어 설명

한국 금융감독원의 DART(전자공시시스템)에서 KOSPI 및 KOSDAQ 상장 기업의 공시 정보를 수집합니다. 정기 보고서, 주요 사항 보고서, M\&A 공시 등을 한국어 원본 그대로 구조화된 데이터로 제공합니다.

주요 용도:

- 한국 주식 시장 이벤트 모니터링
- 코퍼레이트 거버넌스 분석
- M\&A 트래킹
- 외국인 투자자 정보 분석

#### 필수 입력

- `opendart_api_key` — [OpenDART](https://opendart.fss.or.kr/)에서 발급받은 본인의 인증키 (무료, 가입 후 즉시 발급). 본 액터는 ToS 제5조에 따라 공유 키를 제공하지 않으며, 각 사용자가 본인의 인증키를 등록해야 합니다.

#### 선택 입력

- `corp_name_filter` — 회사명 부분 일치 검색 (예: `삼성`, `현대`, `카카오`)
- `corp_code_filter` — DART 고유번호 (8자리)
- `filing_type` — 공시 유형 필터
- `date_from` / `date_to` — 조회 기간 (기본 최근 30일)
- `max_filings` — 최대 결과 수 (기본 100)

#### 사용량 제한

OpenDART는 인증키당 일일 20,000회 호출 제한이 있습니다. 본 액터는 안전 마진을 위해 19,900회에서 중단합니다.

***

### Related Actors — Asia-Pacific Disclosures Cluster

Cross-jurisdiction event-driven traders typically pair DART with:

| Slug | Region | What it does |
|---|---|---|
| [`kospi-stock-screener`](https://apify.com/nexgendata/kospi-stock-screener) | 🇰🇷 Korea | KOSPI + KOSDAQ market-cap screener with foreign-ownership ratios |
| [`sgx-company-announcements`](https://apify.com/nexgendata/sgx-company-announcements) | 🇸🇬 Singapore | SGX (Singapore Exchange) corporate disclosure feed |
| [`sec-form-13f-tracker-pro`](https://apify.com/nexgendata/sec-form-13f-tracker-pro) | 🇺🇸 USA | SEC Form 13F institutional-holdings tracker for cross-region overlay |

Additional Korea + APAC cluster actors (currently private, publish queue): `korea-kind-disclosures` (KRX exchange-side announcements), `hkex-news-announcements` (Hong Kong Exchange). They will appear in this table once public.

***

### Legal posture

- DART filings are **mandated public disclosure** under FSCMA §159 (자본시장과 금융투자업에 관한 법률).
- OpenDART is FSS's official open-data wrapper (Public Data Portal API #15044596).
- No commercial-use restriction (OpenDART ToS §3 permits research, journalism, and commercial intelligence).
- Each consumer registers their own free auth key (OpenDART ToS §5).
- Rate limit: 20,000 calls/day per key.

***

### Built by NexGenData

Production-grade Apify actors for finance, IP, and regulatory data across APAC. [See all actors →](https://apify.com/nexgendata)

# Actor input Schema

## `opendart_api_key` (type: `string`):

Your personal OpenDART API key (crtfc\_key). Register free at https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do — keys are issued instantly after email confirmation. NexGenData does NOT supply a shared key (per OpenDART Terms of Service §5, each consumer must register their own). Limit: 20,000 API calls/day per key.

## `corp_name_filter` (type: `string`):

Case-insensitive substring filter on the Korean company name (corp\_name). Examples: '삼성' (Samsung), '현대' (Hyundai), '카카오' (Kakao). Leave blank to scan all issuers.

## `corp_code_filter` (type: `string`):

Filter to a specific issuer by 8-digit DART corp\_code. NOT the 6-digit KRX stock code — corp\_code is DART's internal identifier. Look up at https://opendart.fss.or.kr/disclosureinfo/company/main.do or via the OpenDART corpCode.xml endpoint. Examples: '00126380' (Samsung Electronics), '00164779' (Hyundai Motor).

## `filing_type` (type: `string`):

Which DART disclosure category to fetch. 'regular\_report' (정기공시: 사업보고서/분기보고서/반기보고서 — annual/quarterly/semi-annual), 'major\_event' (주요사항보고서 — material event), 'capital\_change' (발행공시: capital raises, share issuances), 'M\&A' (지분공시: 5%+ ownership, tender offers), or 'all' for everything.

## `date_from` (type: `string`):

Earliest filing date to fetch. Defaults to 30 days ago. OpenDART supports dates back to 1999 but very-old queries may be slow.

## `date_to` (type: `string`):

Latest filing date to fetch. Defaults to today. Note: DART filings appear with a ~30 min lag from market open.

## `max_filings` (type: `integer`):

Cap total filings returned. OpenDART returns 100 per page; this actor paginates until the cap is reached or no more results exist. Daily rate limit: 20,000 calls/key — set max\_filings ≤ 10,000 unless you're sure of your remaining quota.

## Actor input object example

```json
{
  "filing_type": "all",
  "max_filings": 100
}
```

# 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 = {
    "opendart_api_key": "",
    "corp_name_filter": "",
    "corp_code_filter": "",
    "filing_type": "all",
    "date_from": "",
    "date_to": "",
    "max_filings": 100
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/korea-dart-opendart-filings").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 = {
    "opendart_api_key": "",
    "corp_name_filter": "",
    "corp_code_filter": "",
    "filing_type": "all",
    "date_from": "",
    "date_to": "",
    "max_filings": 100,
}

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/korea-dart-opendart-filings").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 '{
  "opendart_api_key": "",
  "corp_name_filter": "",
  "corp_code_filter": "",
  "filing_type": "all",
  "date_from": "",
  "date_to": "",
  "max_filings": 100
}' |
apify call nexgendata/korea-dart-opendart-filings --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=nexgendata/korea-dart-opendart-filings",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🇰🇷 Korea DART OpenDART · 금융감독원 전자공시 코스피 코스닥",
        "description": "Pull KOSPI/KOSDAQ corporate filings from Korea's DART (전자공시시스템) via the official OpenDART REST API. Korean SEC EDGAR equivalent: regular reports, major events, capital changes, M&A. Filter by date or issuer. Bring your own free OpenDART auth key.",
        "version": "0.0",
        "x-build-id": "Aax4d8IRd3eWE914h"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~korea-dart-opendart-filings/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-korea-dart-opendart-filings",
                "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/nexgendata~korea-dart-opendart-filings/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-korea-dart-opendart-filings",
                "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/nexgendata~korea-dart-opendart-filings/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-korea-dart-opendart-filings",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "opendart_api_key"
                ],
                "properties": {
                    "opendart_api_key": {
                        "title": "OpenDART API key (required)",
                        "type": "string",
                        "description": "Your personal OpenDART API key (crtfc_key). Register free at https://opendart.fss.or.kr/uss/umt/cmm/EgovMberInsertView.do — keys are issued instantly after email confirmation. NexGenData does NOT supply a shared key (per OpenDART Terms of Service §5, each consumer must register their own). Limit: 20,000 API calls/day per key."
                    },
                    "corp_name_filter": {
                        "title": "Company name keyword (optional)",
                        "type": "string",
                        "description": "Case-insensitive substring filter on the Korean company name (corp_name). Examples: '삼성' (Samsung), '현대' (Hyundai), '카카오' (Kakao). Leave blank to scan all issuers."
                    },
                    "corp_code_filter": {
                        "title": "DART corp code (optional, 8 digits)",
                        "pattern": "^[0-9]{8}$|^$",
                        "type": "string",
                        "description": "Filter to a specific issuer by 8-digit DART corp_code. NOT the 6-digit KRX stock code — corp_code is DART's internal identifier. Look up at https://opendart.fss.or.kr/disclosureinfo/company/main.do or via the OpenDART corpCode.xml endpoint. Examples: '00126380' (Samsung Electronics), '00164779' (Hyundai Motor)."
                    },
                    "filing_type": {
                        "title": "Filing category",
                        "enum": [
                            "regular_report",
                            "major_event",
                            "capital_change",
                            "M&A",
                            "all"
                        ],
                        "type": "string",
                        "description": "Which DART disclosure category to fetch. 'regular_report' (정기공시: 사업보고서/분기보고서/반기보고서 — annual/quarterly/semi-annual), 'major_event' (주요사항보고서 — material event), 'capital_change' (발행공시: capital raises, share issuances), 'M&A' (지분공시: 5%+ ownership, tender offers), or 'all' for everything.",
                        "default": "all"
                    },
                    "date_from": {
                        "title": "Date from (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Earliest filing date to fetch. Defaults to 30 days ago. OpenDART supports dates back to 1999 but very-old queries may be slow."
                    },
                    "date_to": {
                        "title": "Date to (YYYY-MM-DD)",
                        "type": "string",
                        "description": "Latest filing date to fetch. Defaults to today. Note: DART filings appear with a ~30 min lag from market open."
                    },
                    "max_filings": {
                        "title": "Max filings to return",
                        "minimum": 1,
                        "maximum": 1000,
                        "type": "integer",
                        "description": "Cap total filings returned. OpenDART returns 100 per page; this actor paginates until the cap is reached or no more results exist. Daily rate limit: 20,000 calls/key — set max_filings ≤ 10,000 unless you're sure of your remaining quota.",
                        "default": 100
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
