Get detailed information for TikTok videos.
channel request field let you choose apify, rapid, or memories.ai; endpoints without this field use managed routing.channel option, use it to control how scraper data is sourced:
| Channel | What it means | Typical trade-off |
|---|---|---|
apify | Uses Apify, a dedicated web scraping platform with broad content coverage. | Most stable and most complete results, but usually more expensive. |
rapid | Uses RapidAPI, a lower-cost aggregation platform. | Lower cost, but less stable and often narrower coverage. |
memories.ai | Managed routing by Memories.ai. | Automatically selects the best price/performance path for your request. |
memories.ai unless you need to force a specific provider.| Field | Type | Required | Description |
|---|---|---|---|
| video_id | string | Yes | TikTok video ID — the numeric ID at the end of the TikTok video URL |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code, indicates the operation result status |
| msg | string | Response message, describes the operation result |
| data | object | Response data object, contains video detailed information |
| data.id | string | Video ID |
| data.title | string | Video title |
| data.description | string | Video description |
| data.author | object | Author information |
| data.author.id | string | Author ID |
| data.author.name | string | Author username |
| data.author.nick_name | string | Author display name |
| data.stats | object | Statistics data |
| data.stats.like_count | number | Like count |
| data.stats.comment_count | number | Comment count |
| data.stats.share_count | number | Share count |
| data.stats.view_count | number | View count |
| data.create_time | number | Creation timestamp |
| data.video_url | string | Video URL |
| data.cover_url | string | Cover image URL |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
TikTok video ID
"7543017294226558221"
Successfully returned video detailed information
Response code, indicates the operation result status
200
Response message, describes the operation result
"success"
Response data object, contains video detailed information
Indicates whether the operation was successful
true
Indicates whether the operation failed
false