Rotten Tomatoes Scraper

ENDPOINTS
GET/movies/where-to-watch

Movie Where to Watch

See where a movie streams, rents or sells: affiliates with deep links, showtimes link, call-to-action and lifecycle.

QUERY PARAMS

Rotten Tomatoes movie slug or any rottentomatoes.com/m/ URL.

Examples:

  • Slug: avengers_endgame
  • URL: https://www.rottentomatoes.com/m/avengers_endgame
{
  "media": {
    "ems_id": "7b2bcd9a-359f-3ffd-bbbd-abe9e5ce3f9e",
    "rt_id": 771432224,
    "type": "movie",
    "title": "Avengers: Endgame",
    "slug": "avengers_endgame",
    "link": "https://www.rottentomatoes.com/m/avengers_endgame"
  },
  "lifecycle": {
    "status": "coming_soon",
    "date": "2026-09-25"
  },
  "summary": null,
  "affiliates": null,
  "has_showtimes": null,
  "showtimes_link": null,
  "primary_cta": {
    "label": "Buy Tickets",
    "affiliate": "fandango",
    "link": "https://www.fandango.com/avengers-endgame-encore-2026-246870/movie-overview",
    "window_text": "Coming Soon",
    "window_date": "2026-09-25"
  }
}