TikHub V5.0.8 更新日志
- 本次更新了Douyin APP V3的接口,用户可以通过
/api/v1/douyin/app/v3/fetch_video_statistics
接口获取Douyin作品的统计数据,其中最重要的是作品的播放次数统计,并且支持多个视频ID进行请求。 - 抖音大多数接口已经不再返回作品的播放数,只能通过此接口获取。
- 可以获取到的统计有:
- 点赞数(digg_count)
- 下载数(download_count)
- 播放数(play_count)
- 分享数(share_count)
TikHub V5.0.8 Changelog
- Updated Douyin APP V3 API. Users can now obtain Douyin video statistics via the
/api/v1/douyin/app/v3/fetch_video_statistics
endpoint, with the most crucial data being the video play count, and supports multiple video IDs for request. - Most Douyin APIs no longer return video play counts, so this endpoint is the only way to retrieve them.
- The statistics available through this endpoint include:
- Number of likes (digg_count)
- Number of downloads (download_count)
- Number of plays (play_count)
- Number of shares (share_count)
Add URIs
- URI:
/api/v1/douyin/app/v3/fetch_video_statistics
- Cost: $0.001