Monitor Brand Mentions
Search for your brand name across TikTok and YouTube to find organic mentions and user-generated content.
Search creators, tags & posts
Search TikTok, YouTube, Reddit, Pinterest, Threads, Instagram, and Google from one tool. Find creators, trending videos, hashtags, and discussions across the social web for influencer discovery, market research, and trend tracking.
Search for TikTok users matching a query. Returns user profiles with follower counts, bios, and verification status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_tiktok_users",
"input": {
"query": "fitness coach"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch TikTok videos by keyword. Returns videos with engagement metrics, captions, and author information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_tiktok_keywords",
"input": {
"query": "morning routine productivity"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch TikTok content by hashtag. Returns videos and hashtag metadata including view counts and trending status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_tiktok_hashtags",
"input": {
"hashtag": "smallbusiness"
}
}' \
https://api.toolrouter.com/v1/tools/callGet top TikTok search results for a query. Returns the highest-ranked mix of videos, users, and sounds.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_tiktok_top",
"input": {
"query": "AI tools for creators"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch YouTube for videos, channels, and playlists. Returns results with titles, view counts, and channel information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_youtube",
"input": {
"query": "React Server Components tutorial"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch YouTube content by hashtag. Returns videos tagged with the specified hashtag and their engagement metrics.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_youtube_hashtag",
"input": {
"hashtag": "webdev"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Reddit posts and communities. Returns posts with titles, scores, comment counts, and subreddit information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_reddit",
"input": {
"query": "best IDE for TypeScript development"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Pinterest for pins. Returns pins with images, descriptions, save counts, and board information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_pinterest",
"input": {
"query": "minimalist home office design"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for users on Threads. Returns user profiles with follower counts, bios, and verification status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_threads_users",
"input": {
"query": "tech journalist"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch Google and get structured results. Returns organic listings, knowledge panels, and related searches.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_google",
"input": {
"query": "latest machine learning frameworks 2026"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch for Instagram reels by keyword. Uses Google Search to find reels since Instagram search requires login.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_instagram_reels",
"input": {
"query": "cooking recipes"
}
}' \
https://api.toolrouter.com/v1/tools/callSearch within a specific subreddit for posts, comments, or media matching a query. Filter by sort order and timeframe.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-media-search",
"skill": "search_reddit_subreddit",
"input": {
"subreddit": "programming",
"query": "TypeScript tips"
}
}' \
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-search","skill":"search_tiktok_users","input":{}}' \
https://api.toolrouter.com/v1/tools/callSearch for your brand name across TikTok and YouTube to find organic mentions and user-generated content.
Monitor conversations around specific hashtags to understand trending topics and audience sentiment.
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.
Monitor your brand presence across news, social media, and trending content while maintaining brand identity consistency.
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.
Use the creator search when you are building an influencer list, hashtag search when you are tracking a trend, and keyword search when you want specific videos or discussions around a topic.
Yes. It covers TikTok, YouTube, Reddit, Pinterest, Threads, Instagram reels, and Google, so you can compare how the same topic shows up across different surfaces.
`search_tiktok_top` returns the strongest mix of videos, users, and sounds for a query, which is useful when you want the broadest read on what is ranking.
Yes. `search_reddit_subreddit` lets you query within a specific subreddit and filter by sort order and timeframe, which is better than a broad Reddit search when you already know the community.