Read-only

Get Profile Followers

Lists the followers of a LinkedIn profile, returning between 1 and 100 per page (default 20) with a provider ID for each follower. Paginate through the full list using the cursor returned in each response. Returns an empty list if the profile has no followers or its followers are private.

get_followersGET/api/v1/network/followers
crispy — bash

Example prompt: List the first 50 followers of linkedin.com/in/john-doe

{
  "followers": [
    {
      "provider_id": "ACoAABcd1234",
      "name": "Jane Smith",
      "headline": "Head of Growth at Revolut"
    }
  ],
  "cursor": "eyJwYWdlIjoyfQ=="
}
Permission scope
core
Access
Read-only
Category
Connections

What you can build

Surface an audience already interested in a profile for warm outreach
Build a follower-based prospect list from a relevant thought leader
Identify engaged followers worth connecting with or inviting to follow your page
Page through a large follower base to capture provider IDs for downstream actions

Parameters

Inputs accepted by get_followers.

NameTypeDescription
identifierstringProfile identifier: provider_id (e.g. 'ACoAABcd1234'), slug, or LinkedIn URL of the profile whose followers to list
limitnumberMax number of followers to return (1-100, default 20)
cursorstringPagination cursor from a previous get_followers response

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.