REST API for verified Indian business intelligence. Query 28.7L+ companies, verify GSTINs, access director data — all from a single endpoint.
Base URL
api.bharatseal.io
Avg Response
< 50ms
Auth
Bearer token
Get your API key from your dashboard after signing in.
/v1/entity/{cin}Full company profile by CIN
Example
GET /v1/entity/U72900KA2020PTC123456Response
{ "cin": "U72900KA2020PTC123456", "company_name": "...", "confidence_score": 84, "gstin": "...", "directors": [...] }/v1/searchSearch companies by name, GSTIN, CIN, or director
Example
GET /v1/search?q=HDPE+manufacturer&state=GJ&limit=20Response
{ "hits": [...], "total": 142, "processing_time_ms": 8 }/v1/gstin/{gstin}Verify a GSTIN and get filing status
Example
GET /v1/gstin/29AABCU9603R1ZXResponse
{ "gstin": "...", "status": "active", "legal_name": "...", "return_filed_months": 11 }/v1/bulk/exportBulk CSV export (Business plan+)
Example
GET /v1/bulk/export?state=MH&type=private_limited&format=csvResponse
Returns CSV stream of matching entities