India Company Registry
Pricing
Pay per usage
India Company Registry
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Bryan
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
an hour ago
Last modified
Categories
Share
India Company Registry — MCA Company Master Data
Look up any of 4.06 million registered Indian companies from the official Ministry of Corporate Affairs (MCA) Company Master Data, as clean structured JSON. No CAPTCHAs, no PDF scraping — sourced from India's Open Government Data (OGD) platform (data.gov.in).
Built for KYC / AML, due diligence, B2B lead-generation, and market mapping on Indian entities.
What you get per company
| Field | Example |
|---|---|
cin | L01110TG1994PLC018562 |
company_name | ALKEM LABORATORIES LIMITED |
status | Active, Strike Off, Amalgamated, Under Liquidation |
company_class | Private, Public |
company_category | Company limited by Shares |
authorized_capital / paidup_capital | numeric (INR) |
date_of_registration | 1973-08-08 |
registered_state | Maharashtra |
registrar_of_companies | RoC-Mumbai |
principal_business_activity | text (where published) |
registered_office_address | full address |
How to query
Pass any combination of filters:
cin— exact Corporate Identification Number → the single company.state,status,companyClass,category,roc— exact-match server-side filters.nameContains— case-insensitive name search within the filtered set (pair withstateto keep it fast).maxRecords— 1 to 50,000 (default 100).
Example — active software companies in Karnataka:
{ "state": "Karnataka", "status": "Active", "nameContains": "software", "maxRecords": 200 }
Example — one company by CIN:
{ "cin": "L01110TG1994PLC018562" }
API key (optional)
Runs out-of-the-box on a shared public key (fine for small pulls). For volume, drop in your own free data.gov.in API key via apiKey for higher rate limits.
Honest data note
This is the official MCA registry master snapshot published on OGD, refreshed periodically by the ministry (not real-time intraday status). It is ideal for verifying company existence, ownership footprint, capital, registration vintage, and jurisdiction — the backbone of a due-diligence or lead-gen workflow. A handful of records carry MCA's own source quirks (e.g. occasional data-entry dates, F-prefixed foreign-company codes); these are passed through faithfully rather than silently altered.
Data © Ministry of Corporate Affairs, Government of India, via the Open Government Data (OGD) Platform. Redistributed under the OGD India use terms.