Our CIN to Company Email API allows you to retrieve verified email addresses associated with any Indian company registered with the Ministry of Corporate Affairs (MCA). Simply provide the 21-character CIN number, and receive the company's official email address instantly.
B2B sales teams looking to reach newly registered companies with outreach emails
Marketing agencies building targeted email campaigns for specific company segments
Financial institutions verifying company contact information for KYC processes
CRM platforms enriching their company records with verified email addresses
Integration is simple with our RESTful API
/api/company/email?cin={CIN}| Parameter | Type | Description |
|---|---|---|
| cin | string | 21-character Corporate Identity Number (e.g., U72900MH2000PLC123456) |
curl -X GET "https://api.newcompanyalert.in/api/company/email?cin=U72900MH2000PLC123456" \
-H "Authorization: Bearer YOUR_API_KEY"{
"success": true,
"data": {
"cin": "U72900MH2000PLC123456",
"companyName": "SAMPLE TECH PRIVATE LIMITED",
"email": "info@sampletech.com",
"state": "Maharashtra",
"dateOfIncorporation": "2000-01-15"
}
}Standard REST endpoints with JSON responses. Easy to integrate with any programming language or platform.
API key-based authentication. Include your key in the Authorization header for all requests.
Up to 100 requests per minute on standard plans. Higher limits available for enterprise customers.