curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/post/reposts \
--header 'x-rapidapi-key: <api-key>'{
"success": true,
"cost": 1,
"total": 500,
"has_more": true,
"pagination_token": "dXJuOmxpOmFjdGl2aXR5OjczMTEzNzE0NTE4NjgwNTc2MDAtMTc0MzE2Njc5MDE0Ng==",
"data": [
{
"id": "7311706314957541377",
"is_repost_quote": false,
"text": null,
"created_at": null,
"activity": {
"reaction_counts": [
{
"type": "LIKE",
"count": 10
}
],
"num_likes": 100,
"num_comments": 50,
"num_shares": 20
},
"author": {
"id": "<string>",
"url": "<string>",
"name": "<string>",
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
]
}
}
]
}Get Post Reposts
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/post/reposts \
--header 'x-rapidapi-key: <api-key>'{
"success": true,
"cost": 1,
"total": 500,
"has_more": true,
"pagination_token": "dXJuOmxpOmFjdGl2aXR5OjczMTEzNzE0NTE4NjgwNTc2MDAtMTc0MzE2Njc5MDE0Ng==",
"data": [
{
"id": "7311706314957541377",
"is_repost_quote": false,
"text": null,
"created_at": null,
"activity": {
"reaction_counts": [
{
"type": "LIKE",
"count": 10
}
],
"num_likes": 100,
"num_comments": 50,
"num_shares": 20
},
"author": {
"id": "<string>",
"url": "<string>",
"name": "<string>",
"avatar": [
{
"width": 400,
"height": 400,
"url": "https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8",
"expires_at": 1748476800000
}
]
}
}
]
}Rapid API Key
Post ID containing only numbers
"1234567890"
Page number for pagination
1
Pagination token for fetching more data
Success
true
Cost of the request
1
Total number of reposts
500
Whether there are more reposts to fetch
true
Pagination token for fetching more data
"dXJuOmxpOmFjdGl2aXR5OjczMTEzNzE0NTE4NjgwNTc2MDAtMTc0MzE2Njc5MDE0Ng=="
Show child attributes
ID
"7311706314957541377"
Is Repost Quote
false
Post Content
null
Post Created At
null
Post Activity
Show child attributes
Number of Likes
100
Number of Comments
50
Number of Shares
20
Post Author
Show child attributes
Author ID
Author LinkedIn URL
Author Name
Author Avatar
Show child attributes
Logo width
400
Logo height
400
Logo URL
"https://media.licdn.com/dms/image/v2/D4E0BAQHjelLY2a-Mnw/company-logo_400_400/company-logo_400_400/0/1666083635765?e=1748476800&v=beta&t=V_T_yXL6Bs2HDEY-iZAKSkNype7_-7USjP2HIXo0Zv8"
Logo expires at
1748476800000