100 free credits — no credit card required.Start building
Logo
Back to blog

Influencer Tiers: IG Engagement Falls, TikTok's Climbs

By SocialCrawl Research··14 min read

We measured engagement rate on 794 posts from 62 creators across Instagram, TikTok, and YouTube. Instagram falls by tier, TikTok climbs, full method shown.

Influencer Tiers: IG Engagement Falls, TikTok's Climbs

We measured engagement rate on 794 posts from 62 real creator accounts across Instagram, TikTok, and YouTube, pulled live on July 19, 2026. The result contradicts the rule of thumb most brands are handed before they even open a spreadsheet.

On Instagram, engagement decays with scale: 3.7% at nano (1K–10K followers) down to 1.7% at mega (1M+), the familiar "smaller audience, more engaged audience" pattern. On TikTok, in this same sample, it runs the other way: 2.2% at nano climbing to 7.7% at mega. YouTube sits in between, peaking mid-tier and dipping at both ends.

Most advice aimed at brands evaluating influencer marketing platforms repeats a single line: pick nano or micro influencers, because they engage better. That holds on Instagram. It does not hold on TikTok. A follower-tier rule that isn't checked per platform is closer to a coin flip than a strategy.

Every recycled "engagement by tier" stat we could trace on this topic comes from a citation chain that's a year or more stale by the time it's quoted. This one is a live, dated pull with the full method below, so you can check the arithmetic or run it again yourself.

Abstract illustration of engagement rate diverging as follower tier grows, showing a tight small audience cluster next to a sprawling large one

How does engagement rate change as an influencer's follower count grows?

It depends entirely on the platform. Here's the mean engagement rate by tier, computed the same way on all three platforms: (likes + comments + shares) / views, per post, then averaged per creator.

Tier (followers)Instagram: mean (n)TikTok: mean (n)YouTube: mean (n)
Nano (1K–10K)3.67% (4)2.16% (4)5.77% (2)
Micro (10K–100K)4.09% (4)2.65% (4)6.24% (4)
Mid (100K–500K)3.56% (4)6.71% (4)6.51% (9)
Macro (500K–1M)3.36% (3)7.26% (4)3.86% (2)
Mega (1M+)1.74% (3)7.72% (4)4.01% (7)
Overall3.37% (18)5.30% (20)5.45% (24)

Instagram's curve matches what Sprout Social's own benchmark data has shown for a while: its site puts micro-influencer engagement at 0.99%, ahead of celebrity accounts at 0.94%. Same direction, different absolute numbers (their sample is much larger and skews toward established brand accounts, ours toward smaller consumer-lifestyle creators). What Sprout's data doesn't cover is TikTok, and that's exactly where the "smaller is better" story falls apart: TikTok's mega tier out-engaged its nano tier by more than 3.5×.

Read this table as directional. Per-tier samples here run 2–9 creators, enough to see a pattern, not enough to call it a population benchmark. The full caveats are below; treat this table as the headline, not the final word. If you want a similar live pull weighted toward large, established accounts instead of smaller creators, our other engagement-rate benchmark study covers that ground with the same method.

Engagement rate by platform and follower tier: the full breakdown

Means can hide outliers. Here are the medians for the same cells, a metric less sensitive to any single creator's viral post or slow week:

Tier (followers)Instagram: medianTikTok: medianYouTube: median
Nano2.99%0.70%5.77%
Micro4.06%2.67%5.60%
Mid2.75%7.01%6.39%
Macro4.46%8.01%3.86%
Mega1.05%7.67%3.89%
Overall3.14%4.01%4.83%

Two cells are worth flagging by name, because the gap between mean and median tells you where the sample is thin. TikTok's nano tier has a mean of 2.16% but a median of just 0.70%: one high-engagement account in a four-creator tier is dragging the average well above what a typical nano TikTok creator actually posted. Instagram's mega tier shows the same pattern in reverse: a 1.74% mean against a 1.05% median, meaning most mega accounts sat below the average, not at it.

This is the part a lot of "engagement by follower tier" content skips. A single number per tier reads clean. The median-vs-mean gap is the honest version: it tells you the headline number is real, but it's an average of a handful of accounts, not a law of platform behavior.

Illustration contrasting an algorithmic discovery feed reaching new viewers with a close relationship based follower feed, illustrating why engagement rate differs by platform

Why does TikTok reward scale while Instagram punishes it?

