Search API

Company CIN Lookup API

Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.

GET /v1/companies/{cin}
Free β€” up to 500 calls / day

Overview

The Company CIN Lookup API returns the essential identity of any Indian company from its Corporate Identity Number (CIN): legal name, registration status, incorporation date, company type, registered office and Registrar of Companies. It is sourced from MCA records and refreshed continuously, making it the fastest way to confirm a company exists and pull its headline details into onboarding, KYB, lead enrichment or due-diligence flows.

  • Real-time core company details from CIN
  • Legal name, status, incorporation date, ROC, registered office
  • Authorised and paid-up capital
  • MCA-sourced, continuously refreshed
  • Free every day up to your daily limit

How it works

  1. Generate an API key in your developer console (test keys are free).
  2. Call the endpoint with your Bearer key.
  3. Read the JSON response (standard envelope with credits info).
  4. Map the fields into your product or workflow.

Request & response

Requestcurl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738" \ -H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){ "success": true, "credits_charged": 0, "data": { "cin": "L74999WB1991PLC051738", "company_name": "N R International Limited", "status": "Active", "company_type": "Company", "incorporation_date": "1991-05-21", "roc_code": "ROC-Kolkata", "registered_address": { "city": "Kolkata", "state": "West Bengal", "pincode": "700001" } } }

Try it live with a free test key from your developer console.

Where it's used

  • Know-Your-Business (KYB) and vendor onboarding
  • Auto-filling company details at signup
  • Lead enrichment in your CRM
  • Pre-checks before a full due-diligence report

Frequently asked questions

What is the Company CIN Lookup API?

It returns a company's core details - legal name, status, incorporation date, ROC and registered office - from its Corporate Identity Number (CIN), sourced from MCA records.

How much does it cost?

CIN lookup is free every day up to your daily limit, then a tiny fraction of a credit per call.

How fresh is the data?

It is sourced from MCA records and refreshed continuously.

Related APIs

Start building in minutes

Generate a free test key, call the sandbox, and go live when you're ready.

Get API access