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

5 days 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
}