Rotten Tomatoes Scraper avatar

Rotten Tomatoes Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Rotten Tomatoes Scraper

Rotten Tomatoes Scraper

this is rotten tomato scraper for more detailed api you can visit this https://rapidapi.com/matepapava123/api/rottentomato

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Mate Papava

Mate Papava

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

A powerful Apify Actor for scraping movie ratings, TV show information, streaming content, posters, and spoilers from Rotten Tomatoes and related sources.

Features

  • Movie Information: Get Tomatometer scores, audience scores, critics consensus, and reviews
  • TV Show Information: Get ratings, cast, seasons, and photos for TV shows
  • Streaming Content: Browse movies and TV shows available on major streaming platforms
  • Coming Soon: Get upcoming movies in theaters
  • Netflix Top 100: Get the top 100 TV shows on Netflix
  • Today's Recommendations: Get daily recommendations from Rotten Tomatoes
  • Critics Database: Query critics by name
  • Search: Search for movies, TV shows, and actors
  • Movie Posters: Search and browse movie posters from CineMaterial
  • Spoilers: Get movie spoilers from MoviePooper

Input Parameters

ParameterTypeRequiredDescription
actionstringYesThe scraping action to perform (see Actions below)
namestringNoMovie or TV show name (for get_movie, get_tv_show)
pageintegerNoPage number for paginated results (default: 1)
sortbystringNoSort order for streaming content
genrestringNoGenre filter for streaming movies
letterstringNoSingle letter (a-z) for critics query
endCursorstringNoPagination cursor for critics
search_termstringNoSearch term for Algolia search
querystringNoQuery for poster/spoiler search
full_idstringNoFull ID for poster details
versions_gallery_idstringNoGallery ID for poster versions
spoiler_idstringNoMovie ID for spoilers
afterstringNoCursor for streaming content pagination

Available Actions

ActionDescriptionRequired Parameters
get_movieGet movie informationname
get_tv_showGet TV show informationname
soon_in_theatersGet upcoming moviespage (optional)
top100_netflixGet top 100 Netflix showsNone
streaming_moviesBrowse streaming moviesgenre, sortby, after (all optional)
streaming_tvBrowse streaming TV showssortby, after (optional)
today_recommendationsGet daily recommendationsNone
query_criticsQuery critics by letterletter, endCursor (optional)
searchSearch contentsearch_term
query_postersSearch movie postersquery
get_poster_detailsGet poster detailsfull_id
get_poster_galleryGet poster galleryversions_gallery_id
vintage_us_postersBrowse vintage US posterspage (optional)
classic_polish_postersBrowse classic Polish posterspage (optional)
search_spoilersSearch movies for spoilersquery
get_spoilersGet movie spoilersspoiler_id

Example Input

Get Movie Information

{
"action": "get_movie",
"name": "The Matrix"
}

Get Streaming Movies by Genre

{
"action": "streaming_movies",
"genre": "sci-fi",
"sortby": "critic_highest"
}

Search for Content

{
"action": "search",
"search_term": "Christopher Nolan"
}

Output Format

All results are returned in a consistent format:

{
"action": "get_movie",
"success": true,
"data": {
"title": "The Matrix",
"tomatometer_score": 83,
"audience_score": 85,
"critics_consensus": "...",
"image": "https://..."
},
"error": null,
"timestamp": "2026-03-18T12:00:00Z"
}

Environment Variables

VariableDescription
GOOGLE_TRANSLATE_API_KEYGoogle Translate API key for non-English movie name translation (optional)

Set this in Apify Console under Actor Settings → Environment Variables.

Sort Options

For streaming_movies and streaming_tv actions:

  • most_popular - Sort by popularity
  • newest - Sort by release date
  • a_z - Sort alphabetically
  • critic_highest - Highest critic scores first
  • critic_lowest - Lowest critic scores first
  • audience_highest - Highest audience scores first
  • audience_lowest - Lowest audience scores first

Genre Options

For streaming_movies action:

action, adventure, animation, anime, biography, comedy, crime, documentary, drama, entertainment, faith-spirituality, fantasy, game-show, health-wellness, history, holiday, horror, house-garden, kids-family, music, musical, mystery-thriller, nature, news, reality, romance, sci-fi, short, soap, special-interest, sports, stand-up, talk-show, travel, variety, war, western, lgbtq, other

License

This Actor is provided for educational and personal use. Please respect the terms of service of the websites being scraped.