anysite Influencer Discovery
Find and analyze influencers across social platforms using anysite MCP. Discover content creators, evaluate their reach and engagement, and identify partnership opportunities.
Overview
- Discover influencers across Instagram, Twitter, LinkedIn, YouTube
- Analyze engagement and audience quality
- Track activity and content patterns
- Evaluate partnership fit based on niche and metrics
- Build influencer lists with contact information
Coverage: 85% - Excellent for Instagram, Twitter, LinkedIn, YouTube influencers.
v2 Tool Interface
All data fetching uses the anysite v2 meta-tools:
- execute(source, category, endpoint, params) - Fetch data. Returns first page +
cache_key.
- get_page(cache_key, offset, limit) - Load more items from a previous execute (when
next_offset is returned).
- query_cache(cache_key, conditions, sort_by, aggregate, group_by) - Filter, sort, or aggregate cached data without new API calls.
- export_data(cache_key, format) - Export full dataset as CSV, JSON, or JSONL. Returns a download URL.
Error handling: Check responses for llm_hint fields that provide actionable guidance on failures (e.g., alias not found, URN required).
Supported Platforms
- ✅ Instagram: Profile stats, posts, followers, engagement, Reels
- ✅ Twitter/X: User search, followers, tweets, engagement
- ✅ LinkedIn: B2B influencers, thought leaders, professional content
- ✅ YouTube: Channel search, subscribers, views, video performance
- ✅ Reddit: Community influencers, karma, post quality
Quick Start
Step 1: Search for Influencers
By platform:
- Instagram:
execute("instagram", "search", "search_posts", {"query": "niche keywords", "count": 50}) with niche keywords + hashtags
- Twitter:
execute("twitter", "search", "search_users", {"query": "niche keywords", "count": 50}) with niche keywords
- LinkedIn:
execute("linkedin", "search", "search_users", {"keywords": "industry thought leader", "count": 50}) with industry + "thought leader"
- YouTube:
execute("youtube", "search", "search_videos", {"query": "niche", "count": 50}) with niche, then analyze channels
Step 2: Analyze Profiles
Get detailed metrics:
- Instagram:
execute("instagram", "user", "user", {"user": "username"}) -> followers, posts, engagement rate
- Twitter:
execute("twitter", "user", "get", {"username": "handle"}) -> followers, tweet frequency
- YouTube:
execute("youtube", "channel", "channel_videos", {"channel": "...", "count": 30}) -> subscribers, views, growth
- LinkedIn:
execute("linkedin", "user", "user", {"user": "alias"}) -> connections, post engagement
Step 3: Evaluate Engagement
Check engagement quality:
- Post likes, comments, shares
- Engagement rate (engagement / followers)
- Audience authenticity (comment quality)
- Content consistency (posts per week)
Use query_cache(cache_key, sort_by=[{"field": "like_count", "order": "desc"}]) to rank posts by engagement without re-fetching.
Step 4: Build Influencer List
Export with export_data(cache_key, "csv"):
- Name, handle, platform
- Follower count, engagement rate
- Niche/topics, content type
- Contact info (if available)
- Partnership fit score
Common Workflows
Workflow 1: Instagram Influencer Discovery
Scenario: Find Instagram influencers in sustainable fashion (10k-100k followers)
Steps:
- Search by Hashtag/Keywords
execute("instagram", "search", "search_posts", {
"query": "sustainable fashion OR eco friendly fashion",
"count": 100
})
-> Extract unique user handles from results
-> Use get_page(cache_key, offset, 50) if next_offset returned for more results
- Analyze Each Creator
For each unique handle:
execute("instagram", "user", "user", {"user": "username"})
-> Follower count, bio, profile type
Filter for:
- 10k-100k followers
- Business/Creator account
- Bio mentioning sustainability
- Evaluate Content
For qualified creators:
execute("instagram", "user", "user_posts", {"user": "username", "count": 30})
Analyze:
- Post frequency (consistency)
- Engagement rate per post
- Content quality and style
- Brand partnerships visible
Use query_cache(cache_key, sort_by=[{"field": "like_count", "order": "desc"}]) to find top posts
Use query_cache(cache_key, aggregate=[{"field": "like_count", "function": "avg"}]) for average engagement
- Check Audience Quality
execute("instagram", "post", "post_likes", {"post": "post_id", "count": 100})
execute("instagram", "post", "post_comments", {"post": "post_id", "count": 50})
Look for:
- Real comments (not just emojis)
- Engaged community (questions, discussions)
- Geographic relevance
- Get Contact Information
From Instagram bio:
- Email addresses
- Website links
If LinkedIn mentioned:
execute("linkedin", "search", "search_users", {"keywords": "first_name last_name"})
execute("linkedin", "user", "user", {"user": "alias_from_search"})
Expected Output:
- 20-40 qualified influencers
- Engagement metrics for each
- Contact information for 60-70%
- Partnership fit scores
Use export_data(cache_key, "csv") to generate a downloadable influencer list.
Workflow 2: LinkedIn Thought Leader Identification
Scenario: Find B2B thought leaders in SaaS/sales
Steps:
- Search for Active Posters
execute("linkedin", "search", "search_users", {
"keywords": "SaaS sales thought leader",
"title": "VP Sales OR Head of Sales OR Chief Revenue Officer",
"count": 100
})
- Analyze Post Activity
For each candidate:
execute("linkedin", "post", "get_user_posts", {"user": "urn", "count": 50})
Filter for:
- Posts 2-3x per week minimum
- High engagement (100+ reactions)
- Original content (not just shares)
Use query_cache(cache_key, conditions=[{"field": "comment_count", "operator": ">", "value": 10}])
to filter for high-engagement posts
- Evaluate Influence
Check post engagement:
- Average reactions per post
- Comment quality and quantity
- Share count
- Follower growth signals
Use query_cache(cache_key, aggregate=[
{"field": "comment_count", "function": "avg"},
{"field": "share_count", "function": "avg"}
]) for average metrics
- Assess Content Quality
Review posts for:
- Expertise demonstration
- Original insights
- Engagement with comments
- Consistency of messaging
Expected Output:
- 15-25 active thought leaders
- Content themes and topics
- Engagement metrics
- Partnership opportunities (guest posts, quotes, etc.)
Use export_data(cache_key, "csv") to export the thought leader list.
Workflow 3: YouTube Creator Research
Scenario: Find YouTube creators in tech reviews
Steps:
- Search for Niche Content
execute("youtube", "search", "search_videos", {
"query": "tech review 2026",
"count": 100
})
-> Extract unique channel names
-> Use get_page(cache_key, offset, 50) if more results needed
- Analyze Channels
For each channel:
execute("youtube", "channel", "channel_videos", {"channel": "channel_id", "count": 30})
Check:
- Subscriber count
- Upload frequency
- Average views per video
- Video length (long-form vs shorts)
Use query_cache(cache_key, aggregate=[{"field": "view_count", "function": "avg"}]) for average views
- Evaluate Video Performance
For top videos:
execute("youtube", "video", "video", {"video": "video_id"})
Metrics:
- View count
- Like/dislike ratio
- Comments count
- Watch time signals (retention)
- Analyze Audience Engagement
execute("youtube", "video", "video_comments", {"video": "video_id", "count": 100})
Look for:
- Active community
- Technical discussions
- Purchase decisions influenced
Expected Output:
- 10-20 relevant channels
- Subscriber and view metrics
- Engagement analysis
- Partnership fit assessment
Use export_data(cache_key, "csv") to export channel data.
MCP Tools Reference (v2)
Instagram
execute("instagram", "search", "search_posts", {"query": ..., "count": N}) - Find posts by keywords/hashtags
execute("instagram", "user", "user", {"user": ...}) - Get profile with followers, bio
execute("instagram", "user", "user_posts", {"user": ..., "count": N}) - Get recent posts with engagement
execute("instagram", "post", "post_likes", {"post": ..., "count": N}) - Check audience authenticity
execute("instagram", "post", "post_comments", {"post": ..., "count": N}) - Analyze engagement quality
execute("instagram", "user", "user_friendships", {"user": ..., "count": N, "type": "followers"}) - Get followers list (for analysis)
Twitter/X
execute("twitter", "search", "search_users", {"query": ..., "count": N}) - Find users by keywords/bio
execute("twitter", "user", "get", {"username": ...}) - Get profile with followers, tweets
execute("twitter", "user_tweets", "get", {"username": ...}) - Get recent tweets with engagement
execute("twitter", "search", "search_posts", {"query": ..., "count": N}) - Find influential tweets in niche
LinkedIn
execute("linkedin", "search", "search_users", {"keywords": ..., "count": N}) - Find professionals by keywords/title
execute("linkedin", "user", "user", {"user": ...}) - Get complete profile (includes skills with with_skills: true)
execute("linkedin", "post", "get_user_posts", {"user": "urn", "count": N}) - Get post history and engagement
execute("linkedin", "user", "user_skills", {"urn": ..., "count": N}) - Verify expertise (requires URN from profile)
Note: LinkedIn connection count is returned in the profile response (connection_count field). No separate endpoint needed.
YouTube
execute("youtube", "search", "search_videos", {"query": ..., "count": N}) - Find videos by keywords
execute("youtube", "channel", "channel_videos", {"channel": ..., "count": N}) - Get all videos from channel
execute("youtube", "video", "video", {"video": ...}) - Get video metrics (views, likes)
execute("youtube", "video", "video_comments", {"video": ..., "count": N}) - Analyze audience engagement
Reddit
execute("reddit", "search", "search_posts", {"query": ..., "count": N}) - Find influential posts in subreddits
execute("reddit", "user", "user_posts", {"username": ..., "count": N}) - Get user's post history
execute("reddit", "user", "user_comments", {"username": ..., "count": N}) - Analyze community engagement
Web Scraping
execute("webparser", "parse", "parse", {"url": ...}) - Scrape any webpage for contact info, media kits, etc.
Pagination, Caching & Export
get_page(cache_key, offset, limit) - Fetch additional pages from any execute() result
query_cache(cache_key, conditions, sort_by, aggregate, group_by) - Filter/sort/aggregate cached data
export_data(cache_key, "csv"|"json"|"jsonl") - Export full dataset as downloadable file
Output Formats
Chat Summary:
- Top 10 influencers with key metrics
- Engagement rate comparison
- Partnership recommendations
- Contact information found
CSV Export (via export_data(cache_key, "csv")):
- Influencer name, handle, platform
- Followers, engagement rate
- Niche, content type
- Email, website
- Fit score (1-100)
JSON Export (via export_data(cache_key, "json")):
- Complete profile data
- All posts with engagement
- Audience demographics (if available)
- Historical metrics
Influencer Evaluation Framework
Reach Metrics
- Followers: Total audience size
- Views: Average content views
- Growth: Follower growth rate
Engagement Metrics
- Rate: Engagement / Followers
- Quality: Comment depth and relevance
- Consistency: Regular engagement patterns
Authenticity Indicators
- Audience Quality: Real vs. fake followers
- Comment Quality: Meaningful discussions
- Growth Pattern: Organic vs. purchased
- Engagement Distribution: Consistent vs. spiky
Content Quality
- Production Value: Visual/audio quality
- Originality: Unique vs. repurposed
- Consistency: Regular posting schedule
- Niche Alignment: On-brand content
Partnership Fit
- Audience Overlap: Match with target market
- Brand Alignment: Values and messaging
- Professionalism: Past partnerships, disclosure
- Availability: Contact information, responsiveness
Advanced Features
Micro-Influencer Strategy
Focus on 10k-50k followers for higher engagement:
Benefits:
- Higher engagement rates (5-10% vs. 1-3%)
- More authentic audience connections
- Lower partnership costs
- Niche expertise
Discovery approach:
- Use hashtag searches via execute("instagram", "search", "search_posts", ...)
- Use query_cache() to filter by engagement rate vs. reach
- Prioritize niche relevance over size
Multi-Platform Presence Analysis
Identify influencers active across platforms:
1. Find on Instagram/Twitter
2. Search LinkedIn for professional presence:
execute("linkedin", "search", "search_users", {"keywords": "name"})
3. Check for YouTube channel:
execute("youtube", "search", "search_videos", {"query": "creator name", "count": 10})
4. Look for website/blog:
execute("webparser", "parse", "parse", {"url": "website_url"})
Benefits:
- Multiple touchpoints
- Diverse content formats
- Professional credibility
- Larger total reach
Audience Demographics Research
Analyze who follows the influencer:
Instagram:
- execute("instagram", "user", "user_friendships", {"user": "username", "count": 100, "type": "followers"})
- Analyze follower profiles for patterns
- Use query_cache(cache_key, group_by="location") to segment by geography
LinkedIn:
- Check who engages with posts
- Identify follower job titles/industries from post comments
YouTube:
- Analyze comment demographics via execute("youtube", "video", "video_comments", ...)
- Check subscriber locations (if available)
Reference Documentation
- DISCOVERY_CRITERIA.md - Influencer evaluation criteria, scoring frameworks, and niche identification strategies
Troubleshooting
No Influencers Found:
- Broaden search keywords
- Try multiple hashtags
- Search across multiple platforms
- Reduce minimum follower requirements
Low Engagement Rates:
- Use
query_cache(cache_key, conditions=[{"field": "engagement_rate", "operator": ">", "value": 0.03}]) to filter
- Focus on micro-influencers (smaller = higher engagement)
- Check for bot followers (sudden spikes)
No Contact Information:
- Check bio for email/website
- Look for LinkedIn profile via
execute("linkedin", "search", "search_users", {"keywords": "name"})
- Try website domain:
execute("webparser", "parse", "parse", {"url": "domain"})
- Search for media kit or press page
API Errors:
- Check
llm_hint in error responses for actionable guidance
- LinkedIn endpoints requiring URN: get URN from profile response first, do not guess aliases
- Use
execute("linkedin", "search", "search_users", ...) to find correct aliases before fetching profiles
Ready to discover influencers? Ask Claude to help you find content creators, analyze engagement, or build influencer lists for your marketing campaigns!
1---2name: anysite-influencer-discovery3description: Discover and analyze influencers across Instagram, Twitter/X, LinkedIn, YouTube, and Reddit using anysite MCP server. Find content creators by niche, analyze engagement metrics, evaluate audience quality, track influencer activity, and identify partnership opportunities. Supports multi-platform influencer search, profile enrichment, follower analysis, and engagement tracking. Use when users need to find brand ambassadors, research content creators, identify thought leaders, build influencer lists, or evaluate influencer partnerships for marketing campaigns.4---56# anysite Influencer Discovery78Find and analyze influencers across social platforms using anysite MCP. Discover content creators, evaluate their reach and engagement, and identify partnership opportunities.910## Overview1112- **Discover influencers** across Instagram, Twitter, LinkedIn, YouTube13- **Analyze engagement** and audience quality14- **Track activity** and content patterns15- **Evaluate partnership fit** based on niche and metrics16- **Build influencer lists** with contact information1718**Coverage**: 85% - Excellent for Instagram, Twitter, LinkedIn, YouTube influencers.1920## v2 Tool Interface2122All data fetching uses the anysite v2 meta-tools:2324- **execute(source, category, endpoint, params)** - Fetch data. Returns first page + `cache_key`.25- **get_page(cache_key, offset, limit)** - Load more items from a previous execute (when `next_offset` is returned).26- **query_cache(cache_key, conditions, sort_by, aggregate, group_by)** - Filter, sort, or aggregate cached data without new API calls.27- **export_data(cache_key, format)** - Export full dataset as CSV, JSON, or JSONL. Returns a download URL.2829**Error handling**: Check responses for `llm_hint` fields that provide actionable guidance on failures (e.g., alias not found, URN required).3031## Supported Platforms3233- ✅ **Instagram**: Profile stats, posts, followers, engagement, Reels34- ✅ **Twitter/X**: User search, followers, tweets, engagement35- ✅ **LinkedIn**: B2B influencers, thought leaders, professional content36- ✅ **YouTube**: Channel search, subscribers, views, video performance37- ✅ **Reddit**: Community influencers, karma, post quality3839## Quick Start4041**Step 1: Search for Influencers**4243By platform:44- Instagram: `execute("instagram", "search", "search_posts", {"query": "niche keywords", "count": 50})` with niche keywords + hashtags45- Twitter: `execute("twitter", "search", "search_users", {"query": "niche keywords", "count": 50})` with niche keywords46- LinkedIn: `execute("linkedin", "search", "search_users", {"keywords": "industry thought leader", "count": 50})` with industry + "thought leader"47- YouTube: `execute("youtube", "search", "search_videos", {"query": "niche", "count": 50})` with niche, then analyze channels4849**Step 2: Analyze Profiles**5051Get detailed metrics:52- Instagram: `execute("instagram", "user", "user", {"user": "username"})` -> followers, posts, engagement rate53- Twitter: `execute("twitter", "user", "get", {"username": "handle"})` -> followers, tweet frequency54- YouTube: `execute("youtube", "channel", "channel_videos", {"channel": "...", "count": 30})` -> subscribers, views, growth55- LinkedIn: `execute("linkedin", "user", "user", {"user": "alias"})` -> connections, post engagement5657**Step 3: Evaluate Engagement**5859Check engagement quality:60- Post likes, comments, shares61- Engagement rate (engagement / followers)62- Audience authenticity (comment quality)63- Content consistency (posts per week)6465Use `query_cache(cache_key, sort_by=[{"field": "like_count", "order": "desc"}])` to rank posts by engagement without re-fetching.6667**Step 4: Build Influencer List**6869Export with `export_data(cache_key, "csv")`:70- Name, handle, platform71- Follower count, engagement rate72- Niche/topics, content type73- Contact info (if available)74- Partnership fit score7576## Common Workflows7778### Workflow 1: Instagram Influencer Discovery7980**Scenario**: Find Instagram influencers in sustainable fashion (10k-100k followers)8182**Steps**:83841. **Search by Hashtag/Keywords**85```86execute("instagram", "search", "search_posts", {87 "query": "sustainable fashion OR eco friendly fashion",88 "count": 10089})90-> Extract unique user handles from results91-> Use get_page(cache_key, offset, 50) if next_offset returned for more results92```93942. **Analyze Each Creator**95```96For each unique handle:97 execute("instagram", "user", "user", {"user": "username"})98 -> Follower count, bio, profile type99100Filter for:101- 10k-100k followers102- Business/Creator account103- Bio mentioning sustainability104```1051063. **Evaluate Content**107```108For qualified creators:109 execute("instagram", "user", "user_posts", {"user": "username", "count": 30})110111Analyze:112- Post frequency (consistency)113- Engagement rate per post114- Content quality and style115- Brand partnerships visible116117Use query_cache(cache_key, sort_by=[{"field": "like_count", "order": "desc"}]) to find top posts118Use query_cache(cache_key, aggregate=[{"field": "like_count", "function": "avg"}]) for average engagement119```1201214. **Check Audience Quality**122```123execute("instagram", "post", "post_likes", {"post": "post_id", "count": 100})124execute("instagram", "post", "post_comments", {"post": "post_id", "count": 50})125126Look for:127- Real comments (not just emojis)128- Engaged community (questions, discussions)129- Geographic relevance130```1311325. **Get Contact Information**133```134From Instagram bio:135- Email addresses136- Website links137138If LinkedIn mentioned:139 execute("linkedin", "search", "search_users", {"keywords": "first_name last_name"})140 execute("linkedin", "user", "user", {"user": "alias_from_search"})141```142143**Expected Output**:144- 20-40 qualified influencers145- Engagement metrics for each146- Contact information for 60-70%147- Partnership fit scores148149Use `export_data(cache_key, "csv")` to generate a downloadable influencer list.150151### Workflow 2: LinkedIn Thought Leader Identification152153**Scenario**: Find B2B thought leaders in SaaS/sales154155**Steps**:1561571. **Search for Active Posters**158```159execute("linkedin", "search", "search_users", {160 "keywords": "SaaS sales thought leader",161 "title": "VP Sales OR Head of Sales OR Chief Revenue Officer",162 "count": 100163})164```1651662. **Analyze Post Activity**167```168For each candidate:169 execute("linkedin", "post", "get_user_posts", {"user": "urn", "count": 50})170171Filter for:172- Posts 2-3x per week minimum173- High engagement (100+ reactions)174- Original content (not just shares)175176Use query_cache(cache_key, conditions=[{"field": "comment_count", "operator": ">", "value": 10}])177to filter for high-engagement posts178```1791803. **Evaluate Influence**181```182Check post engagement:183- Average reactions per post184- Comment quality and quantity185- Share count186- Follower growth signals187188Use query_cache(cache_key, aggregate=[189 {"field": "comment_count", "function": "avg"},190 {"field": "share_count", "function": "avg"}191]) for average metrics192```1931944. **Assess Content Quality**195```196Review posts for:197- Expertise demonstration198- Original insights199- Engagement with comments200- Consistency of messaging201```202203**Expected Output**:204- 15-25 active thought leaders205- Content themes and topics206- Engagement metrics207- Partnership opportunities (guest posts, quotes, etc.)208209Use `export_data(cache_key, "csv")` to export the thought leader list.210211### Workflow 3: YouTube Creator Research212213**Scenario**: Find YouTube creators in tech reviews214215**Steps**:2162171. **Search for Niche Content**218```219execute("youtube", "search", "search_videos", {220 "query": "tech review 2026",221 "count": 100222})223-> Extract unique channel names224-> Use get_page(cache_key, offset, 50) if more results needed225```2262272. **Analyze Channels**228```229For each channel:230 execute("youtube", "channel", "channel_videos", {"channel": "channel_id", "count": 30})231232Check:233- Subscriber count234- Upload frequency235- Average views per video236- Video length (long-form vs shorts)237238Use query_cache(cache_key, aggregate=[{"field": "view_count", "function": "avg"}]) for average views239```2402413. **Evaluate Video Performance**242```243For top videos:244 execute("youtube", "video", "video", {"video": "video_id"})245246Metrics:247- View count248- Like/dislike ratio249- Comments count250- Watch time signals (retention)251```2522534. **Analyze Audience Engagement**254```255execute("youtube", "video", "video_comments", {"video": "video_id", "count": 100})256257Look for:258- Active community259- Technical discussions260- Purchase decisions influenced261```262263**Expected Output**:264- 10-20 relevant channels265- Subscriber and view metrics266- Engagement analysis267- Partnership fit assessment268269Use `export_data(cache_key, "csv")` to export channel data.270271## MCP Tools Reference (v2)272273### Instagram274- `execute("instagram", "search", "search_posts", {"query": ..., "count": N})` - Find posts by keywords/hashtags275- `execute("instagram", "user", "user", {"user": ...})` - Get profile with followers, bio276- `execute("instagram", "user", "user_posts", {"user": ..., "count": N})` - Get recent posts with engagement277- `execute("instagram", "post", "post_likes", {"post": ..., "count": N})` - Check audience authenticity278- `execute("instagram", "post", "post_comments", {"post": ..., "count": N})` - Analyze engagement quality279- `execute("instagram", "user", "user_friendships", {"user": ..., "count": N, "type": "followers"})` - Get followers list (for analysis)280281### Twitter/X282- `execute("twitter", "search", "search_users", {"query": ..., "count": N})` - Find users by keywords/bio283- `execute("twitter", "user", "get", {"username": ...})` - Get profile with followers, tweets284- `execute("twitter", "user_tweets", "get", {"username": ...})` - Get recent tweets with engagement285- `execute("twitter", "search", "search_posts", {"query": ..., "count": N})` - Find influential tweets in niche286287### LinkedIn288- `execute("linkedin", "search", "search_users", {"keywords": ..., "count": N})` - Find professionals by keywords/title289- `execute("linkedin", "user", "user", {"user": ...})` - Get complete profile (includes skills with `with_skills: true`)290- `execute("linkedin", "post", "get_user_posts", {"user": "urn", "count": N})` - Get post history and engagement291- `execute("linkedin", "user", "user_skills", {"urn": ..., "count": N})` - Verify expertise (requires URN from profile)292293Note: LinkedIn connection count is returned in the profile response (`connection_count` field). No separate endpoint needed.294295### YouTube296- `execute("youtube", "search", "search_videos", {"query": ..., "count": N})` - Find videos by keywords297- `execute("youtube", "channel", "channel_videos", {"channel": ..., "count": N})` - Get all videos from channel298- `execute("youtube", "video", "video", {"video": ...})` - Get video metrics (views, likes)299- `execute("youtube", "video", "video_comments", {"video": ..., "count": N})` - Analyze audience engagement300301### Reddit302- `execute("reddit", "search", "search_posts", {"query": ..., "count": N})` - Find influential posts in subreddits303- `execute("reddit", "user", "user_posts", {"username": ..., "count": N})` - Get user's post history304- `execute("reddit", "user", "user_comments", {"username": ..., "count": N})` - Analyze community engagement305306### Web Scraping307- `execute("webparser", "parse", "parse", {"url": ...})` - Scrape any webpage for contact info, media kits, etc.308309### Pagination, Caching & Export310- `get_page(cache_key, offset, limit)` - Fetch additional pages from any execute() result311- `query_cache(cache_key, conditions, sort_by, aggregate, group_by)` - Filter/sort/aggregate cached data312- `export_data(cache_key, "csv"|"json"|"jsonl")` - Export full dataset as downloadable file313314## Output Formats315316**Chat Summary**:317- Top 10 influencers with key metrics318- Engagement rate comparison319- Partnership recommendations320- Contact information found321322**CSV Export** (via `export_data(cache_key, "csv")`):323- Influencer name, handle, platform324- Followers, engagement rate325- Niche, content type326- Email, website327- Fit score (1-100)328329**JSON Export** (via `export_data(cache_key, "json")`):330- Complete profile data331- All posts with engagement332- Audience demographics (if available)333- Historical metrics334335## Influencer Evaluation Framework336337### Reach Metrics338- **Followers**: Total audience size339- **Views**: Average content views340- **Growth**: Follower growth rate341342### Engagement Metrics343- **Rate**: Engagement / Followers344- **Quality**: Comment depth and relevance345- **Consistency**: Regular engagement patterns346347### Authenticity Indicators348- **Audience Quality**: Real vs. fake followers349- **Comment Quality**: Meaningful discussions350- **Growth Pattern**: Organic vs. purchased351- **Engagement Distribution**: Consistent vs. spiky352353### Content Quality354- **Production Value**: Visual/audio quality355- **Originality**: Unique vs. repurposed356- **Consistency**: Regular posting schedule357- **Niche Alignment**: On-brand content358359### Partnership Fit360- **Audience Overlap**: Match with target market361- **Brand Alignment**: Values and messaging362- **Professionalism**: Past partnerships, disclosure363- **Availability**: Contact information, responsiveness364365## Advanced Features366367### Micro-Influencer Strategy368369Focus on 10k-50k followers for higher engagement:370```371Benefits:372- Higher engagement rates (5-10% vs. 1-3%)373- More authentic audience connections374- Lower partnership costs375- Niche expertise376377Discovery approach:378- Use hashtag searches via execute("instagram", "search", "search_posts", ...)379- Use query_cache() to filter by engagement rate vs. reach380- Prioritize niche relevance over size381```382383### Multi-Platform Presence Analysis384385Identify influencers active across platforms:386```3871. Find on Instagram/Twitter3882. Search LinkedIn for professional presence:389 execute("linkedin", "search", "search_users", {"keywords": "name"})3903. Check for YouTube channel:391 execute("youtube", "search", "search_videos", {"query": "creator name", "count": 10})3924. Look for website/blog:393 execute("webparser", "parse", "parse", {"url": "website_url"})394395Benefits:396- Multiple touchpoints397- Diverse content formats398- Professional credibility399- Larger total reach400```401402### Audience Demographics Research403404Analyze who follows the influencer:405```406Instagram:407- execute("instagram", "user", "user_friendships", {"user": "username", "count": 100, "type": "followers"})408- Analyze follower profiles for patterns409- Use query_cache(cache_key, group_by="location") to segment by geography410411LinkedIn:412- Check who engages with posts413- Identify follower job titles/industries from post comments414415YouTube:416- Analyze comment demographics via execute("youtube", "video", "video_comments", ...)417- Check subscriber locations (if available)418```419420## Reference Documentation421422- **[DISCOVERY_CRITERIA.md](references/DISCOVERY_CRITERIA.md)** - Influencer evaluation criteria, scoring frameworks, and niche identification strategies423424## Troubleshooting425426**No Influencers Found**:427- Broaden search keywords428- Try multiple hashtags429- Search across multiple platforms430- Reduce minimum follower requirements431432**Low Engagement Rates**:433- Use `query_cache(cache_key, conditions=[{"field": "engagement_rate", "operator": ">", "value": 0.03}])` to filter434- Focus on micro-influencers (smaller = higher engagement)435- Check for bot followers (sudden spikes)436437**No Contact Information**:438- Check bio for email/website439- Look for LinkedIn profile via `execute("linkedin", "search", "search_users", {"keywords": "name"})`440- Try website domain: `execute("webparser", "parse", "parse", {"url": "domain"})`441- Search for media kit or press page442443**API Errors**:444- Check `llm_hint` in error responses for actionable guidance445- LinkedIn endpoints requiring URN: get URN from profile response first, do not guess aliases446- Use `execute("linkedin", "search", "search_users", ...)` to find correct aliases before fetching profiles447448---449450**Ready to discover influencers?** Ask Claude to help you find content creators, analyze engagement, or build influencer lists for your marketing campaigns!