jcw124 / New-York-Times-API

0 stars 0 forks source link

New York Times API Research #2

Open jcw124 opened 6 years ago

jcw124 commented 6 years ago

Go to http://developer.nytimes.com/article_search_v2.json

jcw124 commented 6 years ago

// Built by LucyBot. www.lucybot.com var url = "https://api.nytimes.com/svc/search/v2/articlesearch.json"; url += '?' + $.param({ 'api-key': "e0b9f2b9bd6649fdaf23c59b5831aebb", 'q': "kanye west", 'begin_date': "20150101", 'end_date': "20161231", 'sort': "newest" }); $.ajax({ url: url, method: 'GET', }).done(function(result) { console.log(result); }).fail(function(err) { throw err; });

sample result

{ "status": "OK", "copyright": "Copyright (c) 2018 The New York Times Company. All Rights Reserved.", "response": { "docs": [ { "web_url": "https://www.nytimes.com/2016/12/29/podcasts/we-need-to-talk-about-kanye.html", "snippet": "What is happening with Kanye West? We spend this week’s episode of Still Processing discussing that question.", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-articleLarge.jpg", "height": 400, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-articleLarge.jpg", "xlargeheight": "400" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/29/arts/29PROCESSING/29PROCESSING-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "We Need to Talk About Kanye", "kicker": "Podcast", "content_kicker": "Still Processing", "print_headline": null, "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Podcasts", "rank": 1, "major": null }, { "name": "persons", "value": "West, Kanye", "rank": 2, "major": null } ], "pub_date": "2016-12-29T14:42:43+0000", "document_type": "article", "new_desk": "Podcasts", "byline": { "original": "By WESLEY MORRIS and JENNA WORTHAM", "person": [ { "firstname": "Wesley", "middlename": null, "lastname": "MORRIS", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 }, { "firstname": "Jenna", "middlename": null, "lastname": "WORTHAM", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 2 } ], "organization": null }, "type_of_material": "News", "_id": "586520ed95d0e0392607831d", "word_count": 682, "score": 6.5207415 }, { "web_url": "https://www.nytimes.com/2016/12/28/arts/music/kirk-franklin-kanye-west-chance-the-rapper-interview.html", "snippet": "The musician appeared on albums by Kanye West and Chance the Rapper this year, as barriers between genres continued to soften.", "print_page": "5", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-articleLarge.jpg", "height": 865, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-articleLarge.jpg", "xlargeheight": "865" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/29/arts/29FRANKLIN/29FRANKLIN-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "In Hip-Hop, Inspiration Arrived by Way of Kirk Franklin", "kicker": "The Year in Pop", "content_kicker": "The Year in Pop", "print_headline": "In Hip-Hop, Inspiration Arrived by Way of Kirk Franklin", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Gospel Music", "rank": 1, "major": null }, { "name": "subject", "value": "Music", "rank": 2, "major": null }, { "name": "persons", "value": "Franklin, Kirk", "rank": 3, "major": null }, { "name": "persons", "value": "West, Kanye", "rank": 4, "major": null }, { "name": "persons", "value": "Chance the Rapper", "rank": 5, "major": null } ], "pub_date": "2016-12-28T22:25:56+0000", "document_type": "article", "new_desk": "Culture", "section_name": "Music", "byline": { "original": "By JON CARAMANICA", "person": [ { "firstname": "Jon", "middlename": null, "lastname": "CARAMANICA", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "58643bf895d0e03926078190", "word_count": 1008, "score": 3.876107 }, { "web_url": "https://www.nytimes.com/2016/12/25/technology/for-fact-checking-website-snopes-a-bigger-role-brings-more-attacks.html", "snippet": "Internet wrath turned against Snopes after it joined a coalition of websites that will work with Facebook to identify and flag suspicious content.", "print_page": "1", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/24/business/26SNOPES/26SNOPES-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": 75, "thumbnail": "images/2016/12/24/business/26SNOPES/26SNOPES-thumbStandard.jpg", "thumbnailwidth": 75 }, "subType": "thumbnail", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/24/business/26SNOPES/26SNOPES-articleLarge.jpg", "height": 480, "width": 600, "legacy": { "xlargewidth": 600, "xlarge": "images/2016/12/24/business/26SNOPES/26SNOPES-articleLarge.jpg", "xlargeheight": 480 }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/24/business/26SNOPES/26SNOPES-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/24/business/26SNOPES/26SNOPES-thumbWide.jpg", "widewidth": 190, "wideheight": 126 }, "subType": "wide", "crop_name": null } ], "headline": { "main": "For Fact-Checking Website Snopes, a Bigger Role Brings More Attacks", "kicker": null, "content_kicker": null, "print_headline": "Bigger Fact-Checking Role for Snopes Brings More Attacks", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "organizations", "value": "Snopes", "rank": 1, "major": "N" }, { "name": "organizations", "value": "Facebook Inc", "rank": 2, "major": "N" }, { "name": "subject", "value": "News and News Media", "rank": 3, "major": "N" }, { "name": "subject", "value": "Rumors and Misinformation", "rank": 4, "major": "N" }, { "name": "persons", "value": "Trump, Donald J", "rank": 5, "major": "N" }, { "name": "persons", "value": "Baldwin, Alec", "rank": 6, "major": "N" }, { "name": "persons", "value": "Clinton, Hillary Rodham", "rank": 7, "major": "N" }, { "name": "persons", "value": "Thicke, Alan", "rank": 8, "major": "N" } ], "pub_date": "2016-12-25T23:25:24+0000", "document_type": "article", "new_desk": "Business", "byline": { "original": "By DAVID STREITFELD", "person": [ { "firstname": "David", "middlename": null, "lastname": "STREITFELD", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "5860556d95d0e03926077c2f", "word_count": 1362, "score": 0.13684896 }, { "web_url": "https://www.nytimes.com/2016/12/23/fashion/remembering-franca-sozzani-italian-vogue-editor.html", "snippet": "Ms. Sozzani, who died recently at age 66, was an editor who knew that fashion isn’t really about clothes.", "print_page": "2", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/fashion/25FRANCA/25FRANCA-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/25/fashion/25FRANCA/25FRANCA-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/fashion/25FRANCA/25FRANCA-articleLarge.jpg", "height": 389, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/25/fashion/25FRANCA/25FRANCA-articleLarge.jpg", "xlargeheight": "389" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/fashion/25FRANCA/25FRANCA-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/25/fashion/25FRANCA/25FRANCA-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "Remembering Franca Sozzani: A Worldview That Mattered", "kicker": null, "content_kicker": null, "print_headline": "A Worldview That Mattered", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Fashion and Apparel", "rank": 1, "major": null }, { "name": "subject", "value": "Deaths (Obituaries)", "rank": 2, "major": null }, { "name": "subject", "value": "Magazines", "rank": 3, "major": null }, { "name": "persons", "value": "Sozzani, Franca", "rank": 4, "major": null }, { "name": "organizations", "value": "Italian Vogue", "rank": 5, "major": null } ], "pub_date": "2016-12-23T19:37:16+0000", "document_type": "article", "new_desk": "Styles", "byline": { "original": "By VANESSA FRIEDMAN", "person": [ { "firstname": "Vanessa", "middlename": null, "lastname": "FRIEDMAN", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585d7cf095d0e039260779b7", "word_count": 1065, "score": 0.14103203 }, { "web_url": "https://www.nytimes.com/2016/12/22/arts/design/our-midas-moment-from-galleries-to-artisans.html", "snippet": "Art galleries glow with gold, as do sneakers and celebrities. And artisans continue to gild objects the way it was done centuries ago.", "abstract": "Frick Collection presents exhibit of 20 gilded objects by 18th-century French decorative artist Pierre Gouthiere, whose talent for working with gold and bronze transformed field.", "print_page": "17", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-articleLarge.jpg", "height": 448, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-articleLarge.jpg", "xlargeheight": "448" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/23/arts/23GILDERS1/23GILDERS1-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "A New Gilded Age, for Artists Who Would Rule Forever", "kicker": null, "content_kicker": null, "print_headline": "Our Midas Moment", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Art", "rank": 1, "major": null }, { "name": "subject", "value": "Gold", "rank": 2, "major": null }, { "name": "persons", "value": "Gouthiere, Pierre (1732-1813)", "rank": 3, "major": null }, { "name": "organizations", "value": "Frick Collection", "rank": 4, "major": null }, { "name": "subject", "value": "Copper, Brass and Bronze", "rank": 5, "major": null } ], "pub_date": "2016-12-22T19:54:39+0000", "document_type": "article", "new_desk": "Weekend", "section_name": "Art & Design", "byline": { "original": "By WILLIAM L. HAMILTON", "person": [ { "firstname": "William", "middlename": "L.", "lastname": "HAMILTON", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585c2f8795d0e039260776dd", "word_count": 1309, "score": 0.14753243 }, { "web_url": "https://www.nytimes.com/2016/12/22/arts/music/apple-music-platform-promoter-both.html", "snippet": "Apple executives Jimmy Iovine and Larry Jackson discuss its place in the music ecosystem and how it has built a one-stop shop for the streaming age.", "print_page": "22", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25APPLE1/25APPLE1-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": 75, "thumbnail": "images/2016/12/25/arts/25APPLE1/25APPLE1-thumbStandard.jpg", "thumbnailwidth": 75 }, "subType": "thumbnail", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25APPLE1/25APPLE1-articleLarge.jpg", "height": 400, "width": 600, "legacy": { "xlargewidth": 600, "xlarge": "images/2016/12/25/arts/25APPLE1/25APPLE1-articleLarge.jpg", "xlargeheight": 400 }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25APPLE1/25APPLE1-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/25/arts/25APPLE1/25APPLE1-thumbWide.jpg", "widewidth": 190, "wideheight": 126 }, "subType": "wide", "crop_name": null } ], "headline": { "main": "Apple Music: Platform? Promoter? Both.", "kicker": null, "content_kicker": null, "print_headline": "Platform? Promoter? Both.", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Audio Recordings, Downloads and Streaming", "rank": 1, "major": "N" }, { "name": "subject", "value": "Rap and Hip-Hop", "rank": 2, "major": "N" }, { "name": "subject", "value": "Pop and Rock Music", "rank": 3, "major": "N" }, { "name": "organizations", "value": "Apple Music", "rank": 4, "major": "N" }, { "name": "organizations", "value": "Spotify", "rank": 5, "major": "N" }, { "name": "organizations", "value": "Tidal (Aspiro AB)", "rank": 6, "major": "N" }, { "name": "creative_works", "value": "Views (Album)", "rank": 7, "major": "N" }, { "name": "creative_works", "value": "Blonde (Album)", "rank": 8, "major": "N" }, { "name": "persons", "value": "Drake (Rapper)", "rank": 9, "major": "N" }, { "name": "subject", "value": "Video Recordings, Downloads and Streaming", "rank": 10, "major": "N" }, { "name": "persons", "value": "Ocean, Frank", "rank": 11, "major": "N" }, { "name": "persons", "value": "West, Kanye", "rank": 12, "major": "N" }, { "name": "persons", "value": "Iovine, Jimmy", "rank": 13, "major": "N" }, { "name": "persons", "value": "Jackson, Larry (Music Executive)", "rank": 14, "major": "N" }, { "name": "subject", "value": "Music", "rank": 15, "major": "N" }, { "name": "organizations", "value": "Apple Inc", "rank": 16, "major": "N" } ], "pub_date": "2016-12-22T11:00:27+0000", "document_type": "article", "new_desk": "Arts&Leisure", "section_name": "Music", "byline": { "original": "By JOE COSCARELLI", "person": [ { "firstname": "Joe", "middlename": null, "lastname": "COSCARELLI", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585bb24f95d0e0392607757c", "word_count": 2367, "score": 2.6173859 }, { "web_url": "https://www.nytimes.com/2016/12/22/arts/music/streaming-album-bon-iver-kanye-west-frank-ocean.html", "snippet": "In 2016, the industry’s evolution and embrace of streaming has encouraged listeners’ curiosity as artists have become experimental and adventurous.", "print_page": "1", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25STREAMING/25STREAMING-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/25/arts/25STREAMING/25STREAMING-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25STREAMING/25STREAMING-articleLarge.jpg", "height": 1133, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/25/arts/25STREAMING/25STREAMING-articleLarge.jpg", "xlargeheight": "1133" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/25/arts/25STREAMING/25STREAMING-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/25/arts/25STREAMING/25STREAMING-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "With Streaming, Musicians and Fans Find Room to Experiment and Explore", "kicker": null, "content_kicker": null, "print_headline": "A Year of Poetry and Power, Bit by Bit", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Music", "rank": 1, "major": null }, { "name": "subject", "value": "Audio Recordings, Downloads and Streaming", "rank": 2, "major": null }, { "name": "persons", "value": "Adele (Singer)", "rank": 3, "major": null }, { "name": "persons", "value": "Bowie, David", "rank": 4, "major": null }, { "name": "persons", "value": "Knowles, Beyonce", "rank": 5, "major": null } ], "pub_date": "2016-12-22T11:00:04+0000", "document_type": "article", "new_desk": "Arts&Leisure", "section_name": "Music", "byline": { "original": "By JON PARELES", "person": [ { "firstname": "Jon", "middlename": null, "lastname": "PARELES", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585bb23a95d0e03926077579", "word_count": 1438, "score": 0.14476159 }, { "web_url": "https://www.nytimes.com/2016/12/21/fashion/andre-leon-talley-melania-trump-donald-trump-anna-wintour.html", "snippet": "While his friends Anna Wintour and Kanye West make pilgrimages to Trump Tower, André Leon Talley is focused on trying to lose 100 pounds.", "print_page": "1", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": 75, "thumbnail": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-thumbStandard.jpg", "thumbnailwidth": 75 }, "subType": "thumbnail", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-articleLarge.jpg", "height": 750, "width": 600, "legacy": { "xlargewidth": 600, "xlarge": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-articleLarge.jpg", "xlargeheight": 750 }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/22/fashion/22DOWD-WEB1/22DOWD-WEB1-thumbWide.jpg", "widewidth": 190, "wideheight": 126 }, "subType": "wide", "crop_name": null } ], "headline": { "main": "Monsieur Vogue Is Leaving Trumpland", "kicker": "With ... André Leon Talley", "content_kicker": "With ... André Leon Talley", "print_headline": "Monsieur Vogue Is Leaving Trumpland", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "persons", "value": "Talley, Andre Leon", "rank": 1, "major": "N" }, { "name": "persons", "value": "Trump, Melania", "rank": 2, "major": "N" }, { "name": "persons", "value": "Trump, Ivanka", "rank": 3, "major": "N" }, { "name": "persons", "value": "Trump, Donald J", "rank": 4, "major": "N" }, { "name": "subject", "value": "Fashion and Apparel", "rank": 5, "major": "N" }, { "name": "subject", "value": "United States Politics and Government", "rank": 6, "major": "N" }, { "name": "organizations", "value": "Vogue", "rank": 7, "major": "N" } ], "pub_date": "2016-12-21T22:28:00+0000", "document_type": "article", "new_desk": "Styles", "byline": { "original": "By MAUREEN DOWD", "person": [ { "firstname": "Maureen", "middlename": null, "lastname": "DOWD", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585b01f895d0e03926077436", "word_count": 2570, "score": 0.09194891 }, { "web_url": "https://www.nytimes.com/2016/12/18/arts/television/snl-donald-trump-vladimir-putin-alec-baldwin.html", "snippet": "In its final episode of 2016, “Saturday Night Live” again poked fun at the president-elect, including his relationship with the Russian president.", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/19/arts/18SNL/18SNL-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/19/arts/18SNL/18SNL-thumbWide.jpg", "wideheight": "126", "widewidth": "190" }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/19/arts/18SNL/18SNL-articleLarge.jpg", "height": 337, "width": 600, "legacy": { "xlargewidth": "600", "xlarge": "images/2016/12/19/arts/18SNL/18SNL-articleLarge.jpg", "xlargeheight": "337" }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/19/arts/18SNL/18SNL-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": "75", "thumbnail": "images/2016/12/19/arts/18SNL/18SNL-thumbStandard.jpg", "thumbnailwidth": "75" }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "‘S.N.L.’ Hammers Donald Trump as a ‘Gift’ to Vladimir Putin for Christmas", "kicker": null, "content_kicker": null, "print_headline": null, "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "creative_works", "value": "Saturday Night Live (TV Program)", "rank": 1, "major": null }, { "name": "persons", "value": "Baldwin, Alec", "rank": 2, "major": null }, { "name": "persons", "value": "Trump, Donald J", "rank": 3, "major": null }, { "name": "persons", "value": "Putin, Vladimir V", "rank": 4, "major": null } ], "pub_date": "2016-12-18T07:55:36+0000", "document_type": "article", "new_desk": "Culture", "section_name": "Television", "byline": { "original": "By DAVE ITZKOFF", "person": [ { "firstname": "Dave", "middlename": null, "lastname": "ITZKOFF", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "News", "_id": "585640fc95d0e039260769ed", "word_count": 784, "score": 0.23834772 }, { "web_url": "https://www.nytimes.com/2016/12/17/opinion/sunday/what-donald-trump-doesnt-know-about-black-people.html", "snippet": "The unifying force in the United States is whiteness.", "print_page": "1", "blog": {}, "source": "The New York Times", "multimedia": [ { "rank": 0, "subtype": "xlarge", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/18/opinion/sunday/18dyson/18dyson-articleLarge.jpg", "height": 404, "width": 600, "legacy": { "xlargewidth": 600, "xlarge": "images/2016/12/18/opinion/sunday/18dyson/18dyson-articleLarge.jpg", "xlargeheight": 404 }, "subType": "xlarge", "crop_name": null }, { "rank": 0, "subtype": "wide", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/18/opinion/sunday/18dyson/18dyson-thumbWide.jpg", "height": 126, "width": 190, "legacy": { "wide": "images/2016/12/18/opinion/sunday/18dyson/18dyson-thumbWide.jpg", "widewidth": 190, "wideheight": 126 }, "subType": "wide", "crop_name": null }, { "rank": 0, "subtype": "thumbnail", "caption": null, "credit": null, "type": "image", "url": "images/2016/12/18/opinion/sunday/18dyson/18dyson-thumbStandard.jpg", "height": 75, "width": 75, "legacy": { "thumbnailheight": 75, "thumbnail": "images/2016/12/18/opinion/sunday/18dyson/18dyson-thumbStandard.jpg", "thumbnailwidth": 75 }, "subType": "thumbnail", "crop_name": null } ], "headline": { "main": "What Donald Trump Doesn’t Know About Black People", "kicker": "Opinion", "content_kicker": "Opinion", "print_headline": "Donald Trump’s Racial Ignorance", "name": null, "seo": null, "sub": null }, "keywords": [ { "name": "subject", "value": "Blacks", "rank": 1, "major": "N" }, { "name": "subject", "value": "Discrimination", "rank": 2, "major": "N" }, { "name": "persons", "value": "Trump, Donald J", "rank": 3, "major": "N" }, { "name": "subject", "value": "United States Politics and Government", "rank": 4, "major": "N" }, { "name": "persons", "value": "Obama, Barack", "rank": 5, "major": "N" }, { "name": "persons", "value": "Carson, Benjamin S", "rank": 6, "major": "N" }, { "name": "persons", "value": "Sessions, Jefferson B III", "rank": 7, "major": "N" }, { "name": "persons", "value": "Sanders, Bernard", "rank": 8, "major": "N" }, { "name": "subject", "value": "Whites", "rank": 9, "major": "N" } ], "pub_date": "2016-12-17T19:30:25+0000", "document_type": "article", "new_desk": "OpEd", "section_name": "Sunday Review", "byline": { "original": "By MICHAEL ERIC DYSON", "person": [ { "firstname": "Michael", "middlename": "Eric", "lastname": "DYSON", "qualifier": null, "title": null, "role": "reported", "organization": "", "rank": 1 } ], "organization": null }, "type_of_material": "Op-Ed", "_id": "5855925695d0e03926076955", "word_count": 1376, "score": 0.14829408, "uri": "nyt://article/d919175e-fb60-5072-bb58-d74a40713a37" } ], "meta": { "hits": 678, "offset": 0, "time": 16 } } }