SocialDataX Douyin Creator Videos
Paste the following prompt into your AI chat to install this skill:
Install @user_825d9e7e/socialdatax-douyin-creator-videos by following https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When researching Douyin creators, you often have only a profile link, sec_user_id, or shared profile text, but you need structured lists of published videos, image/text posts, and short-drama series. Scraping pages is fragile because of short links, anti-abuse behavior, and inconsistent pagination. This skill narrows creator-work retrieval to read-only data calls, making it easier to review recent topics, compare content styles, benchmark accounts, and track an account over time.
How It Works
Prefer the direct CLI. Use --sec-user-id when the creator identity is already known; use --profile-url for profile URLs, short links, or share text. Choose one, not both. Use --page-token for pagination and pass back exactly the returned next_page_token; do not reuse tokens across users or command families. --pretty only changes formatting. If MCP tools are available, use douyin_get_user_posted_videos_by_sec_user_id, douyin_get_user_posted_videos_by_profile_url, douyin_get_user_series_by_sec_user_id, or douyin_get_user_series_by_profile_url. Summarize returned evidence by title or description, publish time, interaction counts, media links, and content type. For image/text posts, use image_urls; for short-drama series, report series IDs, titles, descriptions, covers, prices, and author facts when present. Use returned content IDs to chain into detail or comment analysis when needed.
Boundaries
The skill is read-only. It does not read local browser data, save API keys, or perform login, posting, liking, commenting, or account changes. Data calls require SOCIALDATAX_API_KEY; key requests and management should go through the official website. If the user needs single-video details, comment analysis, or interaction state, continue from returned IDs with the appropriate follow-up capabilities rather than relying only on the work list.
Use Cases
- Given a Douyin profile link, compile the creator's recent video titles, publish times, and interaction counts.
- With a known sec_user_id, paginate the works list and identify recent topic shifts.
- Compare two creators' image/text posts by extracting image_urls, publish times, and content types.
- Query a creator's short-drama series and organize series IDs, titles, covers, prices, and author facts.
Best For
- Douyin content operations staff who need to check a creator's recent video themes and engagement.
- Growth analysts benchmarking accounts who pull works by sec_user_id for topic comparison.
- Short-drama producers who need series titles, covers, prices, and author facts for material review.
- Analysts writing account tracking reports who fetch works from profile links and summarize times and engagement.
Related Skills
Uses CDP-controlled browser screenshots of Douyin video pages and multimodal AI to extract teaching points into a Markdown report.
Query Douyin hot searches and works with SocialDataX API or MCP tools, supporting keyword, sorting, time range, duration, content type, and pagination.
Fetch the GitHub Trending leaderboard and generate fact-grounded project analysis, trend hypotheses, and directional insights.
Extracts all Bilibili danmaku from a video URL and exports video metadata plus ordered JSON and Markdown without login.