# Indian Cement Company Data Lookup by CIN

**Use case:** 

Obtain detailed profiles of Indian cement companies using their CIN. Get information on status, directors, charges, and financials.

## Input

```json
{
  "cins": [
    "L26940MH1936PLC002515",
    "L26942RJ1996PLC011240",
    "L26943AP1946PLC000513",
    "L26900GJ1997PLC033270",
    "L26941TN1957PLC003566"
  ],
  "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.