Read-only

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.

search_connectionsGET/api/v1/connections
crispy — bash

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"
    }
  ]
}
Permission scope
core
Access
Read-only
Category
Connections

What you can build

Find every connection in a target city with a specific title for outreach
Filter your network by skill overlap to source warm referrals
Surface connections added within a recent date window for timely follow-up
Build precise contact lists from your synced network without API usage

Parameters

Inputs accepted by search_connections.

NameTypeDescription
keywordstringCase-insensitive substring match across name, headline, current_company, current_title
titlestringCase-insensitive substring match on current_title
namestringCase-insensitive substring match on name
companystringCase-insensitive substring match on current_company
locationstringCase-insensitive substring match on location
skillsstring[]Any-match filter on skills (OR overlap)
connected_afterstringISO 8601 date, only connections added after this date
connected_beforestringISO 8601 date, only connections added before this date
limitnumberMax connections to return (1-500, default 20)
cursorstringPagination cursor

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.