Analyze Comment Sentiment Across Platforms
Gauge audience sentiment by collecting and analyzing comments from TikTok, YouTube, Instagram, and Reddit posts.
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.
Retrieve comments and replies on a TikTok video including author details, likes, and timestamps.
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/callRetrieve comments and replies on a YouTube video including author details, likes, and timestamps.
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/callRetrieve comments and replies on an Instagram post or reel including author details, likes, and timestamps.
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/callRetrieve comments and replies on a Facebook post including author details, reactions, and timestamps.
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/callRetrieve comments and replies on a Reddit post including author details, upvotes, and timestamps.
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/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"social-media-comments","skill":"get_tiktok_comments","input":{}}' \
https://api.toolrouter.com/v1/tools/callGauge audience sentiment by collecting and analyzing comments from TikTok, YouTube, Instagram, and Reddit posts.
Detect customer complaints, bug reports, and support requests hiding in social media comment threads.
Find relevant academic papers on any research topic across millions of scholarly publications.
Convert street addresses into precise latitude and longitude coordinates for mapping and spatial analysis.
Discover and vet potential influencer partners by profiling their audience, searching niche creators, evaluating engagement quality, and finding contacts.
Monitor customer feedback across app stores, social comments, community discussions, and brand perception to stay ahead of reputation issues.
Monitor for brand reputation crises by scanning news, social media, and comment sentiment to detect and assess threats early.
Build customer personas from real social data by mining social media conversations, analyzing comments, generating personas, and validating with market research.
Yes. The comment tools return the main comment plus replies and timestamps, so you can see the full conversation instead of a trimmed sample.
TikTok, YouTube, Instagram, Facebook, and Reddit are all supported. Pick the platform-specific skill and pass the full post or video URL.
Use likes on TikTok, YouTube, Instagram, and Facebook, and use upvotes on Reddit. The highest-engagement comments usually show the dominant audience reaction.
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.