Headers
Body
application/json
Response
Successful Response
- LinkedinUserPostUser
- LinkedinUserPostRepostedUser
- LinkedinCompanyPostCompany
curl --request POST \
--url https://api.anysite.io/api/linkedin/user/reactions \
--header 'Content-Type: application/json' \
--header 'access-token: <access-token>' \
--data '{
"timeout": 300,
"urn": "urn:li:fsd_profile:ACoAACmguogBIdbijM6YpcIganWLJ67yKyV5kd4",
"count": 123
}'
[
{
"@type": "LinkedinUserPost",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"author": {
"@type": "LinkedinUserPostUser",
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"headline": "<string>",
"image": "<string>"
},
"created_at": 0,
"share_urn": {
"type": "fsd_company",
"value": "<string>"
},
"is_empty_repost": true,
"repost": {},
"images": [
"<string>"
],
"video_url": "<string>",
"text": "<string>",
"comment_count": 123,
"share_count": 123,
"reactions": [
{
"@type": "LinkedinReaction",
"type": "like",
"count": 123
}
],
"event": {
"@type": "LinkedinUserPostEvent",
"url": "<string>",
"image": "<string>",
"title": "<string>",
"date": "<string>",
"participant_count": 123
},
"article": {
"@type": "LinkedinUserPostArticle",
"url": "<string>",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"image": "<string>",
"title": "<string>",
"subtitle": "<string>",
"description": "<string>"
},
"document": {
"@type": "LinkedinUserPostDocument",
"urn": {
"type": "<string>",
"value": "<string>"
},
"url": "<string>",
"title": "<string>",
"cover_images": [
"<string>"
],
"images": [
"<string>"
],
"total_images_count": 123
}
}
]
Linkedin Get User Reactions
curl --request POST \
--url https://api.anysite.io/api/linkedin/user/reactions \
--header 'Content-Type: application/json' \
--header 'access-token: <access-token>' \
--data '{
"timeout": 300,
"urn": "urn:li:fsd_profile:ACoAACmguogBIdbijM6YpcIganWLJ67yKyV5kd4",
"count": 123
}'
[
{
"@type": "LinkedinUserPost",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"author": {
"@type": "LinkedinUserPostUser",
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"headline": "<string>",
"image": "<string>"
},
"created_at": 0,
"share_urn": {
"type": "fsd_company",
"value": "<string>"
},
"is_empty_repost": true,
"repost": {},
"images": [
"<string>"
],
"video_url": "<string>",
"text": "<string>",
"comment_count": 123,
"share_count": 123,
"reactions": [
{
"@type": "LinkedinReaction",
"type": "like",
"count": 123
}
],
"event": {
"@type": "LinkedinUserPostEvent",
"url": "<string>",
"image": "<string>",
"title": "<string>",
"date": "<string>",
"participant_count": 123
},
"article": {
"@type": "LinkedinUserPostArticle",
"url": "<string>",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"image": "<string>",
"title": "<string>",
"subtitle": "<string>",
"description": "<string>"
},
"document": {
"@type": "LinkedinUserPostDocument",
"urn": {
"type": "<string>",
"value": "<string>"
},
"url": "<string>",
"title": "<string>",
"cover_images": [
"<string>"
],
"images": [
"<string>"
],
"total_images_count": 123
}
}
]
Successful Response
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes