POST
/
actions
/
linkedin-extract-company
/
run
/
live
curl --request POST \
  --url https://api.captaindata.com/v4/actions/linkedin-extract-company/run/live \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "integration_users": [
    "<string>"
  ],
  "rotate_users": false,
  "input": {
    "linkedin_company_url": "<string>"
  }
}'
{
  "company_name": "<string>",
  "specialties": [
    "<string>"
  ],
  "tagline": "<string>",
  "linkedin_company_id": 123,
  "description": "<string>",
  "type": "<string>",
  "founded_on": 123,
  "linkedin_company_url": "<string>",
  "website": "<string>",
  "linkedin_company_phone": "<string>",
  "sales_navigator_company_url": "<string>",
  "industries": [
    "<string>"
  ],
  "industries_v1": [
    "<string>"
  ],
  "industry": "<string>",
  "linkedin_job_search_url": "<string>",
  "followers_count": 123,
  "number_employees": 123,
  "employees_range": "<string>",
  "linkedin_employees_url": "<string>",
  "sales_navigator_employees_url": "<string>",
  "country": "<string>",
  "geographic_area": "<string>",
  "city": "<string>",
  "postal_code": "<string>",
  "headquarters": "<string>",
  "locations": [
    {
      "address": "<string>",
      "geographic_area": "<string>",
      "street": "<string>",
      "postal_code": "<string>",
      "city": "<string>",
      "country": "<string>"
    }
  ],
  "number_of_locations": 123,
  "last_funding_investors": [
    {
      "name": "<string>",
      "crunchbase_company_url": "<string>"
    }
  ],
  "crunchbase_company_url": "<string>",
  "last_funding_date": "2023-12-25",
  "last_funding_type": "<string>",
  "last_funding_raised": 123,
  "last_funding_currency": "<string>",
  "logo_url": "<string>",
  "domain": "<string>",
  "location": "<string>",
  "linkedin_school_id": 123,
  "linkedin_page_claimed": true,
  "updated_at": "2023-11-07T05:31:56Z"
}

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

X-API-Key
string
header
required

Body

application/json
input
object
required
integration_users
string[] | null

An array of User UIDs linked to integration users (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.

rotate_users
boolean | null
default:false

If true, the Action will use any integration users from the current workspace (unless you have provided a list of integration_users).

Response

200
application/json
Successful response
company_name
string
specialties
string[]
tagline
string
linkedin_company_id
number
description
string
type
string
founded_on
number
linkedin_company_url
string
website
string
linkedin_company_phone
string
sales_navigator_company_url
string
industries
string[]

Industries taxonomy (v2)

industries_v1
string[]

Industries (v1)

industry
string
linkedin_job_search_url
string
followers_count
integer
number_employees
number
employees_range
string
linkedin_employees_url
string
sales_navigator_employees_url
string
country
string
geographic_area
string
city
string
postal_code
string
headquarters
string
locations
object[]
number_of_locations
number
last_funding_investors
object[]
crunchbase_company_url
string
last_funding_date
string
last_funding_type
string
last_funding_raised
number
last_funding_currency
string
logo_url
string
domain
string
location
string
linkedin_school_id
number
linkedin_page_claimed
boolean
updated_at
string