The Companies API LogoThe Companies API Logo
APIUse casesCompanies
LoginLogin
Get started
Authentication
Errors
Rate limits
Webhooks
Datapoints
Companies
Enrich from domain
Enrich from email
Enrich from social network
Count companies
Search companies
Search by name
Search by prompt
Search similar
Ask company
Fetch context
Find email patterns
Fetch analytics
Export analytics
Industries
Search industries
Find similar industries
Lists
Fetch lists
Create list
Fetch companies
Toggle companies
Locations
Search cities
Search counties
Search countries
Search states
Search continents
Actions
Request action
Fetch actions
Teams
Fetch team
Technologies
Search technologies
Utilities
API health
OpenAPI spec
Get started
Authentication
Errors
Rate limits
Webhooks
Datapoints
Companies
Enrich from domain
Enrich from email
Enrich from social network
Count companies
Search companies
Search by name
Search by prompt
Search similar
Ask company
Fetch context
Find email patterns
Fetch analytics
Export analytics
Industries
Search industries
Find similar industries
Lists
Fetch lists
Create list
Fetch companies
Toggle companies
Locations
Search cities
Search counties
Search countries
Search states
Search continents
Actions
Request action
Fetch actions
Teams
Fetch team
Technologies
Search technologies
Utilities
API health
OpenAPI spec

Enrich a company from a domain

Transform any domain name into a comprehensive company profile with over 80 data points.
GET
https://api.thecompaniesapi.com/v2/companies/:domain
1 credit per request

Enrich a company by sending us its domain name (e.g., microsoft.com, apple.com, etc.).

Each company enriched costs 1 credit.

If no company is found, an empty object is returned and no credits are charged.

crisp.chat

Crisp detects whether new users use a live chat or helpdesk tool to tailor their onboarding experience.

trustedsite.com

Trustedsite enriches their CRM automatically with verified company information.

Signup to access all the features

Get your API token and start implementing the API in your product with 500 free credits.

No credit card required

Query parameters
domainstring (required)

The company's domain name (e.g. apple.com, microsoft.com).

microsoft.com

simplifiedboolean (optional)

When set to true, returns a simplified version of the company data. The call will be free and no credits will be deducted.

/companies/microsoft.com?simplified=true

refreshboolean (optional)

When set to true, triggers a real-time refresh of the company data including website crawling, social media analysis, and AI-powered enrichment. Note: This operation costs 10 additional credits per request.

/companies/microsoft.com?refresh=true

Response schema
companyobject

The company profile from our database.

Browse all datapoints
Code examples
Select your favorite language:
C#

Go

Java

JavaScript
SDK

PHP

Python

Ruby

Rust

import createClient from '@thecompaniesapi/sdk'

const tca = createClient({ apiToken: 'YOUR_API_TOKEN' })

// Example 1 : Fetch the full company profile (paid)
const response = await tca.fetchCompany({
  domain: 'thecompaniesapi.com',
})

const companyFull = response.data

// Example 2 : Fetch the full company profile (paid) and trigger real-time data refresh
const response = await tca.fetchCompany({
  domain: 'thecompaniesapi.com',
  refresh: true,
})

const companyRefreshed = response.data

// Example 3 : Fetch the simplified company profile (free)
const response = await tca.fetchCompany({
  domain: 'thecompaniesapi.com',
  simplified: true,
})

const companySimplified = response.data

Company datapoints

Browse all our datapoints available in a company profile.

Enrich a company from an email

Transform any email address into a comprehensive company profile with over 80 data points.

A glowing background image to highlight the titleA glowing background image to highlight the title
© 2025 The Companies API
  • Updates
  • Terms
  • Privacy
  • FAQ
  • Status

Fast-growing SaaS companies with remote teams