Latest Articles
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Load metadata of the latest articles.
NYTAPI.latest_articles(source=None, section=None)
source
Source of article (all
, nyt
and inyt
)
str
False
"all"
section
You can find all possible sections using:
sections = nyt.section_list()
latest = nyt.latest_articles(
source = "nyt",
section = "books"
)