Validation · API
Company Enrichment
Look up a company by domain or email and return industry, size, HQ, socials and firmographics.
POST /v1/enrich/company
POST /v1/enrich/company
200 OK
{ "domain": "stripe.com", "name": "Stripe", "industry": "Financial Software", "employees": "5000+", "country_code": "US" }
Capabilities
Why teams use it
Domain & email lookup
Enrich from a domain or a work email in one call.
Firmographics
Industry, employee range, revenue band and founding year.
HQ & locations
Headquarters and office locations, normalized.
Tech & socials
Detected technologies and social profiles.
Real-time
Fast enough for signup and lead routing.
Reliable sources
Aggregated from trusted business data.
Request
Call it in your language
curl -X POST https://api.locanium.com/v1/enrich/company \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json" \ -d '{"domain":"stripe.com"}'
Response
What you get back
- Company name
namestring - Primary domain
domainstring - Industry
industrystring - Employee range
employeesstring - Founding year
foundednumber - HQ country
country_codestring - LinkedIn URL
linkedinstring
Use cases
What you can build
Validation family
Full parameters, errors and code samples are in the API reference.