# Indian Telecom Company Data Lookup by CIN

**Use case:** 

Retrieve detailed data for Indian telecom companies using their CIN. Get company status, incorporation date, directors, and registered charges.

## Input

```json
{
  "cins": [
    "L32100GJ1996PLC030976",
    "L64200MH1995PLC085482",
    "L74899DL1986PLC023253",
    "L64203KA1995PLC017476",
    "L74899DL2000PLC107560"
  ],
  "includeCharges": true,
  "maxItems": 60,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "cin": {
    "label": "CIN"
  },
  "companyName": {
    "label": "Company"
  },
  "status": {
    "label": "Status"
  },
  "classOfCompany": {
    "label": "Class"
  },
  "dateOfIncorporation": {
    "label": "Incorporated"
  },
  "authorizedCapital": {
    "label": "Auth. Capital"
  },
  "paidUpCapital": {
    "label": "Paid-up Capital"
  },
  "rocCode": {
    "label": "RoC"
  },
  "email": {
    "label": "Email"
  },
  "directorsCount": {
    "label": "Directors",
    "format": "number"
  },
  "registeredAddress": {
    "label": "Address"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [India MCA Company Data Scraper - CIN, Directors & Charges](https://apify.com/haketa/india-mca-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/india-mca-scraper) to learn more, explore other use cases, and run it yourself.