User Profile Data
Get User Videos
Get User Videos
GET
/
api
/
v1
/
user
/
videos
Copy
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/videos \
--header 'x-rapidapi-key: <api-key>'
Copy
{
"success": true,
"cost": 1,
"pagination_token": "dXJuOmxpOmFjdGl2aXR5OjczMTEzNzE0NTE4NjgwNTc2MDAtMTc0MzE2Njc5MDE0Ng==",
"data": [
{
"id": "7310507040672538624",
"url": "https://www.linkedin.com/feed/update/urn:li:activity:7310507040672538624",
"title": "How to create a LinkedIn post",
"duration": "58 seconds",
"activity": {
"num_likes": 100,
"num_comments": 50,
"num_shares": 20,
"reaction_counts": [
{
"type": "LIKE",
"count": 10
}
]
},
"thumbnail": [
{
"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
}
],
"created_at": "4d ago"
}
]
}
Authorizations
Rapid API Key
Query Parameters
User URN
Example:
"ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8"
Username. Enabling this option will consume an additional 1 request.
Example:
"gabag26"
Page number for pagination
Required range:
x > 0
Example:
1
Pagination token for pagination
Response
200
application/json
Success
The response is of type object
.
Copy
curl --request GET \
--url https://fresh-linkedin-scraper-api.p.rapidapi.com/api/v1/user/videos \
--header 'x-rapidapi-key: <api-key>'
Copy
{
"success": true,
"cost": 1,
"pagination_token": "dXJuOmxpOmFjdGl2aXR5OjczMTEzNzE0NTE4NjgwNTc2MDAtMTc0MzE2Njc5MDE0Ng==",
"data": [
{
"id": "7310507040672538624",
"url": "https://www.linkedin.com/feed/update/urn:li:activity:7310507040672538624",
"title": "How to create a LinkedIn post",
"duration": "58 seconds",
"activity": {
"num_likes": 100,
"num_comments": 50,
"num_shares": 20,
"reaction_counts": [
{
"type": "LIKE",
"count": 10
}
]
},
"thumbnail": [
{
"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
}
],
"created_at": "4d ago"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.