AI Agent Hub
Back to skills
SocialDataX Douyin Creator Profile icon

SocialDataX Douyin Creator Profile

Data Analysis Updated 2026.08.30

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

Install @user_825d9e7e/socialdatax-douyin-creator-profile by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When an agent needs to inspect a Douyin creator's positioning, audience scale, or basic profile without maintaining login state or scraping pages, this skill provides a read-only lookup path. It works from a known sec_user_id, profile URL, short link, or share text, and returns structured account fields.

How It Works

  • Direct CLI first: in agents that can run shell commands, no MCP server setup is required. Use --sec-user-id when the creator sec_user_id is already known, and --profile-url for profile URLs, short links, or share text. --pretty only changes output formatting, and the two input options are mutually exclusive.
  • MCP compatible: if MCP tools exist in the current agent, choose douyin_get_user_info_by_sec_user_id or douyin_get_user_info_by_profile_url based on the available input.
  • Output guidance: available fields can include nickname, platform IDs, bio, verification, follower count, following count, received likes, IP location, and gender. Keep profile facts separate from strategic interpretation.

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; when a user asks for key management, point only to the official entry and do not infer alternate domains.

Use Cases

  • Ops screens creators for collaboration by checking followers, likes, and bio from profile URLs.
  • Editors verify creator-topic fit by checking verification, IP location, and gender from sec_user_id.
  • Marketing extracts profile URLs from share text and reads nickname, following, and follower counts.
  • Agents fetch creator profiles from sec_user_id in comments or work lists for report appendices.

Best For

  • Creator partnership ops who need to verify account scale and positioning quickly.
  • Content editors matching creators to topics who need bio, verification, and IP location.
  • Social media analysts building creator directories from profile links.
  • Agent developers adding read-only Douyin profile data to workflows.