LinkedIn Connection Checker avatar

LinkedIn Connection Checker

Under maintenance

Pricing

from $0.0033 / successful api call

Go to Apify Store
LinkedIn Connection Checker

LinkedIn Connection Checker

Under maintenance

Check whether a LinkedIn profile is connected to your account. A utility for cleaning and validating connection data.

Pricing

from $0.0033 / successful api call

Rating

0.0

(0)

Developer

Alex Jordan

Alex Jordan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day ago

Last modified

Share

LinkedIn Connection Checker verifies whether a target LinkedIn profile is already connected to the authenticated LinkedIn account. It returns structured relationship and profile context that can be used in outreach workflows, CRM enrichment, and connection-state validation before taking follow-up actions.

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

Use cases

  • Validate connection status before sending a message or connection request
  • Enrich lead records with connection degree and relationship metadata
  • Check whether a profile is already in-network before running downstream automation
  • Track repeated connection checks in a structured dataset for operational workflows

How to use LinkedIn Connection Checker

  1. Open the Actor on Apify
  2. Enter the target LinkedIn profile URL and authenticated session fields
  3. Start the run
  4. Review the dataset output for connection status and returned profile fields

Input

This Actor accepts the fields required to run the check 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/",
"connectedAccountId": "example_connected_account_id",
"li_at": "example_li_at",
"JSESSIONID": "ajax:example",
"bcookie": "example_bcookie",
"liap": "true",
"li_theme_set": "app",
"li_theme": "light",
"timezone": "Asia/Calcutta",
"bscookie": "example_bscookie",
"user-agent": "Mozilla/5.0 ...",
"timezoneOffset": "5.5",
"csrf-token": "ajax:example",
"User-Agent": "Mozilla/5.0 ...",
"x-li-track": "{\"clientVersion\":\"1.13.455\",\"mpVersion\":\"1.13.455\",\"osName\":\"web\"}",
"x-li-lang": "en_US",
"X-Restli-Protocol-Version": "2.0.0",
"txSmSelfProfileUrl": "https://www.linkedin.com/in/example-self-profile/",
"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": {
"inputsLiProfileUrl": "https://www.linkedin.com/in/example-profile/",
"isConnected": true,
"firstName": "Example",
"lastName": "Person",
"headline": "Software Engineer",
"jobTitle": "Software Engineer",
"connectionDegree": "1",
"liProfilePublicId": "example-profile",
"liProfilePublicUrl": "https://www.linkedin.com/in/example-profile",
"snProfileUrl": "https://www.linkedin.com/sales/lead/example",
"liProfileId": "example_profile_id",
"liProfileImageUrl": "https://media.licdn.com/dms/image/example",
"isMemorialized": false,
"isEmailRequired": false,
"hasRelationshipForm": false,
"invitationState": "",
"invitationType": "",
"liInvitationId": "",
"sharedSecretKey": "",
"timestamp": "2026-06-29T08:46:27.193Z"
}
}

Pricing / Cost estimation

$0.0033 per successful API call.

Support

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