The most plausible mechanism, based on how each platform actually distributes content: TikTok's For You Page is discovery-first. A post from a 1.5M-follower TikTok account still gets served mostly to people who don't follow it, chosen by the recommendation system rather than a follow graph, so a mega account's reach and its engaged audience can grow together. Instagram, at least for the consumer-lifestyle niches in this sample (fitness, fashion, travel, food, pets), is comparatively more relationship-driven: as an account adds followers, a growing share of that audience only followed once, scrolled past a few posts, and never really engaged again. Growth dilutes affinity faster than it dilutes reach.

That's a plausible explanation consistent with the data, not something a 62-creator sample can prove on its own. The data shows a correlation between follower tier and engagement direction on each platform. It doesn't isolate why: that would need a much larger sample, ideally with audience-composition data neither platform exposes publicly.

How did we measure this, and how can you reproduce it?

The metric: engagement_rate = (likes + comments + shares) / views, computed server-side by SocialCrawl's computed field-map (documented as a computed field), so the arithmetic is identical across all three platforms and all 62 creators. Nothing here was hand-calculated per platform.

Sample construction:

  1. Discovery. Eight niche search queries (fitness coach, travel blogger, makeup tutorial, home cooking, personal finance, gaming stream, fashion style, pet dog) run against each platform's own search endpoint, returning 37 unique Instagram handles, 240 unique TikTok handles, and 82 unique YouTube channels.
  2. Stratification. Instagram and TikTok candidates were bucketed into five tiers by discovery-time follower count (nano, micro, mid, macro, mega) with up to four drawn per tier per platform. YouTube candidates were drawn unstratified, since discovery didn't surface follower counts, then bucketed after measurement from their real follower total.
  3. Measurement. Each of the 64 selected creators was pulled with the same profile/full call shape:
curl "https://api.socialcrawl.io/v1/instagram/profile/full?handle=example&posts=20" \
  -H "x-api-key: YOUR_API_KEY"

The same shape works for TikTok and YouTube's profile/full endpoints: one flat 5-credit charge per call regardless of how many posts come back, returning the creator's profile plus up to 20 recent posts with a per-post computed.engagement_rate and a rolled-up computed.avg_engagement_rate.

  1. Tiers were recomputed from the real, measured follower count at pull time, not the discovery-time estimate, so the final buckets reflect ground truth.

Sample size and cost. 64 creators sampled, 62 used. Two Instagram accounts (streetstyle__daily, zer) were excluded because every one of their recent posts was an image carousel with no views field, leaving engagement_rate null across the board. 903 posts were fetched; 794 had all three inputs (views, likes, comments) present and fed the tables above. Total cost for the final method: 331 credits, well under a free signup allowance plus one Starter pack.

