This document summarizes a presentation on using APIs to gather data. It discusses installing Anaconda and Spyder to run Python scripts for APIs. It explains what APIs are and provides an example of the New York Times API. It outlines the steps to request an API key from the NY Times developer site and then use that key to collect over 300 New York Times comment objects in a JSON format, saving them to a file and analyzing the most active users and their comments.