Skip to main content
GET
/
companies
/
enrich
Get data from captaindata companies enrich
curl --request GET \
  --url https://api.captaindata.com/v1/companies/enrich \
  --header 'X-API-Key: <api-key>'
{
  "uid": "<string>",
  "company_name": "<string>",
  "specialties": [
    "<string>"
  ],
  "tagline": "<string>",
  "li_company_id": 123,
  "description": "<string>",
  "type": "<string>",
  "founded_on": 123,
  "li_company_url": "<string>",
  "website": "<string>",
  "li_company_phone": "<string>",
  "sn_company_url": "<string>",
  "industries": [
    "<string>"
  ],
  "li_industries_v1": [
    "<string>"
  ],
  "industry": "<string>",
  "li_job_search_url": "<string>",
  "li_followers_count": 123,
  "number_employees": 123,
  "employees_range": "<string>",
  "li_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>",
  "school_uid": "<string>",
  "li_school_id": 123,
  "li_page_claimed": true,
  "updated_at": "2023-11-07T05:31:56Z",
  "affiliates": [
    {
      "company_uid": "<string>",
      "company_name": "<string>",
      "li_company_id": 123,
      "followers_count": 123,
      "industry": "<string>",
      "li_company_url": "<string>"
    }
  ]
}
This operation costs 1 credit.Coming Soon: We’re working on adding the ability to enrich company information based on domain names (e.g., example.com) instead of requiring a LinkedIn Profile URL.
LinkedIn URLs must be valid company URLs. Use Find Company to get valid LinkedIn URLs from company names.

Authorizations

X-API-Key
string
header
required

Query Parameters

li_company_url
string<uri>
required

Response

Successful response

uid
string
company_name
string
specialties
string[]
tagline
string
li_company_id
number
description
string
type
string
founded_on
number
li_company_url
string<uri>
website
string<uri>
li_company_phone
string
sn_company_url
string<uri>
industries
string[]

Industries taxonomy (v2)

li_industries_v1
string[]

Industries (v1)

industry
string
li_job_search_url
string<uri>
li_followers_count
integer
number_employees
number
employees_range
string
li_employees_url
string<uri>
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<uri>
last_funding_date
string<date>
last_funding_type
string
last_funding_raised
number
last_funding_currency
string
logo_url
string<uri>
domain
string
location
string
school_uid
string
li_school_id
number
li_page_claimed
boolean
updated_at
string<date-time>
affiliates
object[]