Movie Reviews
Get New York Times reviews, you can search using keywords and optionally define other search criteria
Usage
NYTAPI.movie_reviews(keyword=None, options=None, dates=None)Parameters
options
optionsVariables
Description
Data type
Required
order
How to sort the results (by-title, by-publication-dateor by-opening-date)
str
False
reviewer
Name of the reviewer
str
False
critics_pick
Only return critics' pick if True
bool
False
dates
datesVariables
Description
Data type
Required
opening_date_start
Reviews about movies released at or after this date
datetime.datetime
False
opening_date_end
Reviews about movies released at or before this date
datetime.datetime
False
publication_date_start
Reviews released at or after this date
datetime.datetime
False
publication_date_end
Reviews released at or before this date
datetime.datetime
False
Example
Last updated
Was this helpful?