API Service

CIN → Company Email

Get verified email addresses for any Indian company using their Corporate Identity Number (CIN).

Overview

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.

Key Features

  • Instant email lookup using CIN number
  • Verified data from MCA public records
  • Includes company name and state
  • Real-time API with sub-second response
  • Bulk lookup support for high volumes

Use Cases

01

B2B sales teams looking to reach newly registered companies with outreach emails

02

Marketing agencies building targeted email campaigns for specific company segments

03

Financial institutions verifying company contact information for KYC processes

04

CRM platforms enriching their company records with verified email addresses

API Reference

Integration is simple with our RESTful API

GET/api/company/email?cin={CIN}

Parameters

ParameterTypeDescription
cinstring21-character Corporate Identity Number (e.g., U72900MH2000PLC123456)

Sample Request

curl -X GET "https://api.newcompanyalert.in/api/company/email?cin=U72900MH2000PLC123456" \
  -H "Authorization: Bearer YOUR_API_KEY"

Sample Response

{
  "success": true,
  "data": {
    "cin": "U72900MH2000PLC123456",
    "companyName": "SAMPLE TECH PRIVATE LIMITED",
    "email": "info@sampletech.com",
    "state": "Maharashtra",
    "dateOfIncorporation": "2000-01-15"
  }
}

API Pricing

Volume discounts available for bulk requests

Loading pricing...

Integration Details

RESTful API

Standard REST endpoints with JSON responses. Easy to integrate with any programming language or platform.

Authentication

API key-based authentication. Include your key in the Authorization header for all requests.

Rate Limits

Up to 100 requests per minute on standard plans. Higher limits available for enterprise customers.