Linkedin Mutual Connections Parser avatar

Linkedin Mutual Connections Parser

Try for free

3 days trial then $25.00/month - No credit card required now

View all Actors
Linkedin Mutual Connections Parser

Linkedin Mutual Connections Parser

saswave/linkedin-mutual-connections-parser
Try for free

3 days trial then $25.00/month - No credit card required now

Allows you to extract all informations from mutual connections of a linkedin profile url (1st and 2nd). Full name, jobtitle, premium status, followers, linkedin url, network distance, location, number of mutual connections

You can access the Linkedin Mutual Connections Parser programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "url": "https://www.linkedin.com/in/thomas-l/",
3  "cookies": [
4    {
5      "domain": ".linkedin.com",
6      "expirationDate": 1742798742.32278,
7      "hostOnly": false,
8      "httpOnly": false,
9      "name": "test",
10      "path": "/",
11      "sameSite": "no_restriction",
12      "secure": true,
13      "session": false,
14      "storeId": "0",
15      "value": "To be changed. Check readme on how to extract cookie session from browser",
16      "id": 1
17    }
18  ]
19}' |
20apify call saswave/linkedin-mutual-connections-parser --silent --output-dataset

Linkedin Mutual Connections Parser API through CLI

The Apify CLI is the official tool that allows you to use Linkedin Mutual Connections Parser locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 19 monthly users
  • 5 stars
  • 57.7% runs succeeded
  • Created in Nov 2023
  • Modified 4 months ago