Bulk API
Bulk Enrich API
Enrich a list of CINs with selected fields in one batch request.
POST /v1/bulk/enrich
Overview
The Bulk Enrich API takes a list of CINs and the fields you want, and returns an enriched dataset in one batch call, charged per record. It is the fastest way to enrich a large CRM or vendor list with company intelligence.
- Enrich many CINs at once
- Choose the fields you need
- Charged per record
- Built for scale
- Single request
How it works
- Generate an API key.
- POST a list of CINs and fields to /v1/bulk/enrich.
- Receive an enriched record per CIN.
- Load it into your CRM or warehouse.
Request & response
RequestPOST /v1/bulk/enrich
Response (sample){ "success": true, "data": { "results": [ { "cin": "...", "company_name": "...", "status": "Active" } ] } }
Where it's used
- Enrich a CRM at scale
- Build a company dataset
- Vendor master enrichment
- Analytics and segmentation
Frequently asked questions
How is bulk enrich billed?
Per record returned, so you pay only for the companies you enrich.
Related APIs
Company Search API
Search Indian companies by name or CIN and get the top matching companies with their CIN.
Company CIN Lookup API
Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.
Company Profile API
Full company profile in one call - identity, capital, current and past directors, and registered charges.
Start building in minutes
Generate a free test key, call the sandbox, and go live when you're ready.
Get API access