# Rate Card Calculator

> Estimate the right price to pay (or charge) for influencer content on Instagram, TikTok, YouTube, or Telegram using per-platform baselines and engagement adjustments.

Source: https://influtics.com/llm/tools/rateCard.md

The Rate Card Calculator anchors creator-marketing negotiations in a transparent
formula instead of an arbitrary number. It returns a **suggested per-piece rate
in USD** for a sponsored post, story, reel, short, or video — broken down by
platform, follower count, engagement rate, and content type.

## Formula

`suggested_rate = (followers / 1000) × baseline_per_1k × engagement_multiplier × content_multiplier`

The baseline rate per 1k followers varies by platform (a YouTube integration
costs more than a TikTok of equivalent follower count because production is
heavier). The engagement multiplier rewards creators whose audience actually
interacts with their content. The content multiplier adjusts for the format
itself — a Reel costs more than a Story, a long-form YouTube costs more than
a Short.

## Inputs

- **Platform** — Instagram, TikTok, YouTube, or Telegram
- **Followers** — current subscriber / follower count
- **Engagement rate (%)** — same formula as the Engagement Rate Calculator
- **Content type** — Story / Post / Reel on Instagram; Short / Long video on
  TikTok; Short / Long-form / Integration on YouTube; Post on Telegram

## Output

A single suggested rate per content piece, in USD, plus the underlying
baseline and multipliers so the user can audit where the number came from.

## When to use it

- Anchoring a rate conversation from a position of evidence instead of
  "what we paid last time"
- Screening inbound pitches: a rate 3× above the calculator's output is a
  signal the creator is over-priced for their tier, and a rate 5× below is
  often a sign of inflated followers
- Budgeting a campaign before outreach: multiply the suggested rate by the
  number of creators × expected number of pieces to size the spend envelope
- Negotiating a bulk deal: the per-piece rate is the negotiation floor; for
  multi-deliverable contracts, expect to discount slightly

## Worked example

A micro Instagram creator with 75,000 followers, 4.2% engagement, asks for a
Reel.

baseline_per_1k (Instagram, Reel) ≈ $15
engagement_multiplier at 4.2% ≈ 1.10
content_multiplier (Reel vs Post) ≈ 1.30

suggested_rate = (75,000 / 1,000) × 15 × 1.10 × 1.30
               = 75 × 15 × 1.10 × 1.30
               = **$1,608.75** per Reel

If the same creator has 1.5% engagement instead:

engagement_multiplier at 1.5% ≈ 0.85

suggested_rate = 75 × 15 × 0.85 × 1.30
               = **$1,243.13** per Reel

That's a 23% reduction for a creator whose audience is less engaged. The
same formula applies across platforms; only the baseline changes.

## Limitations

- The baselines are blended averages from a 2024 creator-economy survey;
  niche-specific and region-specific multipliers are not yet modeled
- The calculator assumes a single sponsored piece. Package deals
  (whitelist usage, exclusivity window, multi-platform cross-post) are not
  priced in — those are negotiation topics
- USD only. Local-currency conversion is the user's responsibility

## Related

- Engagement Rate Calculator: https://influtics.com/llm/tools/engagementRate.md
- Campaign Budget Calculator: https://influtics.com/llm/tools/campaignBudget.md
- Influencer Tier Classifier: https://influtics.com/llm/tools/influencerTier.md
- Page: https://influtics.com/tools/rate-card
