Skip to main content
GET
/
linkedin
/
send-connection
Send LinkedIn connection request
curl --request GET \
  --url https://api.harvest-api.com/linkedin/send-connection \
  --header 'X-API-Key: <api-key>'
{
  "element": {
    "connectionId": "<string>"
  },
  "status": "<string>",
  "error": "<string>"
}
Send a connection request to a LinkedIn profile from your own LinkedIn account. You can use this endpoint to automate your LinkedIn outreach. This endpoint works only with custom accounts. Please check the Using Custom Accounts guide for more details on how to set up and use custom accounts. Stay within LinkedIn’s limits and best practices to avoid restrictions on your account. We recommend sending no more than 20 connection requests per day.

Authorizations

X-API-Key
string
header
required

Query Parameters

profile
string<url>

LinkedIn profile URL or public identifier or profile ID to which the connection request will be sent. For example, 'https://www.linkedin.com/in/john-doe-123456789/'

LinkedIn cookies. Please check https://docs.harvest-api.com/guides/custom-accounts for more details on how to get and use the cookies.

proxy
string

Proxy to use for this request. More details - https://docs.harvest-api.com/guides/custom-accounts

userAgent
string

User-Agent to use for this request. More details - https://docs.harvest-api.com/guides/custom-accounts

Response

Connection request sent successfully

element
object
status
string
error
string