Company & Employee Enrichment API
Search & Enrich 54 Million Companies By Name with our Enrichment API
Search companies by name1 Credit per call
1 Credit per call
Retrieve a company profile by providing the company name. You can use this endpoint if you need more information about the company, but be careful. Two companies can have the same name—for example, Bolt. That's why this feature can return multiple companies.
If you have a company's domain name, it's better to use it. We use it as a unique key in our database. See our endpoint below.
Query parameters
namerequired
The company name.
countriesoptional
The countries to filter the companies by. You can provide multiple countries separated by a comma. Default to all countries.
Possible values
exactWordsMatchoptional
If set to true, the company name must match the searched words. 'Bank of A' will not return Bank of America but 'Bank of' and 'Bank of America' will. Default to true.
sizeoptional
The number of companies to be returned (between 1 and 25). Default to 1.
Response
companiesarray
The companies that match with the name.
metaobject
The metas information.
endpoint
GET
https://api.thecompaniesapi.com/v1/companies/by-name
API response
Loading response...
Company & Employee Enrichment API