Skip to main content
POST
/
api
/
linkedin
/
company
/
employee_stats
/linkedin/company/employee_stats
curl --request POST \
  --url https://api.anysite.io/api/linkedin/company/employee_stats \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "urn": {
    "type": "<string>",
    "value": "<string>"
  },
  "timeout": 300
}
'
[
  {
    "locations": [
      {
        "name": "<string>",
        "count": 123,
        "@type": "LinkedinCompanyEmployeeStatsBlock"
      }
    ],
    "educations": [
      {
        "name": "<string>",
        "count": 123,
        "@type": "LinkedinCompanyEmployeeStatsBlock"
      }
    ],
    "skills": [
      {
        "name": "<string>",
        "count": 123,
        "@type": "LinkedinCompanyEmployeeStatsBlock"
      }
    ],
    "functions": [
      {
        "name": "<string>",
        "count": 123,
        "@type": "LinkedinCompanyEmployeeStatsBlock"
      }
    ],
    "majors": [
      {
        "name": "<string>",
        "count": 123,
        "@type": "LinkedinCompanyEmployeeStatsBlock"
      }
    ],
    "@type": "LinkedinCompanyEmployeeStats"
  }
]

Authorizations

access-token
string
header
required

Headers

access-token
string
required

Body

application/json
urn
LinkedinURN[Literal[<LinkedinURNPrefix.company: 'company'>]] · object
required

Company URN

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

locations
LinkedinCompanyEmployeeStatsBlock · object[]
required
educations
LinkedinCompanyEmployeeStatsBlock · object[]
required
skills
LinkedinCompanyEmployeeStatsBlock · object[]
required
functions
LinkedinCompanyEmployeeStatsBlock · object[]
required
majors
LinkedinCompanyEmployeeStatsBlock · object[]
required
@type
string
default:LinkedinCompanyEmployeeStats