October 4th, 2020

Enrich a company by domain

Send us a company’s domain name and we’ll return a company profile.

Endpoint

/v2/companies/:domain

SDK

import createClient from '@thecompaniesapi/sdk'

const tca = createClient({
  apiToken: 'your-api-token',
})

// Fetch company data from our database without enrichment (faster response)
const response = await tca.fetchCompany({
  domain: 'microsoft.com'
})

const company = response.data // The company profile

What you get, over 50 datapoints (see all datapoints) including:

  • Industry and subindustry

  • Revenue and headcount

  • Technologies used

  • Locations, socials, and descriptions

  • Apps, content, contacts, and more

Options:

  • simplified=true: preview the company for free (no credits used)

  • refresh=true: trigger a live crawl with AI-powered enrichment (costs 10 extra credits)

  • Cost: 1 credit per full enrichment

Use cases:

  • Enrich new users at signup

  • Complete missing firmographics in your CRM

  • Score leads with up-to-date tech, traffic, and industry data

  • Power investor dashboards or intelligence tools