$3b
Helps the user with trendHERO platform questions — from influencer discovery and fake follower detection through audience analysis, tracking, ads database research, and API integration.
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What do you need help with?
What's your current setup?
What plan are you on?
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end.
If the request maps to a strategy skill, route:
/sales-influencer-marketing/sales-tiktok-marketing/sales-gaming-marketing/sales-retargeting or /sales-b2b-advertising/sales-email-marketing/sales-affiliate-programOtherwise, answer directly from the platform reference below.
trendHERO is an Instagram-focused influencer analytics platform specializing in fake follower detection and audience quality analysis. It provides a database of 95M+ Instagram profiles with 90+ metrics per creator, making it a focused, affordable tool for brands and agencies vetting influencers before partnerships.
Best-effort — verify with trendHERO for current pricing.
| Plan | Price | Reports/mo | Tracking | Lists | Key features |
|---|---|---|---|---|---|
| Free | $0/mo | — | — | Favorites only | Engagement rate, follower growth, basic metrics |
| Lite | $16/mo | 10 | 3 accounts | 10 lists | Full reports, PDF export |
| Pro | $40/mo | 50 | 20 accounts | Unlimited | Excel export, full search across 95M+ profiles |
| Advanced | $120/mo | 200 | 50 accounts | Unlimited | Priority support, all features |
| Metric | What it measures | Calculation method |
|---|---|---|
| Likes/post | Typical like volume | Median of last 18 posts (excludes most recent if <1 day old) |
| Comments/post | Comment engagement | Same median methodology |
| Views/reel | Unique video views | Unique views (not Instagram play count — ratio up to 5:1) |
| Weekly posts | Content consistency | Average posts per week over analyzed period |
| Engagement rate | Audience interaction % | (Likes + comments) / followers × 100 |
| Reachability | Addressable audience % | % of followers following <1,500 accounts |
| AQS | Overall account quality | Composite of 5 dimensions (1-100 scale) |
Based on the user's specific question, provide:
For API integration questions, refer to the detailed trendHERO API Reference.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
Reports consume credits, not just time. Each analytics report uses one credit from your monthly allocation. Running reports on influencers you end up rejecting still costs credits. Vet with free metrics (engagement rate, follower growth) before spending a report credit on a full AQS analysis.
Report generation can be slow for large accounts. Accounts with 1M+ followers can take 2-4 hours to generate. Smaller accounts (<10K) take 30-60 minutes. Already-cached accounts return instantly. Plan ahead for time-sensitive vetting.
Instagram-focused with limited multi-platform coverage. trendHERO's 95M+ database is primarily Instagram. TikTok analytics were recently added but with less depth. If you need YouTube, X, or Twitch coverage, consider HypeAuditor or Modash.
Free plan is very limited. Only basic engagement rate and follower growth — no AQS, no full reports, no search. Useful for a quick check but not for serious vetting. Lite ($16/mo) is the minimum for actionable analytics.
Median-based metrics can surprise you. trendHERO uses median (not average) for likes and comments to eliminate viral post outliers. This gives a more realistic picture of typical performance but may show lower numbers than you expect if you're used to average-based tools.
Reachability metric is unique and important. The "% of followers following <1,500 accounts" metric indicates how likely your content is to actually appear in followers' feeds. Low reachability means the influencer's followers follow so many accounts that your sponsored post may not be seen.
API has no documented rate limits. The API docs don't specify rate limits, but report generation is inherently throttled by processing time. For batch operations, implement reasonable delays between requests.
Webhook requires setup in the Access Tokens page. The API supports webhook callbacks when reports finish processing, but you must configure the webhook URL in your account settings — it's not set per-request.
Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.
/sales-influencer-marketing — Influencer marketing strategy across all platforms — discovery, vetting, campaigns, ROI/sales-hypeauditor — HypeAuditor platform help — AI-powered influencer analytics, 223.6M+ profiles, fraud detection, Campaign Management, API/sales-heepsy — Heepsy platform help — budget-friendly influencer discovery, 11M+ profiles, Shopify integration/sales-modash — Modash platform help — Shopify-focused discovery, gifting, payments, API/sales-infludata — influData platform help — AI creator search, audience analysis, social listening/sales-tiktok-marketing — TikTok marketing strategy — organic growth, paid ads, content creation, influencer strategy/sales-gaming-marketing — Gaming influencer marketing strategy — streamers, game launches/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skills sales-doUser says: "A fitness influencer with 80K followers wants $1,200 for a post — how do I check if they're legit?" Skill does:
User says: "I want to see which influencers my competitors are working with" Skill does:
User says: "I want to pull influencer analytics into our internal tool via the trendHERO API" Skill does:
POST /reports?username={username}ready vs collectingGET /reports/{username}Symptom: Requested a report but it's still in "collecting" status after 30+ minutes
Cause: Large accounts (1M+ followers) require more data processing. First-time reports for uncached accounts take longer.
Solution: Check if the account has been analyzed before — previously cached accounts return instantly. For large accounts, allow up to 2-4 hours. Use the API webhook to get notified when the report is ready instead of polling manually. If a report is stuck beyond 4 hours, the account may be private or have restricted data access — check for impossible status.
Symptom: A creator you know is legitimate has an AQS below 40 Cause: AQS factors in giveaway history and growth patterns. Creators who run frequent giveaways or had rapid growth spurts (even organic ones from viral content) may get penalized. Solution: Don't rely on AQS alone — check individual dimensions. If audience type and comment quality are high but giveaway activity is dragging the score down, the creator may still be a good partner. Cross-reference with engagement rate and reachability metrics for a complete picture.
Symptom: Monthly report allocation exhausted before finding enough qualified influencers Cause: Running full reports on every potential influencer without pre-screening wastes credits. Solution: Use free metrics first — check engagement rate and follower growth on the free plan or in search results before spending a credit on a full report. Create a pre-screening checklist: engagement rate >2%, steady growth pattern, relevant content. Only run full AQS reports on influencers that pass the free-metric screen. Consider upgrading to Pro (50 reports) or Advanced (200 reports) if you regularly need more.