Movie & TV Ratings Scraper avatar

Movie & TV Ratings Scraper

Pricing

from $1.70 / 1,000 results

Go to Apify Store
Movie & TV Ratings Scraper

Movie & TV Ratings Scraper

Movie and TV ratings in one table: Rotten Tomatoes Tomatometer and Popcornmeter, Metacritic Metascore and user score, Letterboxd rating and IMDb link, with a combined score, cast, genres and poster. Search by title. No login.

Pricing

from $1.70 / 1,000 results

Rating

0.0

(0)

Developer

MrDoe

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

21 hours ago

Last modified

Categories

Share

Movie & TV Ratings Scraper - Movie and TV ratings from Rotten Tomatoes, Metacritic and Letterboxd with a combined score

What does Movie & TV Ratings Scraper do?

Movie & TV Ratings Scraper takes a list of movie or TV show titles and returns one row per title with the critic and audience scores from several rating sites side by side. Each row has the Rotten Tomatoes Tomatometer and Popcornmeter with review counts, the Metacritic Metascore and user score, the Letterboxd rating, a combined score on a 0 to 100 scale, the year, type, cast, director, genres, content rating, poster and links to the IMDb, Rotten Tomatoes, Metacritic and Letterboxd pages. Add a year to a title to pick the right version, or ask for several matches to include sequels and remakes.

Why use Movie & TV Ratings Scraper?

  • See every major rating for a title in one row instead of opening four sites.
  • Rank a whole watchlist by one combined score.
  • Works for movies and TV shows, with an optional year to pick the right version.
  • Choose which rating sites to read, and how many matches to return per title.
  • Clean rows for watchlist spreadsheets, recommendation tools and media dashboards.

What makes this different

Scores from three rating sites are put on one scale and averaged into a single combined score, and every title is matched by name and year so the ratings belong to the same film.

How it works

Movie & TV Ratings Scraper workflow: your input, collection, output

  1. Your input — type one or more movie or TV show titles, with a year if you want a specific version.
  2. The Actor collects it — the Actor finds each title and reads its ratings on the sites you selected.
  3. Your output — you get one clean row per title with every score, the combined score and the page links.

What data can you extract?

The dataset has 30 fields per row:

FieldTypeDescription
idstringIMDb title ID.
inputTitlestringThe search line this row came from.
titlestringOfficial title.
yearintegerRelease year, or first air year for TV shows.
typestringmovie or tv.
imdbUrlstringIMDb page.
posterUrlstringPoster image URL.
castarrayMain cast.
directorstringDirector.
genresarrayGenres.
contentRatingstringContent rating such as PG-13.
runtimeMinutesintegerRuntime in minutes; null when not available.
combinedScorenumberAverage of all available scores on a 0 to 100 scale.
sourcesCountintegerHow many rating sites had this title.
rottenTomatoesUrlstringRotten Tomatoes page.
tomatometerScoreintegerCritics score in percent.
tomatometerReviewsintegerNumber of critic reviews.
tomatometerAverage10numberAverage critic rating out of 10.
isCertifiedFreshbooleanTrue when the title is Certified Fresh.
popcornmeterScoreintegerAudience score in percent.
popcornmeterRatingsintegerNumber of audience ratings.
metacriticUrlstringMetacritic page.
metascoreintegerMetascore out of 100.
metacriticCriticReviewsintegerNumber of critic reviews.
metacriticUserScore10numberUser score out of 10.
letterboxdUrlstringLetterboxd page.
letterboxdRating5numberLetterboxd rating out of 5.
letterboxdRatingsintegerNumber of Letterboxd ratings.
criticsConsensusstringRotten Tomatoes critics consensus; only when review text is on.
reviewsarrayReview texts with source, type, author, score, date and text; only when review text is on.

How to use Movie & TV Ratings Scraper

Movie & TV Ratings Scraper input form

  1. Open the Actor and go to the Input tab.
  2. Enter one or more Movie or TV show titles, for example Dune: Part Two.
  3. Optionally set filters and a Max results limit.
  4. Click Start. A default run finishes in under a minute.
  5. Open the Output tab, then download the dataset or connect it to your tools.

Input Parameters

ParameterTypeRequiredDefaultDescription
titlesarrayYes["Dune: Part Two","Oppenheimer","Breaking Bad"]One title per line, for example "Dune: Part Two", "Oppenheimer" or "Breaking Bad". Add a year to pick the right version, for example "Dune 1984" or "Dune (2021)". Every title in this list is looked up; it is not limited by other settings.
mediaTypestringNo"any"Look for movies only, TV shows only, or both.
sourcesarrayNo["rottenTomatoes","metacritic","letterboxd"]Which sites to read ratings from. Leave all selected to get the combined score.
resultsPerTitleintegerNo1How many matching titles to return for each search line. Use 1 for the best match, or up to 5 to also get sequels, remakes and same-name titles.
includeReviewsbooleanNofalseOff by default. When on, each row also has the Rotten Tomatoes critics consensus and a few review texts from the selected sites (Metacritic critics and users, Letterboxd). For full review lists use the Movie & TV Reviews Scraper.
reviewsPerSourceintegerNo5How many reviews to include from each source for each title. Up to 50.
proxyConfigurationobjectNo{"useApifyProxy":false}Optional. Works without a proxy for normal use; turn on Apify Proxy for very large lists.

