latestOpenAPI 3.0.32026-08-08360156.4 KB

ae7fddf16bf9

Misc

Get company information

Retrieve company data using a company profile URL, name, or website domain. At least one of these fields must be specified.

Consumes 1 Finder credit per successful response (only when company data is found).

post/api/search/company

Request body

linkedin_urlstring

Company LinkedIn URL

domainstring

Company domain

namestring

Company name

Example request

{
  "linkedin_url": "https://www.linkedin.com/company/findymail/",
  "domain": "stripe.com",
  "name": "Stripe"
}

Response

namestring
domainstring
company_sizestring
industrystring
linkedin_urlstring
descriptionstring

Example response

{
  "name": "Stripe",
  "domain": "stripe.com",
  "company_size": "1001-5000",
  "industry": "Financial Services",
  "linkedin_url": "https://www.linkedin.com/company/stripe/",
  "description": "Stripe is a technology company..."
}