curl --request POST \
--url https://api.anysite.io/api/linkedin/post/reactions \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300
}
'[
{
"type": "like",
"user": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"url": "<string>",
"@type": "@linkedin_post_reaction_user",
"headline": "<string>"
},
"@type": "@linkedin_post_reaction"
}
]Linkedin Get Post Reactions
curl --request POST \
--url https://api.anysite.io/api/linkedin/post/reactions \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300
}
'[
{
"type": "like",
"user": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"url": "<string>",
"@type": "@linkedin_post_reaction_user",
"headline": "<string>"
},
"@type": "@linkedin_post_reaction"
}
]Post URN, only activity urn type is allowed
Show child attributes
"google"
Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500