Rotten Tomatoes Intelligence Scraper (Trailers + Discovery) avatar

Rotten Tomatoes Intelligence Scraper (Trailers + Discovery)

Pricing

from $0.30 / 1,000 results

Go to Apify Store
Rotten Tomatoes Intelligence Scraper (Trailers + Discovery)

Rotten Tomatoes Intelligence Scraper (Trailers + Discovery)

Collects Rotten Tomatoes trailers and discovery metadata for movies and TV in one actor, including scores, filters, and optional detail enrichment.

Pricing

from $0.30 / 1,000 results

Rating

0.0

(0)

Developer

peyman

peyman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

Rotten Tomatoes Intelligence Scraper (Trailers + Discover)

Use this actor when you want either:

  • 🎬 Trailer videos from selected Rotten Tomatoes YouTube playlists.
  • 📺 Discover listings from Rotten Tomatoes (movies + TV) with filters.

It is designed for tracking new releases, monitoring trailer activity, and building simple content datasets. 🚀

Inputs

Choose the input values below to control what is scraped and how much data is returned.

  • ⚙️ mode (discover or trailers, default: discover)
  • 📼 playlistUrls (trailers mode: select one or more predefined playlists)
  • 🔢 maxItems (maximum output size)
  • 🛑 maxContinuationPages (trailers mode safety cap)

Discover mode options:

  • 🧭 browseSection
  • ↕️ sort
  • 🎭 genres
  • 🏷️ ratings
  • 👥 audience
  • 🍅 critics
  • certifiedFresh
  • 🔥 verifiedHot
  • 🤝 affiliates
  • 1️⃣ browseStartPage
  • 📄 browsePages
  • 🧪 enrichDetails

Example INPUT:

{
"mode": "discover",
"browseSection": "movies_in_theaters",
"sort": "popular",
"genres": ["action", "drama"],
"ratings": ["pg13", "r"],
"audience": ["upright"],
"critics": ["fresh"],
"certifiedFresh": true,
"verifiedHot": false,
"browseStartPage": 1,
"browsePages": 3,
"playlistUrls": [
"<NEW_TV_TRAILERS_AND_EXCLUSIVES_PLAYLIST_URL>",
"<INTERVIEWS_PLAYLIST_URL>",
"<HOT_NEW_TRAILERS_AND_EXCLUSIVES_PLAYLIST_URL>",
"<NEW_TRAILERS_THIS_WEEK_PLAYLIST_URL>"
],
"maxItems": 30,
"maxContinuationPages": 5,
"enrichDetails": true
}