douyin/xingtu-v2/item-play-count
Get play count (watch_cnt) and full details of a single video (item); play count is surfaced at the top level for convenience Note: watch_cnt is the total play count INCLUDING paid promotion (ad boost), returned with vid...
Input
Idle
Example output — click Run to generate your own
API README
Get Item Play Count
Purpose:
- Get play count (watch_cnt) and full details of a single video (item); play count is surfaced at the top level for convenience
- Note: watch_cnt is the total play count INCLUDING paid promotion (ad boost),
returned with video details; for organic (non-promoted) play count, use Douyin
App V3
/api/v1/douyin/app/v3/fetch_video_statistics - Price: 0.002$ / time Parameters:
- item_id: Video (item) ID
- platform_source: Platform source, default 1
- need_cover_url: Whether to return cover URL, default true Return:
- exist: Whether the video exists (false if deleted / invalid ID)
- watch_cnt: Play count (int), null if unavailable
- stats: Full stats block (like/comment/share/favorite/interaction rate/avg watch duration)
- item: Full video details (title/cover/duration/create time/author ID, etc.)
[Example]
item_id = "7630036460159111515"
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

