// ACTION

Live

LinkedIn Connections API (1st-Degree Network Export)

// OVERVIEW

What it does

List the 1st-degree connections of a connected LinkedIn account, with profile details.

Use it to re-engage existing contacts, find mutual connections, or analyze your network.

The warmest audience you have, no connection request needed.

// PARAMETERS

Inputs

NameTypeRequiredDescription
profileIdstringRequiredConnected LinkedIn profile whose connections you want.
limitnumberOptionalConnections per page, up to 1000.
cursorstringOptionalPagination cursor.

// OUTPUT SHAPE

Example JSON output

{
  "items": [
    {
      "provider_id": "ACoAA...",
      "name": "Lena Ortiz",
      "headline": "Founder at Brightline",
      "company": "Brightline",
      "profile_url": "https://www.linkedin.com/in/lortiz"
    }
  ],
  "cursor": "eyJwYWdlIjoy..."
}

// INVOCATION

How to call

Resource: ConnectionOperation: Get Many

// CONSTRAINTS

Limits & status

Up to 1000 per page, paginate with cursor. Automatic rate limiting.

// USED IN

Playbooks using this Action

Not yet used in a published playbook.

// GET STARTED

Start building with Periodix Actions

Create an account, get an API key, and call this Action from your stack.

Create your account