douyin/app-v3/multi-video-statistics
Get the statistical data of the Post according to the video ID, support multiple video ids, up to 50 videos at a time. Most of the Douyin interfaces no longer return the number of plays of the Post, and can only be obtai...
Input
Idle
Example output — click Run to generate your own
API README
Get the statistical data of the Post according to the video ID (like count, download count, play count, share count)
Purpose:
- Get the statistical data of the Post according to the video ID, support multiple video ids, up to 50 videos at a time.
- Most of the Douyin interfaces no longer return the number of plays of the Post, and can only be obtained through this interface.
- Price: 0.025$ each time.
- List of statistics that can be obtained:
- Like count (digg_count)
- Download count (download_count)
- Play count (play_count)
- Share count (share_count) Parameters:
- aweme_ids: Video id, supports multiple video ids, separated by commas, no more than 50, single is also possible, no need for commas. Return:
- Post statistics data
[Example]
aweme_ids = "7448118827402972455,7126745726494821640"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

