Skip to main content
GET
/
v1
/
linkedin
/
get_user_videos
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/linkedin/get_user_videos?urn=ACoAABCtiL8B26nfi3Nbpo_AM8ngg4LeClT1Wh8&page=1' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "pagination_token": "dXJuOmxpOmFjdGl2aXR5OjcyNjY4MTAzNjU0OTYxNzI1NDQtMTczMjU0MjU1MjU0Nw==",
    "data": [
      {
        "id": "7335289137178005504",
        "url": "https://www.linkedin.com/feed/update/urn:li:activity:7335289137178005504",
        "duration": "2 minutes 54 seconds",
        "activity": {
          "num_likes": 479,
          "num_comments": 37,
          "reaction_counts": [
            {
              "count": 433,
              "type": "LIKE"
            },
            {
              "count": 18,
              "type": "EMPATHY"
            },
            {
              "count": 17,
              "type": "INTEREST"
            },
            {
              "count": 8,
              "type": "PRAISE"
            },
            {
              "count": 3,
              "type": "APPRECIATION"
            }
          ]
        },
        "thumbnail": [
          {
            "width": 640,
            "height": 360,
            "url": "https://media.licdn.com/dms/image/v2/D5605AQHTRcAufHzYBA/videocover-low/B56Zcuw4DIGoBg-/0/1748836273050?e=1773720000&v=beta&t=J7rkNPfMN27QFBKz9PjmloGbN7OufMDy5ChhdQiCgR0",
            "expires_at": 1773720000000
          },
          {
            "width": 1280,
            "height": 720,
            "url": "https://media.licdn.com/dms/image/v2/D5605AQHTRcAufHzYBA/videocover-high/B56Zcuw4DIGoBk-/0/1748836273060?e=1773720000&v=beta&t=YLc7AqQBcbcS0XrMm3m2OEZGKM1sA5j1u3SLvtHhcBA",
            "expires_at": 1773720000000
          }
        ],
        "created_at": "10mo ago"
      },
      {
        "id": "7266810365496172544",
        "url": "https://www.linkedin.com/feed/update/urn:li:activity:7266810365496172544",
        "duration": "59 seconds",
        "activity": {
          "num_likes": 1071,
          "num_comments": 35,
          "reaction_counts": [
            {
              "count": 983,
              "type": "LIKE"
            },
            {
              "count": 47,
              "type": "INTEREST"
            },
            {
              "count": 33,
              "type": "EMPATHY"
            },
            {
              "count": 6,
              "type": "APPRECIATION"
            },
            {
              "count": 1,
              "type": "ENTERTAINMENT"
            },
            {
              "count": 1,
              "type": "PRAISE"
            }
          ]
        },
        "thumbnail": [
          {
            "width": 401,
            "height": 720,
            "url": "https://media.licdn.com/dms/image/v2/D5605AQGE4sp4UlJu2g/feedshare-thumbnail_720_1280/feedshare-thumbnail_720_1280/0/1732542553524?e=1773720000&v=beta&t=Nd12rtmUPe8f5nCI4WBLLF6dWJMj8jGYVw8C7Q9SuwM",
            "expires_at": 1773720000000
          }
        ],
        "created_at": "1yr ago"
      }
    ]
  },
  "requestId": "1726cff3-2389-4a1d-b6c3-a67595305712"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

urn
string
required
page
integer

Page number, default is 1

pagination_token
string

Pagination token, obtained from the previous response

Response

The response is of type object.