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": "@linkedin_company_employee_stats_block"
}
],
"educations": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"skills": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"functions": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"majors": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"@type": "@linkedin_company_employee_stats"
}
]Linkedin Get 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": "@linkedin_company_employee_stats_block"
}
],
"educations": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"skills": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"functions": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"majors": [
{
"name": "<string>",
"count": 123,
"@type": "@linkedin_company_employee_stats_block"
}
],
"@type": "@linkedin_company_employee_stats"
}
]Successful Response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes