Skip to main content
GET
Search entities by name

Authorizations

X-API-Key
string
header
required

Query Parameters

query
string
required

Name to fuzzy-search across companies, people, and investors.

Minimum string length: 3
types
enum<string>[]

Entity types to search. Omit to search all three.

Available options:
companies,
people,
investors
limit
integer
default:10

Maximum matches to return per entity type.

Required range: 1 <= x <= 50

Response

Matches grouped by entity type.

companies
object[]
required

Companies whose name matches the query.

people
object[]
required

People whose name matches the query.

investors
object[]
required

Investors whose name matches the query.