AI Agent Hub
Back to skills
Douyin Keyword Search, Competitor Analysis & Hot List Monitoring icon

Douyin Keyword Search, Competitor Analysis & Hot List Monitoring

Data Analysis Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md and install @user_5971560d/douyin-competitor-analysis in your AI assistant.

About this skill

Core Problems Solved

In short-video operations and competitive analysis, extracting public content from Douyin—such as videos by specific keywords, a creator's recent posts, top comments on trending videos, and real-time hot lists—often faces anti-scraping restrictions, login-state dependencies, and unstructured data formats. This skill bypasses these obstacles by pulling structured public data via read-only interfaces. It converts unstructured web content into a stable JSON data source, providing a reliable foundation for AI summarization, competitor comparison, and sentiment clustering.

Core Capabilities & Workflow

Running on Node.js without heavy service deployment, the skill fetches data by calling a third-party API (requiring the GUAIKEI_API_TOKEN environment variable). Its core capabilities cover four main scenarios:
- Keyword Search: Supports sorting by comprehensive, most liked, or latest releases, with multi-dimensional filters for time, duration, and content type (video/image-text), returning up to 10,000 records per request.
- Creator Post Tracking: Batch-fetches a creator's public post list using their homepage URL or sec_uid.
- Comment Analysis: Extracts comment content, commenter info, and engagement metrics based on video/image-text URLs or aweme_id, facilitating opinion clustering.
- Real-time Hot Lists: Pulls current Douyin trending keywords, heat scores, and search volumes for hot-topic tracking.

In execution, the skill outputs pure JSON to stdout and logs/banners to stderr. This separation significantly improves the stability of result parsing for AI agents and automation scripts.

Boundaries & Considerations

  • Read-only Public Data Only: It does not perform write operations like logging in, posting, liking, or commenting, nor does it fetch private/hidden data, eliminating account-ban risks.
  • Third-party API Dependency: A valid GUAIKEI_API_TOKEN must be configured before execution, and data outbound and authorization scopes should be verified.
  • Input Clarity: Specific keywords, video links, or creator homepage links are required before invocation. If the intent is vague (e.g., just mentioning "video"), the skill prompts for clarification to avoid blind execution.

Use Cases

  • Operations staff monitoring competitors receive Douyin profile links and need to fetch recent posts from the last seven days for a comparison table.
  • Content planners researching 'AI tutorial' trends need to sort videos by likes and filter posts published within the past week.
  • Sentiment analysts receive a Douyin video link and need to extract highly interactive comments to summarize key viewpoints.
  • Trend editors check Douyin hot-list terms, heat scores, and search volumes in the morning for the same-day planning meeting.

Best For

  • Content operations owners who need keyword-based Douyin videos, authors, and engagement metrics for topic selection.
  • Market analysts monitoring competitor accounts who need periodic fetching of public creator posts to compare posting cadence.
  • Content strategy leads summarizing comment sentiment who need comments and engagement metrics from specific video links.
  • Trend editors or data analysts tracking platform hot lists who need trending terms, heat scores, and search volumes.