curl --request POST \
--url https://api.anysite.io/api/linkedin/post/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300,
"sort": "recent"
}
'[
{
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"text": "<string>",
"author": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "LinkedinPostCommentUser",
"headline": "<string>"
},
"created_at": 123,
"is_commenter_post_author": true,
"@type": "LinkedinPostComment",
"comment_count": 123,
"reactions": [
{
"type": "like",
"count": 123,
"@type": "LinkedinReaction"
}
],
"parent": {
"type": "fsd_company",
"value": "<string>"
}
}
]Linkedin Get Post Comments
curl --request POST \
--url https://api.anysite.io/api/linkedin/post/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300,
"sort": "recent"
}
'[
{
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"text": "<string>",
"author": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "LinkedinPostCommentUser",
"headline": "<string>"
},
"created_at": 123,
"is_commenter_post_author": true,
"@type": "LinkedinPostComment",
"comment_count": 123,
"reactions": [
{
"type": "like",
"count": 123,
"@type": "LinkedinReaction"
}
],
"parent": {
"type": "fsd_company",
"value": "<string>"
}
}
]Max result count
Max scrapping execution timeout (in seconds)
20 <= x <= 1500Sort type. Relevance might not return all results
relevance, recent Successful Response
Show child attributes