SocialDataX Douyin Data Assistant
Paste the following prompt into your AI chat to install this skill:
Please install @user_825d9e7e/socialdatax-douyin following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Douyin content research often spreads across hot lists, works, comments, creator profiles, and short-drama series. Manually copying results can miss first-level comments and reply hierarchies, and it is easy to lose the relationship between aweme_id and comment_id. Reusing these results in analysis scripts can also introduce formatting errors and gaps, especially when a reply must be attached to the correct first-level comment. This skill turns those scenarios into a set of read-only query commands, so engineers can call structured data instead of scraping pages by hand.
How It Works
The skill uses SOCIALDATAX_API_KEY for data calls and selects a command by task:
hot-searchfor Douyin hot searches.searchfor content discovery and work search.detailfor a single work.commentsandrepliesfor comment and reply analysis, where replies useaweme_idplus a first-levelcomment_id.user-info,user-posts, anduser-seriesfor creator profiles, work lists, and short-drama or series collections.
It is explicitly read-only: it does not read local browser data, does not store keys, and does not perform login, posting, liking, commenting, or account changes. API key access and management should be handled only through the official website, and the environment variable name is fixed as SOCIALDATAX_API_KEY. It is therefore better suited for content research, comment structure analysis, creator profile curation, and feeding query results into reporting or automation pipelines.
Use Cases
- Track Douyin hot searches and compile keyword-matched works into a content watchlist.
- Fetch one work's details and first-level comments, then group replies by comment_id.
- Look up a creator's profile, work list, and short-drama series for benchmarking.
- Summarize user concerns and reply tones from top work comments and replies.
Best For
- Douyin content analysts who need hot searches, works, and comments into verifiable research notes.
- Creator partnership operations teams who need creator profiles, work lists, and short-drama series for fit assessment.
- Product researchers who need to infer user feedback and sentiment from comments and replies.
- Pipeline engineers who need stable read-only API access to works, comments, and creator data.
Related Skills
Reads Excel/CSV files, cleans and analyzes them, then generates a charted Excel summary and interactive HTML dashboard.
Performs local, paragraph-level cross-document similarity checks and produces an HTML report with revision suggestions.
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.