Demographics Company API

Lookup company by domain

get

Our Company API lets you lookup a company profile via a domain name. It returns the predictive customer fit of the company (aka. demographics score), the top signals behind this score (ie. why is this company a good fit or not), and some light demographics information (eg. number of employees, industry, etc.).

Authorizations
HTTPRequired
Query parameters
domainstringRequired

The domain name of the company you would like to retrieve

Responses
200

The request has succeeded.

application/json
get
/v1/companies

Lookup company with enriched payload

post

This API endpoint lets you provide your own enriched company data.

Authorizations
HTTPRequired
Body

Company lookup with payload request

domainstringRequired

Company domain

Responses
200

The request has succeeded.

application/json
post
/v1/companies

Last updated

Was this helpful?