Search LinkedIn Connections
Search your locally-synced connections (up to 500) by keyword, title, name, company, location, skills, and connection date range. This is a database-only query that returns an empty array if connections have not been synced first, along with a total count and a base64 pagination cursor. Use it to slice your existing network precisely without any LinkedIn API calls.
Example prompt: Find my connections who are in RevOps with a sales-ops skill, based in New York
{
"total": 1,
"cursor": "eyJvZmZzZXQiOjF9",
"results": [
{
"name": "Priya Nair",
"current_title": "RevOps Manager",
"current_company": "Nimbus",
"provider_id": "ACoAABcd1234"
}
]
}What you can build
Parameters
Inputs accepted by search_connections.
| Name | Type | Description |
|---|---|---|
| keyword | string | Case-insensitive substring match across name, headline, current_company, current_title |
| title | string | Case-insensitive substring match on current_title |
| name | string | Case-insensitive substring match on name |
| 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 overlap) |
| connected_after | string | ISO 8601 date, only connections added after this date |
| connected_before | string | ISO 8601 date, only connections added before this date |
| limit | number | Max connections to return (1-500, default 20) |
| cursor | string | Pagination cursor |
Related tools
List LinkedIn Connections
List your 1st-degree LinkedIn connections with optional keyword filtering. Returns provider IDs ready for outreach and saved-connection workflows.
LinkedIn Network Analytics
Analyze your LinkedIn network with top companies, title groups, locations, skills, growth velocity, and campaign overlap. Filter or group on any dimension.
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.
Save LinkedIn Connection
Fetch and save any LinkedIn profile to your local store by provider ID or slug, with optional notes. Build a persistent, zero-API contact library.
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.