# Look Up Indian Companies by CIN

**Use case:** 

Fetch official MCA/OGD company master data for exact Indian CINs, including RoC, status, capital, address, and incorporation date.

## Input

```json
{
  "cins": [
    "L99999MH1960PLC011854"
  ],
  "companyNames": [
    "INDORE WIRE CO LIMITED"
  ],
  "states": [
    "maharashtra"
  ],
  "companyStatus": "Active",
  "maxResults": 10
}
```

## Output

```json
{
  "cin": {
    "label": "CIN",
    "format": "text"
  },
  "companyName": {
    "label": "Company name",
    "format": "text"
  },
  "companyStatus": {
    "label": "Status",
    "format": "text"
  },
  "rocCode": {
    "label": "RoC",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "companyClass": {
    "label": "Class",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "subCategory": {
    "label": "Sub-category",
    "format": "text"
  },
  "authorizedCapital": {
    "label": "Authorized capital",
    "format": "number"
  },
  "paidUpCapital": {
    "label": "Paid-up capital",
    "format": "number"
  },
  "incorporationDate": {
    "label": "Incorporation date",
    "format": "date"
  },
  "registeredOfficeAddress": {
    "label": "Registered office",
    "format": "text"
  },
  "listingStatus": {
    "label": "Listing status",
    "format": "text"
  },
  "companyOrigin": {
    "label": "Origin",
    "format": "text"
  },
  "nicCode": {
    "label": "NIC",
    "format": "text"
  },
  "industrialClassification": {
    "label": "Industry",
    "format": "text"
  },
  "queryType": {
    "label": "Query type",
    "format": "text"
  },
  "queryValue": {
    "label": "Query",
    "format": "text"
  },
  "matchConfidence": {
    "label": "Confidence",
    "format": "number"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [India OGD Company Registry Scraper](https://apify.com/automation-lab/india-ogd-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/india-ogd-company-registry-scraper) to learn more, explore other use cases, and run it yourself.