Extract
Extract LinkedIn Company
API Documentation
Business API
- Workspaces
- Users
- Integrations
LinkedIn API
- Authentication
- Extract
- POSTExtract LinkedIn People
- POSTExtract LinkedIn Company
- POSTExtract LinkedIn Contact
- POSTExtract my LinkedIn User Profile
- POSTExtract LinkedIn Licenses & Certifications
- POSTExtract LinkedIn Post
- POSTExtract LinkedIn Job
- POSTExtract LinkedIn Event
- POSTExtract LinkedIn Event Attendees
- POSTExtract LinkedIn Group Members
- POSTExtract LinkedIn Followers
- POSTExtract LinkedIn Page Followers
- POSTExtract LinkedIn Company Affiliates
- POSTExtract LinkedIn Similar Companies
- POSTExtract LinkedIn School Alumnis
- POST
- Search
- Intents
- Messaging
- Engage
Sales Navigator API
- Search
- Metrics
- Engage
Extract
Extract LinkedIn Company
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
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-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"
}