ArgorantDocs

Enrich a company domain

posthttps://app.argorant.com/api/v1/enrich
POST
/api/v1/enrich

Send a domain on its own and get the company profile: name, domain, industry, and location. This mode is free and returns no contact details. Use search, reveal, or the person modes above for people.

Company enrichment costs zero contact credits, the same as counts and previews.

Authorization

BearerAuth
AuthorizationBearer <token>

Your API key from app.argorant.com/profile, sent as Authorization: Bearer <key>.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

Shell
curl -X POST "https://app.argorant.com/api/v1/enrich" \  -H "Content-Type: application/json" \  -d '{    "domain": "evenito.com"  }'
JSON
{  "found": false,  "type": "company",  "charged": 0}