# Indian Bank Company Data Lookup by CIN

**Use case:** 

Retrieve detailed profiles of Indian banks by CIN, including status, incorporation date, directors, and registered charges.

## Input

```json
{
  "cins": [
    "L65190GJ1994PLC021012",
    "L65191KL1931PLC000368",
    "L65120MH1994PLC080618",
    "L65190MH2004PLC148838",
    "L65190MH1919PLC000615"
  ],
  "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.