GET /webcast/hashtag_list
Get currently trending live stream hashtags from TikTok. Returns hashtag names, live viewer counts, and associated metadata.
Response data: Each hashtag includes id, title (the hashtag text), user_count (total viewers across all streams using this hashtag), and related metadata. Results are sorted by popularity.
Use cases: Discover trending topics for content strategy, build hashtag explorers, analyze live streaming trends over time, or filter the feed by popular hashtags.
Pagination: Use the count parameter to control results per page (default: 20, max: 50). The endpoint uses TikTok’s internal trending algorithm, so results update frequently as trending topics shift.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
count | number | No | Number of results (default: 20, max: 50) |