Get Twitter video metadata.
| Field | Type | Required | Description |
|---|---|---|---|
| video_url | string | Yes | The Twitter video URL |
| channel | string | Yes | The channel name. Supported values: apify, rapid, memories.ai |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | array[object] | Array containing Twitter/X tweet metadata objects |
| data[].type | string | Content type (e.g., “tweet”) |
| data[].id | string | Tweet ID |
| data[].url | string | X.com URL |
| data[].twitterUrl | string | Twitter.com URL |
| data[].text | string | Tweet text |
| data[].fullText | string | Full tweet text |
| data[].source | string | Source of the tweet |
| data[].retweetCount | number | Number of retweets |
| data[].replyCount | number | Number of replies |
| data[].likeCount | number | Number of likes |
| data[].quoteCount | number | Number of quotes |
| data[].viewCount | number | Number of views |
| data[].createdAt | string | Creation timestamp |
| data[].lang | string | Language code |
| data[].bookmarkCount | number | Number of bookmarks |
| data[].author | object | Author/user information |
| data[].author.userName | string | Author username |
| data[].author.name | string | Author display name |
| data[].author.isVerified | boolean | Whether the author is verified |
| data[].author.isBlueVerified | boolean | Whether the author has blue verification |
| data[].author.followers | number | Number of followers |
| data[].author.following | number | Number of users following |
| data[].extendedEntities | object | Extended media entities |
| data[].extendedEntities.media | array[object] | Array of media objects |
| data[].extendedEntities.media[].type | string | Media type (e.g., “video”) |
| data[].extendedEntities.media[].video_info | object | Video information |
| data[].extendedEntities.media[].video_info.duration_millis | number | Video duration in milliseconds |
| data[].extendedEntities.media[].video_info.variants | array[object] | Array of video variants with different bitrates |
| data[].isRetweet | boolean | Whether the tweet is a retweet |
| data[].isQuote | boolean | Whether the tweet is a quote |
| data[].media | array[string] | Array of media URLs |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
Video metadata information with detailed Twitter/X data
Response code indicating the result status
"0000"
Response message describing the operation result
"success"
Array containing Twitter/X tweet metadata objects
Indicates whether the operation was successful
true
Indicates whether the operation failed
false