# 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

<p align="center"><a href="https://apify.com/foxlabs/korean-company-data"><img src="https://data.foxlabs.com.tr/img/korean-company-data-banner.svg" alt="Korean Company Data — OpenDART directors, shareholders &amp; financials" width="100%" /></a></p>

## 🏢 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

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

6-digit KRX ticker codes — one per line.

## `corpCodes` (type: `array`):

DART internal 8-digit corp code. Most precise.

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

Korean or English company names — one per line.

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

Filter by KSIC industry sector code.

## `bsnsYear` (type: `integer`):

Fiscal year for financial data (e.g. 2024).

## `reportType` (type: `string`):

Which periodic report to read.

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

Balance sheet + income statement.

## `includeExecutives` (type: `boolean`):

Directors & officers.

## `includeShareholders` (type: `boolean`):

Largest shareholders with stake %.

## `includeInvestments` (type: `boolean`):

Subsidiary investments.

## `dartApiKey` (type: `string`):

Own free key from opendart.fss.or.kr.

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

Hard cap. 0 = unlimited.

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

Parallel fetches. Default 4.

## Actor input object example

```json
{
  "stockCodes": [
    "005930",
    "000660"
  ],
  "corpCodes": [],
  "companyNames": [],
  "industryCode": "",
  "reportType": "annual",
  "includeFinancials": true,
  "includeExecutives": true,
  "includeShareholders": true,
  "includeInvestments": true,
  "maxResults": 100,
  "maxConcurrency": 4
}
```

# 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 = {
    "stockCodes": [
        "005930",
        "000660"
    ],
    "corpCodes": [],
    "companyNames": []
};

// 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 = {
    "stockCodes": [
        "005930",
        "000660",
    ],
    "corpCodes": [],
    "companyNames": [],
}

# 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 '{
  "stockCodes": [
    "005930",
    "000660"
  ],
  "corpCodes": [],
  "companyNames": []
}' |
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": "woAGjBW5seWEVd1qH"
    },
    "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": {
                    "stockCodes": {
                        "title": "Stock codes (e.g. 005930 = Samsung)",
                        "type": "array",
                        "description": "6-digit KRX ticker codes — one per line.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "corpCodes": {
                        "title": "DART corp codes (8-digit)",
                        "type": "array",
                        "description": "DART internal 8-digit corp code. Most precise.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "companyNames": {
                        "title": "Company names (best-effort)",
                        "type": "array",
                        "description": "Korean or English company names — one per line.",
                        "default": [],
                        "items": {
                            "type": "string"
                        }
                    },
                    "industryCode": {
                        "title": "Industry (KSIC)",
                        "enum": [
                            "",
                            "A",
                            "B",
                            "C10",
                            "C11",
                            "C12",
                            "C13",
                            "C14",
                            "C15",
                            "C16",
                            "C17",
                            "C18",
                            "C19",
                            "C20",
                            "C21",
                            "C22",
                            "C23",
                            "C24",
                            "C25",
                            "C26",
                            "C27",
                            "C28",
                            "C29",
                            "C30",
                            "C31",
                            "C32",
                            "C33",
                            "D",
                            "E",
                            "F",
                            "G",
                            "H",
                            "I",
                            "J",
                            "K",
                            "L",
                            "M",
                            "N",
                            "O",
                            "P",
                            "Q",
                            "R",
                            "S",
                            "T",
                            "U"
                        ],
                        "type": "string",
                        "description": "Filter by KSIC industry sector code.",
                        "default": ""
                    },
                    "bsnsYear": {
                        "title": "Business year",
                        "minimum": 2015,
                        "maximum": 2100,
                        "type": "integer",
                        "description": "Fiscal year for financial data (e.g. 2024)."
                    },
                    "reportType": {
                        "title": "Report type",
                        "enum": [
                            "annual",
                            "half",
                            "q1",
                            "q3"
                        ],
                        "type": "string",
                        "description": "Which periodic report to read.",
                        "default": "annual"
                    },
                    "includeFinancials": {
                        "title": "Include financials",
                        "type": "boolean",
                        "description": "Balance sheet + income statement.",
                        "default": true
                    },
                    "includeExecutives": {
                        "title": "Include board/executives",
                        "type": "boolean",
                        "description": "Directors & officers.",
                        "default": true
                    },
                    "includeShareholders": {
                        "title": "Include shareholders",
                        "type": "boolean",
                        "description": "Largest shareholders with stake %.",
                        "default": true
                    },
                    "includeInvestments": {
                        "title": "Include investments",
                        "type": "boolean",
                        "description": "Subsidiary investments.",
                        "default": true
                    },
                    "dartApiKey": {
                        "title": "DART API key (optional)",
                        "type": "string",
                        "description": "Own free key from opendart.fss.or.kr."
                    },
                    "maxResults": {
                        "title": "Max companies",
                        "minimum": 0,
                        "maximum": 100000,
                        "type": "integer",
                        "description": "Hard cap. 0 = unlimited.",
                        "default": 100
                    },
                    "maxConcurrency": {
                        "title": "Concurrent lookups",
                        "minimum": 1,
                        "maximum": 10,
                        "type": "integer",
                        "description": "Parallel fetches. Default 4.",
                        "default": 4
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
