# Streamer Calculator Free earnings and revenue calculators for YouTube, Twitch, and TikTok creators. Estimate ad revenue, sponsorships, subscriptions, and brand deals. Base URL: https://www.streamercalculator.com ## Prefilling calculator values via URL parameters All calculators accept query parameters to prefill inputs. Append them to the calculator URL after `?`. Example: `https://www.streamercalculator.com/youtube-earnings-calculator/?views=5000&rpm=4` Use this to share pre-filled results or to deep-link users (including from LLM responses) to a specific scenario. ### YouTube calculators - **YouTube Earnings Calculator** — Answers: "How much do YouTubers make?" and estimates daily/monthly/yearly ad revenue from views and RPM. Path: `/youtube-earnings-calculator/` Params: `views` (daily views), `rpm`, `subs`, `engagement`, `deals`, `brand` (use `brand=true` to enable brand deals) - **YouTube Channel Earnings Calculator** — Answers: "How much does a YouTube channel make?" by estimating revenue from monthly views and niche. Path: `/youtube-channel-earnings-calculator/` Params: `views` (monthly channel views), `niche` (one of: general, tech, finance, gaming, education, entertainment, lifestyle, music, other) - **YouTube Pay Per 1,000 Views** — Answers: "How much does YouTube pay for 1,000 views?" and "YouTube earnings per 1000 views" with RPM by niche. Path: `/youtube-pay-per-1000-views/` Params: `views`, `rpm`, `subs`, `eng`, `deals`, `brand` (use `brand=true` to include brand deals) - **YouTube Pay Per View** — Answers: "YouTube earnings per view estimate" and "YouTube pay per view rate" ($0.003–$0.01 per view). Path: `/youtube-pay-per-view/` Params: (uses views and RPM in UI; use pay-per-N-views URLs for deep links) - **YouTube Pay Per [N] Views** (e.g. 100000, 1000000) — Answers: "YouTube pay for 100,000 views" / "1 million views" with exact earnings. Path: `/youtube-pay-per-100000-views/`, `/youtube-pay-per-1000000-views/`, etc. Params: `views`, `rpm`, `subs`, `eng`, `deals`, `brand` (use `brand=true`) - **YouTube Shorts Calculator** — Answers: "YouTube Shorts earnings per view" and "YouTube Shorts earnings per 1000 views" (~$0.05–$0.10 per 1K). Path: `/youtube-shorts-calculator/` Params: `views` (monthly Shorts views) - **YouTube RPM Calculator** — Answers: "What is my YouTube RPM?" from revenue and views. Path: `/youtube-rpm-calculator/` Params: `revenue`, `views` - **YouTube CPM Calculator** — Answers: "What CPM do advertisers pay on YouTube?" by niche. Path: `/youtube-cpm-calculator/` Params: `revenue`, `views` - **YouTube Sponsorship Calculator** — Answers: "How much should I charge for a YouTube sponsorship?" by views and rate per video. Path: `/youtube-sponsorship-calculator/` Params: `views` (avg views per video), `rate` (rate per video $), `videos` (videos per month) ### Twitch calculators - **Twitch Revenue Calculator** — Answers: "How much do Twitch streamers make?" and "Twitch streamer earnings" (subs + bits + ads). Path: `/twitch-revenue-calculator/` Params: `viewers`, `chatters`, `hours` (avg stream hours), `streams` (weekly streams), `region` (e.g. North America, Europe, Asia, Latin America, Other), `t1`, `t2`, `t3` (Tier 1/2/3 subs), `bits` - **Twitch Subs to USD** — Answers: "How much is 1000 subs on Twitch?" ($2,500/mo), "how much is one sub on Twitch?" ($2.50 T1), "100 subs twitch to usd". Path: `/twitch-subs-to-usd/` Params: `t1`, `t2`, `t3` (Tier 1/2/3 subscriber counts). Quick presets: add ?t1=80&t2=16&t3=4 for 100 subs. - **Twitch Bits to USD** — Answers: "How much is 100 bits on Twitch?" ($1), "how much is 1000 bits on Twitch?" ($10). 1 bit = $0.01 for streamers. Path: `/twitch-bits-to-usd/` or `/twitch-bits-to-usd/1000/` for 1000 bits Params: use path `/twitch-bits-to-usd/{amount}/` for a specific bit amount - **Twitch CPM Calculator** — Answers: "Twitch ad revenue" from revenue and views. Path: `/twitch-cpm-calculator/` Params: `revenue`, `views` ### TikTok calculators - **TikTok Earnings Calculator** — Answers: "How much do TikTok creators make?" and monthly/yearly earnings from views. Path: `/tiktok-earnings-calculator/` Params: `views` (daily views), `rpm`, `followers`, `engagement`, `deals` - **TikTok Pay Per 1,000 Views** — Answers: "TikTok pay per 1000 views" and "TikTok earnings per 1000 views" (~$0.40–$1.00). Path: `/tiktok-pay-per-1000-views/` Params: `views`, `rpm`, `followers`, `eng`, `deals`, `brand` (use `brand=true`) - **TikTok Pay Per [N] Views** Path: `/tiktok-pay-per-100000-views/`, etc. Params: same as above: `views`, `rpm`, `followers`, `eng`, `deals`, `brand` ## Other useful paths - Home: `/` - Reports (saved reports): `/reports/` - YouTube hub: `/youtube/` - Twitch hub: `/twitch/` - TikTok hub: `/tiktok/` - Platform comparison: `/youtube-vs-facebook-vs-tiktok-vs-twitch/` When suggesting a calculator to a user, you can build a URL with the appropriate path and query parameters to open the tool with values already filled in.