Any SocialCrawl key holder can rerun this for their own vertical: pick creators through {platform}/search/*, call profile/full for each, and average computed.avg_engagement_rate by tier. The Explorer lets you see the exact response shape, including the computed block, before you write anything. It takes a few minutes and costs less than a coffee in credits, which is the whole point of running a live pull instead of trusting a static industry report.

What this data can't tell you (yet)

This is a snapshot, not a benchmark you should treat as gospel. Specifically:

  • Small per-tier samples. Most cells hold 2–9 creators. Instagram's macro and mega tiers (n=3 each) and YouTube's macro tier (n=2) are the thinnest: a single account joining or leaving any of these buckets would move the average noticeably.
  • Discovery-search selection bias. All 62 creators came from eight consumer-lifestyle search queries. There's no B2B, tech, or enterprise-influencer representation here, and accounts that rank well on a platform's own search are not a random sample of that platform's creators.
  • "Views" isn't one thing. Instagram counts video and Reel plays as views and has no views field on photo-only posts (hence the two excluded accounts). TikTok and YouTube use native view counters. Comparing engagement rate across platforms assumes these denominators are roughly equivalent: an approximation, not an identical measurement.
  • Recent posts, not lifetime history. Each creator's average reflects their ~10–20 most recent posts, not their full history. A viral spike or a quiet month inside that window shifts the number.
  • "Mega" is a wide band. Instagram's mega tier ranges up to 3.9M followers; TikTok's spans 1.5M–2.2M. Real variance exists inside every tier we've collapsed into one row.
  • One point in time. Everything above reflects follower counts and engagement as of July 19, 2026. Creators move between tiers; this is a snapshot, not a trend line.
Illustration of an influencer marketing platform sorting creator profiles into follower tier bins for campaign filtering

Which influencer marketing platforms let you filter by follower tier?

If a finding like this is useful, the next question is how to act on it, and that's where the actual buying decision behind "influencer marketing platforms" comes in. Growth marketers searching for the best influencer marketing platforms or the top influencer marketing platforms for 2026 are usually asking a narrower, more practical question: which vendor actually lets you filter and vet creators by the tier data supports, instead of a generic "smaller is better" rule. A few things worth knowing about how the major platforms handle tier-level filtering, based on their own published pages:

  • Upfluence builds tier and audience filtering into its "Find Creators" discovery module, layered with a newer AI matching feature called Jaice, part of a broader shift toward AI-powered influencer marketing platforms that pitch algorithmic creator-brand matching over manual search. Pricing is modular and custom-quoted per module: the vendor's own FAQ states plainly that "most platforms use custom plans," which is itself a form of disclosure.
  • GRIN offers discovery filtering with plans that scale by active-creator capacity, and its own pricing page advertises a 30-day free trial with month-to-month terms. Independent reports and forum threads describe less flexible annual contracts in practice, so treat the "no lock-in" framing as the vendor's stated position, not a universal experience.
  • Collabstr runs a marketplace model with tier and niche filtering built into search: $249/month for a brand account, plus a 10% fee per order (5% on its Premium tier), the most specific published pricing of the three, and a common landing spot for brands specifically hunting micro influencer marketing platforms. That focus lines up with this data: Instagram's micro tier (10K–100K) was the best-performing Instagram tier in this sample, at 4.09% mean engagement.

None of this replaces checking a claim yourself, which is the same logic behind this whole post: an influencer marketing agency can do this filtering and vetting for you at a markup, or a self-serve platform (or a direct API pull like the one above) lets you check the data before you commit budget to a tier assumption that might not hold for your platform.

Frequently asked questions

Which influencer follower tier gets the best engagement rate? It depends on the platform: there's no single winner. In this sample, Instagram's best-performing tier is micro (10K–100K, 4.09% mean), TikTok's best is mega (1M+, 7.72% mean), and YouTube's best is mid-tier (100K–500K, 6.51% mean).

Does engagement rate always drop as an influencer's follower count increases? No. That pattern only held for Instagram in this sample. TikTok showed the opposite trend (2.16% mean at nano rising to 7.72% at mega), and YouTube was hump-shaped rather than falling or rising in one direction.

Is TikTok engagement really higher for large creators than small creators? In this 20-creator TikTok sample, yes: mega accounts averaged 7.72% (7.67% median) against 2.16% at nano. The per-tier sample is small (four creators per tier), so treat this as a real signal worth checking against your own niche, not a settled industry rule.

How is engagement rate calculated for influencers? (likes + comments + shares) / views, computed identically across platforms rather than by hand per platform. The one wrinkle: "views" is defined slightly differently on each platform, which is the biggest caveat in any cross-platform comparison (see above).

How much do influencer marketing platforms cost? It varies by model, and most vendors don't publish a number. Collabstr publishes $249/month plus a 10% order fee. GRIN advertises no-contract monthly plans on its own site, though independent reports describe annual contracts around $2,500/month in practice, a conflict worth asking about directly rather than assuming either side. Upfluence and most enterprise players use custom, unpublished quotes. Truly free influencer marketing platforms are rare in this category. The closest genuine free option for a data pull like this one is a pay-as-you-go API's free signup credits, not a dedicated influencer-marketing SaaS. The opacity itself is useful information: it means a quoted price is a negotiation, not a list price.

Which influencer marketing platform is best for micro-influencers? It depends on the platform, not just the tier. In this sample, Instagram's micro tier (10K–100K, 4.09% mean) was Instagram's best-performing tier, the strongest case for "micro" anywhere in the data. TikTok's micro tier told the opposite story: 2.65% mean, near the bottom of TikTok's range, well behind its mid, macro, and mega tiers. So if you're comparing micro influencer marketing platforms specifically, tier alone isn't a safe filter. Check which platform your micro-tier creators actually perform on before picking a vendor around it.

Topics
#influencer-marketing-platforms#best-influencer-marketing-platforms#micro-influencer-marketing-platforms#ai-powered-influencer-marketing-platforms#free-influencer-marketing-platforms#top-influencer-marketing-platforms#influencer-engagement-rate#influencer-marketing-agency

Related posts