Skip to main content

Login to LinkedIn

This API endpoint allows users to log in to LinkedIn via We-Link. It returns an accountId for later calls and triggers a webhook with user info.

Note

For a faster and more seamless login experience, please use the newer login_v2 endpoint.


Proxy support:

1. Internal Proxy (paid): Provide "location" (e.g., "US"). We assign an IP.
Example:
{
"email": "example@mail.com",
"password": "password",
"proxy": {
"location": "US"
}
}

2. Customer Proxy: Provide host, port, username, and password.
Example:
{
"email": "example@mail.com",
"password": "password",
"proxy": {
"host": "hostip",
"port": 4000,
"username": "username",
"password": "password"
}
}

Important: One proxy method is required for login.

Proxy Location Selection: If you log in from one location and later log in again from a different location, it will incur additional charges because proxies are allocated based on the given location. When choosing Internal Proxy, please make sure to provide the correct location to avoid unnecessary credit usage.

Trial Limit Details: During the trial period, we will provide only one LinkedIn account and one internal proxy. This means only one proxy location is allowed if you choose the Internal Proxy option.

OTP Submission for Initial Login: When using the initial login, LinkedIn may sometimes require OTP verification. If 2FA is enabled, use Login v2 to avoid submitting the verification code via a separate API.

Header Parameters
x-api-key string REQUIRED
x-api-secret string REQUIRED
Request Body REQUIRED
email string REQUIRED
password string REQUIRED
proxy object REQUIRED
location string
host string
port number
username string
password string
Responses
Immediate Result

Account Id

Success

Webhook

Schema OPTIONAL
status string
request_id string
result object
first_name string
last_name string
profile_id string
public_identifier string
premium boolean
occupation string
email string
Failed

Webhook

Schema OPTIONAL
status string
request_id string
error string