top of page

NYTall: Mass NYT Article Scraping Package for R

  • toldham2
  • Dec 13, 2021
  • 1 min read

Updated: Aug 14, 2022


This R package is incredibly useful for any other data scientists who need to collect a large amount of New York Times article data as quickly as possible using the NYT Article Search API. This package simplifies the collection process, optimizing your script from 40 lines to just one!


I created this package while working on an analysis of New York Times climate change reporting. Due to New York Times API pagination limits, I was having lots of trouble ensuring that all of the data would be collected as quickly and cleanly as possible. I developed this package from the code that I used during the project. See the readme on GitHub for the full documentation.


Here is a preview of a visualization of data collected with this package.

Comentarios


bottom of page