Rotten Tomatoes Scraper

ENDPOINTS
GET/browse/filters

Browse 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"
  ]
}