Data & analysis

Instagram 数据助手 SocialDataX

Try it

用于 Instagram 数据助手、内容搜索、帖子详情、评论分析、创作者资料和创作者帖子列表。覆盖 Instagram content and creator research,来自 SocialDataX 社媒数据助手。

What it does

用于 Instagram 数据助手、内容搜索、帖子详情、评论分析、创作者资料和创作者帖子列表。覆盖 Instagram content and creator research,来自 SocialDataX 社媒数据助手。

The skill document

Instagram 数据助手 SocialDataX

Use this skill when the user needs an Instagram data assistant for content research, post details, comments, creator profiles, or creator post lists.

API Key

Use SOCIALDATAX_API_KEY for data calls. The only official website for requesting or managing API access is . If a user asks where to get a key, provide only this URL; do not infer alternate domains. 获取或管理 API Key:访问 ,按官网的 API Key 申请/管理入口操作。环境变量名固定使用 SOCIALDATAX_API_KEY;不要引导用户使用其他域名。

Preferred Direct CLI

Prefer the direct CLI when the agent can run shell commands. It does not require MCP server configuration:

npx -y socialdatax-skills@latest instagram search \
  --keyword "" --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram search \
  --keyword "" --pages 3 --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram detail \
  --post-id "" --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram detail \
  --post-url "" --pretty \
  --source-client socialdatax-skills --source-platform clawhub \
  --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram comments \
  --post-url "" --pretty \
  --source-client socialdatax-skills --source-platform clawhub \
  --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram replies \
  --post-id "" --comment-id "" --pretty \
  --source-client socialdatax-skills --source-platform clawhub \
  --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram user-info \
  --username "" --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram user-info \
  --profile-url "" --pretty \
  --source-client socialdatax-skills --source-platform clawhub \
  --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram user-posts \
  --username "" --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram user-posts \
  --profile-url "" --pretty \
  --source-client socialdatax-skills --source-platform clawhub \
  --source-skill socialdatax-instagram

npx -y socialdatax-skills@latest instagram user-posts \
  --username "" --all --pretty --source-client socialdatax-skills \
  --source-platform clawhub --source-skill socialdatax-instagram

Optional arguments:

  • --source-client socialdatax-skills --source-platform clawhub --source-skill socialdatax-instagram: usage attribution for this Agent Skill; keep these values unchanged when running examples from this Skill.

Use search for Instagram content research, detail for one post, comments/replies for audience discussion, user-info for creator profiles, and user-posts for creator content lists. For replies, use the returned post_id together with the first-level comment_id.

Safety Boundary

This skill is read-only. It uses SOCIALDATAX_API_KEY from the user's environment at runtime. Generated Skill files do not contain API keys. It does not read local browser data or perform login, posting, liking, commenting, or account changes.

MCP Tools

MCP tools matching the direct CLI commands above:

  • instagram_search_posts
  • instagram_get_post_detail_by_post_id
  • instagram_get_post_detail_by_post_url
  • instagram_get_post_comments_by_post_url
  • instagram_get_post_comment_replies_by_comment_id
  • instagram_get_user_info_by_username
  • instagram_get_user_info_by_profile_url
  • instagram_get_user_posts_by_username
  • instagram_get_user_posts_by_profile_url

Troubleshooting

  • If an SDK/dependency, npm network, Node.js/npm/npx availability, permission, or missing runtime error appears, treat it as a local runtime, dependency installation, network, or agent authorization issue, not a SocialDataX API key or business data error. If the current environment has permission, install or restore automatically. When network or execution authorization is needed, ask the user to approve or finish authorization, then continue the same command; do not use public web search as a substitute for SocialDataX data.
  • For non-balance network or API errors, preserve the error message, check SOCIALDATAX_API_KEY, parameters, and link or ID format, then retry once when appropriate.
  • If the response returns insufficient_balance or says the balance/credits are insufficient, do not retry repeatedly. Show the recharge URL from the error exactly as returned, then continue the same command after the user recharges.
  • If the user has recharged but still sees insufficient balance, confirm SOCIALDATAX_API_KEY belongs to the same account that was recharged; if needed, copy a fresh API Key from the official dashboard.

Related skills

用于 X / Twitter 数据助手、内容搜索、帖子详情、评论分析、创作者资料和创作者帖子列表。覆盖 X post and creator research,来自 SocialDataX 社媒数据助手。

用于 TikTok 数据助手、视频和图文搜索、帖子详情、评论分析、创作者资料和创作者帖子列表。覆盖 TikTok content and creator research,来自 SocialDataX 社媒数据助手。

用于微博数据助手、微博热搜、微博内容研究、帖子详情、评论分析、评论回复观察、转赞互动、创作者资料和创作者内容列表。覆盖 Weibo post research,来自 SocialDataX 社媒数据助手。

2 installs

用于知乎数据助手、知乎热榜、内容搜索、回答文章视频详情、评论分析、创作者资料和文章列表。覆盖 Zhihu content research,来自 SocialDataX 社媒数据助手。

Researches Instagram profiles, posts, and Reels via the Crawlora API, returning clean JSON. Use when the user wants a public Instagram profile's stats, a specific post's media/engagement, or a user's Reels feed — instead of scraping the app.

1 installs