skills/sales-trendhero/SKILL.md
trendHERO platform help — Instagram influencer analytics with discovery search (95M+ profiles, 20+ filters), Account Quality Score (AQS 1-100, fake follower detection), Audience Analysis, Daily Tracking, Ads Database (10M+ posts), Audience Overlap, and a REST API (Bearer auth, webhooks). Covers AQS interpretation, audience vetting, tracking setup, ads research, API integration, and pricing (Free/Lite/Pro/Advanced). Use when you suspect an influencer has fake followers, search results aren't matching your niche, you need to monitor an influencer's metrics over time, you want to see which influencers competitors use, the trendHERO API isn't working, you're unsure which plan fits your budget, or deciding between trendHERO, HypeAuditor, and Heepsy. Do NOT use for influencer strategy across platforms (use /sales-influencer-marketing), TikTok marketing (use /sales-tiktok-marketing), gaming influencer marketing (use /sales-gaming-marketing), or ad campaigns (use /sales-retargeting).
npx skillsauth add sales-skills/sales sales-trendheroInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 --skill 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: Searches the creator by username, reads the AQS score (>60 good, <40 concerning, <25 deal-breaker) across its 5 dimensions (audience type, comment quality, growth, giveaways), highlights the reachability metric (what % of followers actually see the post), and weighs the $1,200 ask against authentic reach and engagement. Result: Data-driven decision on whether the partnership is worth the investment
User says: "I want to see which influencers my competitors are working with" Skill does: Uses the Ads Database to search by brand/competitor name, filters by date range, engagement, and influencer size, identifies which creators drive the best engagement, saves interesting ones to a list, and runs AQS reports on the shortlist before outreach. Result: Competitive intelligence on influencer partnerships with actionable next steps
User says: "I want to pull influencer analytics into our internal tool via the trendHERO API"
Skill does: Walks through Bearer-token auth (Access Tokens page), the create endpoint (POST /reports?username={username}), async processing (poll the status field for ready vs collecting), webhook setup for completion, and retrieval (GET /reports/{username}); points to the API reference for full docs.
Result: Working API integration plan with auth, endpoints, and async handling
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.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).