LinkedIn Followers Export avatar

LinkedIn Followers Export

Under maintenance

Pricing

from $1.70 / 1,000 result items

Go to Apify Store
LinkedIn Followers Export

LinkedIn Followers Export

Under maintenance

Export followers from a LinkedIn profile using an authenticated session.

Pricing

from $1.70 / 1,000 result items

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

5 days ago

Last modified

Categories

Share

LinkedIn Followers Export extracts follower records from a LinkedIn profile using an authenticated session. It returns structured follower-level data such as names, profile URLs, profile identifiers, profile images, headlines, company names, and follower counts, making it useful for audience analysis and profile-level enrichment workflows.

Built on the Apify platform, this Actor supports scheduling, webhooks, and dataset exports.

Use cases

  • Export follower lists for audience research and segmentation
  • Enrich follower records with profile metadata for CRM or prospecting workflows
  • Analyze the composition of a creator, company, or personal profile audience
  • Track follower exports across repeated runs in structured datasets

How to use LinkedIn Followers Export

  1. Open the Actor on Apify
  2. Enter the target LinkedIn profile URL, extraction limit, and authenticated session fields
  3. Start the run
  4. Review the dataset output for exported follower records

Input

This Actor accepts the fields required to export followers through an authenticated LinkedIn session.

Proxy object

Use the proxy object to define how requests should be routed. Common fields are:

  • ip - Proxy host or endpoint URL
  • port - Proxy port
  • username - Proxy username
  • password - Proxy password

Example input

{
"liProfileUrl": "https://www.linkedin.com/in/example-profile/",
"maxCountLiFollowerExport": 10,
"connectedAccountId": "example_connected_account_id",
"profileId": "example-profile-id",
"li_at": "example_li_at",
"JSESSIONID": "ajax:example",
"bcookie": "example_bcookie",
"liap": "true",
"li_theme_set": "app",
"li_theme": "light",
"timezone": "Asia/Kolkata",
"bscookie": "example_bscookie",
"user-agent": "Mozilla/5.0 ...",
"timezoneOffset": "5.5",
"csrf-token": "example_csrf-token",
"User-Agent": "Mozilla/5.0 ...",
"x-li-track": "{\"clientVersion\":\"1.13.455\"}",
"x-li-lang": "en_US",
"X-Restli-Protocol-Version": "2.0.0",
"txSmSelfProfileUrl": "https://www.linkedin.com/in/example-self/",
"proxy": {
"ip": "http://proxy.example.com",
"port": "1080",
"username": "example_username",
"password": "example_password"
}
}

Output

The Actor writes the action result to the default dataset.

Example output

{
"success": true,
"response": [
{
"inputMaxCountLiFollowerExport": "10",
"totalResultCount": 2,
"firstName": "Example",
"lastName": "Follower",
"fullName": "Example Follower",
"liProfileUrl": "https://www.linkedin.com/in/ACoAAExampleFollowerProfile?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAExampleFollowerProfile",
"liProfileId": "ACoAAExampleFollowerProfile",
"liMemberUrn": "123456789",
"profileImageUrl": "https://media.licdn.com/dms/image/v2/example-follower-photo",
"headline": "Software Engineer | Distributed Systems | APIs",
"jobTitle": "Software Engineer | Distributed Systems | APIs",
"companyName": "Example Labs",
"following": true,
"followersCount": 1600,
"timestamp": "2026-06-29T00:00:00.000Z"
},
{
"inputMaxCountLiFollowerExport": "10",
"totalResultCount": 2,
"fullName": "Another Example",
"firstName": "Another",
"lastName": "Example",
"liProfileUrl": "https://www.linkedin.com/in/ACoAAAnotherExample?miniProfileUrn=urn%3Ali%3Afs_miniProfile%3AACoAAAnotherExample",
"liProfileId": "ACoAAAnotherExample",
"liMemberUrn": "987654321",
"profileImageUrl": "https://media.licdn.com/dms/image/v2/example-second-follower-photo",
"headline": "Project Development Manager at Example Co",
"jobTitle": "Project Development Manager",
"companyName": "Example Co",
"following": true,
"followersCount": 665,
"timestamp": "2026-06-29T00:00:00.000Z"
}
]
}

Pricing / Cost estimation

$0.0017 per 50 result items.

Support

If you need adjustments for your workflow, use the Actor Issues tab or your internal support channel.