# Verify an India Company by CIN

**Use case:** 

Look up an exact Indian CIN with official master-data evidence, optional LEI corroboration, and hash-bound receipts.

## Input

```json
{
  "nameContains": "Tata",
  "cins": [
    "L17110MH1973PLC019786"
  ],
  "companyNames": [],
  "maxConcurrency": 5,
  "includeLei": true,
  "includeRbiRegulatoryStatus": false,
  "maxRecords": 1,
  "previousFingerprints": [],
  "portfolioBaseline": [],
  "onlyChanges": false,
  "evidencePackets": []
}
```

## Output

```json
{
  "evidence_decision": {
    "label": "Evidence decision",
    "format": "string"
  },
  "evidence_decision_reasons": {
    "label": "Evidence decision reasons",
    "format": "array"
  },
  "change_type": {
    "label": "Change type",
    "format": "string"
  },
  "portfolio_refresh_state": {
    "label": "Portfolio refresh state",
    "format": "string"
  },
  "portfolio_baseline_action": {
    "label": "Portfolio baseline action",
    "format": "string"
  },
  "portfolio_evidence_deltas": {
    "label": "Portfolio evidence deltas",
    "format": "array"
  },
  "cin": {
    "label": "Corporate Identification Number",
    "format": "string"
  },
  "cin_valid": {
    "label": "CIN format valid",
    "format": "boolean"
  },
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "status": {
    "label": "Company status",
    "format": "string"
  },
  "status_attention_required": {
    "label": "Status attention required",
    "format": "boolean"
  },
  "manual_review_required": {
    "label": "Manual review required",
    "format": "boolean"
  },
  "manual_review_reasons": {
    "label": "Manual-review reasons",
    "format": "array"
  },
  "evidence_tier": {
    "label": "Evidence tier",
    "format": "string"
  },
  "cross_source_checks": {
    "label": "Cross-source checks",
    "format": "object"
  },
  "rbi_match_status": {
    "label": "RBI exact-CIN match status",
    "format": "string"
  },
  "rbi_entity_type": {
    "label": "RBI registered entity type",
    "format": "string"
  },
  "rbi_official_name": {
    "label": "RBI official entity name",
    "format": "string"
  },
  "rbi_classification": {
    "label": "RBI classification",
    "format": "string"
  },
  "rbi_layer": {
    "label": "RBI layer",
    "format": "string"
  },
  "rbi_source_as_of": {
    "label": "RBI source as-of date",
    "format": "string"
  },
  "caller_evidence_status": {
    "label": "Caller evidence status",
    "format": "string"
  },
  "caller_evidence_summary": {
    "label": "Caller evidence summary",
    "format": "object"
  },
  "caller_evidence_fingerprint": {
    "label": "Caller evidence fingerprint",
    "format": "string"
  },
  "company_age_years": {
    "label": "Company age in completed years",
    "format": "integer"
  },
  "listing_status": {
    "label": "Listing status",
    "format": "string"
  },
  "industry_code": {
    "label": "CIN industry code",
    "format": "string"
  },
  "company_class": {
    "label": "Company class",
    "format": "string"
  },
  "company_category": {
    "label": "Company category",
    "format": "string"
  },
  "authorized_capital": {
    "label": "Authorized capital",
    "format": "number"
  },
  "paidup_capital": {
    "label": "Paid-up capital",
    "format": "number"
  },
  "paidup_capital_band": {
    "label": "Paid-up capital band",
    "format": "string"
  },
  "capital_utilization_ratio": {
    "label": "Paid-up / authorized capital",
    "format": "number"
  },
  "data_completeness_percent": {
    "label": "Data completeness percent",
    "format": "integer"
  },
  "data_quality_flags": {
    "label": "Data quality flags",
    "format": "array"
  },
  "lei_match_status": {
    "label": "LEI match status",
    "format": "string"
  },
  "lei": {
    "label": "Legal Entity Identifier",
    "format": "string"
  },
  "lei_entity_status": {
    "label": "LEI entity status",
    "format": "string"
  },
  "lei_registration_status": {
    "label": "LEI registration status",
    "format": "string"
  },
  "lei_next_renewal_date": {
    "label": "LEI next renewal",
    "format": "string"
  },
  "date_of_registration": {
    "label": "Date of registration",
    "format": "string"
  },
  "registered_state": {
    "label": "Registered state",
    "format": "string"
  },
  "registrar_of_companies": {
    "label": "Registrar of Companies",
    "format": "string"
  },
  "source_status": {
    "label": "Source status",
    "format": "string"
  },
  "source_reliability": {
    "label": "Source reliability",
    "format": "object"
  },
  "source_freshness": {
    "label": "Source freshness evidence",
    "format": "object"
  },
  "source_fetched_at": {
    "label": "Source fetched at",
    "format": "string"
  },
  "query_hash": {
    "label": "Query hash",
    "format": "string"
  },
  "record_fingerprint": {
    "label": "Record fingerprint",
    "format": "string"
  },
  "_cdf": {
    "label": "CivicDataForge monitoring envelope",
    "format": "object"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/civicdataforge/india-company-registry.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
