Locanium
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

  • namestring
    Company name
  • domainstring
    Primary domain
  • industrystring
    Industry
  • employeesstring
    Employee range
  • foundednumber
    Founding year
  • country_codestring
    HQ country
  • linkedinstring
    LinkedIn URL
Use cases

What you can build

Validation family

Full parameters, errors and code samples are in the API reference.

Get started

One API for geolocation, currency and identity checks. Book a demo and get a sandbox key the same day.