LinkedIn Network Analytics
Run aggregate analytics over your locally-synced connections, with or without filters. Without filters you get a full-network view: top companies, normalized title groups, locations, skills, monthly growth velocity, recency buckets, and campaign overlap. With filters you get the same aggregates scoped to a matching slice plus the matching contact list with each person's campaign status, and group_by returns a full uncapped distribution for one dimension. This is a database-only tool that returns empty if connections have never been synced.
Example prompt: Show me network analytics for founders based in Amsterdam, including how many are already in a campaign
{
"matched": 42,
"top_companies": [
{ "name": "Acme", "count": 6 }
],
"in_campaign": 11,
"contacts": [
{ "name": "Lars Bakker", "title": "Founder", "campaign_status": "none" }
]
}What you can build
Parameters
Inputs accepted by get_network_analytics.
| Name | Type | Description |
|---|---|---|
| keyword | string | Case-insensitive substring match across name, headline, company, title |
| title | string | Case-insensitive substring match on current_title |
| company | string | Case-insensitive substring match on current_company |
| location | string | Case-insensitive substring match on location |
| skills | string[] | Any-match filter on skills (OR) |
| connected_after | string | ISO 8601 date, only connections added after this date |
| connected_before | string | ISO 8601 date, only connections added before this date |
| group_by | "company" | "title" | "title_group" | "location" | "skill" | Return a full uncapped distribution for this dimension instead of top-N summaries |
| top_n | number | Entries per ranked category (default 10) |
| contacts_limit | number | Max contacts to return when filters are active (default 100) |
Related tools
Search LinkedIn Connections
Search your synced LinkedIn connections by keyword, title, company, location, or skills. Fast local search with no extra API calls.
List LinkedIn Connections
List your 1st-degree LinkedIn connections with optional keyword filtering. Returns provider IDs ready for outreach and saved-connection workflows.
List Saved LinkedIn Connections
Search your locally saved LinkedIn connections by name, company, title, or skill with zero API calls. Returns provider IDs ready for outreach.
Get Analytics
One unified analytics endpoint for posts, profile, campaigns, invitations, messages, and more across day, week, or month periods.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.