Skip to main content
GET
/
companies
/
find
Get data from captaindata companies find
curl --request GET \
  --url https://api.captaindata.com/v1/companies/find \
  --header 'X-API-Key: <api-key>'
{
  "li_company_url": "<string>",
  "uid": "<string>",
  "li_company_id": "<string>"
}
This operation costs 2 credits.Coming Soon: We’re working on adding the ability to find companies based on domain names (e.g., example.com) in addition to company names.

Authorizations

X-API-Key
string
header
required

Query Parameters

company_name
string
required

Company Name (exact phrase match)

Response

Successful response

li_company_url
string<url>
uid
string
li_company_id
string
I