A creator profile data analysis of the H3 Podcast network — Ethan and Hila Klein's four-channel operation — built on a custom dataset assembled via the YouTube Data API v3, Wikipedia Pageviews API, and Google Trends.
h3.qmd— Quarto markdown file containing all R, SQL, and Python code, analysis, and write-updata/h3_master.csv— master dataset: 1,638 videos across 4 channels (filtered)data/h3_wikipedia.csv— Wikipedia pageview data (monthly)data/h3_wikipedia_daily.csv— Wikipedia pageview data (daily)data/h3_trends.csv— Google Trends data viagtrendsRdata/h3_podchaser_episodes.csv— episode-level podcast data from Podchasercharts/chart1_era_timeline.png— monthly H3 Podcast views 2017–2026 with Frenemies and Leftovers era markerscharts/chart2_duration_drift.png— episode duration drift by era and channelcharts/chart3_reddit_activity.png— Reddit activity: r/h3h3productions vs r/h3snark over time
Three charts and a polyglot analysis (R + SQL + Python) working through what the data actually shows about one of YouTube's most unusual long-run careers:
- How H3 Podcast viewership evolved across four distinct eras — and what killed each one
- Whether episodes are getting longer, shorter, or more erratic — and what that signals about format
- How fan sentiment on Reddit splits between the main sub and the snark sub across the same events
artometrics.com/h3-the-artometrics-of-a-youtube-dynasty
- YouTube Data API v3 — video metadata, view counts, upload dates (Google Cloud project: ARTOMETRICS)
- Wikipedia Pageviews API — no key required
- Google Trends via
gtrendsRR package - Podchaser — episode-level podcast metadata
Note: Reddit JSONL source files (r/h3h3productions, r/h3snark) exceed GitHub's
100 MB file size limit and are excluded from this repo. The processed summary CSV
is included at data/h3_snark_posts.csv.
- R / Quarto
- tidyverse · ggplot2 · ggrepel · ggtext · scales · lubridate · httr · jsonlite · gtrendsR
- Python (pandas · numpy) · SQL
This analysis is based on original data work (R / YouTube Data API v3). AI was used to assist in analysis, research, and writing.