rottentomatoes_browse_movies
Browse Rotten Tomatoes movie discovery rows by list and sort options. Returns normalized movie data from public pages.
Instructions
Rotten Tomatoes movie discovery rows. Returns normalized movie rows from Rotten Tomatoes public browse pages using credential-free JSON-LD ItemList data. Supported list values are movies_in_theaters, movies_at_home, and movies_coming_soon. Supported sort values are popular, newest, and top_box_office; top_box_office is only valid with movies_in_theaters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to return, default 10, max 20 | |
| list | No | Movie browse list: movies_in_theaters, movies_at_home, movies_coming_soon | |
| sort | No | Sort: popular, newest, top_box_office |