Skip to main content
POST
/
v2
/
companies
/
search
Search for a company
curl --request POST \
  --url https://api.tamtam.ai/api/v2/companies/search \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "country": "<string>",
  "domain": "<string>",
  "linkedin_id": "<string>",
  "linkedin_url": "<string>",
  "name": "<string>"
}
'
{
  "results": [
    {
      "description": "<string>",
      "domain": "<string>",
      "hq_country": "<string>",
      "linkedin_id": "<string>",
      "linkedin_url": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Account API key passed in the Authorization header

Body

application/json
country
string

2-letter country code (e.g. FR, US) to help disambiguate results

Example:

"FR"

domain
string

Company domain (e.g. tamtam.ai)

Example:

"tamtam.ai"

linkedin_id
string

LinkedIn numeric company ID

Example:

"104924588"

linkedin_url
string

LinkedIn company URL (e.g. https://www.linkedin.com/company/tamtam-ai)

Example:

"https://www.linkedin.com/company/tamtam-ai"

name
string

Company name

Example:

"TAMTAM"

Response

OK

results
object[] | null
required

List of candidate companies ranked by relevance