curl --request POST \
--url https://api.anysite.io/api/linkedin/post \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"slug": "mark-tolley-a42b9b57_missiondriven-fleetpartnerships-mobilityforgood-ugcPost-7347925771316785154-L4US",
"urn": "activity:7234173400267538433"
},
"timeout": 300,
"include_all_document_images": false
}
'[
{
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"@type": "LinkedinUserPost",
"author": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "LinkedinUserPostUser",
"headline": "<string>",
"image": "<string>"
},
"created_at": 0,
"share_urn": {
"type": "fsd_company",
"value": "<string>"
},
"is_empty_repost": true,
"repost": "<unknown>",
"images": [
"<string>"
],
"video_url": "<string>",
"text": "<string>",
"comment_count": 123,
"share_count": 123,
"reactions": [
{
"type": "like",
"count": 123,
"@type": "LinkedinReaction"
}
],
"event": {
"url": "<string>",
"@type": "LinkedinUserPostEvent",
"image": "<string>",
"title": "<string>",
"date": "<string>",
"participant_count": 123
},
"article": {
"url": "<string>",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"@type": "LinkedinUserPostArticle",
"image": "<string>",
"title": "<string>",
"subtitle": "<string>",
"description": "<string>"
},
"document": {
"urn": {
"type": "<string>",
"value": "<string>"
},
"url": "<string>",
"@type": "LinkedinUserPostDocument",
"title": "<string>",
"cover_images": [
"<string>"
],
"images": [
"<string>"
],
"total_images_count": 123
}
}
]Linkedin Get Post Details
curl --request POST \
--url https://api.anysite.io/api/linkedin/post \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"slug": "mark-tolley-a42b9b57_missiondriven-fleetpartnerships-mobilityforgood-ugcPost-7347925771316785154-L4US",
"urn": "activity:7234173400267538433"
},
"timeout": 300,
"include_all_document_images": false
}
'[
{
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"url": "<string>",
"@type": "LinkedinUserPost",
"author": {
"internal_id": {
"type": "fsd_company",
"value": "<string>"
},
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"name": "<string>",
"alias": "<string>",
"url": "<string>",
"@type": "LinkedinUserPostUser",
"headline": "<string>",
"image": "<string>"
},
"created_at": 0,
"share_urn": {
"type": "fsd_company",
"value": "<string>"
},
"is_empty_repost": true,
"repost": "<unknown>",
"images": [
"<string>"
],
"video_url": "<string>",
"text": "<string>",
"comment_count": 123,
"share_count": 123,
"reactions": [
{
"type": "like",
"count": 123,
"@type": "LinkedinReaction"
}
],
"event": {
"url": "<string>",
"@type": "LinkedinUserPostEvent",
"image": "<string>",
"title": "<string>",
"date": "<string>",
"participant_count": 123
},
"article": {
"url": "<string>",
"urn": {
"type": "fsd_company",
"value": "<string>"
},
"@type": "LinkedinUserPostArticle",
"image": "<string>",
"title": "<string>",
"subtitle": "<string>",
"description": "<string>"
},
"document": {
"urn": {
"type": "<string>",
"value": "<string>"
},
"url": "<string>",
"@type": "LinkedinUserPostDocument",
"title": "<string>",
"cover_images": [
"<string>"
],
"images": [
"<string>"
],
"total_images_count": 123
}
}
]Post URN or slug
{
"slug": "mark-tolley-a42b9b57_missiondriven-fleetpartnerships-mobilityforgood-ugcPost-7347925771316785154-L4US",
"urn": "activity:7234173400267538433"
}Max scrapping execution timeout (in seconds)
20 <= x <= 1500If enabled, all document images will be included. Otherwise, the document images list will be None.
Successful Response
Show child attributes
Show child attributes
Show child attributes
Only available in /linkedin/post