What problem does it solve?
Collecting video data from a TikTok hashtag page manually is slow and impractical at scale, and TikTok's internal API requires dynamic request signing that blocks direct programmatic access. This Skill captures the signed API responses triggered by normal page navigation, returning structured video lists without manual copying.
Core Features & Use Cases
- Challenge ID Resolution: Convert a hashtag name into its TikTok challenge ID along with total video and view counts via the challenge detail endpoint.
- Paginated Video Extraction: Capture
/api/challenge/item_list/ responses through browser navigation and scrolling, yielding roughly 30 videos per page with author profile, engagement stats, music, and video metadata.
- Batch Hashtag Processing: Loop through multiple hashtags serially in one session with page-by-page result saving and error resumption.
- Use Case: A marketing analyst researching the #fitness hashtag can extract hundreds of videos with play counts, creator follower stats, and music data to identify trending content and potential influencers.
Quick Start
Use the tiktok-hashtag-videos skill to scrape all videos under the TikTok hashtag fitness and return the full metadata list.