Rotten Tomatoes Scraper
ENDPOINTS
Movie Details
Ratings Lookup
Autocomplete
Search Titles
Search People
Movie Cast
Movie Reviews
Movie Where to Watch
Movie Videos
Movie Photos
TV Show Details
TV Season Details
TV Episode Details
TV Show Cast
TV Show Reviews
TV Show Videos
TV Show Photos
Browse Movies
Browse TV Shows
Top Box Office
Homepage
Browse Filters
Celebrity Details
Celebrity Filmography
Celebrity Photos
Search Critics
Critic Details
Critics Directory
Publications Directory
Editorial Guide
Editorial Articles
/browse/filtersBrowse Filters
List every value the browse and filmography endpoints accept: lists, genres, ratings, score filters, services and sorts.
{
"movie_lists": [
"at_home",
"in_theaters",
"coming_soon"
],
"genres": [
"action",
"adventure",
"animation",
"anime",
"biography",
"comedy",
"crime",
"documentary",
"drama",
"entertainment",
"faith_and_spirituality",
"fantasy",
"game_show",
"health_and_wellness",
"history",
"holiday",
"horror",
"house_and_garden",
"kids_and_family",
"lgbtq",
"music",
"musical",
"mystery_and_thriller",
"nature",
"news",
"reality",
"romance",
"sci_fi",
"short",
"soap",
"special_interest",
"sports",
"stand_up",
"talk_show",
"travel",
"variety",
"war",
"western"
],
"movie_ratings": [
"g",
"pg",
"pg_13",
"r",
"nc_17",
"nr",
"ur"
],
"tv_ratings": [
"tvy",
"tvy7",
"tvg",
"tvpg",
"tv14",
"tvma"
],
"critics": [
"certified_fresh",
"fresh",
"rotten"
],
"audience": [
"verified_hot",
"upright",
"spilled"
],
"affiliates": [
"acorn-tv",
"amc-plus",
"apple-tv",
"apple-tv-plus",
"disney-plus",
"fandango",
"fandango-at-home",
"hulu",
"max",
"netflix",
"paramount-plus",
"peacock",
"prime-video"
],
"sorts": [
"popular",
"newest",
"a_z",
"critic_highest",
"critic_lowest",
"audience_highest",
"audience_lowest",
"top_box_office"
],
"sort_notes": {
"top_box_office": "movies list=in_theaters only"
},
"page_size": 30,
"filmography_sorts": [
"newest",
"oldest",
"critic_highest",
"critic_lowest",
"audience_highest",
"audience_lowest"
]
}