Movie Reviews
movie_reviewsSearch New York Times movie reviews. Optionally filter by query or critics picks. Returns title, summary, byline, publication date, and URL. Example: movie_reviews({ query: "dune", critics_pick: true })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query — movie title or keyword (optional). | |
| _apiKey | No | Optional — your own NYT API key for higher limits; omit to use the shared Pipeworx key. | |
| critics_pick | No | If true, only return reviews flagged as NYT Critics’ Picks (optional). |