Data categories
- Identity.
person_id(prefixedper_),full_name,headline,linkedin_url,primary_role. - The connection.
connected_on(linkedin),connected_at,connected_teammates(Specteruser_IDs of the teammates who hold it). - Current employer.
current_company_id.
Example (trimmed)
Endpoints
How to use the API
Start with what you have- Browsing your whole network → Get network people or Get network companies.
- A target company → Get network connections at a company.
- A teammate
user_idfrom a result → Get organization members.
person_id→ Get person by ID.current_company_id→ Get company by ID.connected_teammates→ Get organization members to put a name to each teammate.
Notes
- The network reflects LinkedIn connections your teammates have synced, deduplicated across the team.
connected_ononly supportslinkedintoday.- Get network connections at a company returns
404when you have no connections there. - Use the
min_connectionsfilter on the companies endpoint to focus on companies where you have real depth. - Network endpoints are paginated feeds, charged per request; see each endpoint’s “Costs” note for the exact figure.
- Resolving a teammate
user_idto a name uses Get organization members, which now lives in the Account section and is free.