Tags
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Load New York Times tags.
NYTAPI.tag_query(query, max_results=20, filter_options=None)
query
Tags you're looking for
str
True
max_results
Maximum results you'd like
int
False
20
filter_options
Filter options
list
False
tags = nyt.tag_query(
"pentagon",
max_results = 20
)