# India MCA Company Data Scraper - CIN, Directors & Charges (`haketa/india-mca-scraper`) Actor

India company data scraper & API (MCA / CIN lookup): enrich any Indian company by CIN and export name, status, incorporation date, RoC, category, authorized & paid-up capital, address, email, directors with DIN & registered charges. India KYC, due-diligence & B2B lead data — fast, no login.

- **URL**: https://apify.com/haketa/india-mca-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** Lead generation, Developer tools
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, NaN bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.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.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## India MCA Company Data Scraper — CIN, Directors, Capital & Charges

Look up **any registered Indian company by its CIN** and get a clean, structured profile: **company status, incorporation date, RoC, company class, authorized & paid-up capital, registered address, email, the full board of directors (with DIN), and registered charges**. Feed it a list of CINs and get back a ready-to-use dataset in JSON, CSV, or Excel.

Built for **KYC, due-diligence, B2B lead enrichment, compliance, and market research** across the Indian corporate registry.

> Turn a plain list of CINs into rich, analysis-ready company intelligence — fast, no login, no key.

---

### 🧭 Table of contents

- [What this scraper does](#what-this-scraper-does)
- [Why use it](#why-use-it)
- [Who it's for](#who-its-for)
- [What data you get](#what-data-you-get)
- [Input options](#input-options)
- [Input examples](#input-examples)
- [Output example](#output-example)
- [How to use (step by step)](#how-to-use-step-by-step)
- [Tips for best results](#tips-for-best-results)
- [Use cases](#use-cases)
- [Integrations & export](#integrations--export)
- [Pricing](#pricing)
- [FAQ](#faq)

---

### What this scraper does

Every company registered in India has a unique **Corporate Identification Number (CIN)** — a 21-character code like `L17110MH1973PLC019786`. This actor takes one or many CINs and returns a complete, structured company profile for each, including the board of directors and the company's registered charges.

It's the fastest way to **enrich a list of CINs in bulk** — perfect when you already have CINs from invoices, GST records, filings, or a prior dataset and need full company details attached to each.

---

### Why use it

- ⚡ **Fast & lightweight** — pure data extraction, no slow browser rendering.
- 🧾 **Rich profiles** — status, dates, RoC, class, capital, address, email, directors, and charges in one record.
- 👥 **Full director list** — every director/signatory with their **DIN**, name, appointment date, and status.
- 🏦 **Registered charges** — secured loans and liabilities (amount, dates, open/closed status) for credit and risk checks.
- 📦 **Bulk-ready** — pass hundreds of CINs in one run, with adjustable concurrency.
- 📤 **Export anywhere** — JSON, CSV, Excel, HTML table, or RSS, plus a full REST API and integrations.

---

### Who it's for

- **KYC & compliance teams** verifying counterparties and onboarding vendors.
- **Lenders & fintechs** assessing company status, capital, and existing charges.
- **B2B sales & lead-gen** enriching prospect lists with firmographics and contact email.
- **Due-diligence & legal** researching directors, incorporation history, and liabilities.
- **Analysts & researchers** building datasets of Indian companies for market studies.

---

### What data you get

Each company record includes (when available):

| Field | Description |
| --- | --- |
| `cin` | Corporate Identification Number |
| `companyName` | Registered company name |
| `status` | Company status (Active, Strike Off, …) |
| `classOfCompany` | Public / Private / OPC |
| `category` | Company category |
| `subcategory` | Company subcategory |
| `listingStatus` | Listed / Unlisted |
| `dateOfIncorporation` | Incorporation date |
| `dateOfLastAGM` | Date of last AGM |
| `dateOfBalanceSheet` | Date of last filed balance sheet |
| `registrationNumber` | Registration number |
| `rocCode` | Registrar of Companies (RoC) |
| `numberOfMembers` | Number of members |
| `authorizedCapital` | Authorized capital (₹) |
| `paidUpCapital` | Paid-up capital (₹) |
| `email` | Registered company email |
| `registeredAddress` | Registered office address |
| `otherAddress` | Other / correspondence address |
| `pincode` | Postal code |
| `description` | Short company description |
| `directors` | Array of `{ name, din, beginDate, status, updatedOn }` |
| `directorsCount` | Number of directors / signatories |
| `charges` | Array of `{ amount, assets, dateOfCreation, dateOfModification, status }` |
| `chargesCount` | Total registered charges |
| `openChargesCount` | Charges still open |
| `url` | Profile URL |
| `scrapedAt` | When the record was scraped |

---

### Input options

| Option | Type | Description |
| --- | --- | --- |
| `cins` | array | CINs to look up, e.g. `L17110MH1973PLC019786`. |
| `companyUrls` | array | Company URLs containing a CIN (extracted automatically). |
| `includeCharges` | boolean | Include the registered-charges array (default: true). |
| `maxItems` | integer | Maximum companies to save (0 = no limit). |
| `maxConcurrency` | integer | Parallel lookups (default: 5). |
| `proxyConfiguration` | object | Proxy settings (recommended for larger runs). |

---

### Input examples

#### 1. Enrich a single company

```json
{
  "cins": ["L17110MH1973PLC019786"]
}
````

#### 2. Bulk-enrich a list of CINs

```json
{
  "cins": [
    "L17110MH1973PLC019786",
    "U72200KA2007PTC044226",
    "L65190MH1994PLC080618"
  ],
  "includeCharges": true,
  "maxConcurrency": 8,
  "proxyConfiguration": { "useApifyProxy": true }
}
```

#### 3. From company URLs

```json
{
  "companyUrls": [
    "https://example.com/company/abc-cin-U72200KA2007PTC044226"
  ]
}
```

***

### Output example

```json
{
  "cin": "L17110MH1973PLC019786",
  "companyName": "RELIANCE INDUSTRIES LIMITED",
  "status": "Active",
  "classOfCompany": "Public",
  "category": "Company limited by shares",
  "subcategory": "Non-government company",
  "listingStatus": "Listed",
  "dateOfIncorporation": "08-05-1973",
  "dateOfLastAGM": "29-08-2025",
  "dateOfBalanceSheet": "31-03-2025",
  "registrationNumber": "019786",
  "rocCode": "RoC-Mumbai",
  "authorizedCapital": "5,00,00,00,00,000",
  "paidUpCapital": "1,35,32,47,26,340",
  "email": "investor.relations@example.com",
  "registeredAddress": "3rd Floor Maker Chamber IV, 222 Nariman Point, Mumbai, Maharashtra 400021",
  "pincode": "400021",
  "directors": [
    { "name": "HITAL RASIKLAL MESWANI", "din": "00001623", "beginDate": "2010-08-04", "status": "Approved" }
  ],
  "directorsCount": 18,
  "chargesCount": 290,
  "openChargesCount": 42,
  "url": "https://example.com/search/company-cin-L17110MH1973PLC019786",
  "scrapedAt": "2026-06-09T10:00:00.000Z"
}
```

***

### How to use (step by step)

1. Open the actor and click **Try for free**.
2. Paste your **Company CINs** (one per row).
3. Choose whether to **include registered charges**.
4. (Optional) Set **Max items** and **concurrency**.
5. Click **Save & Start**.
6. When the run finishes, open the **Dataset** tab and export to JSON, CSV, or Excel, or pull it via API.

***

### Tips for best results

- **CIN format.** A CIN is 21 characters, e.g. `L17110MH1973PLC019786`. The actor also extracts CINs embedded in URLs.
- **Bulk runs.** Pass as many CINs as you need; increase `maxConcurrency` for speed, lower it if you hit rate limits.
- **Charges can be large.** Big companies have many registered charges — disable `includeCharges` if you only need core firmographics.
- **Use a proxy for large runs** to keep throughput stable.

***

### Use cases

- ✅ **KYC & vendor onboarding** — verify status, class, and registered details before doing business.
- 🏦 **Credit & risk** — check capital and open charges (secured loans) for lending decisions.
- 🧲 **B2B lead enrichment** — attach firmographics and a contact email to your CIN list.
- 🕵️ **Due diligence** — review directors (DIN), incorporation history, and liabilities.
- 📊 **Market research** — build structured datasets of Indian companies by sector or region.

***

### Integrations & export

Export as **JSON, CSV, Excel, HTML table, or RSS**, or fetch results through the **API**. Connect to **Make, Zapier, n8n, Google Sheets, Slack, GitHub**, and more, or schedule runs to keep your dataset fresh.

***

### Pricing

This actor runs on a simple pay-per-result model — you only pay for the company profiles you collect. Start small with the free tier and scale up as needed.

***

### FAQ

**What is a CIN?**
A Corporate Identification Number — a unique 21-character code assigned to every company registered in India (e.g. `L17110MH1973PLC019786`).

**Can I look up by company name instead of CIN?**
This actor takes CINs (and URLs containing a CIN). If you only have names, look up their CINs first, then enrich them here in bulk.

**Do I get the directors?**
Yes — the full list of directors/signatories with their DIN, name, appointment date, and status.

**What are "charges"?**
Charges are secured loans / liabilities registered against the company — useful for credit and risk assessment. Each includes amount, dates, and open/closed status.

**Do I need an account or key?**
No login or key is required.

**How many companies can I process?**
As many as you need — set `maxItems` to `0` for no limit.

**Is the data structured?**
Yes — every field is returned as clean JSON, including nested arrays for directors and charges.

***

Need company-name search, financials, or another Indian data source? Open an issue on the actor's **Issues** tab — feedback and feature requests are welcome.

# Actor input Schema

## `cins` (type: `array`):

Corporate Identification Numbers (CIN) of the Indian companies to look up, e.g. L17110MH1973PLC019786. One per row.

## `companyUrls` (type: `array`):

Company profile URLs that contain a CIN — the CIN is extracted automatically.

## `includeCharges` (type: `boolean`):

Include the company's registered charges (secured loans / liabilities) in the output.

## `maxItems` (type: `integer`):

Maximum number of companies to save. 0 = no limit.

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

Maximum parallel lookups.

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

Proxy settings. A proxy is recommended for larger runs.

## Actor input object example

```json
{
  "cins": [
    "L17110MH1973PLC019786",
    "U72200KA2007PTC044226"
  ],
  "includeCharges": true,
  "maxItems": 0,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `companies` (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 = {
    "cins": [
        "L17110MH1973PLC019786"
    ],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/india-mca-scraper").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 = {
    "cins": ["L17110MH1973PLC019786"],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/india-mca-scraper").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 '{
  "cins": [
    "L17110MH1973PLC019786"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call haketa/india-mca-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=haketa/india-mca-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "India MCA Company Data Scraper - CIN, Directors & Charges",
        "description": "India company data scraper & API (MCA / CIN lookup): enrich any Indian company by CIN and export name, status, incorporation date, RoC, category, authorized & paid-up capital, address, email, directors with DIN & registered charges. India KYC, due-diligence & B2B lead data — fast, no login.",
        "version": "0.1",
        "x-build-id": "ET974hBOZ08rMcZ4J"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/haketa~india-mca-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-haketa-india-mca-scraper",
                "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/haketa~india-mca-scraper/runs": {
            "post": {
                "operationId": "runs-sync-haketa-india-mca-scraper",
                "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/haketa~india-mca-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-haketa-india-mca-scraper",
                "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": {
                    "cins": {
                        "title": "Company CINs",
                        "type": "array",
                        "description": "Corporate Identification Numbers (CIN) of the Indian companies to look up, e.g. L17110MH1973PLC019786. One per row.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "companyUrls": {
                        "title": "Company URLs",
                        "type": "array",
                        "description": "Company profile URLs that contain a CIN — the CIN is extracted automatically.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "includeCharges": {
                        "title": "Include registered charges",
                        "type": "boolean",
                        "description": "Include the company's registered charges (secured loans / liabilities) in the output.",
                        "default": true
                    },
                    "maxItems": {
                        "title": "Max items",
                        "type": "integer",
                        "description": "Maximum number of companies to save. 0 = no limit.",
                        "default": 0
                    },
                    "maxConcurrency": {
                        "title": "Max concurrency",
                        "minimum": 1,
                        "maximum": 15,
                        "type": "integer",
                        "description": "Maximum parallel lookups.",
                        "default": 5
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Proxy settings. A proxy is recommended for larger runs.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "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
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
