# CIN Lookup for Indian Textile Companies

**Use case:** 

Retrieve detailed profiles of Indian textile companies using their CIN. Get data on incorporation, directors, capital, and registered charges.

## Input

```json
{
  "cins": [
    "L17110MH1973PLC019786",
    "L17120TN1994PLC028090",
    "L18101MH2005PLC158177",
    "L17111GJ1992PLC018098",
    "L17120GJ1980PLC003768"
  ],
  "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.