Engage
Visit LinkedIn Profile
API Documentation
Business API
- Workspaces
- Users
- Integrations
LinkedIn API
- Authentication
- Extract
- Search
- Intents
- Messaging
- Engage
- POSTConnect LinkedIn Profile
- POSTVisit LinkedIn Profile
- POSTVisit LinkedIn Company Profile
- POSTFollow LinkedIn Profile
- POSTLike LinkedIn Post
- POSTComment LinkedIn Post
- POSTInvite People to LinkedIn Event
- POSTExtract LinkedIn Sent Invitations
- POSTAccept LinkedIn Received Invitations
- POSTWithdraw LinkedIn Pending Invitations
- POST
Sales Navigator API
- Search
- Metrics
- Engage
Engage
Visit LinkedIn Profile
POST
/
actions
/
linkedin-visit-profile
/
run
/
live
curl --request POST \
--url https://api.captaindata.com/v4/actions/linkedin-visit-profile/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"integration_users": [
"<string>"
],
"rotate_users": false,
"input": {
"linkedin_profile_url": "<string>"
}
}'
{
"connected_at": "2023-11-07T05:31:56Z",
"email": "[email protected]",
"website": "<string>",
"twitter_handles": [
"<any>"
],
"linkedin_profile_handle": "<string>",
"linkedin_profile_url": "<string>",
"twitter": "<string>",
"phones": [
{}
],
"phone": "<string>",
"sales_navigator_profile_id": "<string>",
"personal_email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"industry": "<string>",
"headline": "<string>",
"summary": "<string>",
"languages": "<string>",
"skills": [
{
"name": "<string>"
}
],
"linkedin_profile_id": 123,
"tracking_id": "<string>",
"profile_country": "<string>",
"profile_language": "<string>",
"location": "<string>",
"profile_image_url": "<string>",
"experiences": [
{
"title": "<string>",
"company_name": "<string>",
"company_description": "<string>",
"linkedin_company_url": "<string>",
"location": "<string>",
"linkedin_company_id": "<string>",
"date": "<string>",
"job_time_period": "<string>",
"company_logo_url": "<string>"
}
],
"job_title": "<string>",
"education": [
{
"school_name": "<string>",
"linkedin_school_url": "<string>",
"date": "<string>",
"linkedin_school_id": "<string>",
"degree_name": "<string>"
}
],
"school_name": "<string>",
"linkedin_school_url": "<string>",
"volunteer_experiences": [
{}
],
"number_connections": 123,
"description": "<string>",
"company_name": "<string>",
"linkedin_company_url": "<string>",
"current_job_title": "<string>",
"current_company_name": "<string>",
"number_followers": 123,
"linkedin_people_post_search_url": "<string>"
}
To run LinkedIn actions, you must first create a user and connect a LinkedIn account, either using our Chrome Extension, username/password login, or Rented Accounts for a hassle-free setup.
Authorizations
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
curl --request POST \
--url https://api.captaindata.com/v4/actions/linkedin-visit-profile/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"integration_users": [
"<string>"
],
"rotate_users": false,
"input": {
"linkedin_profile_url": "<string>"
}
}'
{
"connected_at": "2023-11-07T05:31:56Z",
"email": "[email protected]",
"website": "<string>",
"twitter_handles": [
"<any>"
],
"linkedin_profile_handle": "<string>",
"linkedin_profile_url": "<string>",
"twitter": "<string>",
"phones": [
{}
],
"phone": "<string>",
"sales_navigator_profile_id": "<string>",
"personal_email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"industry": "<string>",
"headline": "<string>",
"summary": "<string>",
"languages": "<string>",
"skills": [
{
"name": "<string>"
}
],
"linkedin_profile_id": 123,
"tracking_id": "<string>",
"profile_country": "<string>",
"profile_language": "<string>",
"location": "<string>",
"profile_image_url": "<string>",
"experiences": [
{
"title": "<string>",
"company_name": "<string>",
"company_description": "<string>",
"linkedin_company_url": "<string>",
"location": "<string>",
"linkedin_company_id": "<string>",
"date": "<string>",
"job_time_period": "<string>",
"company_logo_url": "<string>"
}
],
"job_title": "<string>",
"education": [
{
"school_name": "<string>",
"linkedin_school_url": "<string>",
"date": "<string>",
"linkedin_school_id": "<string>",
"degree_name": "<string>"
}
],
"school_name": "<string>",
"linkedin_school_url": "<string>",
"volunteer_experiences": [
{}
],
"number_connections": 123,
"description": "<string>",
"company_name": "<string>",
"linkedin_company_url": "<string>",
"current_job_title": "<string>",
"current_company_name": "<string>",
"number_followers": 123,
"linkedin_people_post_search_url": "<string>"
}