Skip to main content
POST
/
actions
/
linkedin-extract-people
/
run
/
live
Run linkedin-extract-people action live
curl --request POST \
  --url https://api.edges.run/v1/actions/linkedin-extract-people/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "parameters": {},
  "identity_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "identity_mode": "direct",
  "input": {
    "linkedin_profile_url": "<string>",
    "custom_data": {}
  }
}'
{
  "linkedin_profile_handle": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "full_name": "<string>",
  "birth_date": "<string>",
  "headline": "<string>",
  "summary": "<string>",
  "languages": [
    "<string>"
  ],
  "skills": [
    {
      "name": "<string>"
    }
  ],
  "sales_navigator_profile_id": "<string>",
  "linkedin_profile_id": 123,
  "linkedin_profile_url": "<string>",
  "profile_country": "<string>",
  "profile_language": "<string>",
  "location": "<string>",
  "profile_image_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,
  "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>"
    }
  ],
  "company_name": "<string>",
  "linkedin_company_url": "<string>",
  "linkedin_company_id": "<string>",
  "number_followers": 123,
  "linkedin_people_post_search_url": "<string>",
  "connection_degree": "<string>",
  "open_to_work": true,
  "linkedin_thread_id": "<string>",
  "past_company_name": "<string>",
  "past_job_title": "<string>",
  "past_sales_navigator_company_id": "<string>",
  "past_linkedin_company_id": "<string>",
  "past_linkedin_company_url": "<string>",
  "connected_at": "2023-11-07T05:31:56Z"
}
To run LinkedIn actions, you must first create an identity and connect a LinkedIn account, either using our Chrome Extension, username/password login, or Rented Accounts for a hassle-free setup.

Authorizations

X-API-Key
string
header
required

Body

application/json
input
object
required
parameters
object
identity_ids
string<uuid>[] | null

An array of Identity UUIDs linked to identities (e.g. LinkedIn) used to execute the Action. You must provide at least one valid UID with access to the integration. Do not use account_uid values — only user_uid is supported.

identity_mode
enum<string> | null
default:direct

If "auto", the Action will use any identities from the current workspace (unless you have provided a list of identity_ids). "managed" will use the Edges pool of identities for an extra credit cost

Available options:
direct,
auto,
managed

Response

Successful response

linkedin_profile_handle
string
first_name
string
last_name
string
full_name
string
birth_date
string
headline
string
summary
string
languages
string[]
skills
object[]
sales_navigator_profile_id
string
linkedin_profile_id
integer
linkedin_profile_url
string<uri>
profile_country
string
profile_language
string
location
string
profile_image_url
string<uri>
job_title
string
education
object[]
school_name
string
linkedin_school_url
string<uri>
volunteer_experiences
object[]
number_connections
number
experiences
object[]
company_name
string
linkedin_company_url
string<uri>
linkedin_company_id
string
number_followers
number
linkedin_people_post_search_url
string<uri>
connection_degree
string
open_to_work
boolean
linkedin_thread_id
string
past_company_name
string
past_job_title
string
past_sales_navigator_company_id
string
past_linkedin_company_id
string
past_linkedin_company_url
string<uri>
connected_at
string<date-time>