Movies & Entertainment · Rotten Tomatoes
Rotten Tomatoes Movies & TV Data
Datadory delivers rotten tomatoes movies tv data covering tens of thousands of movie and television titles, each carrying the two scores audiences actually shop by - the Tomatometer from approved professional critics and the Popcornmeter from verified ticket-buying audiences - plus the counts behind them, Certified Fresh flags, advisory ratings, genres and cast and crew. One row per title (per season for TV), delivered daily, weekly, or hourly.
API, files, or your warehouse. Daily, weekly, or hourly.
- Where it covers
- US-centric: reflects the pool of approved professional critics reviewing US theatrical and streaming releases, applied consistently across the full title catalog.
- How far back
- Current releases plus a deep back catalog of movies and TV; scores refresh as critic reviews and audience ratings arrive, so opening-weekend and legacy titles share one schema.
- How fine
- One record per movie or per TV season, each with aggregated dual scores and per-critic-review listings beneath the aggregate.
What is the Rotten Tomatoes Movies & TV dataset?
It is the review aggregator's catalog turned inside out: every title that has ever earned a percentage, with both scores and everything behind them. Rotten Tomatoes rates movies and television on two axes - the Tomatometer, defined as "the percentage of professional critic reviews that are positive for a given film or television show," and the Popcornmeter, scored by verified ticket-buying and viewing audiences.
Each title record carries more than the headline number. A current-release example shows the shape: a 94 Tomatometer resting on 499 counted critic reviews, a 97 Popcornmeter backed by an average audience rating of 4.8 out of 5 and like/dislike counts in the tens of thousands, banded display figures such as "25,000+ Verified Ratings," sentiment labels and Certified Fresh flags on both sides. Around the scores sit the descriptive layer - advisory rating, genre list, synopsis, trailer, director, producers and a cast array with celebrity-page references.
Titles live at /m/{slug} for movies and /tv/{slug}/s{season} for TV seasons, so a long-running series resolves per season rather than per show. The catalog spans current releases and a deep back catalog, and homepage rails plus browse charts surface hundreds of titles at a time: new theatrical releases, popular streaming movies, coming soon, Top 10 Box Office, Latest Certified Fresh and weekly staff picks. Datadory normalizes all of it into title-level records in your movies & entertainment base - see best movies & entertainment datasets for how this collection stacks against the others.
What do sample rows look like?
One row per title - per season, for TV. The leading record, a current theatrical release:
# one row per movie or TV title, per season for TV
# leading record shown: a current theatrical release
title : The Odyssey (2026)
title_path : /m/the_odyssey_2026
tomatometer : 94
critic_review_count : 499
popcornmeter_verified : 97
audience_avg_rating : 4.8
audience_liked_count : 28382
audience_notliked_ct : 981
content_rating : R
genres : Adventure | Action | Fantasy
director : Christopher Nolan
cast : Matt Damon; Tom Holland; Anne Hathaway;
Robert Pattinson; Lupita Nyong'o
certified_flags : critics_certified=true audience_certified=true
# the same title continues with its scorecard detail rows:
# one row per critic review listing under the aggregate, and
# banded audience-rating counts ('25,000+ Verified Ratings')
# alongside them, joined by the title pathThe pattern worth noticing: both score families sit on the same row as the creative credits, so a single table answers critics and crowds at once without a join. Aggregate scores fan out to per-review listings underneath, which means counting rows means counting review listings, not counting titles - aggregate by title path first. Rows reflect the August 2026 review pass; a fresh pull arrives current to the day it ships.
Which fields does each record include?
Seventeen fields complete the core schema, verified against live title-page output during the research pass:
- tomatometer_score and critic_review_count - the critics' percentage and the number of reviews behind it.
- popcornmeter_score, audience_average_rating, audience_liked_count and audience_not_liked_count - the audience side, including verified-audience distinctions and raw like/dislike volume.
- verified_ratings_band - the banded display figure such as "25,000+ Verified Ratings."
- certified_fresh_flag - whether the critics' side currently carries the Certified Fresh designation.
- cast, director and producer - creative credits with person names and celebrity-page references.
- genres and content_rating - the classification layer, e.g. Adventure/Action/Fantasy at rating R.
- release_date_created, synopsis and trailer - catalog metadata and promo media.
- title_path - the canonical /m/{slug} or /tv/{slug}/s{season} locator, the join key back to the source universe.
Full definitions and examples appear in the field dictionary below. Where a field needs more depth than the core schema carries, extra columns fold out at sample request rather than bloating every delivery.
How far does the coverage reach?
Geographically, coverage follows the US-centric pool of approved critics and the theatrical and streaming releases they review, which makes the scores directly comparable across the whole catalog rather than regionally fragmented.
Temporally, the catalog holds current releases alongside a deep back catalog of movies and TV, and scores move as reviews and ratings arrive - opening-weekend titles and decades-old catalog entries sit in the same schema.
At grain, one record covers one movie or one TV season, each carrying aggregated scores plus per-critic-review listings underneath. That depth is why the same title can support both a headline-score analysis and a reviewer-level one from a single collection.
How does it pair with other movie and TV datasets?
Rotten Tomatoes supplies the critical-and-audience consensus layer. Pair it and the picture completes:
- Box Office Mojo adds the commercial outcome - grosses over time - so consensus can be read against revenue. See Box Office Mojo and the direct head-to-head in Box Office Mojo vs Rotten Tomatoes Movies & TV.
- JustWatch Streaming Guide adds where each title watches today, turning score tables into availability-aware ones. See JustWatch Streaming Guide.
- MovieLens-style corpora add user-generated ratings at individual level when behavioral modeling needs interactions, not aggregates.
- US government movie-tagged datasets add public-sector film records for grant-funded and archival work. See Data.gov movies-tagged datasets.
Join key in every pairing: the title path, which stays stable while scores move underneath.
Field dictionary
Every field below is documented against real records. The full dictionary ships with the sample.
| Field | Type | Definition | Example |
|---|---|---|---|
tomatometer_score | integer | Percentage of professional critic reviews that are positive, on a 0-100 scale - the Tomatometer. | 94 |
critic_review_count | integer | Number of critic reviews counted toward the Tomatometer. | 499 |
popcornmeter_score | integer | Audience score percentage; verified-audience scoring is distinguished from all-audience scoring. | 97 |
audience_average_rating | number | Average audience star rating out of five. | 4.8 |
audience_liked_count | integer | Count of audience members who rated the title positively. | 28382 |
audience_not_liked_count | integer | Count of audience members who rated the title negatively. | 981 |
verified_ratings_band | string | Banded display of audience rating volume, e.g. a '25,000+ Verified Ratings' figure. | 25,000+ Verified Ratings |
certified_fresh_flag | boolean | Whether the critics' side carries the Certified Fresh designation on the current scorecard. | true |
cast | text | Person array of performers, each with a name and a celebrity-page reference. | Matt Damon; Tom Holland; Anne Hathaway |
director | text | Directing credit as published on the title record. | Christopher Nolan |
producer | text | Producing credits attached to the title record. | - |
genres | text | Genre list assigned to the title. | ["Adventure", "Action", "Fantasy"] |
content_rating | string | Advisory rating for the film or TV season. | R |
release_date_created | date | Date the title record was created in the catalog. | 2026-07-17 |
synopsis | text | Plot synopsis shown on the title page. | - |
trailer | text | Trailer object with name, duration, upload date and thumbnail for the title's promo video. | - |
title_path | string | Canonical locator for the title - /m/{slug} for movies, /tv/{slug}/s{season} for TV seasons. | /industries |
What teams do with it
- Acquisition and greenlight research Read critical consensus against audience verdict before valuing rights or committing production budgets - the two scores disagree often enough to be informative.
- Marketing performance measurement Track how a campaign moves the Popcornmeter versus the Tomatometer, and whether Certified Fresh status arrives on schedule.
- Recommendation and ranking models Feed critic and audience signals into watch-next rankers as quality priors alongside popularity and availability data.
- Studio and talent scorecards Aggregate Tomatometer outcomes by director, producer or cast member for representation, casting and award-season analysis.
- Journalism and cultural criticism Cite exact percentages, review counts and verified-ratings volumes with a stable record behind every number quoted.
- Cross-source enrichment Join consensus onto box office, streaming availability or behavioral corpora so every row answers what it earned, where it watches and whether anyone liked it.
Questions buyers ask
What is one row in this dataset?
One title - a movie, or a single season of a TV show - carrying both score families, their underlying counts, the creative credits and the classification layer. Aggregated scores fan out to per-review listings underneath, so count titles by deduplicating on the title path before quoting totals.
What is the difference between the Tomatometer and the Popcornmeter?
The Tomatometer is the percentage of approved professional critic reviews that land positive; the Popcornmeter is the audience-side equivalent, drawn from verified viewers and carrying its own average star rating and like/dislike counts. Keeping both on one row is what makes disagreement between critics and crowds measurable instead of anecdotal.
Does the dataset distinguish verified audience ratings?
Yes - the audience side separates verified scoring from all-audience scoring, and carries banded volume figures such as "25,000+ Verified Ratings" alongside raw like/dislike counts, so you can weight crowd signal by how much of it is verified.
Are Certified Fresh flags included?
Yes - each record carries the certification state of the critics' side on its current scorecard, alongside sentiment labels, so badge changes can be tracked as events rather than assumed.
How are TV shows handled compared to movies?
TV resolves per season at /tv/{slug}/s{season}, so a returning series lands as one record per season rather than one blended record per show. Confirm the season depth you need at sample request and the feed arrives matching it.
Can a sample be scoped to my titles or genres?
Yes - that is what the sample is for. Name the franchises, genres or release windows you care about and real rows come back shaped like your production tables, including any extra columns folded out beyond the core schema.
See the rows before you pay anything.
Name this dataset and we send real records from it — scoped to the fields you asked for.