Connections
connection status
Check connection status with a LinkedIn person.
bash
linkedin connection status <url>bash
linkedin connection status https://www.linkedin.com/in/vprudnikoffconnection send
Send a connection request.
bash
linkedin connection send <url> [flags]| Flag | Type | Description |
|---|---|---|
--note | string | Personalized note to include with the request |
--email | string | Email 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.comconnection list
List your LinkedIn connections with optional filters.
bash
linkedin connection list [flags]| Flag | Type | Description |
|---|---|---|
--limit | integer | Max connections to return |
--since | string | Only connections made since this ISO timestamp |
--first-name | string | Filter by first name |
--last-name | string | Filter by last name |
--position | string | Filter by job position |
--locations | string | Comma-separated locations |
--industries | string | Comma-separated industries |
--current-companies | string | Comma-separated current company names |
--previous-companies | string | Comma-separated previous company names |
--schools | string | Comma-separated school names |
--sinceonly 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 --jsonconnection pending
List pending outgoing connection requests.
bash
linkedin connection pending --jsonconnection withdraw
Withdraw a pending connection request.
bash
linkedin connection withdraw <url> [flags]| Flag | Type | Default | Description |
|---|---|---|---|
--unfollow / --no-unfollow | boolean | true | Also unfollow the person |
bash
linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff
linkedin connection withdraw https://www.linkedin.com/in/vprudnikoff --no-unfollowconnection remove
Remove an existing connection.
bash
linkedin connection remove <url>bash
linkedin connection remove https://www.linkedin.com/in/vprudnikoff