Connections

connection status

Check connection status with a LinkedIn person.

bash
linkedin connection status <url>
bash
linkedin connection status https://www.linkedin.com/in/vprudnikoff

connection send

Send a connection request.

bash
linkedin connection send <url> [flags]
FlagTypeDescription
--notestringPersonalized note to include with the request
--emailstringEmail address (required by some profiles to connect)
bash
linkedin connection send https://www.linkedin.com/in/vprudnikoff
linkedin connection send https://www.linkedin.com/in/vprudnikoff --note "Love to connect!"
linkedin connection send https://www.linkedin.com/in/vprudnikoff --email vlad@example.com

connection list

List your LinkedIn connections with optional filters.

bash
linkedin connection list [flags]
FlagTypeDescription
--limitintegerMax connections to return
--sincestringOnly connections made since this ISO timestamp
--first-namestringFilter by first name
--last-namestringFilter by last name
--positionstringFilter by job position
--locationsstringComma-separated locations
--industriesstringComma-separated industries
--current-companiesstringComma-separated current company names
--previous-companiesstringComma-separated previous company names
--schoolsstringComma-separated school names

--since only works when no filter flags are used.

bash
linkedin connection list --limit 50 --json
linkedin connection list --current-companies "Linked API" --position "Engineer" --json
linkedin connection list --since 2024-01-01T00:00:00Z --json

connection pending

List pending outgoing connection requests.

bash
linkedin connection pending --json

connection withdraw

Withdraw a pending connection request.

bash
linkedin connection withdraw <url> [flags]
FlagTypeDefaultDescription
--unfollow / --no-unfollowbooleantrueAlso unfollow the person
bash
linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff
linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff --no-unfollow

connection remove

Remove an existing connection.

bash
linkedin connection remove <url>
bash
linkedin connection remove https://www.linkedin.com/in/vprudnikoff