# Indian Company Data for Infosys & Reliance Industries

**Use case:** 

Access detailed financials and director information for Infosys and Reliance Industries. Get comprehensive MCA data for due diligence and KYC.

## Input

```json
{
  "companyNames": [
    "Infosys",
    "Reliance Industries"
  ],
  "cins": [],
  "companyUrls": [],
  "statusFilter": "",
  "companyClassFilter": "",
  "stateFilter": "",
  "maxResults": 100,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "cin": {
    "label": "CIN",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "companyClass": {
    "label": "Class",
    "format": "text"
  },
  "incorporationYear": {
    "label": "Founded",
    "format": "number"
  },
  "registeredState": {
    "label": "State",
    "format": "text"
  },
  "paidUpCapital": {
    "label": "Paid-up Capital",
    "format": "text"
  },
  "operatingRevenueRange": {
    "label": "Revenue Range",
    "format": "text"
  },
  "directorsCount": {
    "label": "Directors",
    "format": "number"
  },
  "subsidiariesCount": {
    "label": "Subsidiaries",
    "format": "number"
  },
  "chargesCount": {
    "label": "Charges",
    "format": "number"
  },
  "url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Indian Company Data — CIN, Directors & Financials](https://apify.com/foxlabs/indian-company-data) with a specific input configuration. Visit the [Actor detail page](https://apify.com/foxlabs/indian-company-data) to learn more, explore other use cases, and run it yourself.