v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Twitter Video Metadata

Get Twitter video metadata.

post/twitter/video/metadata

Request body

video_urlstring required

The Twitter video URL

channel'apify' | 'rapid' | 'memories.ai' required

The channel name. Supported values: apify, rapid, memories.ai

Example request

{
  "video_url": "https://x.com/NBCOlympics/status/1989901761650323606",
  "channel": "apify"
}

Response

Video metadata information with detailed Twitter/X data

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": [
    {
      "type": "tweet",
      "id": "1989901761650323606",
      "url": "https://x.com/NBCOlympics/status/1989901761650323606",
      "twitterUrl": "https://twitter.com/NBCOlympics/status/1989901761650323606",
      "text": "France's Kevin Aymoz couldn't believe his 159.97 free skate score that led to his first-ever ISU Grand Prix GOLD. 🤯 https://t.co/901FxyK1Jc",
      "fullText": "France's Kevin Aymoz couldn't believe his 159.97 free skate score that led to his first-ever ISU Grand Prix GOLD. 🤯 https://t.co/901FxyK1Jc",
      "source": "Wildmoka",
      "retweetCount": 257,
      "replyCount": 139,
      "likeCount": 5002,
      "quoteCount": 39,
      "viewCount": 43099524,
      "createdAt": "Sun Nov 16 03:42:05 +0000 2025",
      "lang": "en",
      "bookmarkCount": 607,
      "conversationId": "1989901761650323606",
      "author": {
        "type": "user",
        "userName": "NBCOlympics",
        "url": "https://x.com/NBCOlympics",
        "twitterUrl": "https://twitter.com/NBCOlympics",
        "id": "14955353",
        "name": "NBC Olympics & Paralympics",
        "verifiedType": "Business",
        "isBlueVerified": true,
        "profilePicture": "https://pbs.twimg.com/profile_images/1889684530245554177/hNcrFUJ0_normal.jpg",
        "coverPicture": "https://pbs.twimg.com/profile_banners/14955353/1762962343",
        "description": "The official home of NBC's coverage of the Olympics and Paralympics.",
        "followers": 1077295,
        "following": 2809,
        "createdAt": "Fri May 30 15:20:31 +0000 2008"
      },
      "extendedEntities": {
        "media": [
          {
            "display_url": "pic.x.com/901FxyK1Jc",
            "expanded_url": "https://x.com/NBCOlympics/status/1989901761650323606/video/1",
            "id_str": "1989901699746516992",
            "type": "video",
            "media_url_https": "https://pbs.twimg.com/media/G52NGsBXMAAniJV.jpg",
            "video_info": {
              "aspect_ratio": [
                16,
                9
              ],
              "duration_millis": 18261,
              "variants": [
                {
                  "content_type": "video/mp4",
                  "url": "https://video.twimg.com/amplify_video/1989901699746516992/vid/avc1/1280x720/OSp0AyG0fnyvfjZP.mp4?tag=14",
                  "bitrate": 2176000
                }
              ]
            }
          }
        ]
      },
      "media": [
        "https://pbs.twimg.com/media/G52NGsBXMAAniJV.jpg"
      ]
    }
  ],
  "success": true
}