curl --request POST \
--url https://api.anysite.io/api/linkedin/user/honors \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300
}
'[
{
"name": "<string>",
"@type": "@linkedin_user_honor",
"issued_by": "<string>",
"issued_at": "<string>",
"text": "<string>"
}
]Linkedin Get User Honors
curl --request POST \
--url https://api.anysite.io/api/linkedin/user/honors \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300
}
'[
{
"name": "<string>",
"@type": "@linkedin_user_honor",
"issued_by": "<string>",
"issued_at": "<string>",
"text": "<string>"
}
]User URN, only fsd_profile urn type is allowed
Show child attributes
"urn:li:fsd_profile:ACoAACmguogBIdbijM6YpcIganWLJ67yKyV5kd4"
Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500