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

  1. Generate an API key.
  2. POST a list of CINs and fields to /v1/bulk/enrich.
  3. Receive an enriched record per CIN.
  4. 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

Start building in minutes

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

Get API access