Output Data

Movie & TV Ratings Scraper dataset table

tomatometerScore and popcornmeterScore are percentages. metascore is out of 100 and metacriticUserScore10 is out of 10. letterboxdRating5 is out of 5. combinedScore is the average of all available scores converted to a 0 to 100 scale. sourcesCount says how many sites had the title. Fields that do not apply are null.

Movie & TV Ratings Scraper field map of one record

A real dataset item:

{
"id": "tt15239678",
"inputTitle": "Dune: Part Two",
"title": "Dune: Part Two",
"year": 2024,
"type": "movie",
"imdbUrl": "https://www.imdb.com/title/tt15239678/",
"posterUrl": "https://m.media-amazon.com/images/M/MV5BNTc0YmQxMjEtODI5MC00NjFiLTlkMWUtOGQ5NjFmYWUyZGJhXkEyXkFqcGc@._V1_.jpg",
"cast": ["Timothée Chalamet", "Zendaya"],
"director": "Denis Villeneuve",
"genres": ["Sci-Fi", "Adventure", "Action", "Fantasy"],
"contentRating": "PG-13",
"runtimeMinutes": 167,
"combinedScore": 87.3,
"sourcesCount": 3,
"rottenTomatoesUrl": "https://www.rottentomatoes.com/m/dune_part_two",
"tomatometerScore": 92,
"tomatometerReviews": 466,
"tomatometerAverage10": 8.4,
"isCertifiedFresh": true,
"popcornmeterScore": 95,
"popcornmeterRatings": 2244,
"metacriticUrl": "https://www.metacritic.com/movie/dune-part-two/",
"metascore": 79,
"metacriticCriticReviews": 62,
"metacriticUserScore10": 8.3,
"letterboxdUrl": "https://letterboxd.com/film/dune-part-two/",
"letterboxdRating5": 4.38,
"letterboxdRatings": 3655095
}

Usage Examples

Ratings for a watchlist

{
"titles": ["Dune: Part Two", "Oppenheimer", "Poor Things"]
}

Pick a specific version by year

{
"titles": ["Dune 1984", "Dune (2021)"],
"mediaType": "movie"
}

TV shows only, Rotten Tomatoes and Metacritic

{
"titles": ["Breaking Bad", "The Bear"],
"mediaType": "tv",
"sources": ["rottenTomatoes", "metacritic"]
}

Tips for Best Results

  • Add the year, for example Dune (2021), when several films share a name.
  • Set Matches per title to 3 to include sequels and remakes of a series.
  • Deselect a rating site if you only need scores from the others.
  • Sort the output by combinedScore to rank a watchlist.

Known Limitations

  • IMDb ratings are not included; the IMDb page link is provided.
  • Review text is off by default; turn on Include review text for a few reviews per source, or use the Movie & TV Reviews Scraper for full lists.
  • Letterboxd covers films only, so TV shows have no Letterboxd rating.
  • Very new or obscure titles may not be on every rating site, so some scores are null.
  • Scores change over time and reflect the moment of the run.

Integrations

Run it from the Apify API, on a schedule, or from a webhook. Send results straight to Google Sheets, Make, Zapier, Slack or your own database with Apify's built-in integrations.

Export Formats

Download the dataset as JSON, CSV, Excel, XML, HTML table or RSS from the Output tab or the API.

Frequently Asked Questions

How do I get Rotten Tomatoes and Metacritic scores together?

Enter the titles and run the Actor. Each row has the Tomatometer, Popcornmeter, Metascore and user score side by side.

What is the combined score?

The average of every available score, each converted to a 0 to 100 scale, so a title with all sites reads as one number.

Does it work for TV shows?

Yes. Set Movies or TV shows to TV shows only, or leave it on both. Letterboxd has no TV shows, so those rows have no Letterboxd rating.

How do I pick between remakes with the same name?

Add the year to the title, for example Dune (2021), or raise Matches per title to see several versions.

Does it include review text?

Not by default. Turn on Include review text to add the critics consensus and a few reviews from each site. Use the Movie & TV Reviews Scraper when you need many reviews.

Is there a limit on the number of titles?

No. Every title in the list is looked up.

How fresh is the data?

Ratings are read live on every run.

Do I need an account or login?

No. The Actor collects public rating pages and needs no account, cookies or API key.

Am I charged for failed runs or empty results?

You are only charged for results that are actually written to the dataset.

Can I run it on a schedule?

Yes. Create a Task with your input and add a schedule in Apify Console. With monitor mode on, each scheduled run returns only what changed since the previous one.

Support

Questions or a missing field? Open an issue from the Issues tab on this Actor's page and it will be looked at.

You are responsible for using the collected data in line with the terms of the rating sites and applicable law. The Actor collects only public rating information and no personal data. It is not affiliated with Rotten Tomatoes, Metacritic, Letterboxd or IMDb.