Step 1 : Apply for a key (Many APIs will ask for authenticators, but this restful API just asks for a user specific key inside your http request.)

Step 2 : Select from the NY times API tree, which category you would like to request information for. I chose movie reviews!

Step 3 : I use a combination of RCurl and jsonlite to retrieve and “jsonify” the object I recieve from NY times.

Step 4 : I seperate all three tables including in my object, into three different dataframes.