Tools / Social Media Comments
Social Media Comments icon

Social Media Comments

Pull comments from social platforms

Retrieve full comment threads from any post or video on TikTok, YouTube, Instagram, Facebook, and Reddit — including replies, author details, like counts, and timestamps. For sentiment analysis, community research, and competitive monitoring.

5 skillsv0.02
Get TikTok Comments

Retrieve comments and replies on a TikTok video including author details, likes, and timestamps.

Returns: Array of comments with author, text, likes, replies, and timestamps
Parameters
url *stringFull URL of the post or video to retrieve comments from
Example
Get comments on a TikTok video
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "social-media-comments",
  "skill": "get_tiktok_comments",
  "input": {
    "url": "https://www.tiktok.com/@charlidamelio/video/7281939328492387630"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Get YouTube Comments

Retrieve comments and replies on a YouTube video including author details, likes, and timestamps.

Returns: Array of comments with author, text, likes, replies, and timestamps
Parameters
url *stringFull URL of the post or video to retrieve comments from
Example
Get comments on a YouTube video
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "social-media-comments",
  "skill": "get_youtube_comments",
  "input": {
    "url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Get Instagram Comments

Retrieve comments and replies on an Instagram post or reel including author details, likes, and timestamps.

Returns: Array of comments with author, text, likes, replies, and timestamps
Parameters
url *stringFull URL of the post or video to retrieve comments from
Example
Get comments on an Instagram post
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "social-media-comments",
  "skill": "get_instagram_comments",
  "input": {
    "url": "https://www.instagram.com/p/CzR1V8xLq7M/"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Get Facebook Comments

Retrieve comments and replies on a Facebook post including author details, reactions, and timestamps.

Returns: Array of comments with author, text, reactions, replies, and timestamps
Parameters
url *stringFull URL of the post or video to retrieve comments from
Example
Get comments on a Facebook post
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "social-media-comments",
  "skill": "get_facebook_comments",
  "input": {
    "url": "https://www.facebook.com/Meta/posts/pfbid02kXvZR7tPqYGdRNmkA"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Get Reddit Comments

Retrieve comments and replies on a Reddit post including author details, upvotes, and timestamps.

Returns: Array of comments with author, text, upvotes, replies, and timestamps
Parameters
url *stringFull URL of the post or video to retrieve comments from
Example
Get comments on a Reddit post
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{
  "tool": "social-media-comments",
  "skill": "get_reddit_comments",
  "input": {
    "url": "https://www.reddit.com/r/programming/comments/1a2b3c4/example_post_title/"
  }
}' \
  https://api.toolrouter.com/v1/tools/call
Loading reviews...
Loading activity...
v0.022026-03-22
  • Added subtitle, expanded description, and agent instructions
v0.012026-03-20
  • Initial release

Quick Start

MCP (Claude Code)
claude mcp add --transport stdio \
  --env TOOLROUTER_API_KEY=YOUR_API_KEY \
  toolrouter -- npx -y toolrouter-mcp
REST API
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
  -d '{"tool":"social-media-comments","skill":"get_tiktok_comments","input":{}}' \
  https://api.toolrouter.com/v1/tools/call

Use Cases

Open Analyze Comment Sentiment Across Platforms

Analyze Comment Sentiment Across Platforms

Gauge audience sentiment by collecting and analyzing comments from TikTok, YouTube, Instagram, and Reddit posts.

Social Media Comments icon
Social Media Comments
4 agent guides
Open Search Papers by Topic

Search Papers by Topic

Find relevant academic papers on any research topic across millions of scholarly publications.

Academic Research icon
Academic Research
4 agent guides
Open Geocode Addresses to Coordinates

Geocode Addresses to Coordinates

Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.

Address Geocoding icon
Address Geocoding
4 agent guides
View all use cases for Social Media Comments

Workflows

Open Influencer Discovery

Influencer Discovery

Discover and vet potential influencer partners by profiling their audience, searching niche creators, evaluating engagement quality, and finding contacts.

Social Profiles icon
Social Profiles
Social Media Search icon
Social Media Search
Social Media Comments icon
Social Media Comments
Lead Finder icon
Lead Finder
4 steps4 tools
Open Review Monitoring

Review Monitoring

Monitor customer feedback across app stores, social comments, community discussions, and brand perception to stay ahead of reputation issues.

App Review Analysis icon
App Review Analysis
Social Media Comments icon
Social Media Comments
Social Media Search icon
Social Media Search
Brand Extract icon
Brand Extract
4 steps4 tools
Open Crisis Monitoring

Crisis Monitoring

Monitor for brand reputation crises by scanning news, social media, and comment sentiment to detect and assess threats early.

Web Search icon
Web Search
Social Media Search icon
Social Media Search
Social Media Comments icon
Social Media Comments
3 steps3 tools
Open Customer Research Pipeline

Customer Research Pipeline

Build customer personas from real social data by mining social media conversations, analyzing comments, generating personas, and validating with market research.

Social Media Search icon
Social Media Search
Social Media Comments icon
Social Media Comments
Persona Generator icon
Persona Generator
Web Search icon
Web Search
4 steps4 tools

Frequently Asked Questions

Can I pull full comment threads, not just top comments?

Yes. The comment tools return the main comment plus replies and timestamps, so you can see the full conversation instead of a trimmed sample.

Which platforms are covered?

TikTok, YouTube, Instagram, Facebook, and Reddit are all supported. Pick the platform-specific skill and pass the full post or video URL.

How do I judge which comments matter most?

Use likes on TikTok, YouTube, Instagram, and Facebook, and use upvotes on Reddit. The highest-engagement comments usually show the dominant audience reaction.

Can I use comments to build FAQs or research themes?

Yes. The comment stream is a strong source for repeated questions, objections, and confusion points, which makes it useful for FAQ writing and sentiment analysis.