Discover/rottentomatoes.com API
live

rottentomatoes.com APIrottentomatoes.com

Access Rotten Tomatoes data via 5 endpoints: search movies and shows, get Tomatometer scores, critic and audience reviews, cast, and streaming availability.

Endpoints
5
Updated
28d ago
Try it
Search keyword or phrase (e.g. 'inception', 'breaking bad').
api.parse.bot/scraper/33dfd8d8-fba1-4c3f-860e-6108f06b2e9a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/33dfd8d8-fba1-4c3f-860e-6108f06b2e9a/search?query=breaking+bad' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for movies, TV shows, and people by keyword. Returns categorized results with titles, URLs, tomatometer scores, and release years where available.

Input
ParamTypeDescription
queryrequiredstringSearch keyword or phrase (e.g. 'inception', 'breaking bad').
Response
{
  "type": "object",
  "fields": {
    "tv": "array of TV show search results with title, url, tomatometer, and year",
    "movies": "array of movie search results with title, url, tomatometer, and year",
    "people": "array of celebrity search results with title and url"
  },
  "sample": {
    "data": {
      "tv": [
        {
          "url": "https://www.rottentomatoes.com/tv/breaking_bad",
          "year": null,
          "title": "Breaking Bad",
          "tomatometer": null
        }
      ],
      "movies": [
        {
          "url": "https://www.rottentomatoes.com/m/el_camino_a_breaking_bad_movie",
          "year": null,
          "title": "El Camino: A Breaking Bad Movie",
          "tomatometer": null
        }
      ],
      "people": []
    },
    "status": "success"
  }
}

About the rottentomatoes.com API

The Rotten Tomatoes API gives you structured access to 5 endpoints covering movie and TV show discovery, detailed metadata, and paginated reviews. The get_movie_details endpoint returns schema.org-structured fields including aggregateRating, actor, director, genre, contentRating, and whereToWatch streaming platforms. The search endpoint returns categorized results across movies, TV shows, and people, each with Tomatometer scores and release years.

Search and Browse

The search endpoint accepts a keyword or phrase via the query parameter and returns three categorized arrays: movies, tv, and people. Movie and TV results include title, url, tomatometer, and year. The browse_movies endpoint lets you page through current movies using a category parameter (movies_at_home or movies_in_theaters) and a sort parameter (popular or newest), returning poster images, aggregateRating, and dateCreated per item. Pagination across both endpoints is cursor-based using an after parameter paired with pageInfo.endCursor.

Movie and TV Show Details

get_movie_details takes a movie slug (the path segment from a Rotten Tomatoes URL, e.g. the_dark_knight) and returns a metadata object conforming to the schema.org Movie type. That object includes name, actor, director, genre, contentRating, dateCreated, and aggregateRating. The response also includes a whereToWatch array listing streaming platforms by name and url, plus an emsId field needed to retrieve reviews. get_tv_show_details works the same way for TV shows, with the metadata object containing containsSeason and numberOfSeasons in place of film-specific fields.

Critic and Audience Reviews

The get_reviews endpoint takes an ems_id obtained from either detail endpoint and returns an array of review objects. Each review includes reviewId, scoreSentiment, reviewQuote, critic, publication, and createDate. You can filter by review_type (critic or user) and control page size with page_count. Pagination uses the same cursor pattern: read pageInfo.endCursor from one response and pass it as after in the next to advance through the full review set.

DTM Analytics Metadata

Both detail endpoints return a dtmData object alongside the schema.org metadata. This object contains analytics-oriented fields like titleName, titleGenre, and titleType, which can be useful for classification tasks or enriching a catalog without parsing the full metadata block.

Common use cases
  • Build a movie discovery app that surfaces Tomatometer scores and streaming links from get_movie_details
  • Aggregate critic vs. audience sentiment by comparing scoreSentiment values across review_type in get_reviews
  • Populate a TV show database with season counts and cast lists from get_tv_show_details
  • Track what is currently in theaters vs. available at home using browse_movies with the category parameter
  • Build a people-search feature that maps celebrity names to their Rotten Tomatoes profile URLs via the search endpoint
  • Monitor streaming availability changes for a movie catalog by polling whereToWatch arrays from get_movie_details
  • Collect timestamped critic reviews for sentiment analysis using createDate and reviewQuote from get_reviews
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Rotten Tomatoes have an official public developer API?+
Rotten Tomatoes previously offered a public API but has not made it broadly available for new developers for some time. There is no currently active self-serve developer portal or public API key signup page.
How do I get reviews for a specific movie or TV show?+
First call get_movie_details or get_tv_show_details with the title's slug to retrieve the emsId field. Pass that value as ems_id to get_reviews. Set review_type to critic for professional critic reviews or user for audience reviews. Use page_count to control batch size and after with the returned pageInfo.endCursor to paginate through all results.
Does the API return individual episode-level data for TV shows?+
Not currently. get_tv_show_details returns season count via numberOfSeasons and season structure via containsSeason, but individual episode metadata and episode-level ratings are not exposed. You can fork the API on Parse and revise it to add an episode-level endpoint.
What does `dtmData` contain and how is it different from `metadata`?+
metadata is a schema.org-typed object with structured fields like actor, director, aggregateRating, and genre — suitable for display or catalog ingestion. dtmData is an analytics-oriented object with flatter fields like titleName, titleGenre, and titleType. It is primarily useful for classification or tagging pipelines where you want a normalized string representation without parsing nested schema.org structures.
Does the API cover box office or revenue data for movies?+
No box office or revenue figures are included in the current endpoints. get_movie_details covers ratings, cast, genre, streaming availability, and content rating. You can fork the API on Parse and revise it to add a box office data endpoint if that field is available on the source page.
Page content last updated . Spec covers 5 endpoints from rottentomatoes.com.
Related APIs in EntertainmentSee all →
editorial.rottentomatoes.com API
Search for movies and TV shows, browse ratings and reviews from critics and audiences, and discover celebrity filmographies and entertainment news. Get detailed information about films, shows, and entertainment professionals all in one place.
tmdb.org API
Search for movies and TV shows to discover details like cast, crew, reviews, images, videos, and where to watch them. Get information about actors, browse trending and popular titles, and access comprehensive metadata for entertainment planning.
metacritic.com API
Search for games, movies, and TV shows, then retrieve detailed metadata, critic and user reviews, and ranked lists from Metacritic. Access comprehensive rating information and review data to discover top-rated entertainment content across all media types.
movietickets.com API
Find movie showtimes and theaters near you, browse now playing and coming soon films, and get detailed movie information including ratings and schedules. Plan your movie nights by checking availability across theaters and viewing comprehensive movie metadata all in one place.
justwatch.com API
Search for movies and TV shows, retrieve streaming availability and detailed metadata, browse trending content, and discover similar titles — all via JustWatch.
imdb.com API
Search and retrieve comprehensive IMDb movie information including ratings, genres, cast, crew, and box office data in one place. Get full cast and crew details alongside plot summaries and financial insights for any movie title.
filmaffinity.com API
Search FilmAffinity's film database by title, director, genre, year, and more. Retrieve detailed movie information including cast, crew, synopsis, ratings, and user reviews. Access top-rated lists, box office rankings, theatrical and streaming releases, and full filmographies for cast and crew members.
atomtickets.com API
Find movie showtimes, theater locations, and ticket prices in your area, then browse current and upcoming films with detailed information. Search for specific movies or theaters to compare showtimes and pricing across venues near you.