Skip to main content
GET
/
companies
/
{companyId}
/
similar
Get similar companies
curl --request GET \
  --url https://app.tryspecter.com/api/v1/companies/{companyId}/similar \
  --header 'X-API-Key: <api-key>'
[
  "5e3a7f2b0aa7a3270a55f2a7"
]

Authorizations

X-API-Key
string
header
required

Path Parameters

companyId
string
required

The ID of the company being requested

Query Parameters

growth_stage
enum<string>[]

Filters the growth stage of similar companies.

limit
number

Sets the limit on the number of results, maximum value is 100

Response

The list of companies IDs

The response is of type string[].

I