v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

TikTok Video Metadata

Get TikTok video metadata.

post/tiktok/video/metadata

Request body

video_urlstring required

The TikTok video URL

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

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

Example request

{
  "video_url": "https://www.tiktok.com/@cutshall73/video/7543017294226558221",
  "channel": "apify"
}

Response

Video metadata information with detailed TikTok 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": [
    {
      "id": "7543017294226558221",
      "text": "OOTD and confirmation Reacher is alive 🧸🏼",
      "textLanguage": "en",
      "createTime": 1756245606,
      "createTimeISO": "2025-08-26T22:00:06.000Z",
      "locationCreated": "US",
      "isAd": true,
      "authorMeta": {
        "id": "6638037497953681414",
        "name": "cutshall73",
        "profileUrl": "https://www.tiktok.com/@cutshall73",
        "nickName": "Whitney Lee Cutshall",
        "avatar": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/...",
        "following": 5835,
        "fans": 3908,
        "heart": 3600000,
        "video": 76,
        "digg": 33000
      },
      "musicMeta": {
        "musicName": "original sound",
        "musicAuthor": "Whitney Lee Cutshall",
        "musicOriginal": true,
        "playUrl": "https://v16m.tiktokcdn-us.com/401d56406f99341037e41da12523731a/...",
        "coverMediumUrl": "https://p19-common-sign.tiktokcdn-us.com/tos-useast5-avt-0068-tx/...",
        "musicId": "7543017437262023437"
      },
      "webVideoUrl": "https://www.tiktok.com/@cutshall73/video/7543017294226558221",
      "mediaUrls": [
        "https://api.apify.com/v2/key-value-stores/YvBVzx9NfbVwyqE45/records/video-cutshall73-20250826220006-7543017294226558221.mp4"
      ],
      "videoMeta": {
        "height": 1024,
        "width": 576,
        "duration": 36,
        "coverUrl": "https://api.apify.com/v2/key-value-stores/YvBVzx9NfbVwyqE45/records/cover-cutshall73-20250826220006-7543017294226558221.jpg",
        "originalCoverUrl": "https://p16-common-sign.tiktokcdn-us.com/tos-useast5-p-0068-tx/...",
        "definition": "540p",
        "format": "mp4",
        "subtitleLinks": [
          {
            "language": "eng-US",
            "downloadLink": "https://v16m-webapp.tiktokcdn-us.com/2c1ed634ee265bbff4a38111e7511061/...",
            "tiktokLink": "https://v16m-webapp.tiktokcdn-us.com/2c1ed634ee265bbff4a38111e7511061/...",
            "source": "ASR",
            "sourceUnabbreviated": "automatic speech recognition",
            "version": "1:big_caption"
          }
        ],
        "downloadAddr": "https://api.apify.com/v2/key-value-stores/YvBVzx9NfbVwyqE45/records/video-cutshall73-20250826220006-7543017294226558221.mp4"
      },
      "diggCount": 507,
      "shareCount": 2,
      "playCount": 20200,
      "collectCount": 3,
      "commentCount": 6,
      "submittedVideoUrl": "https://www.tiktok.com/@cutshall73/video/7543017294226558221"
    }
  ],
  "success": true
}