Research Influencer Profiles
Pull detailed profile data from multiple platforms to vet influencers before partnerships.
Bios, followers & audience data
Retrieve public profile data from 13 platforms: TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Facebook, Reddit, Threads, Bluesky, Snapchat, Twitch, and Truth Social. Get follower counts, bios, verification, and audience data for influencer vetting and creator research.
Retrieve a TikTok user profile including bio, follower count, following count, likes, and verified status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_tiktok_profile",
"input": {
"handle": "charlidamelio"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve an Instagram user profile including bio, follower count, following count, post count, and verified status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_instagram_profile",
"input": {
"handle": "natgeo"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a YouTube channel profile including description, subscriber count, total views, video count, and creation date.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_youtube_channel",
"input": {
"handle": "@mkbhd"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Twitter/X user profile including bio, follower count, following count, tweet count, and verified status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_twitter_profile",
"input": {
"handle": "elonmusk"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a LinkedIn personal profile including headline, summary, experience, education, and connection count.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_linkedin_profile",
"input": {
"url": "https://www.linkedin.com/in/satyanadella/"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a LinkedIn company page including description, industry, employee count, headquarters, and specialties.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_linkedin_company",
"input": {
"url": "https://www.linkedin.com/company/google/"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Facebook profile or page including name, bio, follower count, likes, and category information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_facebook_profile",
"input": {
"url": "https://www.facebook.com/zuck"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve subreddit information including description, member count, active users, creation date, and rules.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_reddit_subreddit",
"input": {
"subreddit": "programming"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Threads user profile including bio, follower count, following count, and verified status.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_threads_profile",
"input": {
"handle": "zuck"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Bluesky user profile including display name, bio, follower count, following count, and post count.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_bluesky_profile",
"input": {
"handle": "jay.bsky.team"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Truth Social user profile including display name, bio, follower count, following count, and post count.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_truthsocial_profile",
"input": {
"handle": "realDonaldTrump"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Snapchat user profile including display name, bitmoji, subscriber count, and snap score information.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_snapchat_profile",
"input": {
"handle": "djkhaled305"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve a Twitch streamer profile including bio, follower count, total views, broadcaster type, and creation date.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_twitch_profile",
"input": {
"handle": "ninja"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve the list of followers for a TikTok user, including their usernames, display names, and profile details.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_tiktok_followers",
"input": {
"handle": "charlidamelio"
}
}' \
https://api.toolrouter.com/v1/tools/callRetrieve the list of accounts a TikTok user is following, including their usernames, display names, and profile details.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_tiktok_following",
"input": {
"handle": "charlidamelio"
}
}' \
https://api.toolrouter.com/v1/tools/callGet audience demographic data for a TikTok user. Currently returns audience breakdown by country. Costs 26 credits.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_tiktok_audience",
"input": {
"handle": "charlidamelio"
}
}' \
https://api.toolrouter.com/v1/tools/callGet detailed information about a subreddit including description, rules, moderators, and community settings. Pass a subreddit name or URL.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "get_reddit_subreddit_details",
"input": {
"subreddit": "programming"
}
}' \
https://api.toolrouter.com/v1/tools/callEstimate the age and gender of a social media creator using AI analysis of their profile photo. The profile photo must clearly show a face.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "social-profiles",
"skill": "detect_age_gender",
"input": {
"url": "https://www.tiktok.com/@creator"
}
}' \
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-profiles","skill":"get_tiktok_profile","input":{}}' \
https://api.toolrouter.com/v1/tools/callPull detailed profile data from multiple platforms to vet influencers before partnerships.
Gather social media profile data for competitors to benchmark their presence and strategy.
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.
Build a complete competitive intelligence dossier by combining company research, SEO analysis, social media audits, and ad library searches.
Research link building opportunities by analyzing backlink profiles, finding prospects, identifying contacts, and researching their social presence.
Accelerate social media growth by auditing your profiles, discovering trends, analyzing top content, and generating visuals.
Discover and vet potential influencer partners by profiling their audience, searching niche creators, evaluating engagement quality, and finding contacts.
Most platforms use a handle, including TikTok, Instagram, YouTube, X, Threads, Bluesky, Snapchat, Twitch, and Truth Social. LinkedIn and Facebook use full profile or company URLs, and Reddit uses the subreddit name.
The profile lookups return follower counts, bios, and verification details across the supported platforms, which makes it easy to vet creators, brands, and communities at a glance.
Yes. The TikTok profile family includes audience breakdowns plus follower and following lookups, so you can map who a creator reaches and how their network connects.
Yes. The tool includes a photo-based age and gender estimate for cases where you need a rough audience signal from an avatar or headshot.