Skip to main content
GET
Get network companies

Authorizations

X-API-Key
string
header
required

Query Parameters

page
number

The page number of results to return, base 0, default is 0.

limit
integer
default:50

The number of results to return per page (minimum 1, maximum 50, default 50). A page is the unit these endpoints are priced in, so it cannot be widened beyond 50.

Required range: 1 <= x <= 50
min_connections
integer
default:1

Only return companies with at least this many network contacts.

Required range: x >= 1

Response

List of companies in your team's network.

company_id
string
required

The Specter company id. Use with GET /v1/companies/{company_id} to fetch the full profile.

Example:

"5e3a8f9f040ca7b0c6f29438"

connection_count
integer
required

Number of distinct people in your team's network who currently work at this company.

Example:

189

connected_person_ids
string[]
required

Specter person ids of the people in your network who currently work at this company. Use each with GET /v1/people/{person_id}.

Example: