Douyin Data Assistant
Paste the following prompt into your AI chat to install this skill:
Install @user_fb71c45d/douyin-shujuzhushou using https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Short-video teams often need structured data from public Douyin pages: keyword-based high-engagement video discovery, competitor account posts, comment sentiment, and trending topics. Copying screenshots and manual exports are hard to compare, while browser scraping depends on login state, anti-bot behavior, and brittle formats.
How the skill works
Douyin Data Assistant uses a GUAIKEI_API_TOKEN to fetch public Douyin data through search, author posts, comments, and trending list operations. A typical workflow is: locate candidate videos by keyword with latest or like-count sorting, then fetch public posts from target accounts, comments for a video, or real-time trending items. Results are written to JSON logs, making it easier to sort, deduplicate, aggregate, and build reports with scripts.
- Keyword search: filter by latest or engagement signals for topic selection and competitor content analysis.
- Author posts: batch-fetch public posts from a target account for benchmarking.
- Comments: fetch comment details for a video
aweme_idto assess sentiment. - Trending list: retrieve real-time trending topics for hot-topic tracking.
- Structured export: logs are saved under
logswith timestamps, keywords, or IDs in file names for downstream analysis.
Limits
The skill is intended for public, visible data only; it does not access private or hidden content. GUAIKEI_API_TOKEN must be configured before use, and data should remain for personal or internal team analysis rather than unauthorized distribution. If search results are empty, try broader keywords or a wider time range, and respect API quotas and usage restrictions for batch jobs.
Use Cases
- Short-video planners search high-engagement videos by keyword to extract viral topics and copy structures.
- Operations teams batch-fetch public posts from competitor accounts to analyze posting cadence and content strategy.
- Sentiment analysts retrieve video comments to identify user feedback and negative sentiment trends.
- Content operators pull Douyin trending lists when hot topics emerge to decide whether to pursue related angles.
Best For
- Short-video planners who need to build topic libraries from high-engagement Douyin videos
- Content operators who monitor competitor public posts and produce weekly benchmark reports
- Marketing analysts who extract user feedback and sentiment risks from comments
- Data analysts who aggregate JSON exports into reports and dashboards
Related Skills
Scrapes JD search results for product titles, prices, sales, and stores, then exports verified data to UTF-8 CSV.
An A-share market monitor using Sina Finance API for real-time quotes, price and percentage alerts, daily logging, and scheduled checks.
Turn pasted or queried Xiaohongshu notes into a research memo covering title patterns, structure, quoted comments, and follow-up angles; public lookups are optional and confirmed before paid execution.
A universal base component that automatically launches the Edge browser and connects the BrowserSkill extension, ensuring readiness for web scraping and browser automation tasks.