# 🇰🇷 KOSPI Stock Screener — Korean Market Cap & Quotes (`nexgendata/kospi-stock-screener`) Actor

KOSPI + KOSDAQ stock screener API — Korean equity live quotes, market cap (KRW), P/E, P/B, dividend yield, ROE, foreign-ownership %, sector. Bloomberg Terminal / FactSet / Refinitiv Eikon alternative. For hedge funds, quant analysts, family offices, fintech apps. Pay-per-result.

- **URL**: https://apify.com/nexgendata/kospi-stock-screener.md
- **Developed by:** [Stephan Corbeil](https://apify.com/nexgendata) (community)
- **Categories:** Business, Automation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $20.00 / 1,000 stocks

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

## 🇰🇷 KOSPI Stock Screener — Korean Market Cap & Quotes

> Track Korean stocks (**KOSPI** + **KOSDAQ**) with market cap, P/E, ROE, foreign-ownership %, sector, and recent price action — straight from Korea Exchange via Naver Finance. The Bloomberg Terminal alternative for Korean equities, priced for indie quants and Asia-focused funds.

Korean equities are one of the most under-instrumented major markets on the open web. Yahoo Finance has spotty KOSPI/KOSDAQ coverage, KRX's official API requires a Korean business registration to access, and most paid data vendors charge **$2,000+/month** for the same data this actor surfaces in seconds. This actor is built for the rest of us — solo traders, quant researchers, fintech builders, Asia hedge-fund analysts, and anyone running market-neutral or factor strategies that need real Korean coverage.

### 🎯 What you get per stock

Every record returned includes:

| Field | Description |
|---|---|
| `symbol` | 6-digit KRX ticker (e.g. `005930` for Samsung Electronics) |
| `name` | Korean company name (e.g. `삼성전자`) |
| `market` | `KOSPI` or `KOSDAQ` |
| `price_krw` | Current price in Korean Won |
| `change_krw` | Today's price change in KRW |
| `pct_change` | Today's percentage change (signed) |
| `par_value_krw` | Par/face value per share |
| `market_cap_billion_krw` | Market capitalization in billions of KRW |
| `market_cap_eok_krw` | Market cap in 억 (hundred-millions) KRW — Korean convention |
| `shares_outstanding` | Total listed shares |
| `foreign_ownership_pct` | Percentage held by foreign investors (a key Korean-market signal) |
| `volume` | Today's trading volume in shares |
| `per` | Price-to-Earnings ratio |
| `roe` | Return on Equity (%) |
| `sector` | WICS sector (when `enrich_sector=true`) |
| `wics_industry` | WICS industry classification |
| `naver_url` | Direct link to the stock's Naver Finance page |
| `scraped_at` | UTC timestamp of the scrape |

### 🚀 Quick start

```python
from apify_client import ApifyClient

client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("nexgendata/kospi-stock-screener").call(run_input={
    "market": "KOSPI",
    "limit": 100,
    "min_market_cap_billion_krw": 1000  ## 1 trillion KRW+ only
})

for stock in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(f"{stock['symbol']:<8} {stock['name']:<20} "
          f"₩{stock['price_krw']:>12,.0f}  "
          f"PER {stock['per']:>6}  "
          f"MCap {stock['market_cap_billion_krw']:>10,.0f}억")
````

Sample output:

```
005930   삼성전자                ₩    268,500  PER   40.9  MCap  1,569,725억
000660   SK하이닉스              ₩  1,686,000  PER   28.6  MCap  1,201,616억
207940   삼성바이오로직스        ₩  1,043,000  PER   84.5  MCap    742,810억
...
```

### 🌐 cURL

```bash
curl -X POST "https://api.apify.com/v2/acts/nexgendata~kospi-stock-screener/run-sync-get-dataset-items?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"market":"all","limit":50}'
```

### 📊 Real-world use cases

- **Quant research** — pull the full KOSPI universe nightly, build factor models on PER, ROE, foreign-ownership %, and price momentum without paying a six-figure data subscription.
- **ETF construction** — define your own KOSPI200 or KOSDAQ150 alternative by filtering on minimum market cap and rebalancing weekly.
- **Asia macro dashboards** — track which sectors are absorbing or shedding foreign-investor flows; foreign ownership change is one of the most-watched signals in Korean markets.
- **Korea-versus-China comparisons** — pair this actor with [eastmoney-china-stock-screener](https://apify.com/nexgendata/eastmoney-china-stock-screener?fpr=2ayu9b) to build cross-market relative-value screens (e.g. Korean vs Chinese semiconductors).
- **Academic finance research** — Korean retail-investor behavior is a huge area of academic study; this actor gives reproducible market snapshots without scraping headaches.
- **Fintech app data layers** — power a Korean-equity widget for your robo-advisor, trading-journal app, or portfolio tracker.
- **Hedge-fund daily refresh** — schedule via the Apify scheduler at the post-close (15:30 KST = 06:30 UTC) and pipe the dataset into your warehouse.
- **News + sentiment overlays** — join with company-name lookups to attribute Korean-language news flow back to ticker IDs.

### ⚙️ Input parameters

| Param | Type | Default | Notes |
|---|---|---|---|
| `market` | enum | `KOSPI` | `KOSPI`, `KOSDAQ`, or `all` |
| `limit` | int | `50` | Max stocks **per market** (1–2000) |
| `sector` | string | `""` | Substring filter (Korean or English) on sector / industry / name |
| `min_market_cap_billion_krw` | int | `0` | Filter: only stocks above this market cap (billion KRW) |
| `enrich_sector` | bool | `false` | Hit each detail page for WICS sector (slower; ~1 extra request per stock) |
| `proxyConfiguration` | object | residential | Apify proxy config |

#### Examples

**Just the top 10 KOSPI names** (fast smoke test):

```json
{ "market": "KOSPI", "limit": 10 }
```

**KOSDAQ growth screen** — top 100 by market cap, only names above ₩1 trillion:

```json
{ "market": "KOSDAQ", "limit": 100, "min_market_cap_billion_krw": 1000 }
```

**Korean semiconductor universe** (with sector enrichment):

```json
{ "market": "all", "limit": 500, "sector": "반도체", "enrich_sector": true }
```

**Big-board only** (KOSPI ≥10조원 / 10 trillion KRW):

```json
{ "market": "KOSPI", "limit": 200, "min_market_cap_billion_krw": 10000 }
```

### 💰 Pricing

This actor uses **pay-per-event** pricing — you only pay for what you actually pull.

- **Actor start:** $0.005 per run
- **Stock record:** $0.02 per stock returned

So a typical 100-stock screen costs roughly **$2.00**. The full KOSPI top-200 large-cap snapshot is about **$4.00**. Compare to:

- Bloomberg Terminal — $24,000/year minimum
- Refinitiv (LSEG) Eikon — $22,000+/year
- KRX paid feed — only available to Korean entities, with a contract minimum

This actor pays for itself the first time you'd otherwise have spun up a Korean broker account just for the data.

### 🤔 FAQ

**Q: Is the data real-time?**
Naver Finance lags the live KRX tape by 15–20 minutes during market hours (KST 09:00–15:30). After-hours, it shows the closing snapshot. This is the same delay you get from Yahoo Finance — sufficient for research, screening, and end-of-day rebalancing. For sub-second tick data you need a paid KRX licensee.

**Q: What about volume = 0?**
On weekends, holidays, and pre-market hours the volume column is 0 because no trading has occurred yet. Price/PER/ROE remain valid — they reflect the most recent close.

**Q: Can I get historical data?**
This actor returns the current snapshot. For historical price series, pair it with [yahoo-finance-scraper](https://apify.com/nexgendata/yahoo-finance-scraper?fpr=2ayu9b) using the symbol + `.KS` suffix (KOSPI) or `.KQ` (KOSDAQ).

**Q: Korean names are unreadable in my CSV.**
Save the file as UTF-8 with BOM and open in Excel via Data → From Text/CSV. Or use `pandas.read_csv(..., encoding='utf-8-sig')` in Python.

**Q: How do I match names to English company labels?**
Most major KOSPI names map cleanly: `삼성전자` = Samsung Electronics, `SK하이닉스` = SK Hynix, `현대차` = Hyundai Motor, `LG에너지솔루션` = LG Energy Solution, `포스코홀딩스` = POSCO Holdings, `네이버` = NAVER, `카카오` = Kakao. For a complete mapping, query the Korea Exchange's English ticker file or use the `.KS`/`.KQ` Yahoo symbology.

**Q: Can I use this commercially?**
The data comes from Naver's public market summary page, which the Korean public has free access to. You own the output dataset. For redistribution as a paid product or syndication, consult Naver's Terms of Service and consider licensing direct from KRX.

**Q: Is this maintained?**
Yes — NexGenData maintains 170+ Apify actors and ships fixes within 24 hours of bug reports. File issues via the Apify console's Issues tab on this actor's page.

**Q: Why pay for this when I could scrape Naver myself?**
You could! But you'd spend a weekend dealing with EUC-KR encoding gotchas, handling pagination, parsing the table structure (which Naver tweaks every few months), figuring out the 억 vs 조 vs 원 unit conversions, setting up residential proxies for foreign IPs, and writing the rate-limit retry logic. Or you can pay $2 per 100-stock run and get it back as clean JSON in 15 seconds.

### 🔗 Related NexGenData actors

- [🇨🇳 Eastmoney Chinese A-Share Stock Screener](https://apify.com/nexgendata/eastmoney-china-stock-screener?fpr=2ayu9b) — same proven pattern, for Shanghai/Shenzhen/ChiNext/STAR Market
- [📈 Finviz Stock Screener](https://apify.com/nexgendata/finviz-stock-screener?fpr=2ayu9b) — US equities with 70+ filters
- [💹 Finance MCP Server](https://apify.com/nexgendata/finance-mcp-server?fpr=2ayu9b) — unified Claude/ChatGPT-tool wrapper for the full NexGenData finance fleet
- [📊 Yahoo Finance Scraper](https://apify.com/nexgendata/yahoo-finance-scraper?fpr=2ayu9b) — historical OHLCV, statistics, options chain
- [🟢 IEX Cloud Replacement](https://apify.com/nexgendata/iex-cloud-replacement?fpr=2ayu9b) — fundamentals + quotes for US stocks

### 📚 More from NexGenData

Visit **[thenextgennexus.com](https://thenextgennexus.com)** for:

- 📝 Tutorials on web scraping, data extraction, and AI workflows
- 🧰 The full catalog of 170+ actors, REST APIs, and MCP servers
- 📦 Ready-made data packs on Gumroad
- 📨 The NexGenData newsletter

### 🚀 Apify affiliate program

New to Apify? Sign up with our [referral link](https://apify.com/nexgendata?fpr=2ayu9b) — you get free platform credits on signup, and you help fund the maintenance of this actor fleet.

***

*Built and maintained by [NexGenData](https://apify.com/nexgendata?fpr=2ayu9b) — 170+ actors covering scraping, enrichment, MCP servers, and automation. Home: [thenextgennexus.com](https://thenextgennexus.com).*

# Actor input Schema

## `market` (type: `string`):

Which Korean market to screen: KOSPI (large-cap blue chips, e.g. Samsung Electronics, SK Hynix), KOSDAQ (mid/small-cap growth, e.g. Ecopro BM, Alteogen), or all (both KOSPI + KOSDAQ).

## `limit` (type: `integer`):

Maximum number of stocks to return PER MARKET (e.g. limit=100 with market='all' returns up to 200 stocks). Stocks are returned in descending market-cap order.

## `sector` (type: `string`):

Optional case-insensitive substring filter applied to sector, WICS industry, and company name. Examples: '반도체' (semiconductor), 'biolog', '자동차' (auto), 'bank'. Leave blank for no filter. Note: sector matching requires enrich\_sector=true.

## `min_market_cap_billion_krw` (type: `integer`):

Filter to stocks with market cap above this threshold, in BILLIONS of KRW. Examples: 1000 = 1조원 (one trillion KRW, roughly large-cap), 100 = 100억 × 100 = 1000억 KRW. Leave at 0 for no filter.

## `enrich_sector` (type: `boolean`):

If true, fetch each stock's detail page to extract WICS sector and industry classification. Adds ~1 HTTP request per stock and roughly doubles runtime. Required if you want to filter by sector.

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

Apify proxy configuration. Defaults to residential proxy for reliable access to Naver Finance from outside Korea.

## Actor input object example

```json
{
  "market": "KOSPI",
  "limit": 50,
  "min_market_cap_billion_krw": 0,
  "enrich_sector": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

# 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 = {
    "market": "KOSPI",
    "limit": 50,
    "sector": "",
    "min_market_cap_billion_krw": 0,
    "enrich_sector": false,
    "proxyConfiguration": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("nexgendata/kospi-stock-screener").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 = {
    "market": "KOSPI",
    "limit": 50,
    "sector": "",
    "min_market_cap_billion_krw": 0,
    "enrich_sector": False,
    "proxyConfiguration": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("nexgendata/kospi-stock-screener").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 '{
  "market": "KOSPI",
  "limit": 50,
  "sector": "",
  "min_market_cap_billion_krw": 0,
  "enrich_sector": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call nexgendata/kospi-stock-screener --silent --output-dataset

```

## MCP server setup

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

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "🇰🇷 KOSPI Stock Screener — Korean Market Cap & Quotes",
        "description": "KOSPI + KOSDAQ stock screener API — Korean equity live quotes, market cap (KRW), P/E, P/B, dividend yield, ROE, foreign-ownership %, sector. Bloomberg Terminal / FactSet / Refinitiv Eikon alternative. For hedge funds, quant analysts, family offices, fintech apps. Pay-per-result.",
        "version": "0.0",
        "x-build-id": "sxG6gWyXcXc27SPhl"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/nexgendata~kospi-stock-screener/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-nexgendata-kospi-stock-screener",
                "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~kospi-stock-screener/runs": {
            "post": {
                "operationId": "runs-sync-nexgendata-kospi-stock-screener",
                "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~kospi-stock-screener/run-sync": {
            "post": {
                "operationId": "run-sync-nexgendata-kospi-stock-screener",
                "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": {
                    "market": {
                        "title": "Market",
                        "enum": [
                            "KOSPI",
                            "KOSDAQ",
                            "all"
                        ],
                        "type": "string",
                        "description": "Which Korean market to screen: KOSPI (large-cap blue chips, e.g. Samsung Electronics, SK Hynix), KOSDAQ (mid/small-cap growth, e.g. Ecopro BM, Alteogen), or all (both KOSPI + KOSDAQ).",
                        "default": "KOSPI"
                    },
                    "limit": {
                        "title": "Limit (per market)",
                        "minimum": 1,
                        "maximum": 2000,
                        "type": "integer",
                        "description": "Maximum number of stocks to return PER MARKET (e.g. limit=100 with market='all' returns up to 200 stocks). Stocks are returned in descending market-cap order.",
                        "default": 50
                    },
                    "sector": {
                        "title": "Sector / industry / name keyword",
                        "type": "string",
                        "description": "Optional case-insensitive substring filter applied to sector, WICS industry, and company name. Examples: '반도체' (semiconductor), 'biolog', '자동차' (auto), 'bank'. Leave blank for no filter. Note: sector matching requires enrich_sector=true."
                    },
                    "min_market_cap_billion_krw": {
                        "title": "Min market cap (billion KRW)",
                        "minimum": 0,
                        "maximum": 100000000,
                        "type": "integer",
                        "description": "Filter to stocks with market cap above this threshold, in BILLIONS of KRW. Examples: 1000 = 1조원 (one trillion KRW, roughly large-cap), 100 = 100억 × 100 = 1000억 KRW. Leave at 0 for no filter.",
                        "default": 0
                    },
                    "enrich_sector": {
                        "title": "Enrich with sector data (slower)",
                        "type": "boolean",
                        "description": "If true, fetch each stock's detail page to extract WICS sector and industry classification. Adds ~1 HTTP request per stock and roughly doubles runtime. Required if you want to filter by sector.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Apify proxy configuration. Defaults to residential proxy for reliable access to Naver Finance from outside Korea.",
                        "default": {
                            "useApifyProxy": true,
                            "apifyProxyGroups": [
                                "RESIDENTIAL"
                            ]
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
