{"info":{"_postman_id":"97108eca-13ac-428c-ad97-41a332a81c5f","name":"Old NewsCatcher News API V1","description":"<html><head></head><body><img src=\"https://landen.imgix.net/cx94dldupxmq/assets/dcokcirn.svg?w=270\" alt=\"NewcatcherAPI\">\n\n  \n<p><em>By developers, for developers</em></p>\n<p>Get a key on <a href=\"https://rapidapi.com/newscatcher-api-newscatcher-api-default/api/newscatcher?endpoint=apiendpoint_8218240c-8c08-420b-8cfe-36a56759f524\">RapidAPI</a> <strong>(no credit card required)</strong></p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>Newscatcher API is a JSON API that allows you to find news articles by topic, country, language, website, or keyword.</p>\n<p>It is a right tool for you if you need to:</p>\n<ul>\n<li><p>find all the news articles which mention any specific keyword(s) (<code>/search</code> endpoint)</p>\n</li>\n<li><p>know how many times any company, person, or event got mentioned per hour/day (<code>/aggregation</code> endpoint)</p>\n</li>\n<li><p>get the latest headlines for any country, or topic (<code>/latest_headlines</code> endpoint)</p>\n</li>\n<li><p>find all the articles that mention publicly traded company (in body or title of an article) (<code>/stocks</code> endpoint)</p>\n</li>\n</ul>\n<p>You can make a highly narrowed search by combining such filters as:</p>\n<ul>\n<li>date &amp; time an article got published<ul>\n<li><p>\"2020-05-23 16:55\"</p>\n</li>\n<li><p><code>from</code> \"yesterday 5pm EST\" <code>to</code> \"now EST'</p>\n</li>\n<li><p><code>from</code> \"2020/05/30 4am\" <code>to</code> \"2020/05/31 4am\"</p>\n</li>\n<li><p><code>from</code> \"May 8\" <code>to</code> \"May 18\"</p>\n</li>\n<li><p><code>from</code> \"one week ago\"</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>We know how painful it is sometimes to work with dates, so we integrated <a href=\"https://github.com/scrapinghub/dateparser\">dateparser</a> Python package to take care of any date.</p>\n<ul>\n<li><p>website (news publisher) of an article</p>\n<ul>\n<li><p><code>sources=nytimes.com,wsj.com</code> to search though a few specific websites</p>\n</li>\n<li><p><code>not_sources=rt.com,foxnews.com</code> to exclude news websites from search</p>\n</li>\n</ul>\n</li>\n<li><p>[experimental] filter news feed by a topic. Allowed topics are: <code>news</code>, <code>sport</code>, <code>tech</code>, <code>world</code>, <code>finance</code>, <code>politics</code>, <code>business</code>, <code>economics</code>, <code>entertainment</code></p>\n</li>\n<li><p>[experimental] filter news feed by a country (e.g. <code>US</code>, <code>FR</code>, <code>UA</code>, etc)</p>\n</li>\n<li><p><code>language</code> more about that below</p>\n</li>\n<li><p>many more</p>\n</li>\n</ul>\n<p>Important things to know:</p>\n<ul>\n<li><p>on a usual day we get 170,000 - 200,000 articles</p>\n</li>\n<li><p>we daily update each website's rank</p>\n</li>\n<li><p>our database contains articles that were published since end April 2020</p>\n</li>\n<li><p>the default time is in UTC</p>\n</li>\n<li><p>we will never make any change that can impact your usage. New features and fixes will be released under a new API version</p>\n</li>\n</ul>\n<h2 id=\"our-full-text-search-is-aware-of-languages\">Our full-text search is aware of languages</h2>\n<p>We autodetect the language of each article. If it is one of the supported languages (<code>en</code>, <code>fr</code>, <code>de</code>, <code>ru</code>, <code>es</code>, <code>it</code>, <code>tr</code>, <code>ar</code>, <code>sw</code>, <code>da</code>), then it will be analyzed in accordance to each language's specifications.</p>\n<p>For example, <code>en</code> model removes punctuation &amp; stop words (<em>and, the, a</em>, etc). Then, it also lemmatizes all the words (<em>skiing</em> → <em>ski</em>, <em>cats</em> → <em>cat</em>, etc). <strong>This is only done for indexing, the text that we return you is left unchanged.</strong></p>\n<p>Each language is treated uniquely, so you can be sure that you will get the relevant results. Knowing the search language in advance can significantly boost the quality of Newscatcher's search engine.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Get a key on <a href=\"https://rapidapi.com/newscatcher-api-newscatcher-api-default/api/newscatcher?endpoint=apiendpoint_8218240c-8c08-420b-8cfe-36a56759f524\">RapidAPI</a> <strong>(no credit card required)</strong></p>\n<h1 id=\"endpoints\">Endpoints</h1>\n<p><code>/v1/search</code> — highly customizable search through our database. All filters and sorting options are allowed.</p>\n<p><code>/v1/search_free</code> — a simple full-text search that you can try for free. Only the filtering per language is supported.</p>\n<p><code>/v1/stocks</code> — returns the news articles for any publicly traded company. Accepts only the ticker.</p>\n<p><code>/v1/latest_headlines</code> — always returns the latest 100 articles for any <code>topic</code>, <code>country</code>, <code>language</code>, or any of those combined</p>\n<p><code>/v1/aggregation</code> — searches as <code>/v1/search</code> but returns the articles count per <code>hour</code> or <code>day</code> instead of articles' data</p>\n<p><code>/v1/sources</code> — returns a list of supported news websites for any <code>topic</code>, <code>country</code>, <code>language</code>, or any of those combined</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication","slug":"authentication"},{"content":"Endpoints","slug":"endpoints"}],"owner":"11100503","collectionId":"97108eca-13ac-428c-ad97-41a332a81c5f","publishedId":"TVsoJBTe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-14T17:02:03.000Z"},"item":[{"name":"/v1/search","item":[{"name":"/v1/search Quick Start","id":"896939d3-5b3c-42e6-9304-0d3c34301199","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=\"face serum\"&lang=en&page_size=100&ranked_only=False","description":"<p>Get a key on <a href=\"https://rapidapi.com/newscatcher-api-newscatcher-api-default/api/newscatcher?endpoint=apiendpoint_8218240c-8c08-420b-8cfe-36a56759f524\">RapidAPI</a></p>\n","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"\"face serum\""},{"key":"lang","value":"en"},{"disabled":true,"key":"search_in","value":"title"},{"disabled":true,"key":"from","value":"24 hours"},{"disabled":true,"key":"country","value":"US"},{"disabled":true,"key":"not_sources","value":"medium.com,ycombinator.com,reddit.com,livedoor.com, google.com"},{"disabled":true,"key":"sort_by","value":"date"},{"disabled":true,"key":"to_rank","value":"1000"},{"key":"page_size","value":"100"},{"disabled":true,"key":"country","value":"UA"},{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"to","value":"2020/10/03 00:00 EEST"},{"disabled":true,"key":"media","value":"True"},{"disabled":true,"key":"topic","value":"beuty"},{"disabled":true,"key":"sources","value":"reuters.com"},{"disabled":true,"key":"media","value":"true"},{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"to","value":"2020-10-12"},{"key":"ranked_only","value":"False"},{"disabled":true,"key":"from","value":"2020-10-05"},{"disabled":true,"key":"to_rank","value":"10000"}],"variable":[]}},"response":[{"id":"a2aa5d67-8d9d-4b4a-a0bb-edad86b7be16","name":"/v1/search Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=Elon Musk","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"Elon Musk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:50:24 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 5755f825ee6ab59b8a6349608c249e4e.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd-1AEu8oAMFvvg="},{"key":"X-Amz-Cf-Id","value":"hrYychzGesqDXuD1rimZJ_7PjF3V0y5yFn_LWGXENIiyvx1Vie8cnw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"32158"},{"key":"x-amzn-RequestId","value":"d4c5dd39-9cfb-4475-a93a-d93a62df70c5"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed5781f-75004909411e4e35cbe4edf9;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99963"},{"key":"Content-Length","value":"32158"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 2956,\n    \"page\": 1,\n    \"total_pages\": 60,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"By Chris Isidore, CNN Business Elon Musk had a big week.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"kitv.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2000 -  2020 WorldNow and KITV\",\n            \"link\": \"http://www.kitv.com/story/42196143/to-cap-off-his-amazing-week-elon-musk-just-made-770-million\",\n            \"rank\": \"10592\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"To cap off his amazing week, Elon Musk just made $770 million\",\n            \"published_date\": \"2020-06-01 16:11:00\",\n            \"_id\": \"51ef25074f9be9fb33ddc10c69de3dbc\",\n            \"_score\": 24.87191\n        },\n        {\n            \"summary\": \"Zum ersten Mal ist die bemannte Rakete eines privaten Unternehmens an der Internationalen Raumstation angedockt. Damit feiert Unternehmer Elon Musk einen historischen Schritt. Die bemannte US-Rakete des Unternehmens SpaceX von Elon Musk ist erfolgreich an der Internationalen Raumstation ( ISS) anged\",\n            \"country\": \"NA\",\n            \"clean_url\": \"t-online.de\",\n            \"author\": null,\n            \"rights\": \"2020 t-online.de\",\n            \"link\": \"https://www.t-online.de/nachrichten/panorama/id_87976512/historischer-moment-spacex-rakete-dockt-an-iss-an-erfolg-fuer-elon-musk.html\",\n            \"rank\": \"1306\",\n            \"topic\": \"news\",\n            \"language\": \"de\",\n            \"title\": \"Historischer Moment: SpaceX-Rakete dockt an ISS an – Erfolg für Elon Musk\",\n            \"published_date\": \"2020-06-01 08:23:00\",\n            \"_id\": \"c10c33c16860908e06ded5a75696020d\",\n            \"_score\": 24.825321\n        },\n        {\n            \"summary\": \"Mit der hohen Börsenkapitalisierung Teslas hat Elon Musk ein Versprechen eingelöst, weshalb er nun in Aktien bezahlt werden darf. (Elon Musk, Börse)\",\n            \"country\": \"NA\",\n            \"clean_url\": \"golem.de\",\n            \"author\": \"Andreas Donath\",\n            \"rights\": null,\n            \"link\": \"https://www.golem.de/news/aktienkurs-elon-musk-bekommt-700-millionen-us-dollar-2005-148799-rss.html\",\n            \"rank\": \"4725\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"Aktienkurs: Elon Musk bekommt 765 Millionen US-Dollar\",\n            \"published_date\": \"2020-05-29 07:45:00\",\n            \"_id\": \"86b65e6d655005781526672dffaf081a\",\n            \"_score\": 24.78484\n        },\n        {\n            \"summary\": \"Mit der hohen Börsenkapitalisierung Teslas hat Elon Musk ein Versprechen eingelöst, weshalb er nun in Aktien bezahlt werden darf. (Elon Musk, Börse)\",\n            \"country\": \"NA\",\n            \"clean_url\": \"golem.de\",\n            \"author\": \"Andreas Donath\",\n            \"rights\": null,\n            \"link\": \"https://www.golem.de/news/aktienkurs-elon-musk-bekommt-700-millionen-us-dollar-2005-148799-rss.html\",\n            \"rank\": \"4725\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"Aktienkurs: Elon Musk bekommt 700 Millionen US-Dollar\",\n            \"published_date\": \"2020-05-29 07:45:00\",\n            \"_id\": \"7fc897f61eed8ca3fe3faced88513efb\",\n            \"_score\": 24.78484\n        },\n        {\n            \"summary\": \"Mit der hohen Börsenkapitalisierung Teslas hat Elon Musk ein Versprechen eingelöst, weshalb er nun in Aktien bezahlt werden darf. (Elon Musk, Börse)\",\n            \"country\": \"NA\",\n            \"clean_url\": \"golem.de\",\n            \"author\": \"Andreas Donath\",\n            \"rights\": null,\n            \"link\": \"https://www.golem.de/news/aktienkurs-elon-musk-bekommt-700-millionen-us-dollar-2005-148799-rss.html\",\n            \"rank\": \"4725\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"Zielvereinbarung: Elon Musk bekommt 765 Millionen US-Dollar\",\n            \"published_date\": \"2020-05-29 07:45:00\",\n            \"_id\": \"d009ca84881ff1490aba6803f4a2ebf5\",\n            \"_score\": 24.78484\n        },\n        {\n            \"summary\": \"Elon Musk hat mit SpaceX Geschichte geschrieben. Doch eines begleitete ihn immerzu auf seinem Erfolgs-Weg: Der Spott seiner Gegner!\\nFoto: STEVE NESIUS / Reuters\",\n            \"country\": \"DE\",\n            \"clean_url\": \"bild.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.bild.de/bild-plus/geld/wirtschaft/mein-geld/elon-musk-vom-spinner-zum-weltraum-pionier-70982796.bild.html?wtmc=ob.feed\",\n            \"rank\": \"1402\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Elon Musk - Vom Spinner zum Weltraum-Pionier\",\n            \"published_date\": \"2020-06-01 08:48:35\",\n            \"_id\": \"3c27637ac4455e997dfdb2fffe68b06d\",\n            \"_score\": 24.31329\n        },\n        {\n            \"summary\": \"Elon Musk hat mit SpaceX Geschichte geschrieben. Doch eines begleitete ihn immerzu auf seinem Erfolgs-Weg: Der Spott seiner Gegner!\\nFoto: STEVE NESIUS / Reuters\",\n            \"country\": \"DE\",\n            \"clean_url\": \"bild.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.bild.de/bild-plus/geld/wirtschaft/mein-geld/elon-musk-vom-spinner-zum-weltraum-pionier-70982796.bild.html\",\n            \"rank\": \"1402\",\n            \"topic\": \"news\",\n            \"language\": \"de\",\n            \"title\": \"*** BILDplus Inhalt *** Elon Musk - Vom Spinner zum Weltraum-Pionier\",\n            \"published_date\": \"2020-06-01 08:48:35\",\n            \"_id\": \"fc671397665673d4dd5cc7ca9723daf8\",\n            \"_score\": 24.107567\n        },\n        {\n            \"summary\": \"Tesla'nın CEO'su Elon Musk, 2018 yılında imzaladığı anlaşma maddelerinden birini daha yerine getirdi. Tesla'dan maaş almayan Elon Musk, anlaşma sonucunda elektrikli otomobil üreticisinden 800 milyon dolar kazandı.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mynet.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 1999-2020 www.mynet.com\",\n            \"link\": \"https://www.mynet.com/o-bunu-hak-etti-tesla-dan-elon-musk-a-800-milyon-dolarlik-odeme-110106523816\",\n            \"rank\": \"10467\",\n            \"topic\": \"NA\",\n            \"language\": \"tr\",\n            \"title\": \"Elon Musk gereğini yaptı, bir servet kazandı! İşte aldığı ücret\",\n            \"published_date\": \"2020-05-29 08:07:51\",\n            \"_id\": \"86509ea247180c33d0e35f8ed96e5594\",\n            \"_score\": 24.102705\n        },\n        {\n            \"summary\": \"Teslaentreprenören Elon Musk och artisten Grimes ändrar namnet på sin nyfödde son.\",\n            \"country\": \"SE\",\n            \"clean_url\": \"dn.se\",\n            \"author\": \"TT\",\n            \"rights\": null,\n            \"link\": \"https://www.dn.se/kultur-noje/elon-musk-och-grimes-byter-bebisnamn/\",\n            \"rank\": \"4854\",\n            \"topic\": \"NA\",\n            \"language\": \"sv\",\n            \"title\": \"Elon Musk och Grimes byter bebisnamn\",\n            \"published_date\": \"2020-05-25 08:58:45\",\n            \"_id\": \"10ca1564f057fe36dfbc2ff2644fd37d\",\n            \"_score\": 24.04283\n        },\n        {\n            \"summary\": \"Sáng 28/5, Tesla xác nhận CEO Elon Musk đã đủ điều kiện để nhận khoản tiền đầu tiên trong số tiền thưởng khổng lồ của mình.\\n\\n\\n\\nÝ nghĩa tên gọi 'dị” của con tỷ phú Elon Musk\\n\\nTỷ phú Elon Musk: Facebook là một thứ 'lạc lõng, hãy xóa nó đi!'\\n\\nTỷ phú Elon Musk tung bài hát EDM của mình lên SoundCloud\\n\\nVì sao sở hữu 20 tỷ USD nhưng Elon Musk thiếu tiền mặt?\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tinnhanhchungkhoan.vn\",\n            \"author\": null,\n            \"rights\": \"Copyright 2013 – Tin Nhanh Chứng Khoán - Báo Đầu tư - Cơ quan của Bộ Kế hoạch và Đầu tư\",\n            \"link\": \"https://tinnhanhchungkhoan.vn/doanh-nhan/elon-musk-nhan-khoan-thuong-dau-tien-hon-700-trieu-usd-tu-tesla-329268.html\",\n            \"rank\": \"158774\",\n            \"topic\": \"NA\",\n            \"language\": \"vi\",\n            \"title\": \"Elon Musk nhận khoản thưởng đầu tiên hơn 700 triệu USD từ Tesla\",\n            \"published_date\": \"2020-05-29 08:34:05\",\n            \"_id\": \"e442887b9f8e2148a8fa4e715e707dbd\",\n            \"_score\": 24.029182\n        },\n        {\n            \"summary\": \"Grimes and Elon Musk made quite a stir when they decided to name their newborn baby X Æ…\\n \\nThe post Elon Musk and Grimes Changed Their Baby's Name appeared first on The Frisky.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thefrisky.com\",\n            \"author\": \"Tamara Vlahovic\",\n            \"rights\": null,\n            \"link\": \"https://thefrisky.com/elon-musk-and-grimes-changed-their-babys-name/\",\n            \"rank\": \"9073\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk and Grimes Changed Their Baby's Name\",\n            \"published_date\": \"2020-05-26 07:18:47\",\n            \"_id\": \"24e173ea731fe226de87d82b781e7ed7\",\n            \"_score\": 23.920929\n        },\n        {\n            \"summary\": \"Elon Musk, nhà sáng lập hãng SpaceX, vỡ òa sung sướng khi tên lửa của công ty ông lần đầu tiên đưa thành công 2 phi hành gia Mỹ vào vũ trụ hôm 30/5.\\n\\n\\nCuộc đua vũ trụ trở lại\\n\\nTỷ phú Elon Musk bỏ gần 1 triệu USD tậu xe phim James Bond\\n\\nTiết lộ mối nguy hiếm với tàu vũ trụ mới của Elon Musk\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tienphong.vn\",\n            \"author\": null,\n            \"rights\": \"Copyright 2013 – Báo điện tử Tiền Phong\",\n            \"link\": \"https://www.tienphong.vn/cong-nghe/nhung-tham-vong-la-lung-cua-ty-phu-elon-musk-nguoi-dua-cuoc-dua-vu-tru-tro-lai-1666584.tpo\",\n            \"rank\": \"36241\",\n            \"topic\": \"NA\",\n            \"language\": \"vi\",\n            \"title\": \"Những tham vọng lạ lùng của tỷ phú Elon Musk: Người đưa cuộc đua vũ trụ trở lại\",\n            \"published_date\": \"2020-06-01 07:39:40\",\n            \"_id\": \"d6dd1861f20307301f691c4da105c32b\",\n            \"_score\": 23.889132\n        },\n        {\n            \"summary\": \"President Cyril Ramaphosa has offered his congratulations to Pretoria-born and raised tech billionaire and engineer, Elon Musk on his company's first commercial flight into space.\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"iol.co.za\",\n            \"author\": \"Jehran Daniel\",\n            \"rights\": \"INDEPENDENT MEDIA\",\n            \"link\": \"https://www.iol.co.za/news/science/cyril-ramaphosa-applauds-elon-musk-on-historic-space-flight-48799098\",\n            \"rank\": \"2141\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Cyril Ramaphosa applauds Elon Musk on historic space flight\",\n            \"published_date\": \"2020-06-01 10:53:00\",\n            \"_id\": \"2aa7f4fcaf22817dfd7c44ea32a53843\",\n            \"_score\": 23.870823\n        },\n        {\n            \"summary\": \"Tesla's CEO Elon Musk to get payout of nearly $800 million\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://feeds.marketwatch.com/~r/marketwatch/bulletins/~3/5wFhK6vLyrM/go\",\n            \"rank\": \"294\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Tesla's CEO Elon Musk to get payout of nearly $800 million\",\n            \"published_date\": \"2020-05-28 21:15:48\",\n            \"_id\": \"a8412aa84c43fb4a434b04059c35ba1c\",\n            \"_score\": 23.830406\n        },\n        {\n            \"summary\": \"Teslaentreprenören Elon Musk och artisten Grimes ändrar namnet på sin nyfödde son.\",\n            \"country\": \"SE\",\n            \"clean_url\": \"gp.se\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.gp.se/kultur/kultur-nöje/elon-musk-och-grimes-byter-bebisnamn-1.28374215\",\n            \"rank\": \"13730\",\n            \"topic\": \"NA\",\n            \"language\": \"sv\",\n            \"title\": \"Elon Musk och Grimes byter bebisnamn\",\n            \"published_date\": \"2020-05-25 09:07:50\",\n            \"_id\": \"3fd3cb5b90d7d0a8c09ddae243e25248\",\n            \"_score\": 23.81724\n        },\n        {\n            \"summary\": \"Sebelum proyek SpaceX bersama NASA berhasil, Elon Musk  pernah menyampaikan ambisinya untuk mengirim orang ke luar angkasa 16 tahun yang lalu.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cnnindonesia.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnnindonesia.com/teknologi/20200601112529-203-508648/video-elon-musk-pernah-berambisi-kirim-orang-ke-luar-angkasa/\",\n            \"rank\": \"25940\",\n            \"topic\": \"news\",\n            \"language\": \"id\",\n            \"title\": \"VIDEO: Elon Musk Pernah Berambisi Kirim Orang ke Luar Angkasa\",\n            \"published_date\": \"2020-06-01 06:49:01\",\n            \"_id\": \"53836812bce62d84af033b6e78ce13d9\",\n            \"_score\": 23.791412\n        },\n        {\n            \"summary\": \"Read CNN's Fast Facts about Elon Musk and learn more about the billionaire entrepreneur behind Tesla, SpaceX and SolarCity.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/7sEh7uTSKGo/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk Fast Facts\",\n            \"published_date\": \"2020-05-31 17:42:29\",\n            \"_id\": \"098b298f1f8778a6ca12cce7f0e6dc87\",\n            \"_score\": 23.741982\n        },\n        {\n            \"summary\": \"Singer Grimes and businessman Elon Musk have slightly changed the name of their infant son.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"upi.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 United Press International, Inc. All Rights Reserved.\",\n            \"link\": \"https://www.upi.com/Entertainment_News/2020/05/25/Grimes-Elon-Musk-tweak-their-infants-unusual-name/7081590427701/\",\n            \"rank\": \"1135\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"Grimes, Elon Musk tweak their infant's unusual name\",\n            \"published_date\": \"2020-05-25 18:30:33\",\n            \"_id\": \"bbabfd852d1313046819125561537fa5\",\n            \"_score\": 23.682112\n        },\n        {\n            \"summary\": \"Elon Musk is driving all the way to the bank. Again.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nydailynews.com\",\n            \"author\": \"Jami Ganz\",\n            \"rights\": \"© 2020 New York Daily News\",\n            \"link\": \"https://www.nydailynews.com/news/national/ny-elon-musk-770-million-stock-20200529-bej7g54cqncydcikx6hwghz5gy-story.html#ed=rss_www.nydailynews.com/arcio/rss/category/news/\",\n            \"rank\": \"454\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk gets whopping $770M in Tesla stock as company achieves performance goals\",\n            \"published_date\": \"2020-05-29 16:08:48\",\n            \"_id\": \"0f4acda1f3b8c5da4c127abc6be44a8a\",\n            \"_score\": 23.617579\n        },\n        {\n            \"summary\": \"Macht es sich Elon Musk jetzt auf diesem Luxus-Anwesen in Kalifornien gemütlich? Kostenpunkt: 350 000 US-Dollar im Monat!\\nFoto: Paul Hennessy / dpa, www.hiltonhyland.com\",\n            \"country\": \"DE\",\n            \"clean_url\": \"bild.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.bild.de/unterhaltung/leute/leute/elon-musk-auf-diesen-luxus-bau-fliegt-der-tesla-boss-70991520.bild.html\",\n            \"rank\": \"1402\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"So schön & höllisch teuer - Auf diesen Luxus-Bau fliegt Tesla-Boss Elon Musk\",\n            \"published_date\": \"2020-06-01 12:28:14\",\n            \"_id\": \"4b2464c5d3fa4e6ed4dd6c78a02ffe63\",\n            \"_score\": 23.608757\n        },\n        {\n            \"summary\": \"Elon Musk ist ein Ausnahme-Unternehmer. Er hat noch viel mehr vor, als Astronauten zur Internationalen Raumstation ISS zu bringen.\",\n            \"country\": \"DE\",\n            \"clean_url\": \"faz.net\",\n            \"author\": null,\n            \"rights\": \"Copyright 2001-2020 Frankfurter Allgemeine Zeitung GmbH. Alle Rechte vorbehalten.\",\n            \"link\": \"https://www.faz.net/aktuell/wirtschaft/unternehmen/bevorstehender-space-x-start-musks-vorfreude-auf-die-alternative-erde-16787238.html\",\n            \"rank\": \"1372\",\n            \"topic\": \"economics\",\n            \"language\": \"de\",\n            \"title\": \"Elon Musk, der Marsianer\",\n            \"published_date\": \"2020-05-27 14:09:27\",\n            \"_id\": \"9a155118629c7e50459adaaad27913c9\",\n            \"_score\": 23.568634\n        },\n        {\n            \"summary\": \"Elon Musk joutuu muuttamaan lapsensa nimen kirjoitusasun nimilain mukaiseksi.\",\n            \"country\": \"FI\",\n            \"clean_url\": \"iltalehti.fi\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.iltalehti.fi/viihdeuutiset/a/4f63b0b4-5862-456e-8ab5-5a81a50eaded\",\n            \"rank\": \"13932\",\n            \"topic\": \"NA\",\n            \"language\": \"fi\",\n            \"title\": \"Elon Musk joutui muuttamaan lapsensa nimeä – X Æ A-12 osoittautui laittomaksi\",\n            \"published_date\": \"2020-05-25 14:14:49\",\n            \"_id\": \"dec18c21a94d16abb9035d1243261b57\",\n            \"_score\": 23.498573\n        },\n        {\n            \"summary\": \"Elon Musk was overwhelmed with emotions upon the successful launch as well as docking of the Crew Dragon capsule, which was later renamed by the astronauts as Endeavour.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"indiatimes.com\",\n            \"author\": \"Monit Khanna\",\n            \"rights\": \"Copyright: © 2020 Times Internet Limited. Powered by Indiatimes Lifestyle Network. All rights reserved, https://www.indiatimes.com/privacypolicy\",\n            \"link\": \"https://www.indiatimes.com/technology/science-and-future/elon-musk-gets-emotional-after-spacex-crew-dragon-launch-recounts-18-year-struggle-514623.html\",\n            \"rank\": \"340\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk Gets Emotional After SpaceX Crew Dragon Launch, Recounts 18 Year Struggle\",\n            \"published_date\": \"2020-06-01 14:44:20\",\n            \"_id\": \"b595b3c70533daaa0722f79d3c7e9c4b\",\n            \"_score\": 23.470108\n        },\n        {\n            \"summary\": \"Phản ứng của CEO SpaceX và Tesla Elon Musk đối với Covid-19 đang bắt đầu khiến người hâm mộ xa lánh ông.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"autopro.com.vn\",\n            \"author\": null,\n            \"rights\": \"AutoPro.com.vn\",\n            \"link\": \"https://autopro.com.vn/su-sung-bai-elon-musk-dang-ran-nut-20200523214151077.chn\",\n            \"rank\": \"372814\",\n            \"topic\": \"NA\",\n            \"language\": \"vi\",\n            \"title\": \"Sự sùng bái Elon Musk đang rạn nứt\",\n            \"published_date\": \"2020-06-01 00:28:02\",\n            \"_id\": \"9c09bf3b84f08bbe8d81c2c08f7ae146\",\n            \"_score\": 23.432293\n        },\n        {\n            \"summary\": \"Het gaat echt gebeuren. Het bedrijf SpaceX van Elon Musk gaat de ruimte in....\\n \\nThe post SpaceX-ruimteschip Elon Musk vanavond boven Nederland te zien appeared first on Manners Magazine.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"manners.nl\",\n            \"author\": \"Alrik de Jong\",\n            \"rights\": null,\n            \"link\": \"https://www.manners.nl/spacex-elon-musk-nederland-zien-crew-dragon/\",\n            \"rank\": \"170956\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"SpaceX-ruimteschip Elon Musk vanavond boven Nederland te zien\",\n            \"published_date\": \"2020-05-27 09:26:34\",\n            \"_id\": \"b738d39de001cbbcc68e43a785eecd4f\",\n            \"_score\": 23.431728\n        },\n        {\n            \"summary\": \"Elon Musk și cântăreața Grimes au schimbat numele neobișnuit al primului lor copil, X AE A-12 Musk, potrivit CNN.\",\n            \"country\": \"RO\",\n            \"clean_url\": \"digi24.ro\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.digi24.ro/stiri/externe/mapamond/elon-musk-si-cantareata-grimes-au-schimbat-numele-bebelusului-lor-1312713\",\n            \"rank\": \"27933\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"Elon Musk și cântăreața Grimes au schimbat numele bebelușului lor\",\n            \"published_date\": \"2020-05-25 16:27:45\",\n            \"_id\": \"898718bef11ff7a82e0a4a8f4cf46081\",\n            \"_score\": 23.418148\n        },\n        {\n            \"summary\": \"Am Morgenhimmel sind derzeit die „Starlink'-Satelliten von SpaceX und Elon Musk zu sehen. Erfahren Sie, wie Sie die Satelliten am besten sehen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"hna.de\",\n            \"author\": \"Tanja Banner\",\n            \"rights\": \"Ippen Digital GmbH & Co. KG>\",\n            \"link\": \"https://www.hna.de/netzwelt/multimedia/starlink-satelliten-spacex-elon-musk-haeufig-himmel-sehen-zr-13762007.html?cmp=defrss\",\n            \"rank\": \"15502\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"So sehen Sie die „Starlink'-Satelliten von Elon Musk und SpaceX am Morgenhimmel\",\n            \"published_date\": \"2020-06-01 07:44:00\",\n            \"_id\": \"5edbb2b58b4be163a6af3f975a8f753e\",\n            \"_score\": 23.411047\n        },\n        {\n            \"summary\": \"Elon Musk and Grimes have slightly changed their baby's name\",\n            \"country\": \"NA\",\n            \"clean_url\": \"indiatoday.in\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.indiatoday.in/trending-news/story/elon-musk-and-grimes-slightly-change-their-baby-s-name-here-s-how-they-write-it-now-1681926-2020-05-26?utm_source=rss\",\n            \"rank\": \"2743\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk and Grimes slightly change their baby's name. Here's how they write it now\",\n            \"published_date\": \"2020-05-26 04:35:22\",\n            \"_id\": \"8a4284b3ba9c9b3b8f8b8ce0e8846375\",\n            \"_score\": 23.40345\n        },\n        {\n            \"summary\": \"FOX Business' Stuart Varney says his initially opinion on Tesla CEO Elon Musk was wrong.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"foxbusiness.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.foxbusiness.com/~r/foxbusiness/video/~3/ZZTf1RnNwCQ/\",\n            \"rank\": \"1125\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Varney: Elon Musk isn't just a ‘showman,' he's a ‘game changer'\",\n            \"published_date\": \"2020-05-29 15:33:11\",\n            \"_id\": \"4ade7898f2339b06492ff6d7202fee5f\",\n            \"_score\": 23.381222\n        },\n        {\n            \"summary\": \"NASA astronauts reach ISS, SpaceX's Elon Musk says its the 'first step on a journey toward a civilization on Mars'\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"The Associated Press\",\n            \"rights\": \"https://www.firstpost.com\",\n            \"link\": \"https://www.firstpost.com/tech/science/nasa-astronauts-reach-iss-spacexs-elon-musk-says-its-the-first-step-on-a-journey-toward-a-civilization-on-mars-8433711.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts reach ISS, SpaceX's Elon Musk says its the 'first step on a journey toward a civilization on Mars'\",\n            \"published_date\": \"2020-06-01 06:47:25\",\n            \"_id\": \"ecdce40ca8f31402387fbc3098f29e89\",\n            \"_score\": 23.370415\n        },\n        {\n            \"summary\": \"May 27, 2020 5:00 AM\\n\\nBillionaire Elon Musk and his Canadian singer girlfriend Grimes have apparently renamed their child.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"straitstimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.straitstimes.com/lifestyle/entertainment/elon-musk-grimes-change-babys-name\",\n            \"rank\": \"1346\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk, Grimes change baby's name\",\n            \"published_date\": \"2020-05-26 21:00:00\",\n            \"_id\": \"2117a32ca9e7ca434ccebc60ce0d2e70\",\n            \"_score\": 23.369766\n        },\n        {\n            \"summary\": \"Teknoloji alanında yaptığı yaratıcı &ccedil;alışmalarla bilinen Elon Musk, Mars projesini hızlandırmak istiyor.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tamindir.com\",\n            \"author\": \"Hakan Ayhan\",\n            \"rights\": null,\n            \"link\": \"https://www.tamindir.com/haber/elon-musk-mars-projesi_57765/\",\n            \"rank\": \"87869\",\n            \"topic\": \"tech\",\n            \"language\": \"tr\",\n            \"title\": \"Elon Musk Mars Projesini Hızlandırmak İstiyor\",\n            \"published_date\": \"2020-05-25 23:40:00\",\n            \"_id\": \"36d76168e3bbc83490c0571d9eeffa15\",\n            \"_score\": 23.320934\n        },\n        {\n            \"summary\": \"Elon Musk ist am Ziel. Die SpaceX-Raumkapsel mit zwei Astronauten am Bord ist Richtung All abgehoben. Schon hat Musk neue Sorgen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"businessinsider.de\",\n            \"author\": \"Andreas Baumer\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.de/wissenschaft/weltraum/spacex-elon-mus-groesste-sorge-noch-lange-nicht/?utm_source=rss&utm_medium=rss&utm_campaign=spacex-elon-mus-groesste-sorge-noch-lange-nicht\",\n            \"rank\": \"670\",\n            \"topic\": \"business\",\n            \"language\": \"de\",\n            \"title\": \"SpaceX abgehoben, alles gut? Elon Musk hat „größte Sorge', dass der Mission die heikelste Prüfung noch bevorsteht\",\n            \"published_date\": \"2020-05-31 08:21:59\",\n            \"_id\": \"cafe3ea7259f3e3d19f85053c8f2791b\",\n            \"_score\": 23.258968\n        },\n        {\n            \"summary\": \"Tesla (WKN: A1CX3T) und Elon Musk polarisieren weiterhin. Der   US-Elektroauto-Pionier ist in den letzten Wochen und Monaten jedenfalls zu einer steilen Kursrakete mutiert. Allerdings verlangt der visionäre, jedoch zuweilen auch mal etwas eigensinnige CEO Elon   Musk seinen Verbrauchern und Fans so einiges ab.     Fest steht jedenfalls: Das finanzielle Schicksal von Tesla und Elon Musk scheint sehr\",\n            \"country\": \"NA\",\n            \"clean_url\": \"wallstreet-online.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.wallstreet-online.de/nachricht/12580676-tesla-aktie-zeigt-jetzt-elon-musk-unternehmen-glaubt\",\n            \"rank\": \"16396\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Tesla-Aktie: Hier zeigt sich jetzt, wie sehr Elon Musk selbst an sein Unternehmen glaubt!\",\n            \"published_date\": \"2020-05-30 07:59:52\",\n            \"_id\": \"0ecb5f8eedc58e3d53bfcca2b77d43b5\",\n            \"_score\": 23.258614\n        },\n        {\n            \"summary\": null,\n            \"country\": \"ES\",\n            \"clean_url\": \"investing.com\",\n            \"author\": \"Cointelegraph\",\n            \"rights\": null,\n            \"link\": \"https://www.investing.com/news/cryptocurrency-news/dogecoin-ceo-elon-musk-launches-humans-into-orbit-2187950\",\n            \"rank\": \"2295\",\n            \"topic\": \"NA\",\n            \"language\": null,\n            \"title\": \"Dogecoin CEO Elon Musk Launches Humans Into Orbit\",\n            \"published_date\": \"2020-06-01 04:20:14\",\n            \"_id\": \"d10bc64c81bad5318def23f0d0e66bb0\",\n            \"_score\": 23.244625\n        },\n        {\n            \"summary\": \"Elon Musk sahibi olduğu SpaceX şirketinin uzaya astronot göndermesi nedeniyle kendisini tebrik eden Roscosmos Başkanı Dmitriy Rogozin'e Rusça teşekkür etti. Musk, \\\"Karşılıklı faydaya dayanan ve verimli uzun vadeli işbirliğine güveniyoruz\\\" ifadelerini kullandı.\",\n            \"country\": \"RU\",\n            \"clean_url\": \"sputniknews.com\",\n            \"author\": null,\n            \"rights\": \"Sputnik Haberler - Dünya ve Türkiye Gündemi, Son Dakika Haberler\",\n            \"link\": \"https://tr.sputniknews.com/abd/202006011042159178-elon-musktan-roscosmos-baskanina-rusca-yanit-uzun-vadeli-isbirligine-guveniyoruz/\",\n            \"rank\": \"1140\",\n            \"topic\": \"NA\",\n            \"language\": \"tr\",\n            \"title\": \"Elon Musk'tan Roscosmos Başkanı'na Rusça yanıt: Uzun vadeli işbirliğine güveniyoruz\",\n            \"published_date\": \"2020-06-01 07:13:36\",\n            \"_id\": \"1a7977a45505a76d0f728aa6cd68b9aa\",\n            \"_score\": 23.237902\n        },\n        {\n            \"summary\": \"The singer and Tesla CEO welcomed their first child together in Ma  &nbsp;Earlier this month Canadian singer Grimes and Tesla CEO Elon Musk welcomed their first child, a baby boy named&nbsp; X Æ A-12 Musk...\",\n            \"country\": \"JO\",\n            \"clean_url\": \"albawaba.com\",\n            \"author\": \"alex\",\n            \"rights\": null,\n            \"link\": \"https://www.albawaba.com/entertainment/elon-musk-and-grimes-reveal-their-sons-nick-name-and-it-much-easier-his-real-name\",\n            \"rank\": \"6865\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk and Grimes' Reveal Their Son's Nickname And it is Much Easier Than His Real Name\",\n            \"published_date\": \"2020-06-01 07:08:14\",\n            \"_id\": \"0b71538edfa6c4cb4e191f44ed68587c\",\n            \"_score\": 23.22559\n        },\n        {\n            \"summary\": \"Votado como o melhor CEO hipotético da Dogecoin, Elon Musk enviou hoje dois humanos através da estratosfera\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cointelegraph.com\",\n            \"author\": \"Cointelegraph Por Benjamin Pirus\",\n            \"rights\": null,\n            \"link\": \"https://cointelegraph.com.br/news/dogecoin-ceo-elon-musk-launches-humans-into-orbit\",\n            \"rank\": \"2501\",\n            \"topic\": \"NA\",\n            \"language\": \"pt\",\n            \"title\": \"CEO da Dogecoin, Elon Musk lança humanos para o espaço\",\n            \"published_date\": \"2020-05-30 20:21:00\",\n            \"_id\": \"cae626a6c2c04372abe2e57ec8428b26\",\n            \"_score\": 23.21585\n        },\n        {\n            \"summary\": \"Ein langfristiger Vergütungsplan beschert dem Tesla-Macher Elon Musk ein riesiges Aktienpaket des Elektroauto-Bauers. Allerdings muss Musk die Papiere mindestens fünf Jahre halten.\",\n            \"country\": \"DE\",\n            \"clean_url\": \"handelsblatt.com\",\n            \"author\": null,\n            \"rights\": \"Handelsblatt GmbH\",\n            \"link\": \"https://www.handelsblatt.com/finanzen/maerkte/boerse-inside/autobauer-mega-verguetung-aktien-im-wert-von-775-millionen-dollar-fuer-tesla-chef-elon-musk/25871718.html\",\n            \"rank\": \"1958\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Autobauer: Mega-Vergütung: Aktien im Wert von 775 Millionen Dollar für Tesla-Chef Elon Musk\",\n            \"published_date\": \"2020-05-29 07:27:36\",\n            \"_id\": \"0f122948b7feb272f5e1e403947648a3\",\n            \"_score\": 23.192957\n        },\n        {\n            \"summary\": \"Elon Musk ist am Ziel. Die SpaceX-Raumkapsel mit zwei Astronauten am Bord ist Richtung All abgehoben. Schon hat Musk neue Sorgen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"businessinsider.de\",\n            \"author\": \"Andreas Baumer\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.de/wissenschaft/weltraum/spacex-elon-mus-groesste-sorge-noch-lange-nicht/?utm_source=rss&utm_medium=rss&utm_campaign=spacex-elon-mus-groesste-sorge-noch-lange-nicht\",\n            \"rank\": \"670\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"SpaceX im All, alles gut? Elon Musk hat „größte Sorge', dass der Mission die heikelste Prüfung noch bevorsteht\",\n            \"published_date\": \"2020-05-31 08:21:59\",\n            \"_id\": \"ab796596e18782fec074a4c25c3582e0\",\n            \"_score\": 23.17927\n        },\n        {\n            \"summary\": \"Am Morgenhimmel sind derzeit die „Starlink'-Satelliten von SpaceX und Elon Musk zu sehen. Erfahren Sie, wie Sie die Satelliten am besten sehen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"op-online.de\",\n            \"author\": \"Tanja Banner\",\n            \"rights\": \"Ippen Digital GmbH & Co. KG>\",\n            \"link\": \"https://www.op-online.de/leben/digital/starlink-satelliten-spacex-elon-musk-haeufig-himmel-sehen-zr-13762007.html?cmp=defrss\",\n            \"rank\": \"46642\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"So sehen Sie die „Starlink'-Satelliten von Elon Musk und SpaceX am Morgenhimmel\",\n            \"published_date\": \"2020-06-01 07:44:00\",\n            \"_id\": \"e80a7e9f6a3a22202d5a309bb7bc956c\",\n            \"_score\": 23.153387\n        },\n        {\n            \"summary\": \"Elon Musk wird verehrt. Der Gründer von Tesla und verschiedener anderer Firmen hat nun auch eine Kirche.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"pcwelt.de\",\n            \"author\": \"Jérémie Kaiser\",\n            \"rights\": \"IDG Tech Media GmbH 2020\",\n            \"link\": \"https://www.pcwelt.de/news/Elon-Musk-bekommt-eigene-Kirche-Church-of-Tesla-10816507.html\",\n            \"rank\": \"10988\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Elon Musk bekommt eigene Kirche: Church of Tesla\",\n            \"published_date\": \"2020-05-25 14:29:00\",\n            \"_id\": \"de55ea4c7ec3923a8ba2008fc85c698a\",\n            \"_score\": 23.148573\n        },\n        {\n            \"summary\": \"Teslaentreprenören Elon Musk och artisten Grimes ändrar namnet på sin nyfödde son. Internet gick igång när Elon Musk i början av maj via Twitter meddelande att de skulle döpa barnet till X Æ A-12. Namnet är dock inte förenligt med kalifornisk lag, har d\",\n            \"country\": \"SE\",\n            \"clean_url\": \"sydsvenskan.se\",\n            \"author\": \"TT\",\n            \"rights\": null,\n            \"link\": \"https://www.sydsvenskan.se/2020-05-25/elon-musk-och-grimes-byter-bebisnamn\",\n            \"rank\": \"13079\",\n            \"topic\": \"NA\",\n            \"language\": \"sv\",\n            \"title\": \"Elon Musk och Grimes byter bebisnamn\",\n            \"published_date\": \"2020-05-25 08:52:37\",\n            \"_id\": \"93dd02d8ca607ab128af222e2d7e50df\",\n            \"_score\": 23.14384\n        },\n        {\n            \"summary\": \"Elon Musk and his girlfriend Grimes have made a slight change to their newborn son's unconventional name.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Stephanie Nolasco\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/entertainment/elon-musk-and-grimes-slightly-change-babys-name-roman-numerals-look-better\",\n            \"rank\": \"243\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk and Grimes slightly change baby's name: ‘Roman numerals look better'\",\n            \"published_date\": \"2020-05-25 17:01:29\",\n            \"_id\": \"ef4b718ffea05ed74d3369a65404ebb3\",\n            \"_score\": 23.135849\n        },\n        {\n            \"summary\": \"Singer Grimes and SpaceX and Tesla CEO Elon Musk changed their newborn's name to include Roman numerals.\\n        \",\n            \"country\": \"NA\",\n            \"clean_url\": \"wfaa.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://rssfeeds.wfaa.com/~/625205128/0/wfaa/entertainment~Elon-Musk-and-Grimes-have-slightly-tweaked-their-babys-name\",\n            \"rank\": \"4703\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk and Grimes have slightly tweaked their baby's name\",\n            \"published_date\": \"2020-05-26 12:32:56\",\n            \"_id\": \"816fdd5078564b5deaefac5ba8473673\",\n            \"_score\": 23.126705\n        },\n        {\n            \"summary\": \"Elon Musk jubelt ausgelassen: Zwei US-Astronauten sind auf dem Weg zur Internationalen Raumstation - in einer Rakete seiner Firma SpaceX.\",\n            \"country\": \"DE\",\n            \"clean_url\": \"stern.de\",\n            \"author\": null,\n            \"rights\": \"\",\n            \"link\": \"https://www.stern.de/lifestyle/leute/elon-musk--grosser-triumph-fuer-den-spacex-chef-9283370.html?utm_campaign=lifestyle&utm_medium=rssfeed&utm_source=standard\",\n            \"rank\": \"2334\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Elon Musk: Großer Triumph für den SpaceX-Chef\",\n            \"published_date\": \"2020-05-31 07:43:00\",\n            \"_id\": \"d93fbafffdffb69043ffe13ad99db971\",\n            \"_score\": 23.125553\n        },\n        {\n            \"summary\": \"Elon Musk and Grimes have upgraded their newborn son's unique name to comply with California law.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nydailynews.com\",\n            \"author\": \"Nancy Dillon\",\n            \"rights\": \"© 2020 New York Daily News\",\n            \"link\": \"http://feeds.nydailynews.com/~r/nydnrss/news/national/~3/9nZp9EUHBRg/ny-elon-musk-and-grimes-change-name-of-newborn-son-20200525-5sydonqx3jdx5fsewg6prl3equ-story.html\",\n            \"rank\": \"454\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Grimes and Elon Musk retrofit newborn son's name to comply with California ban\",\n            \"published_date\": \"2020-05-25 16:45:37\",\n            \"_id\": \"695256afbe684016779803f5c0f38b44\",\n            \"_score\": 23.123821\n        },\n        {\n            \"summary\": \"Coinspeaker\\n Tesla CEO Elon Musk Awarded Stock Worth More Than $700 Million\\n\\nBefore now, Tesla has already hit three targets that allow Elon Musk to exercise the stock options. They included $100 billion in average market cap in a 30-day period, $20 billion revenue, and $1.5 billion in earnings before adjustments. \\n\\nTesla CEO Elon Musk Awarded Stock Worth More Than $700 Million\",\n            \"country\": \"NA\",\n            \"clean_url\": \"coinspeaker.com\",\n            \"author\": \"Daria Rud\",\n            \"rights\": null,\n            \"link\": \"https://www.coinspeaker.com/tesla-elon-musk-stock-700-million/\",\n            \"rank\": \"29081\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Tesla CEO Elon Musk Awarded Stock Worth More Than $700 Million\",\n            \"published_date\": \"2020-05-29 09:07:45\",\n            \"_id\": \"0adb4aba6a297b053713621f9dd46339\",\n            \"_score\": 23.118547\n        },\n        {\n            \"summary\": \"Das kalifornische Gesetz ließ den ursprünglichen Namen \\\"X Æ A-12\\\" für das Neugeborene von Elon Musk und seiner Partnerin nicht zu. Jetzt haben die Eltern diesen an einer Stelle angepasst. Tesla-Chef Elon Musk und seine Lebensgefährtin,  die Musikerin Grimes,  haben den ungewöhnlichen Fantasienamen ihr\",\n            \"country\": \"NA\",\n            \"clean_url\": \"t-online.de\",\n            \"author\": null,\n            \"rights\": \"2020 t-online.de\",\n            \"link\": \"https://www.t-online.de/unterhaltung/stars/id_87938660/tesla-chef-x-a-12-elon-musk-und-grimes-muessen-sohn-umbenennen.html\",\n            \"rank\": \"1306\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Tesla-Chef: X Æ A-12? Elon Musk und Grimes müssen Sohn umbenennen\",\n            \"published_date\": \"2020-05-25 15:34:11\",\n            \"_id\": \"5aed4fa06645a9948b465ccb3aa37e81\",\n            \"_score\": 23.114506\n        },\n        {\n            \"summary\": \"Elon Musk has been paid a whopping £625 million in one of the biggest paydays corporate America has ever seen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"standard.co.uk\",\n            \"author\": \"Mark Shapland\",\n            \"rights\": null,\n            \"link\": \"https://www.standard.co.uk/business/url-tesla-ceo-elon-musk-payday-performance-a4454436.html\",\n            \"rank\": \"846\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Tesla rewards CEO Elon Musk with whopping £625m payday\",\n            \"published_date\": \"2020-05-29 10:02:00\",\n            \"_id\": \"c721b26a524feeff23cbad8d16befaeb\",\n            \"_score\": 23.10222\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"Elon Musk\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-05-25 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"relevancy\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"896939d3-5b3c-42e6-9304-0d3c34301199"},{"name":"/v1/search Request Parameters","event":[{"listen":"test","script":{"id":"ddb6dc43-1b7d-4347-bfe2-6fb1d5a8ec24","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"d33b946e-ab94-4c64-a3b5-d83b6f5580fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=Trump&lang=en&from=2020/05/01&to=2020/06/01&search_in=title&country=US&topic=news&sources=nytimes.com,washingtontimes.com&not_sources=washingtonpost.com, buzzfeed.com&ranked_only=False&from_rank=1&to_rank=100000&sort_by=relevancy&page=2&page_size=75","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>String to search for. Has to be <a href=\"https://en.wikipedia.org/wiki/Percent-encoding\">URL-encoded</a></p>\n<blockquote>\n<ul>\n<li>Advanced <code>q</code> (<strong>See examples for advanced explanation</strong>):</li>\n</ul>\n</blockquote>\n<blockquote>\n<blockquote>\n<ul>\n<li>Use <code>AND</code>, <code>OR</code> and <code>NOT</code> (also written <code>&amp;&amp;</code>, <code>||</code> and <code>!</code>) for a more advanced search.</li>\n<li>Boolean operators</li>\n</ul>\n</blockquote>\n</blockquote>\n<blockquote>\n<p>Use <code>+</code> before a string token that <strong>must</strong> appear in searched field(s)</p>\n</blockquote>\n<blockquote>\n<p>Use <code>-</code> before a string token that <strong>must not</strong> appear in searched field(s)</p>\n</blockquote>\n<blockquote>\n<ul>\n<li>Grouping</li>\n</ul>\n</blockquote>\n<blockquote>\n<blockquote>\n<p><code>(apple AND microsoft) OR (tesla AND amazon)</code></p>\n</blockquote>\n</blockquote>\n<blockquote>\n<blockquote>\n<p><code>apple AND (microsoft OR tesla OR amazon)</code></p>\n</blockquote>\n</blockquote>\n<blockquote>\n<ul>\n<li>Wildcards</li>\n</ul>\n</blockquote>\n<blockquote>\n<blockquote>\n<p>Use <code>*</code> to match any string in any quantity. </p>\n</blockquote>\n</blockquote>\n<blockquote>\n<blockquote>\n<p>Use <code>?</code> to match any string exactly once</p>\n</blockquote>\n</blockquote>\n<blockquote>\n<ul>\n<li>Regular Expressions</li>\n</ul>\n</blockquote>\n<blockquote>\n<blockquote>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/7.x/regexp-syntax.html\">Check the syntax</a></p>\n</blockquote>\n</blockquote>\n<blockquote>\n<ul>\n<li>Use double quotes for <strong>exact match</strong>. (<code>\"\\\"Elon Musk\\\"\"</code>) <strong>If using exact match  only, do not specify any <code>lang</code></strong></li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>Important: make sure your <code>q</code> parameter is URL-encoded</strong></p>\n</blockquote>\n<blockquote>\n<p><strong>Reserved Characters:</strong></p>\n</blockquote>\n<blockquote>\n<blockquote>\n<p>The reserved characters are: <code>+ - = &amp;&amp; || &gt; &lt; ! ( ) { } ^ \" ~ * ? : \\ /</code></p>\n</blockquote>\n</blockquote>\n<blockquote>\n<p>If you are not looking for a specific word, but you would like to discover news based on certain filter, you can use <code>q=\"\\*\"</code></p>\n</blockquote>\n","type":"text/plain"},"key":"q","value":"Trump"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>. \nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>From which point in time to start the search. No specific format is required. E.g. (<code>2020/05/01</code>, <code>2020-05-01</code> ,<code>2020-05-01 12:54:14</code>, <code>2020-05-01 4:15am</code>, <code>yesterday 2:02 am</code>, <code>2020/05/01 12:55 EST</code>) Default timezone is UTC. <strong>Defaults to one week ago at midnight UTC.</strong> </p>\n","type":"text/plain"},"key":"from","value":"2020/05/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Until which point in time to search for. Default timezone is UTC</p>\n","type":"text/plain"},"key":"to","value":"2020/06/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>By default, we search what you specified in <code>q</code> in both <code>title</code> and <code>summary</code> of the article. However, you can limit this to either <code>title</code> or <code>summary</code></p>\n","type":"text/plain"},"key":"search_in","value":"title"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the <code>lang</code> parameter. Accepts any <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> codes</p>\n","type":"text/plain"},"key":"country","value":"US"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are <code>news</code>, <code>sport</code>, <code>tech</code>, <code>world</code>, <code>finance</code>, <code>politics</code>, <code>business</code>, <code>economics</code>, <code>entertainment</code></p>\n<p><code>news</code> usually means a general news feed (main headlines of a website).</p>\n<blockquote>\n<p>Important: this parameter is [experimental]. Not all news articles are assigned with a <code>topic</code>, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a <code>tech</code> label.</p>\n</blockquote>\n<blockquote>\n<p>One topic at a time, for example <code>topic=sport</code></p>\n</blockquote>\n","type":"text/plain"},"key":"topic","value":"news"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more news resources to filter your search. It should be the normal form of the URL, for example, <strong><a href=\"http://nytimes.com/\">nytimes.com</a></strong>, <strong><a href=\"http://theguardian.com/\">theguardian.com</a></strong></p>\n<blockquote>\n<p>Comma separated string, for example <code>sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sources","value":"nytimes.com,washingtontimes.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more sources to be excluded from the search. </p>\n<blockquote>\n<p>Comma separated string, for example <code>not_sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"not_sources","value":"washingtonpost.com, buzzfeed.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Limit the search only for the sources which are in top 1 million online websites. Defaults to <code>True</code> (<code>False</code> if you want to turn it off). Unranked sources are assigned a rank that equals to <code>999999</code></p>\n","type":"text/plain"},"key":"ranked_only","value":"False"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Lowest boundary of the rank of news website to filter by. <strong>Important</strong>: lower rank means that a source is more popular</p>\n","type":"text/plain"},"key":"from_rank","value":"1"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Upper boundary of the rank of news website to filter by</p>\n","type":"text/plain"},"key":"to_rank","value":"100000"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Options: </p>\n<blockquote>\n<p><code>relevancy</code> — the most relevant results first, </p>\n</blockquote>\n<blockquote>\n<p><code>date</code> — the most recently published results first, </p>\n</blockquote>\n<blockquote>\n<p><code>rank</code> — the results from the highest ranked sources first</p>\n</blockquote>\n","type":"text/plain"},"key":"sort_by","value":"relevancy"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>The number of the page. Use it to scroll through the results. Defaults to 1</p>\n","type":"text/plain"},"key":"page","value":"2"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>How many articles to return per page. Defaults to 50, max is 100</p>\n","type":"text/plain"},"key":"page_size","value":"75"}],"variable":[]}},"response":[{"id":"2e27b088-b263-441e-ae99-d6a1e61104ea","name":"/v1/search Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=Trump&lang=en&from=2020/05/01&to=2020/06/01&search_in=title&country=US&topic=news&sources=nytimes.com,washingtontimes.com&not_sources=washingtonpost.com, buzzfeed.com&ranked_only=False&from_rank=1&to_rank=100000&sort_by=relevancy&page=2&page_size=75","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"Trump","description":"**REQUIRED**\n\n*STRING*\n\nString to search for. Has to be [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding)\n\n> - Advanced `q` (**See examples for advanced explanation**):\n\n>> - Use `AND`, `OR` and `NOT` (also written `&&`, `||` and `!`) for a more advanced search.\n>> - Boolean operators\n\n> Use `+` before a string token that **must** appear in searched field(s)\n\n> Use `-` before a string token that **must not** appear in searched field(s)\n\n> - Grouping\n\n>> `(apple AND microsoft) OR (tesla AND amazon)`\n\n>> `apple AND (microsoft OR tesla OR amazon)`\n\n> - Wildcards\n\n>> Use `*` to match any string in any quantity. \n\n>> Use `?` to match any string exactly once\n\n> - Regular Expressions\n\n>> [Check the syntax](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/regexp-syntax.html)\n\n> - Use double quotes for **exact match**. (`\"\\\"Elon Musk\\\"\"`) **If using exact match  only, do not specify any `lang`**\n\n> **Important: make sure your `q` parameter is URL-encoded**\n\n> **Reserved Characters:**\n\n>> The reserved characters are: `+ - = && || > < ! ( ) { } ^ \" ~ * ? : \\ /`\n\n> If you are not looking for a specific word, but you would like to discover news based on certain filter, you can use `q=\"\\*\"`\n"},{"key":"lang","value":"en","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"from","value":"2020/05/01","description":"**OPTIONAL**\n\n*STRING*\n\nFrom which point in time to start the search. No specific format is required. E.g. (`2020/05/01`, `2020-05-01`, `01/05/2020` ,`2020-05-01 12:54:14`, `2020-05-01 4:15am`, `yesterday 2:02 am`, `2020/05/01 12:55 EST`) Default timezone is UTC. **Defaults to one week ago at midnight UTC.** "},{"key":"to","value":"2020/06/01","description":"**OPTIONAL**\n\n*STRING*\n\nUntil which point in time to search for. Default timezone is UTC"},{"key":"search_in","value":"title","description":"**OPTIONAL**\n\n*STRING*\n\nby default, we search what you specified in `q` in both `title` and `summary` of the article. However, you can limit this to either `title` or `summary`"},{"key":"country","value":"US","description":"**OPTIONAL**\n\n*STRING*\n\nThe country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the `lang` parameter. Accepts any [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes"},{"key":"topic","value":"news","description":"**OPTIONAL**\n\n*STRING*\n\nThe topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are `news`, `sport`, `tech`, `world`, `finance`, `politics`, `business`, `economics`, `entertainment`\n\n* `news` usually means a general news feed (main headlines of a website).\n\n> Important: this parameter is [experimental]. Not all news articles are assigned with a `topic`, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a `tech` label.\n\n> One topic at a time, for example `topic=sport`"},{"key":"sources","value":"nytimes.com,washingtontimes.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more news resources to filter your search. It should be the normal form of the URL, for example, **[nytimes.com](http://nytimes.com/)**, **[theguardian.com](http://theguardian.com/)**\n\n> Comma separated string, for example `sources=nytimes.com,cnn.com,wsj.com`"},{"key":"not_sources","value":"washingtonpost.com, buzzfeed.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more sources to be excluded from the search. \n\n> Comma separated string, for example `not_sources=nytimes.com,cnn.com,wsj.com`"},{"key":"ranked_only","value":"False","description":"**OPTIONAL**\n\n*STRING*\n\nLimit the search only for the sources which are in top 1 million online websites. Defaults to `True` (`False` if you want to turn it off). Unranked sources are assigned a rank that equals to `999999`"},{"key":"from_rank","value":"1","description":"**OPTIONAL**\n\n*INTEGER*\n\nLowest boundary of the rank of news website to filter by. **Important**: lower rank means that a source is more popular"},{"key":"to_rank","value":"100000","description":"**OPTIONAL**\n\n*INTEGER*\n\nUpper boundary of the rank of news website to filter by"},{"key":"sort_by","value":"relevancy","description":"**OPTIONAL**\n\n*STRING*\n\nOptions: \n\n> `relevancy` — the most relevant results first, \n\n> `datetime` — the most recently published results first, \n\n> `rank` — the results from the highest ranked sources first"},{"key":"page","value":"2","description":"**OPTIONAL**\n\n*INTEGER*\n\nThe number of the page. Use it to scroll through the results. Defaults to 1"},{"key":"page_size","value":"75","description":"**OPTIONAL**\n\n*INTEGER*\n\nHow many articles to return per page. Defaults to 50, max is 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:11:58 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 44d7d28132a47c2b5760c4ec3dd7aa89.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd5MwFMtIAMFy2Q="},{"key":"X-Amz-Cf-Id","value":"vQTgNPxu5Zi-6AwiEgG37kw3aDAUnmFaYmjV3ZBHR-z-7nS9Y8Vz0A=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"52013"},{"key":"x-amzn-RequestId","value":"50db8d4b-8d63-458d-a55a-cb633b0430a6"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed56f1e-d861395a244c3da84daf9552;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99994"},{"key":"Content-Length","value":"52013"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 190,\n    \"page\": 2,\n    \"total_pages\": 3,\n    \"page_size\": 75,\n    \"articles\": [\n        {\n            \"summary\": \"The mayor of Baltimore on Thursday criticized President Donald Trump's planned visit to the city this Memorial Day weekend, saying the trip will send a conflicting message to residents about stay-at-home directives and cost taxpayers money at a time when revenues are on the decline.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/baltimore-mayor-criticizes-trumps-planned-memorial/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Baltimore mayor criticizes Trump's planned Memorial Day trip\",\n            \"published_date\": \"2020-05-21 19:10:07\",\n            \"_id\": \"5b2c7aac1d5c79b52dd5b2d1c9beb69c\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"Former White House energy adviser Michael McKenna has joined The Washington Times as a columnist.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Christopher Vondracek\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/michael-mckenna-former-trump-adviser-writes-column/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Michael McKenna, former Trump adviser, writes column in Times\",\n            \"published_date\": \"2020-05-21 00:45:55\",\n            \"_id\": \"cce89a8e71f0d3cbc2f4789637636d3f\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"The Trump administration told a federal court Wednesday that it has canceled a portion of border wall it had planned to build near Yuma, Arizona, saying costs for other parts of the wall are coming in higher than anticipated and there's not enough money to go around.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Stephen Dinan\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/trump-cancels-border-wall-section-over-rising-cost/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump cancels border wall section over rising costs\",\n            \"published_date\": \"2020-05-20 23:46:32\",\n            \"_id\": \"03c0af67052a33c9f7aeae4c60ec89e8\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"When the Justice Department released heavily redacted FBI wiretap applications to spy on Trump campaign volunteer Carter Page in July 2018, the media generally panned President Trump's response.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Rowan Scarborough\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/documents-show-trump-right-about-fbi-fisa-warrants/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Documents show Trump right about FBI, FISA warrants\",\n            \"published_date\": \"2020-05-20 23:35:04\",\n            \"_id\": \"40d668ad601e263b61de577d0dd180e8\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"President Donald Trump threatened Wednesday to hold up coronavirus relief money for Michigan after he said - erroneously - that the state had sent absentee ballots to millions of voters. It's not clear that he can do so.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"DARLENE SUPERVILLE\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/trump-threatens-funding-after-michigan-absentee-ba/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump threatens funding after Michigan absentee ballot move\",\n            \"published_date\": \"2020-05-20 12:49:56\",\n            \"_id\": \"2b5cfca7c24a97e6146e09eec8c661ff\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"President Trump wants to base the production line of the F-35 Lightning II entirely in the United States and a retired Air Force general who played a key role in designing the multi-role combat aircraft said the idea isn't as far-fetched as critics make it out to be.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Mike Glenn\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/designer-trump-vision-us-made-f-35-doable/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Designer: Trump vision for U.S.-made F-35 doable\",\n            \"published_date\": \"2020-05-19 23:36:52\",\n            \"_id\": \"b01f91b71411dd3b8f279d3d3025d46c\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"A majority of voters support President Trump's partial immigration pause during the coronavirus pandemic -- though they do list other steps such as working on COVID-19 testing and developing a vaccine as higher priorities, according to a new poll Tuesday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Stephen Dinan\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/trumps-coronavirus-immigration-pause-wins-majority/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump's coronavirus immigration pause wins majority support: Poll\",\n            \"published_date\": \"2020-05-19 15:07:00\",\n            \"_id\": \"45cbf53b942cc2ed344cd1993fa04c2f\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"President Trump's recent visit to Arizona didn't help him cut into presumed Democratic presidential nominee Joseph R. Biden's polling lead in the state.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Seth McLaughlin\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/biden-maintains-lead-arizona-after-trumps-visit-po/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Biden maintains lead in Arizona after Trump's visit: poll\",\n            \"published_date\": \"2020-05-19 13:08:36\",\n            \"_id\": \"9905b2529d78e6afabeb6abbfccbe527\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"President Donald Trump's declaration that he was taking an antimalarial drug of dubious effectiveness to help fend off the coronavirus will likely be welcomed in India.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Emily Schmall, Aniruddha Ghosal\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/donald-trumps-use-malaria-drug-likely-be-welcomed-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump's use of malaria drug likely to be welcomed in India\",\n            \"published_date\": \"2020-05-19 10:40:23\",\n            \"_id\": \"0bffbe8851f0a149d4e4e6947dc9522c\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"Former acting Attorney General Matthew Whitaker says he saw firsthand how \\\"pockets\\\" of career Justice Department bureaucrats worked to undermine President Trump's immigration and health care agendas.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jeff Mordock\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/matthew-whitaker-in-above-the-law-bureaucrats-work/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Matthew Whitaker in 'Above the Law': Bureaucrats worked to undermine Trump\",\n            \"published_date\": \"2020-05-19 02:00:00\",\n            \"_id\": \"257c23ee7a08c1455b268d15a9bcae67\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"Fox News Channel anchor Neil Cavuto strongly urged viewers on Monday not to follow the example of President Donald Trump, who revealed that he is taking a malaria drug to protect against the coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/foxs-cavuto-urges-viewers-not-to-take-drug-like-tr/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Fox's Cavuto urges viewers not to take drug like Trump\",\n            \"published_date\": \"2020-05-19 01:06:54\",\n            \"_id\": \"e49110bf1591bbd1331fc77e6e306ca6\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"Former President Barack Obama has returned to politics with a vengeance, inserting himself in ways previously unthinkable for those who have occupied the Oval Office and calling his successor a lawless incompetent.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Seth McLaughlin\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/obama-trump-fight-white-house-biden-sits-sidelines/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Obama, Trump fight for White House as Biden sits on sidelines\",\n            \"published_date\": \"2020-05-18 23:45:29\",\n            \"_id\": \"385fb51cba7014a621fe56ed090d43f1\",\n            \"_score\": 4.7838545\n        },\n        {\n            \"summary\": \"President Donald Trump has announced what he said are 'significant actions” regarding U.S. relations with Hong Kong. But the measures are still just a warning, at least for now. He said he would direct his administration to begin eliminating the policies that give the semi-autonomous Chinese territory a distinct trade and legal relationship with the United States. But he didn't say when. He also mentioned there would be a 'few exceptions” but he didn't take any questions at his announcement Friday. So, while tensions are high, the status quo seems to hold.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"BEN FOX\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/ap-explains-trump-actions-on-hong-kong-just-threat/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"AP Explains: Trump actions on Hong Kong just threats for now\",\n            \"published_date\": \"2020-05-30 16:45:22\",\n            \"_id\": \"e39af9b34845847b9d283a1b7b00beca\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump and his allies blamed liberal mayors on Saturday for failing to quell demonstrations and riots in several cities sparked by a case of alleged police brutality.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/trump-allies-blame-democratic-mayors-failing-contr/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump, allies blame Democratic mayors for failing to control protests, rioters\",\n            \"published_date\": \"2020-05-30 16:07:44\",\n            \"_id\": \"83d4d7b49be99e1ca336c75b7bb52b7a\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Donald Trump has announced that he would withdraw funding from the World Health Organization, end Hong Kong's special trade status and suspend visas of Chinese graduate students suspected of conducting research on behalf of their government, escalating tensions with China that have surged during the coronavirus pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"BEN FOX\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/trump-strikes-china-over-virus-hong-kong-and-stude/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump strikes China over virus, Hong Kong and student visas\",\n            \"published_date\": \"2020-05-30 06:24:44\",\n            \"_id\": \"340795d66605abb43baee2cad59709f5\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Grim employment and spending numbers darkened the prospects for a speedy recovery in the U.S. as the economic devastation from the coronavirus pandemic continues to spread, even as states moved to reopen more sectors.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"MARTIN CRUTSINGER and DAN SEWELL\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/trump-cuts-who-funding-as-us-economy-clouds-speedy/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump cuts WHO funding as US economy clouds speedy recovery\",\n            \"published_date\": \"2020-05-30 05:18:13\",\n            \"_id\": \"174ba12afa59b9589d43712020299f06\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Chicago Mayor Lori Lightfoot reacted angrily Friday to President Donald Trump's threat to take action against protesters in Minneapolis, accusing him of trying to 'inflame racist urges” while encouraging people planning to protest in her city to stick to social distancing guidelines.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/29/chicago-mayor-trump-trying-to-gain-from-george-flo/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Chicago mayor: Trump trying to gain from George Floyd death\",\n            \"published_date\": \"2020-05-29 19:50:54\",\n            \"_id\": \"b4170a412d80501dab873120ce783a56\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Donald Trump's tweeted warning Friday amid unrest in Minneapolis that 'when the looting starts, the shooting starts” echoes the language of a Miami police chief in 1967 who made clear his distaste for civil rights activists and his belief that violent protests should be met with deadly force.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"AAMER MADHANI and RHONDA SHAFNER\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/29/trumps-tweet-about-rioters-echoes-1960s-miami-poli/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump's tweet about rioters echoes 1960s Miami police chief\",\n            \"published_date\": \"2020-05-29 19:45:39\",\n            \"_id\": \"536c961fc9da24723f67f50a0cdd7f33\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Taylor Swift savaged President Trump on Friday for threatening to have members of the U.S. military shoot at people looting stores following the death of George Floyd, an unarmed black man who died this week in the custody of the Minneapolis Police Department.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Andrew Blake\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/29/taylor-swift-rips-donald-trump-for-threatening-to-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Taylor Swift rips Donald Trump for threatening to shoot Minneapolis looters\",\n            \"published_date\": \"2020-05-29 19:30:36\",\n            \"_id\": \"20d54150ff7a3ca1ebaa91c56a49d90e\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Minnesota Gov. Tim Walz said Friday that President Trump's tweets about shooting looters were \\\"not helpful\\\" as officials try to quell rioting over the police killing of an unarmed black man.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/29/minnesota-governor-minneapolis-mayor-criticize-tru/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Minnesota governor, Minneapolis mayor criticize Trump's tweets over rioting\",\n            \"published_date\": \"2020-05-29 17:24:08\",\n            \"_id\": \"b5b62128a7f78c2c7410d33da3b55402\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"By Saturday, he'll be Inmate No. 19579-104.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"MICHAEL BALSAMO\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/trump-ally-stone-wont-need-to-go-to-prison-quarant/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump ally Stone won't need to go to prison quarantine site\",\n            \"published_date\": \"2020-05-28 22:15:54\",\n            \"_id\": \"307daa9029489823ab413029db40f1e6\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump signed an executive order Thursday to compel social media companies to operate without political bias, saying platforms such as Twitter are a monopoly with \\\"unchecked power.\\\"\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer, Tom Howell Jr., Ryan Lovelace and Dave Boyer, Ryan Lovelace, Tom Howell Jr.\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/trump-signs-social-media-executive-order-targeting/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump signs social media executive order targeting political bias\",\n            \"published_date\": \"2020-05-28 20:16:15\",\n            \"_id\": \"f349a6a99cd36125667117a551591b13\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"The U.S. should expect an above-average hurricane season with three to six major hurricanes, President Trump was told in a briefing Thursday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer, Tom Howell Jr. and Tom Howell Jr., Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/us-faces-worse-average-hurricane-season-trump-told/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"U.S. faces worse-than-average hurricane season, Trump told\",\n            \"published_date\": \"2020-05-28 19:22:00\",\n            \"_id\": \"0619d79593aabd668d7bb47481bf5c05\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Donald Trump, the historically prolific tweeter of political barbs and blasts, threatened social media companies with new regulation or even shuttering after Twitter added fact checks to two of his tweets. He turned to his Twitter account - where else? - to tweet his threats.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"ZEKE MILLER\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/twitter-fact-checks-trump-he-threatens-new-regs-or/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Twitter fact-checks Trump; he threatens new regs or shutdown\",\n            \"published_date\": \"2020-05-28 04:13:23\",\n            \"_id\": \"2594cdd2fd2a1296b849224c06df2b11\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"A book with a notable comparison: \\\"Trump and Churchill: Defenders of Western Civilization\\\" by Nick Adams has just been published, sizing up the two high-profile, distinctive leaders who appear to have nothing in common. Both, however, upset the \\\"prevailing politics\\\" of their respective eras in similar fashion.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jennifer Harper\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/inside-the-beltway-new-book-draws-comparison-betwe/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Inside the Beltway: President Trump, Winston Churchill deemed 'defenders of civilization'\",\n            \"published_date\": \"2020-05-28 00:32:05\",\n            \"_id\": \"3b3fe103ed4ef0f018437050d842223b\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"New Mexico is deciding on final contenders in open races for a U.S. Senate seat and a congressional slot that last changed hands a dozen years ago.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"MORGAN LEE\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/former-spy-issues-of-trump-loyalty-weigh-in-new-me/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Former spy, issues of Trump loyalty weigh in New Mexico vote\",\n            \"published_date\": \"2020-05-27 19:46:17\",\n            \"_id\": \"131501e8560d71ebff71523553445be0\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Donald Trump on Wednesday threatened social media companies with new regulation or even shuttering a day after Twitter added fact checks to two of his tweets.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"ZEKE MILLER\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/trump-threatens-social-media-after-twitter-fact-ch/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump threatens social media after Twitter fact-checks him\",\n            \"published_date\": \"2020-05-27 12:04:33\",\n            \"_id\": \"e086561409c623cf99b31f18bb845dc6\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump placed the ceremonial wreath at Arlington National Cemetery on Memorial Day to honor the lives lost in defense of the nation at the Tomb of the Unknown Soldier.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Alex Swoyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/25/donald-trump-lays-wreath-arlington-national-cemete/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump lays wreath at Arlington National Cemetery on Memorial Day\",\n            \"published_date\": \"2020-05-25 14:41:19\",\n            \"_id\": \"f7f7daa495aff03240b7bb2487e28ee0\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump defended his golf outing over Memorial Day weekend, slamming the media Monday for making it sound like it was a \\\"mortal sin.\\\"\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Alex Swoyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/25/donald-trump-defends-golf-outing-over-memorial-day/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump defends golf outing over Memorial Day weekend\",\n            \"published_date\": \"2020-05-25 13:49:58\",\n            \"_id\": \"2f5c614fd61e35bd8ad882453ed3bdf9\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Donald Trump played golf Saturday for the first time since he declared the coronavirus pandemic a national emergency more than two months ago, leading to the shutdown of much of American society.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Darlene Superville\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/24/donald-trump-plays-golf-first-time-coronavirus-eme/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump plays golf for first time since coronavirus emergency\",\n            \"published_date\": \"2020-05-24 11:48:13\",\n            \"_id\": \"4408e1d1b32ffce23c2f30b162eef2c7\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump urged the Centers for Disease Control and Prevention on Thursday to issue new guidelines to speed up the reopening of churches, saying religious institutions are \\\"essential\\\" to the nation's recovery, as he criticized Democratic governors for deliberately stalling efforts to get back to work and worship.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/trump-tells-cdc-issue-new-guidelines-reopening-chu/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump tells CDC to issue new guidelines for reopening churches quickly\",\n            \"published_date\": \"2020-05-21 20:40:00\",\n            \"_id\": \"5a447baaa4726391e5f55f98f08c8a1d\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Former White House energy adviser Michael McKenna has joined The Washington Times as a columnist.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Christopher Vondracek\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/michael-mckenna-former-trump-adviser-writes-column/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Michael McKenna, former Trump adviser, writes Washington Times column\",\n            \"published_date\": \"2020-05-21 00:45:55\",\n            \"_id\": \"df2dc94cd343b0f866467a0de3c8f567\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"President Trump said Wednesday he would wrap up his use of hydroxychloroquine as a preventive measure against COVID-19 \\\"in a day or two,\\\" after a two-day maelstrom over his decision to try a drug with unproven results against the coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Tom Howell Jr.\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/trump-says-hell-wrap-hydroxy-use-day-or-two/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump says he'll wrap up 'hydroxy' use in a day or two\",\n            \"published_date\": \"2020-05-20 21:25:00\",\n            \"_id\": \"aa68df2e55581449d0907fd8f6d48b73\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"A majority of voters want President Trump to wear a face mask in public, according to a new poll published Wednesday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Alex Swoyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/voters-want-donald-trump-wear-face-mask-public-pol/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Voters want Donald Trump to wear a face mask in public: Poll\",\n            \"published_date\": \"2020-05-20 19:22:09\",\n            \"_id\": \"1f46c9bdf6668051e346db834462ed04\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Hispanic Democrats in Congress begged the Trump administration on Wednesday to stop all deportations, saying the U.S. could actually be spreading the coronavirus back to other nations by sending their citizens back home.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Stephen Dinan\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/hispanic-democrats-tell-trump-stop-deportations-du/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Hispanic Democrats tell Trump to stop deportations during coronavirus pandemic\",\n            \"published_date\": \"2020-05-20 17:36:00\",\n            \"_id\": \"0f47ef5273c477bfa1eb03fd1efa4825\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"A Republican U.S. Senate hopeful in New Mexico is blasting one of her opponents in a new ad over his previous critical comments about President Donald Trump.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"RUSSELL CONTRERAS\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/gop-senate-hopeful-in-ad-blasts-foe-for-anti-trump/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"GOP Senate hopeful in ad blasts foe for anti-Trump remarks\",\n            \"published_date\": \"2020-05-20 04:41:15\",\n            \"_id\": \"6537035045a38a8123fba23dd3066b7f\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"Nearly one year after a disastrous Senate confirmation hearing, President Trump on Tuesday withdrew his nomination of Chuck Canterbury to lead the Bureau of Alcohol, Tobacco, Firearms and Explosives.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jeff Mordock\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/trump-pulls-plug-chuck-canterbury-nominee-head-atf/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump pulls plug on Chuck Canterbury, nominee to head up ATF\",\n            \"published_date\": \"2020-05-19 21:25:27\",\n            \"_id\": \"6e6a103f22b3dca8dfa13cc5a1fb540b\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"House Speaker Nancy Pelosi referred to President Trump as \\\"morbidly obese\\\" during an appearance Monday night on CNN and said he shouldn't be taking hydroxychloroquine to stave off coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Victor Morton\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/nancy-pelosi-donald-trump-morbidly-obese-shouldnt-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Nancy Pelosi: Donald Trump 'morbidly obese,' shouldn't take hydroxychloroquine\",\n            \"published_date\": \"2020-05-19 00:56:14\",\n            \"_id\": \"a42ce4b0c304547b8ea069a23c147313\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"The decision by one of the world's largest manufacturers of semiconductors to build a $12 billion plant in Arizona is a \\\"game-changer\\\" for the U.S. high-tech industry and for national security in the competition against China, a top Trump official said Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/trump-official-says-us-scored-5g-trifecta-competit/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump official says U.S. scored '5G trifecta' in competition with China\",\n            \"published_date\": \"2020-05-18 14:41:00\",\n            \"_id\": \"ab9fc8dbc63d9eefd5e72636197473ff\",\n            \"_score\": 4.6086626\n        },\n        {\n            \"summary\": \"The Trump administration blamed on Saturday far-left groups using antifa tactics for fomenting the violent protests upending Minneapolis and other major cities, even as Minnesota Democrats say they're looking at white supremacists and far-right extremists.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Valerie Richardson\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/trump-administration-blames-rioting-antifa-leftist/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump administration blames rioting on antifa, leftists as Democrats eye white supremacists\",\n            \"published_date\": \"2020-05-30 20:05:17\",\n            \"_id\": \"caf7a9db5ab3358f8955c3bb70883212\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Is it me or do the media seem almost giddy, in a macabre way, that America has passed the 100,000 mark in deaths attributed to the coronavirus?\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Robert Knight\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/29/liberal-media-takes-ghoulish-delight-linking-trump/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Liberal media takes ghoulish delight linking Trump to COVID-19 deaths\",\n            \"published_date\": \"2020-05-29 18:26:55\",\n            \"_id\": \"85eb12ac74351e67d490a3b33b394b55\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"The ranking member of the Senate Foreign Relations Committee on Wednesday claimed that the State Department is attempting to strike another multi-million dollar arms deal with Saudi Arabia.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/bob-menendez-trump-administration-seeking-strike-a/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Bob Menendez: Trump administration seeking to strike arms deal with Saudi Arabia\",\n            \"published_date\": \"2020-05-27 21:39:14\",\n            \"_id\": \"3f1394186f7fb4a2f96e28559bde462d\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Trump on Wednesday said he is \\\"willing and able to mediate\\\" an ongoing border dispute between China and India following a recent uptick in tension between the two sides.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/trump-offers-mediate-border-tensions-between-china/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump offers to mediate border tensions between China and India amid standoff\",\n            \"published_date\": \"2020-05-27 16:37:42\",\n            \"_id\": \"74e708a9a12e97ff1ce3567e3ea58422\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"When President Donald Trump doesn't like the message, he shoots the messenger.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"HOPE YEN, MARILYNN MARCHIONE and CALVIN WOODWARD\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/25/ap-fact-check-faulty-trump-claims-on-virus-drug-vo/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"AP FACT CHECK: Faulty Trump claims on virus drug, vote fraud\",\n            \"published_date\": \"2020-05-25 04:55:07\",\n            \"_id\": \"cd42b2f8e2ab97a7dd5b88c5e12ea4c9\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Did you hear the good news? Liberty University, which the media predicted would be Ground Zero for a deadly outbreak of coronavirus, has not reported a single on-campus case. Not one.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Robert Knight\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/24/liberal-media-taking-liberties-with-jerry-falwell-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Liberal media taking liberties with Jerry Falwell Jr. and Donald Trump narratives\",\n            \"published_date\": \"2020-05-24 18:35:10\",\n            \"_id\": \"6d4f5037e180765d38093f404f3f3f19\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Trump was uncharacteristically at a loss for words when asked in a new interview what he thinks is likely Democratic presidential nominee Joseph R. Biden's strongest feature as a political competitor.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/24/donald-trump-draws-blank-when-asked-positive-joe-b/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump draws blank when asked for positive Joe Biden attribute\",\n            \"published_date\": \"2020-05-24 14:41:47\",\n            \"_id\": \"3dcdbbec8af9d9d4fef55eafe9b93355\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Donald Trump has a new pitch to voters for this fall: Trust me.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jill Colvin and Zeke Miller\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/24/donald-trump-tells-voters-trust-him-economy-big-ba/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump tells voters to trust him on economy, 'big bang 2021'\",\n            \"published_date\": \"2020-05-24 12:10:30\",\n            \"_id\": \"6e8faa8d33f2f4b4619bf52ad2407988\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"A bipartisan group of 125 lawmakers on Capitol Hill is calling on the Pentagon to extend support to National Guardsmen on coronavirus-related missions across the country.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/22/lawmakers-press-trump-admin-extend-benefits-nation/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Lawmakers press Trump admin to extend benefits for National Guardsmen amid pandemic\",\n            \"published_date\": \"2020-05-22 16:39:00\",\n            \"_id\": \"9ecc9a854721743fdd488002afdd073b\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"The chairmen of the House Armed Services and Foreign Affairs committees on Friday issued a striking rebuke of President Trump's recent decision to withdraw from a landmark international treaty that allows U.S. intelligence flights over Russia.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/22/house-chairmen-hit-back-trump-withdrawal-open-skie/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"House chairmen hit back at Trump withdrawal from Open Skies Treaty\",\n            \"published_date\": \"2020-05-22 16:16:45\",\n            \"_id\": \"9ed00670e987af923fb0ee661c90360a\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Baltimore's mayor is urging President Trump to cancel a planned visit to the city to honor veterans on Memorial Day, saying the city is still under a stay-at-home order due to the coronavirus outbreak.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/22/jack-young-baltimore-mayor-tells-trump-cancel-memo/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Jack Young, Baltimore mayor, tells Trump to cancel Memorial Day visit\",\n            \"published_date\": \"2020-05-22 15:38:00\",\n            \"_id\": \"e577e77a2a5c6d8331b5e10dd1ab6c60\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"If President Trump is looking for an early opportunity to strike back at China amid the coronavirus crisis, one is about to land on his doorstep.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Stephen Dinan\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/donald-trump-faces-deadline-punish-china-aggressio/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump faces deadline to punish China aggression toward Hong Kong\",\n            \"published_date\": \"2020-05-22 00:14:32\",\n            \"_id\": \"1840f586c14d40cb77cf7eabd2156d34\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"The Trump administration is gearing up to withdraw from a landmark international treaty that allows reconnaissance flights over Russia, following concerns Moscow has violated yet another arms control agreement.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/trump-expected-withdraw-open-skies-treaty-coming-d/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump expected to withdraw U.S. from Open Skies treaty in coming days\",\n            \"published_date\": \"2020-05-21 15:47:21\",\n            \"_id\": \"b00bf79cefd72b4b8058141a8bf460a3\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Michigan Gov. Gretchen Whitmer said Wednesday it was disheartening to see President Trump threaten to withhold funding from the state over its vote-by-mail plans and that she will aggressively seek federal assistance after a \\\"500-year\\\" flooding event this week.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/gretchen-whitmer-disheartening-see-trumps-threat-w/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Gretchen Whitmer: 'Disheartening' to see Trump's threat to withhold funding from Michigan\",\n            \"published_date\": \"2020-05-20 18:05:00\",\n            \"_id\": \"b1c1ad31bbe7b069c8e17bff25119413\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Trump on Tuesday had a simple message for the media maelstrom over his use of hydroxychloroquine: Bite me.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Tom Howell Jr., David Sherfinski and Tom Howell Jr., David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/donald-trump-dismisses-nancy-pelosi-morbidly-obese/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump dismisses Nancy Pelosi 'morbidly obese' insult, hydroxychloroquine criticism\",\n            \"published_date\": \"2020-05-19 21:49:21\",\n            \"_id\": \"4f05b70ef5d492905c984163ccb82030\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Trump on Tuesday pointed to the decline in coronavirus cases, even as states open up, as proof the U.S. can bounce back from the pandemic and enjoy an economic revival.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Tom Howell Jr.\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/donald-trump-cheers-drop-covid-19-cases-even-state/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump cheers drop in COVID-19 cases even as states reopen\",\n            \"published_date\": \"2020-05-19 18:22:49\",\n            \"_id\": \"96d12fba70ef2cdb25b72b539ef78cfb\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"The Log Cabin Republicans stood up for President Trump after he was accused Sunday by former Vice President Joseph R. Biden of undermining gay rights, blasting the Obama administration for supporting \\\"oppressive regimes\\\" hostile to homosexuality.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Valerie Richardson\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/18/log-cabin-republicans-defends-trumps-lgbt-record-a/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Log Cabin Republicans defend Trump's LGBT record after Biden attack\",\n            \"published_date\": \"2020-05-18 17:26:00\",\n            \"_id\": \"42ce5118a0e9159ee1ea1ec571bf3178\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Making an unannounced appearance on NBC's telecast of an exhibition golf match Sunday, President Trump said in an interview that the country is making progress on the return of live sports during the coronavirus pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Adam Zielonka\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/17/president-trump-joins-nbc-golf-telecast-says-sport/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"President Trump joins NBC golf telecast, says sports will return 'fast'\",\n            \"published_date\": \"2020-05-17 20:05:02\",\n            \"_id\": \"23d2baae90545aa72349bc80b667f528\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Last week, for the first time in the history of the social media platform, Twitter added a fact-checking warning label to two of President Trump's tweets regarding mail-in voting and fraud. Twitter's link at the bottom of the president's posts were meant to signal to the public that the information sent out was, by their lights, factually inaccurate.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"THE WASHINGTON TIMES\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/31/editorial-battle-between-twitter-silicon-valley-an/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"EDITORIAL: Battle between Twitter, Silicon Valley and the Trump administration heats up\",\n            \"published_date\": \"2020-05-31 18:03:09\",\n            \"_id\": \"a3c9e1d3ee41c7f7a0694bf6534421b2\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"Democrats have not given up on selling a Trump-Russia election conspiracy, according to Rep. Eric Swalwell's Twitter battle with former acting Director of National Intelligence Richard Grenell.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Rowan Scarborough\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/31/eric-swalwell-battles-richard-grenell-twitter-abou/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Eric Swalwell battles with Richard Grenell on Twitter about Trump-Russia collusion\",\n            \"published_date\": \"2020-05-31 22:11:55\",\n            \"_id\": \"994cad4b04af8ec837067e4c176aaddd\",\n            \"_score\": 4.4487867\n        },\n        {\n            \"summary\": \"President Trump advocated a \\\"MAGA Night at the White House\\\" on Saturday in response to a demonstration Friday night outside the White House gates in which protesters clashed with Secret Service and police.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/30/trump-calls-maga-night-white-house-after-demonstra/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump calls for 'MAGA Night' at the White House after demonstrators clash with Secret Service\",\n            \"published_date\": \"2020-05-30 14:45:29\",\n            \"_id\": \"08a34ef5078d52119f0a82352367e4ae\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Lindsey Graham, the chairman of the Senate Judiciary Committee, is publicly urging federal judges in their mid-60s or older to step aside so President Donald Trump and Senate Republicans can fill the vacancies with conservative jurists.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Matthew Daly\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/lindsey-graham-urges-older-judges-resign-so-trump-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Lindsey Graham urges older judges to resign so Trump can fill vacancies\",\n            \"published_date\": \"2020-05-28 21:32:29\",\n            \"_id\": \"b6e0648b9e2a89c678275a525ca50067\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"President Trump on Thursday announced that the Title 32 orders for National Guardsmen serving across the country to help combat the coronavirus outbreak will be extended through mid-August.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/28/trump-extend-national-guard-covid-19-work-orders-a/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump to extend National Guard COVID-19 work orders amid mounting pressure\",\n            \"published_date\": \"2020-05-28 16:43:38\",\n            \"_id\": \"15a6722ae86e45f5823e0d2979405244\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"A book with a notable comparison: \\\"Trump and Churchill: Defenders of Western Civilization\\\" by Nick Adams has just been published, sizing up the two high-profile, distinctive leaders who appear to have nothing in common. Both, however, upset the \\\"prevailing politics\\\" of their respective eras in similar fashion.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jennifer Harper\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/inside-the-beltway-new-book-draws-comparison-betwe/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Inside the Beltway: New book draws comparison between President Trump, Winston Churchill\",\n            \"published_date\": \"2020-05-28 00:32:05\",\n            \"_id\": \"7f97ab6fc845442acb5d32d05f55a370\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"An online betting site is already setting an over/under line on the number of President Trump's tweets Twitter will flag as \\\"potentially misleading\\\" next month after the social media company entered uncharted waters on that front this week.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/bookmaker-sets-overunder-line-65-misleading-trump-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Bookmaker sets over/under line at 6.5 for 'misleading' Trump tweets next month\",\n            \"published_date\": \"2020-05-27 14:50:35\",\n            \"_id\": \"55a0f31da9fa00e0a17fa473a3c637f1\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"President Trump on Wednesday threatened to \\\"strongly regulate\\\" or close down social media platforms if they silence conservative voices, stepping up his criticism after Twitter attached fact-checking context to Mr. Trump's tweets for the first time on Tuesday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/27/trump-we-will-regulate-or-close-down-social-media-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump: We will regulate or 'close down' social media platforms before they silence conservatives\",\n            \"published_date\": \"2020-05-27 11:32:22\",\n            \"_id\": \"90fd9552675c3c2e586013a0ae07130d\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Republican National Committee Chairwoman Ronna McDaniel on Tuesday said President Trump and GOP officials want to have the Republican National Convention in North Carolina as planned but suggested other states are clamoring for the opportunity if things fall through.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/26/ronna-mcdaniel-lot-states-lobbying-donald-trump-ho/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Ronna McDaniel: 'A lot of states' lobbying Donald Trump to host Republican National Convention\",\n            \"published_date\": \"2020-05-26 12:44:09\",\n            \"_id\": \"4c5107a936afcce6b7907e7149070c9c\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Bill Maher, one of President Trump's fiercest critics on cable television, voiced regret Friday over Congress having conducted the impeachment proceedings he previously championed.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Andrew Blake\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/23/bill-maher-impeachment-turned-out-to-be-a-horrible/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Bill Maher: 'Impeachment turned out to be a horrible thing,' Donald Trump 'emboldened' by acquittal\",\n            \"published_date\": \"2020-05-23 14:23:45\",\n            \"_id\": \"9eec8f16fd5feae66afeabebcf022dee\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Sen. Sheldon Whitehouse, who famously penned a legal brief telling the Supreme Court it's unwell, took to Twitter on Thursday to criticize a Trump-appointed federal appeals court judge who will oversee former National Security Adviser Michael Flynn's case, calling her a \\\"cartoon.\\\"\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Alex Swoyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/22/sheldon-whitehouse-calls-trump-appointed-judge-neo/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Sheldon Whitehouse calls Trump-appointed Judge Neomi Rao 'a cartoon,' sparks pushback\",\n            \"published_date\": \"2020-05-22 11:51:21\",\n            \"_id\": \"8bffef305d2928eb31003ab27c405583\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"President Trump is ordering flags to be flown at half-staff for three days in memory of Americans who've died from the COVID disease.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Dave Boyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/donald-trump-orders-flags-half-staff-honor-america/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump orders flags to half-staff to honor Americans dead in coronavirus crisis\",\n            \"published_date\": \"2020-05-21 23:39:57\",\n            \"_id\": \"4d8513e99dc5a01e6e58831242152783\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Michigan Attorney General Dana Nessel said President Trump is a \\\"petulant child\\\" who is no longer welcome in her state.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Victor Morton\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/dana-nessel-michigan-ag-petulant-child-donald-trum/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Dana Nessel, Michigan AG: 'Petulant child' Donald Trump no longer welcome in state\",\n            \"published_date\": \"2020-05-21 23:29:03\",\n            \"_id\": \"d0a89fa3ae69bc19cbc153bfc2591f84\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"President Trump said Thursday he's pushing to host Group of Seven leaders at the White House in June, as he tries to revert from a virtual summit to a live-person event amid the coronavirus pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Tom Howell Jr.\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/21/donald-trump-pushing-person-g-7-white-house-portio/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump pushing for in-person G-7 at White House, a portion at Camp David\",\n            \"published_date\": \"2020-05-21 17:07:25\",\n            \"_id\": \"832c6a476847447e2ddecd993a945895\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Rep. Matt Gaetz said Wednesday after a recent meeting with President Trump that he expects Roger Stone will receive a pardon and not serve a day of the prison sentence he received.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Andrew Blake\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/matt-gaetz-predicts-presidential-pardon-for-roger-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Matt Gaetz predicts presidential pardon for Roger Stone following meeting with Donald Trump\",\n            \"published_date\": \"2020-05-20 20:52:51\",\n            \"_id\": \"c9cbe576e018a8c4675f9c7f5ae508b5\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"Two-time FIFA Women's World Cup winner Megan Rapinoe renewed her attacks on President Trump this week, calling him a \\\"white nationalist\\\" who is only deepening divisions in the country.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Jessica Chasmar\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/20/megan-rapinoe-renews-trump-feud-we-have-a-white-na/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Megan Rapinoe renews Trump feud: 'We have a white nationalist' in the White House\",\n            \"published_date\": \"2020-05-20 18:04:18\",\n            \"_id\": \"821215a3d690ddd82e22ed4695e3aaca\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"The leader of the World Health Organization on Tuesday said he won't back down from his post despite threats from President Trump to withdraw the U.S. from the group and permanently cut off all funding to the agency.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Lauren Meier\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/who-chief-defends-leadership-despite-donald-trumps/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"WHO chief defends leadership despite Donald Trump's threat to withdraw from group\",\n            \"published_date\": \"2020-05-19 19:01:52\",\n            \"_id\": \"afbe5feafeca9505a040cafbddb464ef\",\n            \"_score\": 4.3023033\n        },\n        {\n            \"summary\": \"White House press secretary Kayleigh McEnany on Tuesday said some of the reactions after President Trump announced he is taking hydroxychloroquine as a preventative measure against COVID-19 were \\\"apoplectic\\\" and that members of her communication team have also taken it in the past.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"David Sherfinski\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/19/white-house-slams-apoplectic-analysis-after-trump-/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"White House slams 'apoplectic' analysis after Trump said he's taking hydroxychloroquine\",\n            \"published_date\": \"2020-05-19 12:27:01\",\n            \"_id\": \"1d4f869edc886c05489e2fc1f6d560e3\",\n            \"_score\": 4.3023033\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"Trump\",\n        \"search_in\": \"title_en\",\n        \"lang\": \"en\",\n        \"country\": \"US\",\n        \"from\": \"2020-05-01 00:00:00\",\n        \"to\": \"2020-06-01 00:00:00\",\n        \"ranked_only\": \"False\",\n        \"from_rank\": 1,\n        \"to_rank\": 100000,\n        \"sort_by\": \"relevancy\",\n        \"page\": 2,\n        \"size\": 75,\n        \"sources\": [\n            \"nytimes.com\",\n            \"washingtontimes.com\"\n        ],\n        \"not_sources\": [\n            \"washingtonpost.com\",\n            \"buzzfeed.com\"\n        ],\n        \"topic\": \"news\"\n    }\n}"}],"_postman_id":"d33b946e-ab94-4c64-a3b5-d83b6f5580fd"}],"id":"22a772d4-3b89-46c6-869f-8734f157266c","event":[{"listen":"prerequest","script":{"id":"5266f73f-50be-4157-8bd5-9955a1b75c52","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4af5d0c8-bf42-4644-9791-d3272674ca48","type":"text/javascript","exec":[""]}}],"_postman_id":"22a772d4-3b89-46c6-869f-8734f157266c","description":""},{"name":"/v1/search Return Body","item":[],"id":"895a3584-f22b-46e6-9422-86916b64355d","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable <img width=\"400/\" /></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>returns <code>ok</code> if everything went well. Returns <code>error</code> in case of an error (plus 2 additional fields in case of <code>error</code> — <code>error_code</code> and <code>message</code></td>\n</tr>\n<tr>\n<td><code>total_hits</code></td>\n<td>how many news articles match your search criterion. Maximum is 10,000</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>the page where you are at</td>\n</tr>\n<tr>\n<td><code>total_pages</code></td>\n<td>how many pages you can access given your <code>page_size</code> parameter</td>\n</tr>\n<tr>\n<td><code>page_size</code></td>\n<td>how many items are present in <code>articles</code> object</td>\n</tr>\n<tr>\n<td><code>articles</code>:</td>\n<td>news articles found. A list</td>\n</tr>\n<tr>\n<td>   -<code>summary</code></td>\n<td>summary of the article</td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td>country of the publisher [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>clean_url</code></td>\n<td>URL of the article's source</td>\n</tr>\n<tr>\n<td>   -<code>author</code></td>\n<td>author of the article</td>\n</tr>\n<tr>\n<td>   -<code>rights</code></td>\n<td>copyright</td>\n</tr>\n<tr>\n<td>   -<code>link</code></td>\n<td>full URL of the article</td>\n</tr>\n<tr>\n<td>   -<code>rank</code></td>\n<td>rank of the source website (<code>clean_url</code>)</td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td>topic of the article [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>language</code></td>\n<td>language of the article</td>\n</tr>\n<tr>\n<td>   -<code>title</code></td>\n<td>title of the article</td>\n</tr>\n<tr>\n<td>   -<code>published_date</code></td>\n<td>published date &amp; time</td>\n</tr>\n<tr>\n<td>   -<code>_id</code></td>\n<td>Newscatcher API's unique identifier for each news article</td>\n</tr>\n<tr>\n<td>   -<code>_score</code></td>\n<td>how well the article is matching your search criteria. <code>_score</code> is different for each search you make. Best matching article has the highest score</td>\n</tr>\n<tr>\n<td><code>user_input</code>:</td>\n<td>object that returns how our backend saw your request. It shows you which parameters have been used to perform a search. Useful for debugging, especially to check if there is any problem with URL encoding. A list</td>\n</tr>\n<tr>\n<td>   -<code>q</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>search_in</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>lang</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>ranked_only</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sort_by</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>page</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>size</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sources</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>not_sources</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"debugging\">Debugging</h2>\n<p>Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code <code>400</code> because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong. </p>\n<p>If you see a <code>500</code> status that means that something is wrong on our side. </p>\n<p>While developing, look at <code>user_input</code> object that returns all of your parameters. If you made a mistake, or some characters were not correctly parsed because of the URL-encoding, you will see that.</p>\n","event":[{"listen":"prerequest","script":{"id":"e9aaf53a-0e1a-46a5-ac34-1cbfd0708385","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e175000-6bc6-4d4e-a51b-01f74cc736ad","type":"text/javascript","exec":[""]}}],"_postman_id":"895a3584-f22b-46e6-9422-86916b64355d"},{"name":"/v1/search_free","item":[{"name":"/v1/search_free Request Parameters","event":[{"listen":"test","script":{"id":"667704a0-5252-4089-938b-aea701c32380","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"7b27d176-54d9-4b08-a535-792f83eb3699","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/search_free?q=Trump&lang=en&ranked_only=True&page=1&page_size=25","urlObject":{"protocol":"https","path":["v1","search_free"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>String to search for. Has to be <a href=\"https://en.wikipedia.org/wiki/Percent-encoding\">URL-encoded</a></p>\n","type":"text/plain"},"key":"q","value":"Trump"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>.\nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Limit the search only for the sources which are in top 1 million online websites. Defaults to <code>True</code> (<code>False</code> if you want to turn it off). Unranked sources are assigned a rank that equals to <code>999999</code></p>\n","type":"text/plain"},"key":"ranked_only","value":"True"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>The number of the page. Use it to scroll through the results. Defaults to 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>How many articles to return per page. Defaults to 50, max is 100</p>\n","type":"text/plain"},"key":"page_size","value":"25"}],"variable":[]}},"response":[{"id":"ef00342f-95ba-4500-b5ec-5926acb036ce","name":"/v1/search Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search_free?q=Trump&lang=en&ranked_only=True&page=1&page_size=25","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search_free"],"query":[{"key":"q","value":"Trump","description":"**REQUIRED**\n\n*STRING*\n\nString to search for. Has to be [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding)\n"},{"key":"lang","value":"en","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"ranked_only","value":"True","description":"**OPTIONAL**\n\n*STRING*\n\nLimit the search only for the sources which are in top 1 million online websites. Defaults to `True` (`False` if you want to turn it off). Unranked sources are assigned a rank that equals to `999999`"},{"key":"page","value":"1","description":"**OPTIONAL**\n\n*INTEGER*\n\nThe number of the page. Use it to scroll through the results. Defaults to 1"},{"key":"page_size","value":"25","description":"**OPTIONAL**\n\n*INTEGER*\n\nHow many articles to return per page. Defaults to 50, max is 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:12:18 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 a56a2e7149e67774870adaf614e87aa1.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd5P3EzOIAMFiRQ="},{"key":"X-Amz-Cf-Id","value":"m85JaJNHt-SuqbRT2ew1NBVUcmxQRdSavvSt2IixXsJ8VJi4hbSbJw=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"15777"},{"key":"x-amzn-RequestId","value":"ee8c05e3-d4fa-418c-9a8b-e70ceec33291"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed56f32-976b45dde4a97bc08495d8df;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99993"},{"key":"Content-Length","value":"15777"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 10000,\n    \"page\": 1,\n    \"total_pages\": 400,\n    \"page_size\": 25,\n    \"articles\": [\n        {\n            \"summary\": \"Twitter fact checks Trump's tweet, Trump says it is stifling free speech\",\n            \"country\": \"NA\",\n            \"clean_url\": \"indiatoday.in\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.indiatoday.in/technology/news/story/twitter-fact-checks-trump-s-tweet-trump-says-it-is-stifling-free-speech-1682331-2020-05-27?utm_source=rss\",\n            \"rank\": \"2743\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Twitter fact checks Trump's tweet, Trump says it is stifling free speech\",\n            \"published_date\": \"2020-05-27 04:06:19\",\n            \"_id\": \"629c180f3a7f9b85b21221dbec6bd114\",\n            \"_score\": 7.156784\n        },\n        {\n            \"summary\": \"• The legal limits of Trump's executive order • Acosta: President Trump's press secretary just told a whopper • Analysis: Trump just used a ridiculous comparison to justify his social media crackdown • Opinion: Twitter can't do anything about Trump, but this group can\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_topstories/~3/eei3nyYv54M/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump signs order targeting social media companies\",\n            \"published_date\": \"2020-05-28 23:49:51\",\n            \"_id\": \"32867c14f2ede73c09573b76f6634eaf\",\n            \"_score\": 7.153534\n        },\n        {\n            \"summary\": \"President Trump and Twitter have gone to war over some of Trump's provocative tweets. Twitter on Friday has placed a \\\"public interest notice\\\" on Trump's tweet about the violence in Minneapolis.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"npr.org\",\n            \"author\": \"Ayesha Rascoe\",\n            \"rights\": \"Copyright 2020 NPR - For Personal Use Only\",\n            \"link\": \"https://www.npr.org/2020/05/29/865685770/trump-vs-twitter-what-swift-change-in-this-relationship-means-for-the-nation?utm_medium=RSS&utm_campaign=technology\",\n            \"rank\": \"157\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Trump Vs. Twitter: What Swift Change In This Relationship Means For The Nation\",\n            \"published_date\": \"2020-05-29 20:02:00\",\n            \"_id\": \"acd2de73eeb826262069f391399b84ed\",\n            \"_score\": 7.069584\n        },\n        {\n            \"summary\": \"Trump Meltdowns\",\n            \"country\": \"GB\",\n            \"clean_url\": \"liveleak.com\",\n            \"author\": \"sclatin1\",\n            \"rights\": null,\n            \"link\": \"https://www.liveleak.com/view?t=9mTUH_1590371074\",\n            \"rank\": \"1194\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump Meltdowns\",\n            \"published_date\": \"2020-05-25 01:44:34\",\n            \"_id\": \"3e239d9938f0d098068e0db02ec31e95\",\n            \"_score\": 7.048602\n        },\n        {\n            \"summary\": \"President Trump and first lady Melania Trump visited Arlington National Cemetery on Monday to observe Memorial Day. Mr. Trump participated in a wreath-laying ceremony at the Tomb of the Unknown Soldier. He did not give a speech.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cbsnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cbsnews.com/video/trump-and-first-lady-participate-in-wreath-laying-ceremony-at-arlington-national-cemetery/\",\n            \"rank\": \"214\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump participates in wreath-laying ceremony at Arlington National Cemetery\",\n            \"published_date\": \"2020-05-25 15:47:34\",\n            \"_id\": \"e98223fd2614ff75a686822e123119e0\",\n            \"_score\": 7.01415\n        },\n        {\n            \"summary\": \"Trump says he will regulate or close social media platforms rather than allow them to silence conservatives.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"Henry Farrell\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/politics/2020/05/26/twitter-has-started-fact-checking-trump/\",\n            \"rank\": \"84\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Twitter started fact-checking Trump. Then Trump threatened to close it down.\",\n            \"published_date\": \"2020-05-27 12:50:52\",\n            \"_id\": \"557fffea1a56f01579a9d4671a2adc62\",\n            \"_score\": 6.9706817\n        },\n        {\n            \"summary\": \"The faster our economy recovers, the better Trump should do—but Trump's numbers have been steadier than the economic ones.\",\n            \"country\": \"US\",\n            \"clean_url\": \"nationalreview.com\",\n            \"author\": \"Ramesh Ponnuru\",\n            \"rights\": null,\n            \"link\": \"https://www.nationalreview.com/corner/trumps-still-ahead-on-the-economy/\",\n            \"rank\": \"1597\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Still Ahead on the Economy\",\n            \"published_date\": \"2020-05-27 18:10:20\",\n            \"_id\": \"0093f6c46fd0eb52f6a7ea5a7fe828af\",\n            \"_score\": 6.957648\n        },\n        {\n            \"summary\": \"The reality is that Twitter is far more valuable to Trump than the President is to the social media company, experts say.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Danielle Abril\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/05/29/trump-needs-twitter-social-media-executive-order/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Trump needs Twitter. Twitter needs Trump. Who needs who more?\",\n            \"published_date\": \"2020-05-29 22:45:11\",\n            \"_id\": \"8f43d9c4924f3432c4123fa3206dec17\",\n            \"_score\": 6.9575233\n        },\n        {\n            \"summary\": \"PM Modi had no conversation with Donald Trump over Ladakh. US President Donald Trump claimed earlier that Donald Trump had spoken to him regarding Ladakh and Chinese aggression at LAC.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"hindustantimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (C) 2020 HT Media Limited. All Rights Reserved.\",\n            \"link\": \"https://www.hindustantimes.com/india-news/pm-modi-had-no-conversation-with-donald-trump-over-ladakh-officials/story-dxxH54uTUH7eriJvlm2MnL.html\",\n            \"rank\": \"1412\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"PM Modi had no conversation with Trump over border stand-off with China: Offici...\",\n            \"published_date\": \"2020-05-29 04:06:41\",\n            \"_id\": \"4fb906e759459d20192b45df64dea0fa\",\n            \"_score\": 6.949422\n        },\n        {\n            \"summary\": \"'A dog shouldn't poop where it eats” is an old saying. Well, President Trump did just that. It was after Twitter encouraged users to fact-check tweets in which Trump claimed that voting by mail results in rigged elections. Twitter linked the tweets to a CNN article refuting Trump.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nydailynews.com\",\n            \"author\": \"Rebecca Coffey\",\n            \"rights\": \"© 2020 New York Daily News\",\n            \"link\": \"https://www.nydailynews.com/opinion/ny-oped-trump-cant-control-himself-20200530-uq4ufc3tkjdhlit5uahe6xev3a-story.html#ed=rss_www.nydailynews.com/arcio/rss/category/opinion/\",\n            \"rank\": \"454\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump can't control himself\",\n            \"published_date\": \"2020-05-30 00:00:00\",\n            \"_id\": \"28e2627d7c807b8db493a65926e47946\",\n            \"_score\": 6.949182\n        },\n        {\n            \"summary\": \"Fact-check row: Dorsey responds to Trump's tweetThe face-off between Twitter and US President Donald Trump is likely to escalate.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"indiatimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright:(C)Thu 28 May 2020, 12:56:242020Thu 28 May 2020, 12:56:24 Bennett Coleman & Co. Ltd,  http://info.indiatimes.com/terms/tou.html\",\n            \"link\": \"https://economictimes.indiatimes.com/magazines/panache/leave-our-employees-out-of-this-jack-dorsey-responds-to-donald-trump-says-us-prez-fact-check-does-not-make-twitter-arbiter-of-truth/articleshow/76062480.cms\",\n            \"rank\": \"340\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Fact-check row: Dorsey responds to Trump's tweet\",\n            \"published_date\": \"2020-05-28 07:03:18\",\n            \"_id\": \"67ff34ce6bc7a307f36958617773003c\",\n            \"_score\": 6.933366\n        },\n        {\n            \"summary\": \"Trump 2020 campaign senior advisor Lara Trump says because of the efforts of President Trump, no one who needed a ventilator didn't have one and expresses her gratitude for governors who figured out a safe way to reopen their states.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"foxbusiness.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.foxbusiness.com/~r/foxbusiness/video/~3/q-nGlPcSQQ8/\",\n            \"rank\": \"1125\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Lara Trump credits governors for bravely reopening their states\",\n            \"published_date\": \"2020-05-26 22:20:35\",\n            \"_id\": \"9e3ef59c9ec9a73b3c9cfe25faff2f1d\",\n            \"_score\": 6.9299297\n        },\n        {\n            \"summary\": \"Trump's latest dispute with social media emerged after Twitter flagged one of Trump's tweets this week.\",\n            \"country\": \"IS\",\n            \"clean_url\": \"jpost.com\",\n            \"author\": \"By REUTERS\",\n            \"rights\": \"© 1995 - 2019 The Jerusalem Post. All rights reserved.\",\n            \"link\": \"https://www.jpost.com/breaking-news/trump-to-sign-executive-order-on-social-media-shortly-says-spokeswoman-629550\",\n            \"rank\": \"1237\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump to sign executive order on social media Thursday, says spokeswoman\",\n            \"published_date\": \"2020-05-28 04:20:57\",\n            \"_id\": \"c9c280a7e3cee22f1055ca9576e8e112\",\n            \"_score\": 6.9298925\n        },\n        {\n            \"summary\": \"• Facebook and Twitter clash over fact-checking as Trump threats intensify • SE Cupp: Trump is melting down on his favorite platform\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_topstories/~3/eei3nyYv54M/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump to announce executive order against social media companies\",\n            \"published_date\": \"2020-05-28 13:47:35\",\n            \"_id\": \"42acf61942481080294fe8281e3a56ae\",\n            \"_score\": 6.9275513\n        },\n        {\n            \"summary\": \"The anti-Trump Republican group, The Lincoln Project, is planning to air a new attack ad blasting President Donald Trump's record on race relations in the US.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/PHzOjUU2eBU/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Anti-Trump Republican group attacks Trump on race in new ad\",\n            \"published_date\": \"2020-06-01 02:09:26\",\n            \"_id\": \"a6340e391e0bad9d6030cf4e317331a1\",\n            \"_score\": 6.921606\n        },\n        {\n            \"summary\": \"A political science professor who predicted President Trump's win in 2016 is forecasting another victory.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Julia Musto\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/media/professor-predicted-trump-win-prediction-biden-2020\",\n            \"rank\": \"243\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Professor who predicted Trump's 2016 win explains why he thinks Trump will win again\",\n            \"published_date\": \"2020-05-29 12:04:12\",\n            \"_id\": \"722666f0cb95c2468836dc2cfc3b61d7\",\n            \"_score\": 6.91658\n        },\n        {\n            \"summary\": \"It seems, in other words, as though Trump is directing agencies to take exactly the kind of action conservative judges are beginning to combat.\",\n            \"country\": \"US\",\n            \"clean_url\": \"nationalreview.com\",\n            \"author\": \"Ramesh Ponnuru\",\n            \"rights\": null,\n            \"link\": \"https://www.nationalreview.com/corner/trumps-judges-vs-trumps-social-media-policy/\",\n            \"rank\": \"1597\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Judges vs. Trump's Social-Media Policy\",\n            \"published_date\": \"2020-05-29 16:28:55\",\n            \"_id\": \"dc9193afd4fe6099e8758eda98f5001d\",\n            \"_score\": 6.9117928\n        },\n        {\n            \"summary\": \"President Donald Trump booked back-to-back Memorial Day appearances despite the coronavirus pandemic, at Arlington National Cemetery and at a historic fort in Baltimore. Trump recently called Baltimore a 'rat and rodent infested mess” and its mayor has suggested Trump stay home.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"DARLENE SUPERVILLE\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/may/25/trump-doubles-up-with-maryland-virginia-memorial-d/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trump doubles up with Maryland, Virginia Memorial Day events\",\n            \"published_date\": \"2020-05-25 04:39:10\",\n            \"_id\": \"8dfd0eecfb25b050707871a2080e1f7f\",\n            \"_score\": 6.8929987\n        },\n        {\n            \"summary\": \"President Donald Trump booked back-to-back Memorial Day appearances despite the coronavirus pandemic, at Arlington National Cemetery and at a historic fort in Baltimore. Trump recently called Baltimore a \\\"rat and rodent infested mess\\\" and its mayor has suggested Trump stay home.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"startribune.com\",\n            \"author\": \"DARLENE SUPERVILLE\",\n            \"rights\": null,\n            \"link\": \"https://www.startribune.com/trump-doubles-up-with-maryland-virginia-memorial-day-events/570740982/\",\n            \"rank\": \"1013\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump doubles up with Maryland, Virginia Memorial Day events\",\n            \"published_date\": \"2020-05-25 04:45:06\",\n            \"_id\": \"8a149304c89e542cc107bffc599ca500\",\n            \"_score\": 6.8849773\n        },\n        {\n            \"summary\": \"Hajer Naili writes on President Trump's decision to terminate the US's relationship with the World Health Organzation. It's an opportunity for Trump, long skeptic of multilateral organizations, to pull the US out of one.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/asv7vqvuUOI/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The real cost of Trump's WHO pullout\",\n            \"published_date\": \"2020-05-31 22:46:47\",\n            \"_id\": \"b9b608624dc29542d62ce61c808463d8\",\n            \"_score\": 6.8833933\n        },\n        {\n            \"summary\": \"President Donald Trump holds a slim 3-point lead — within the margin of error — over Joe Biden in Utah, a state that Trump won by 18 points in 2016.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mediaite.com\",\n            \"author\": \"Tommy Christopher\",\n            \"rights\": null,\n            \"link\": \"https://www.mediaite.com/news/joe-biden-within-3-points-of-trump-in-utah-trump-won-by-18-points-in-2016/\",\n            \"rank\": \"3667\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Joe Biden Within 3 Points of Trump in UTAH; Trump Won by 18 Points in 2016\",\n            \"published_date\": \"2020-05-26 17:23:11\",\n            \"_id\": \"3fc369b3d04e008c2bed59c766325cb7\",\n            \"_score\": 6.8823624\n        },\n        {\n            \"summary\": \"Governor Tim Walz just addressed Trump's tweet. Donald Trump has his own way of handling the civil unrest in Minneapolis, following the brutal cop killing of George Floyd -- he wants the looters shot. True-to-form Trump tweeted his outrage,&hellip;\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tmz.com\",\n            \"author\": \"TMZ Staff\",\n            \"rights\": \"Copyright 2019 TMZ. The contents of this headlines and excerpts feed are available for limited commercial distribution. You may repost this feed to your site provided you link back to the original story, do not edit the material and do not remove this copyright notice.\",\n            \"link\": \"https://www.tmz.com/2020/05/29/donald-trump-threatens-mnneapolis-george-floyd-rioters-thugs-permission-to-shoot/\",\n            \"rank\": \"1120\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"Donald Trump Says Minneapolis 'Thugs' Should Be Shot\",\n            \"published_date\": \"2020-05-29 12:59:51\",\n            \"_id\": \"dcff4e8b04429868ef47bf4968ff3010\",\n            \"_score\": 6.879516\n        },\n        {\n            \"summary\": \"President Trump and first lady Melania Trump left the White House to watch the SpaceX rocket and Crew Dragon capsule lift NASA astronauts to the International Space Station.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"dailymail.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Associated Newspapers Ltd\",\n            \"link\": \"https://www.dailymail.co.uk/news/article-8362595/Donald-Trump-leaves-White-House-Melania-watch-Elon-Musks-manned-spaceflight.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\",\n            \"rank\": \"129\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Trumps fly in for SpaceX's first manned launch\",\n            \"published_date\": \"2020-05-27 19:32:26\",\n            \"_id\": \"66a8cb05cbe226013a27491949d836de\",\n            \"_score\": 6.8790655\n        },\n        {\n            \"summary\": \"Apparently, the legend in his own mind, Dr. Donald Trump, received his medical degree from the now defunct, fraudulent Trump University.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lasvegassun.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://lasvegassun.com//news/2020/may/27/trump-is-not-to-be-believed/\",\n            \"rank\": \"3386\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump is not to be believed\",\n            \"published_date\": \"2020-05-27 09:00:00\",\n            \"_id\": \"35e4cf92665c821b66384dc8a51410db\",\n            \"_score\": 6.8767614\n        },\n        {\n            \"summary\": \"Trump, Twitter and the society-crushing pursuit of monetized rage.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Maureen Dowd\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/05/30/opinion/sunday/trump-twitter-jack-dorsey.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump, Twitter and Jack Dorsey\",\n            \"published_date\": \"2020-05-30 18:30:08\",\n            \"_id\": \"2d5a67baf4ce17c330b7bc33ddd3d106\",\n            \"_score\": 6.8736115\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"Trump\",\n        \"search_in\": \"title_summary_en\",\n        \"lang\": \"en\",\n        \"ranked_only\": \"True\",\n        \"sort_by\": \"relevancy\",\n        \"from\": \"2020-05-25 00:00:00\",\n        \"page\": 1,\n        \"size\": 25\n    }\n}"}],"_postman_id":"7b27d176-54d9-4b08-a535-792f83eb3699"}],"id":"37bc4d5b-7264-48e8-b9bc-a488d473a9a3","description":"<p><code>search_free</code> is a <code>seach</code> endpoint, but for the free plan. Some features are not available for this free endpoint.</p>\n","event":[{"listen":"prerequest","script":{"id":"a9da519f-2aaa-4d8b-a680-b3077a5cc205","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45dc4c22-b5f1-4ff9-a2da-52c3708b401f","type":"text/javascript","exec":[""]}}],"_postman_id":"37bc4d5b-7264-48e8-b9bc-a488d473a9a3"},{"name":"/v1/search_free Return Body","item":[],"id":"74e1bdb6-0883-428d-9555-20d46f72760e","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable <img width=\"400/\" /></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>returns <code>ok</code> if everything went well. Returns <code>error</code> in case of an error (plus 2 additional fields in case of <code>error</code> — <code>error_code</code> and <code>message</code></td>\n</tr>\n<tr>\n<td><code>total_hits</code></td>\n<td>how many news articles match your search criterion. Maximum is 10,000</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>the page where you are at</td>\n</tr>\n<tr>\n<td><code>total_pages</code></td>\n<td>how many pages you can access given your <code>page_size</code> parameter</td>\n</tr>\n<tr>\n<td><code>page_size</code></td>\n<td>how many items are present in <code>articles</code> object</td>\n</tr>\n<tr>\n<td><code>articles</code>:</td>\n<td>news articles found. A list</td>\n</tr>\n<tr>\n<td>   -<code>summary</code></td>\n<td>summary of the article</td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td>country of the publisher [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>clean_url</code></td>\n<td>URL of the article's source</td>\n</tr>\n<tr>\n<td>   -<code>author</code></td>\n<td>author of the article</td>\n</tr>\n<tr>\n<td>   -<code>rights</code></td>\n<td>copyright</td>\n</tr>\n<tr>\n<td>   -<code>link</code></td>\n<td>full URL of the article</td>\n</tr>\n<tr>\n<td>   -<code>rank</code></td>\n<td>rank of the source website (<code>clean_url</code>)</td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td>topic of the article [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>language</code></td>\n<td>language of the article</td>\n</tr>\n<tr>\n<td>   -<code>title</code></td>\n<td>title of the article</td>\n</tr>\n<tr>\n<td>   -<code>published_date</code></td>\n<td>published date &amp; time</td>\n</tr>\n<tr>\n<td>   -<code>_id</code></td>\n<td>Newscatcher API's unique identifier for each news article</td>\n</tr>\n<tr>\n<td>   -<code>_score</code></td>\n<td>how well the article is matching your search criteria. <code>_score</code> is different for each search you make. Best matching article has the highest score</td>\n</tr>\n<tr>\n<td><code>user_input</code>:</td>\n<td>object that returns how our backend saw your request. It shows you which parameters have been used to perform a search. Useful for debugging, especially to check if there is any problem with URL encoding. A list</td>\n</tr>\n<tr>\n<td>   -<code>q</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>lang</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>ranked_only</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sort_by</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>page</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>size</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"debugging\">Debugging</h2>\n<p>Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code <code>400</code> because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong. </p>\n<p>If you see a <code>500</code> status that means that something is wrong on our side. </p>\n<p>While developing, look at <code>user_input</code> object that returns all of your parameters. If you made a mistake, or some characters were not correctly parsed because of the URL-encoding, you will see that.</p>\n","event":[{"listen":"prerequest","script":{"id":"a29d88d9-951c-41e1-b481-e337f240f0d9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b812e425-d6bd-4a5b-9ec1-fcc4eecddabe","type":"text/javascript","exec":[""]}}],"_postman_id":"74e1bdb6-0883-428d-9555-20d46f72760e"},{"name":"/v1/aggregation","item":[{"name":"/v1/aggregation Quick Start","event":[{"listen":"test","script":{"id":"95dc2130-ae8f-4b74-8717-6463094bbdfc","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"ae760ec2-17d6-4f41-a236-abf36fa2a3c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=Space X","urlObject":{"protocol":"https","path":["v1","aggregation"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"Space X"}],"variable":[]}},"response":[{"id":"07149f72-ab5d-49f9-a999-caddbbc1379d","name":"/v1/aggregation Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=Space X","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","aggregation"],"query":[{"key":"q","value":"Space X"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 04 Jun 2020 05:19:02 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 efed2d5ffeb697060f4a3aa73bdf068f.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nlma7F24oAMFqXg="},{"key":"X-Amz-Cf-Id","value":"87vvn-Zmj8D-xXMwiBAo_xaRNzYH6ZnDa7gvpkhah52zdmBg7lfk5w=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"2527"},{"key":"x-amzn-RequestId","value":"cdebd7e5-7983-4d18-9b3a-cec8dd9746ad"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed88445-0004382fb7c7220e9bf99f94;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99917"},{"key":"Content-Length","value":"2527"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"aggregation\": [\n        {\n            \"key_as_string\": \"2020-06-04\",\n            \"doc_count\": 77\n        },\n        {\n            \"key_as_string\": \"2020-06-03\",\n            \"doc_count\": 1412\n        },\n        {\n            \"key_as_string\": \"2020-06-02\",\n            \"doc_count\": 1483\n        },\n        {\n            \"key_as_string\": \"2020-06-01\",\n            \"doc_count\": 1542\n        },\n        {\n            \"key_as_string\": \"2020-05-31\",\n            \"doc_count\": 1525\n        },\n        {\n            \"key_as_string\": \"2020-05-30\",\n            \"doc_count\": 1641\n        },\n        {\n            \"key_as_string\": \"2020-05-29\",\n            \"doc_count\": 1627\n        },\n        {\n            \"key_as_string\": \"2020-05-28\",\n            \"doc_count\": 1818\n        },\n        {\n            \"key_as_string\": \"2020-05-27\",\n            \"doc_count\": 2577\n        },\n        {\n            \"key_as_string\": \"2020-05-26\",\n            \"doc_count\": 1890\n        },\n        {\n            \"key_as_string\": \"2020-05-25\",\n            \"doc_count\": 1283\n        },\n        {\n            \"key_as_string\": \"2020-05-24\",\n            \"doc_count\": 675\n        },\n        {\n            \"key_as_string\": \"2020-05-23\",\n            \"doc_count\": 765\n        },\n        {\n            \"key_as_string\": \"2020-05-22\",\n            \"doc_count\": 1433\n        },\n        {\n            \"key_as_string\": \"2020-05-21\",\n            \"doc_count\": 1622\n        },\n        {\n            \"key_as_string\": \"2020-05-20\",\n            \"doc_count\": 1496\n        },\n        {\n            \"key_as_string\": \"2020-05-19\",\n            \"doc_count\": 1615\n        },\n        {\n            \"key_as_string\": \"2020-05-18\",\n            \"doc_count\": 1427\n        },\n        {\n            \"key_as_string\": \"2020-05-17\",\n            \"doc_count\": 617\n        },\n        {\n            \"key_as_string\": \"2020-05-16\",\n            \"doc_count\": 361\n        },\n        {\n            \"key_as_string\": \"2020-05-15\",\n            \"doc_count\": 700\n        },\n        {\n            \"key_as_string\": \"2020-05-14\",\n            \"doc_count\": 480\n        },\n        {\n            \"key_as_string\": \"2020-05-13\",\n            \"doc_count\": 396\n        },\n        {\n            \"key_as_string\": \"2020-05-12\",\n            \"doc_count\": 289\n        },\n        {\n            \"key_as_string\": \"2020-05-11\",\n            \"doc_count\": 244\n        },\n        {\n            \"key_as_string\": \"2020-05-10\",\n            \"doc_count\": 76\n        },\n        {\n            \"key_as_string\": \"2020-05-09\",\n            \"doc_count\": 73\n        },\n        {\n            \"key_as_string\": \"2020-05-08\",\n            \"doc_count\": 195\n        },\n        {\n            \"key_as_string\": \"2020-05-07\",\n            \"doc_count\": 262\n        },\n        {\n            \"key_as_string\": \"2020-05-06\",\n            \"doc_count\": 188\n        },\n        {\n            \"key_as_string\": \"2020-05-05\",\n            \"doc_count\": 157\n        },\n        {\n            \"key_as_string\": \"2020-05-04\",\n            \"doc_count\": 143\n        },\n        {\n            \"key_as_string\": \"2020-05-03\",\n            \"doc_count\": 41\n        },\n        {\n            \"key_as_string\": \"2020-05-02\",\n            \"doc_count\": 34\n        },\n        {\n            \"key_as_string\": \"2020-05-01\",\n            \"doc_count\": 126\n        },\n        {\n            \"key_as_string\": \"2020-04-30\",\n            \"doc_count\": 105\n        },\n        {\n            \"key_as_string\": \"2020-04-29\",\n            \"doc_count\": 90\n        },\n        {\n            \"key_as_string\": \"2020-04-28\",\n            \"doc_count\": 122\n        },\n        {\n            \"key_as_string\": \"2020-04-27\",\n            \"doc_count\": 63\n        },\n        {\n            \"key_as_string\": \"2020-04-26\",\n            \"doc_count\": 27\n        },\n        {\n            \"key_as_string\": \"2020-04-25\",\n            \"doc_count\": 28\n        },\n        {\n            \"key_as_string\": \"2020-04-24\",\n            \"doc_count\": 96\n        },\n        {\n            \"key_as_string\": \"2020-04-23\",\n            \"doc_count\": 75\n        },\n        {\n            \"key_as_string\": \"2020-04-22\",\n            \"doc_count\": 64\n        },\n        {\n            \"key_as_string\": \"2020-04-21\",\n            \"doc_count\": 62\n        },\n        {\n            \"key_as_string\": \"2020-04-20\",\n            \"doc_count\": 52\n        },\n        {\n            \"key_as_string\": \"2020-04-19\",\n            \"doc_count\": 19\n        },\n        {\n            \"key_as_string\": \"2020-04-18\",\n            \"doc_count\": 13\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"Space X\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-02-26 05:19:02\",\n        \"to\": \"2020-06-04 05:19:02\",\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"ae760ec2-17d6-4f41-a236-abf36fa2a3c0"},{"name":"/v1/aggregation Request Parameters","event":[{"listen":"test","script":{"id":"89400a96-924b-4a62-b766-340d38e89773","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"132dc83d-f44f-4217-9b2a-c1133786ec86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=Trump&lang=en&from=2020/05/01&to=2020/06/01&search_in=summary&country=US&topic=news&sources=cnn.com,usatoday.com&not_sources=buzzfeed.com&ranked_only=False&from_rank=1&to_rank=100000&agg_by=day","urlObject":{"protocol":"https","path":["v1","aggregation"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>String to search for. Has to be <a href=\"https://en.wikipedia.org/wiki/Percent-encoding\">URL-encoded</a></p>\n<blockquote>\n<ul>\n<li>Advanced <code>q</code> (<strong>See examples for advanced explanation</strong>):<blockquote>\n<ul>\n<li>Use <code>AND</code>, <code>OR</code> and <code>NOT</code> (also written <code>&amp;&amp;</code>, <code>||</code> and <code>!</code>) for a more advanced search.</li>\n<li>Boolean operators\nUse <code>+</code> before a string token that <strong>must</strong> appear in searched field(s)\nUse <code>-</code> before a string token that <strong>must not</strong> appear in searched field(s)</li>\n</ul>\n</blockquote>\n</li>\n<li>Grouping<blockquote>\n<p><code>(apple AND microsoft) OR (tesla AND amazon)</code>\n<code>apple AND (microsoft OR tesla OR amazon)</code></p>\n</blockquote>\n</li>\n<li>Wildcards<blockquote>\n<p>Use <code>*</code> to match any string in any quantity. \nUse <code>?</code> to match any string exactly once</p>\n</blockquote>\n</li>\n<li>Regular Expressions<blockquote>\n<p><a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/7.x/regexp-syntax.html\">Check the syntax</a></p>\n</blockquote>\n</li>\n<li>Use double quotes for <strong>exact match</strong>. (<code>\"\\\"Elon Musk\\\"\"</code>) <strong>If using exact match  only, do not specify any <code>lang</code></strong>\n<strong>Important: make sure your <code>q</code> parameter is URL-encoded</strong>\n<strong>Reserved Characters:</strong><blockquote>\n<p>The reserved characters are: <code>+ - = &amp;&amp; || &gt; &lt; ! ( ) { } ^ \" ~ * ? : \\ /</code>\nIf you are not looking for a specific word, but you would like to discover news based on certain filter, you can use <code>q=\"\\*\"</code></p>\n</blockquote>\n</li>\n</ul>\n</blockquote>\n","type":"text/plain"},"key":"q","value":"Trump"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>.\nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>From which point in time to start the search. No specific format is required. E.g. (<code>2020/05/01</code>, <code>2020-05-01</code> ,<code>2020-05-01 12:54:14</code>, <code>2020-05-01 4:15am</code>, <code>yesterday 2:02 am</code>, <code>2020/05/01 12:55 EST</code>) Default timezone is UTC. <strong>Defaults to one week ago at midnight UTC.</strong> </p>\n","type":"text/plain"},"key":"from","value":"2020/05/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Until which point in time to search for. Default timezone is UTC</p>\n","type":"text/plain"},"key":"to","value":"2020/06/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>by default, we search what you specified in <code>q</code> in both <code>title</code> and <code>summary</code> of the article. However, you can limit this to either <code>title</code> or <code>summary</code></p>\n","type":"text/plain"},"key":"search_in","value":"summary"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the <code>lang</code> parameter. Accepts any <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> codes</p>\n","type":"text/plain"},"key":"country","value":"US"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are <code>news</code>, <code>sport</code>, <code>tech</code>, <code>world</code>, <code>finance</code>, <code>politics</code>, <code>business</code>, <code>economics</code>, <code>entertainment</code></p>\n<ul>\n<li><code>news</code> usually means a general news feed (main headlines of a website).</li>\n</ul>\n<blockquote>\n<p>Important: this parameter is [experimental]. Not all news articles are assigned with a <code>topic</code>, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a <code>tech</code> label.</p>\n</blockquote>\n<blockquote>\n<p>One topic at a time, for example <code>topic=sport</code></p>\n</blockquote>\n","type":"text/plain"},"key":"topic","value":"news"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more news resources to filter your search. It should be the normal form of the URL, for example, <strong><a href=\"http://nytimes.com/\">nytimes.com</a></strong>, <strong><a href=\"http://theguardian.com/\">theguardian.com</a></strong></p>\n<blockquote>\n<p>Comma separated string, for example <code>sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sources","value":"cnn.com,usatoday.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more sources to be excluded from the search. </p>\n<blockquote>\n<p>Comma separated string, for example <code>not_sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"not_sources","value":"buzzfeed.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Limit the search only for the sources which are in top 1 million online websites. Defaults to <code>True</code> (<code>False</code> if you want to turn it off). Unranked sources are assigned a rank that equals to <code>999999</code></p>\n","type":"text/plain"},"key":"ranked_only","value":"False"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Lowest boundary of the rank of news website to filter by. <strong>Important</strong>: lower rank means that a source is more popular</p>\n","type":"text/plain"},"key":"from_rank","value":"1"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Upper boundary of the rank of news website to filter by</p>\n","type":"text/plain"},"key":"to_rank","value":"100000"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Options: </p>\n<blockquote>\n<p><code>day</code> — default option. Aggregate results by day. No more than 100 days </p>\n</blockquote>\n<blockquote>\n<p><code>hour</code> — Aggregate results by hour. No more than 100 hours</p>\n</blockquote>\n","type":"text/plain"},"key":"agg_by","value":"day"}],"variable":[]}},"response":[{"id":"e949aa31-3f34-4aa5-b5a3-75a20978f89f","name":"/v1/aggregation Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=Trump&lang=en&from=2020/05/01&to=2020/06/01&search_in=summary&country=US&topic=news&sources=cnn.com,usatoday.com&not_sources=buzzfeed.com&ranked_only=False&from_rank=1&to_rank=100000&agg_by=day","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","aggregation"],"query":[{"key":"q","value":"Trump","description":"**REQUIRED**\n\n*STRING*\n\nString to search for. Has to be [URL-encoded](https://en.wikipedia.org/wiki/Percent-encoding)\n> - Advanced `q` (**See examples for advanced explanation**):\n>> - Use `AND`, `OR` and `NOT` (also written `&&`, `||` and `!`) for a more advanced search.\n>> - Boolean operators\n> Use `+` before a string token that **must** appear in searched field(s)\n> Use `-` before a string token that **must not** appear in searched field(s)\n> - Grouping\n>> `(apple AND microsoft) OR (tesla AND amazon)`\n>> `apple AND (microsoft OR tesla OR amazon)`\n> - Wildcards\n>> Use `*` to match any string in any quantity. \n>> Use `?` to match any string exactly once\n> - Regular Expressions\n>> [Check the syntax](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/regexp-syntax.html)\n> - Use double quotes for **exact match**. (`\"\\\"Elon Musk\\\"\"`) **If using exact match  only, do not specify any `lang`**\n> **Important: make sure your `q` parameter is URL-encoded**\n> **Reserved Characters:**\n>> The reserved characters are: `+ - = && || > < ! ( ) { } ^ \" ~ * ? : \\ /`\n> If you are not looking for a specific word, but you would like to discover news based on certain filter, you can use `q=\"\\*\"`"},{"key":"lang","value":"en","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"from","value":"2020/05/01","description":"**OPTIONAL**\n\n*STRING*\n\nFrom which point in time to start the search. No specific format is required. E.g. (`2020/05/01`, `2020-05-01`, `01/05/2020` ,`2020-05-01 12:54:14`, `2020-05-01 4:15am`, `yesterday 2:02 am`, `2020/05/01 12:55 EST`) Default timezone is UTC. **Defaults to one week ago at midnight UTC.** "},{"key":"to","value":"2020/06/01","description":"**OPTIONAL**\n\n*STRING*\n\nUntil which point in time to search for. Default timezone is UTC"},{"key":"search_in","value":"summary","description":"**OPTIONAL**\n\n*STRING*\n\nby default, we search what you specified in `q` in both `title` and `summary` of the article. However, you can limit this to either `title` or `summary`"},{"key":"country","value":"US","description":"**OPTIONAL**\n\n*STRING*\n\nThe country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the `lang` parameter. Accepts any [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes"},{"key":"topic","value":"news","description":"**OPTIONAL**\n\n*STRING*\n\nThe topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are `news`, `sport`, `tech`, `world`, `finance`, `politics`, `business`, `economics`, `entertainment`\n\n* `news` usually means a general news feed (main headlines of a website).\n\n> Important: this parameter is [experimental]. Not all news articles are assigned with a `topic`, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a `tech` label.\n\n> One topic at a time, for example `topic=sport`"},{"key":"sources","value":"cnn.com,usatoday.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more news resources to filter your search. It should be the normal form of the URL, for example, **[nytimes.com](http://nytimes.com/)**, **[theguardian.com](http://theguardian.com/)**\n\n> Comma separated string, for example `sources=nytimes.com,cnn.com,wsj.com`"},{"key":"not_sources","value":"buzzfeed.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more sources to be excluded from the search. \n\n> Comma separated string, for example `not_sources=nytimes.com,cnn.com,wsj.com`"},{"key":"ranked_only","value":"False","description":"**OPTIONAL**\n\n*STRING*\n\nLimit the search only for the sources which are in top 1 million online websites. Defaults to `True` (`False` if you want to turn it off). Unranked sources are assigned a rank that equals to `999999`"},{"key":"from_rank","value":"1","description":"**OPTIONAL**\n\n*INTEGER*\n\nLowest boundary of the rank of news website to filter by. **Important**: lower rank means that a source is more popular"},{"key":"to_rank","value":"100000","description":"**OPTIONAL**\n\n*INTEGER*\n\nUpper boundary of the rank of news website to filter by"},{"key":"agg_by","value":"day","description":"**OPTIONAL**\n\n*STRING*\n\nOptions: \n\n> `day` — default option. Aggregate results by day. No more than 100 days \n\n> `hour` — Aggregate results by hour. No more than 100 hours"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:12:48 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 91db3e27f70759a0dea967c4b34efea9.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd5UhFxrIAMFz3A="},{"key":"X-Amz-Cf-Id","value":"BttNlJhZ72NMgnpGkmM7w0K7gHqEgdTwsYnFkoxzXOOqLlM9m__pYA=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"1082"},{"key":"x-amzn-RequestId","value":"3e09b327-9d86-4a53-b6d9-e3703551f490"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed56f50-3a5bad2c57e8630c94454097;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99992"},{"key":"Content-Length","value":"1082"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"aggregation\": [\n        {\n            \"key_as_string\": \"2020-05-31\",\n            \"doc_count\": 20\n        },\n        {\n            \"key_as_string\": \"2020-05-30\",\n            \"doc_count\": 16\n        },\n        {\n            \"key_as_string\": \"2020-05-29\",\n            \"doc_count\": 31\n        },\n        {\n            \"key_as_string\": \"2020-05-28\",\n            \"doc_count\": 29\n        },\n        {\n            \"key_as_string\": \"2020-05-27\",\n            \"doc_count\": 31\n        },\n        {\n            \"key_as_string\": \"2020-05-26\",\n            \"doc_count\": 33\n        },\n        {\n            \"key_as_string\": \"2020-05-25\",\n            \"doc_count\": 19\n        },\n        {\n            \"key_as_string\": \"2020-05-24\",\n            \"doc_count\": 5\n        },\n        {\n            \"key_as_string\": \"2020-05-23\",\n            \"doc_count\": 11\n        },\n        {\n            \"key_as_string\": \"2020-05-22\",\n            \"doc_count\": 26\n        },\n        {\n            \"key_as_string\": \"2020-05-21\",\n            \"doc_count\": 32\n        },\n        {\n            \"key_as_string\": \"2020-05-20\",\n            \"doc_count\": 35\n        },\n        {\n            \"key_as_string\": \"2020-05-19\",\n            \"doc_count\": 32\n        },\n        {\n            \"key_as_string\": \"2020-05-18\",\n            \"doc_count\": 22\n        },\n        {\n            \"key_as_string\": \"2020-05-17\",\n            \"doc_count\": 14\n        },\n        {\n            \"key_as_string\": \"2020-05-16\",\n            \"doc_count\": 4\n        },\n        {\n            \"key_as_string\": \"2020-05-15\",\n            \"doc_count\": 2\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"Trump\",\n        \"search_in\": \"summary_en\",\n        \"lang\": \"en\",\n        \"country\": \"US\",\n        \"from\": \"2020-05-01 00:00:00\",\n        \"to\": \"2020-06-01 00:00:00\",\n        \"ranked_only\": \"False\",\n        \"from_rank\": 1,\n        \"to_rank\": 100000,\n        \"sources\": [\n            \"cnn.com\",\n            \"usatoday.com\"\n        ],\n        \"not_sources\": [\n            \"buzzfeed.com\"\n        ],\n        \"topic\": \"news\"\n    }\n}"}],"_postman_id":"132dc83d-f44f-4217-9b2a-c1133786ec86"}],"id":"5c73c752-cd0c-467c-8a4d-8119981a0851","event":[{"listen":"prerequest","script":{"id":"592fc48c-701c-4631-9887-c5b4fb8aaaba","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e1eaa4dd-387e-40dc-9aa6-be60cc4bebfc","type":"text/javascript","exec":[""]}}],"_postman_id":"5c73c752-cd0c-467c-8a4d-8119981a0851","description":""},{"name":"/v1/aggregation Return Body","item":[],"id":"29d01272-1490-46e8-ac56-45f33147824d","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable <img width=\"400/\" /></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>returns <code>ok</code> if everything went well. Returns <code>error</code> in case of an error (plus 2 additional fields in case of <code>error</code> — <code>error_code</code> and <code>message</code></td>\n</tr>\n<tr>\n<td><code>aggregation</code>:</td>\n<td>aggregation results. A list</td>\n</tr>\n<tr>\n<td>   -<code>key_as_string</code></td>\n<td>the date or hour of aggregation</td>\n</tr>\n<tr>\n<td>   -<code>doc_count</code></td>\n<td>how many articles found per a value in <code>key_as_string</code></td>\n</tr>\n<tr>\n<td><code>user_input</code>:</td>\n<td>object that returns how our backend saw your request. It shows you which parameters have been used to perform a search. Useful for debugging, especially to check if there is any problem with URL encoding. A list</td>\n</tr>\n<tr>\n<td>   -<code>q</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>search_in</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>lang</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>ranked_only</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>agg_by</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>page</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>size</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sources</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>not_sources</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"debugging\">Debugging</h2>\n<p>Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code <code>400</code> because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong. </p>\n<p>If you see a <code>500</code> status that means that something is wrong on our side. </p>\n<p>In case of <code>aggregation</code> endpoint, your main concern should be the limit in a time range.</p>\n","event":[{"listen":"prerequest","script":{"id":"72def485-b081-4bf2-87cd-7aac6b5df7c1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3c4d8c5c-954a-4150-82ef-932c20a94516","type":"text/javascript","exec":[""]}}],"_postman_id":"29d01272-1490-46e8-ac56-45f33147824d"},{"name":"/v1/stocks","item":[{"name":"/v1/stocks Quick Start","event":[{"listen":"test","script":{"id":"b98660ce-e298-4383-bce0-fc750c96142b","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"acfe3ae9-7f33-49c0-b4b4-283ef7f3c2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=AAPL","description":"<p>Get a key on <a href=\"https://rapidapi.com/newscatcher-api-newscatcher-api-default/api/newscatcher?endpoint=apiendpoint_8218240c-8c08-420b-8cfe-36a56759f524\">RapidAPI</a></p>\n","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"ticker","value":"AAPL"}],"variable":[]}},"response":[{"id":"612ba9cc-d630-4dea-a6d3-3b2130918c2d","name":"/v1/stocks Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=AAPL","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"AAPL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:07:33 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 0f820adb6671fcc6033a9aa95ec8e0fb.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"NkeaiFZtoAMFQ-Q="},{"key":"X-Amz-Cf-Id","value":"OxajbIX-kYKHq4wJfUqfXQfjSPXLYlbC3tCdYfpaqMUcJQOUyb-PJw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"85665"},{"key":"x-amzn-RequestId","value":"d34f2876-6bab-47c2-8610-bf2ce9f66c4a"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed81110-438a7e70ce055a84c4f118e8;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99934"},{"key":"Content-Length","value":"85665"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 6300,\n    \"page\": 1,\n    \"total_pages\": 126,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"This is a preview of The Digital Therapeutics research report from Business Insider Intelligence.\\n \\nPurchase this report.\\n \\nBusiness Insider Intelligence offers even more healthcare coverage with Digital Health Pro. Subscribe today to receive industry-changing digital health news and analysis to your inbox.\\n \\n \\n\\n \\nA new class of medicine — digital therapeutics (DTx) — has emerged, offering a novel means of treating the swelling number of patients with chronic diseases and keeping associated costs down.\\n \\nDigital therapeutics deliver evidence-based therapies via software — often in the form of consumer-facing mobile health apps — that replace or complement the existing treatment of a disease. They diverge from the broader digital health market in that they must be approved by regulatory bodies — and displaying proof-of-concept is at the core of their model.\\n \\nDTx vendors leverage their tech to treat chronic conditions, which gobble up the lion's share of the US' healthcare spending: Business Insider Intelligence estimates that the US shelled out up to $3.3 trillion on chronic disease in 2018. The surging prevalence of chronic conditions combined with their sky-high price tags is fueling fast growth in the global DTx market, which is poised to expand 21% annually to hit nearly $9 billion by 2025. \\n \\nThe sea change sparked by the advent of digital medicines threatens to reshape the entire healthcare value chain. Because drugs interact with nearly every healthcare stakeholder, DTx solutions are leading a variety of players to carve out room for digital solutions: Pharmacy benefit managers (PBMs) are creating logs for DTx as they would drugs, insurers are linking their members up with digital solutions in an effort to mitigate spending, and entrenched pharma and medtech companies are tying up with DTx vendors to dip into new revenue streams.\\n \\nThose that choose not to get on the DTx bandwagon might miss out on a massive opportunity — and we think laggard drugmakers and medical device makers that don't jump at the chance of linking up with DTx providers could put themselves at risk of losing market share to new competitors. \\n \\nIn this report, Business Insider Intelligence will explore the drivers lighting a fire under the DTx market, identify the leading DTx market players, and unpack the varied ways vendors reach their intended audiences. We will also assess both the opportunities and risks DTx companies and their products pose to payers, pharmaceutical companies, and medtech firms. Finally, we will forecast what we expect to see next in the DTX space and outline the barriers holding DTx firms back to help stakeholders navigate the crowding field and develop strategies to capture a piece of the DTx pie.\\n \\nThe companies mentioned in this report are: 23andMe, 2morrow, Inc., Advocate Health Care, Akili Interactive, Apple, Aptar Pharma, Aurora Health Care, Bayer, Better Therapeutics, Big Health, Biofourmis, Blue Shield of California, Cambia Health Solutions, Cigna, Click Therapeutics, Cognoa, CVS Caremark, DarioHealth, Dexcom, Diabeto, Eli Lilly, ExpressScripts, Glooko, Happify Health, Health2Sync, Kaia Health, Lark Health, Livongo, MedRhythms, myStrength, mySugr, Noom, Novartis, Novo Nordisk, Omada Health, Omron, One Drop, Otsuka, Pear Therapeutics, Propeller Health, Proteus Digital Health, ResMed, Retrofit, Roche, Sanofi, Teva Pharmaceutical, Teladoc, UnitedHealth Group, Vida Health, Virta Health, Voluntis, Walgreens, Walmart, and Welldoc.\\n \\nHere are some key takeaways from the report: \\n \\n \\nDigital therapeutics are shaking up the healthcare value chain: The digital therapeutics market is set to triple in size over the next six years, blossoming into a $9 billion opportunity — and Business Insider Intelligence predicts consumer adoption of the digital treatments will grow more than 10-fold by 2023. \\n \\nPayers should stock portfolios with digital therapeutics to shore up on drug spending, curb their sizable share of chronic disease costs, keep patients healthy, and woo employer contracts. \\n \\nProactive pharmaceutical firms and medical device makers can benefit from DTx's proliferation through tie-ups with vendors that give the incumbents access to piles of real-time data as well as the possibility to expand revenue opportunities through commercializing new products and programs — but sluggish drug- and device makers risk waving goodbye to consumers opting for digital solutions. \\n \\nWe expect to see heightened activity in the space over the next several years, but hurdles to growth remain, including winning over doctors and consumers as well as paltry reimbursement from the Centers for Medicare and Medicaid Services. \\n \\n \\nIn full, the report: \\n \\n \\nProvides a roadmap to the digital therapeutics market and explains how companies developing digital drug alternatives are transforming healthcare. \\n \\nIdentifies key players operating in the space. \\n \\nExplores how digital therapeutics stand to benefit — and threaten — entrenched players, like payers, pharmaceutical companies, and medical device makers. \\n \\nConsiders what the future of digital therapeutics looks like and what still stands in the way of their proliferation.  \\n \\n \\nWant to learn more about the fast-moving world of digital health? Here's how to get access:\\n \\n \\nPurchase and download the full report from our research store. >>  Purchase & Download Now\\n \\nSign up for Digital Health Pro, Business Insider Intelligence's expert product suite keeping you up-to-date on the people, technologies, trends, and companies shaping the future of healthcare, delivered to your inbox 6x a week. >> Get Started\\n \\nJoin thousands of top companies worldwide who trust Business Insider Intelligence for their competitive research needs. >> Inquire About Our Enterprise Memberships\\n \\nCurrent subscribers can read the report here.\\n \\n\\nJoin the conversation about this story »\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Zoë LaRock\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/digital-therapeutics-explainer-2019-10\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"THE DIGITAL THERAPEUTICS EXPLAINER: How digital treatments could be a $9 billion opportunity by 2025\",\n            \"published_date\": \"2020-06-03 21:01:00\",\n            \"_id\": \"ce0c64de6d586fbd8eeac59e7ba27a59\"\n        },\n        {\n            \"summary\": \"Prima notebook met veel opslag en 8GB werkgeheugen 2,5 GHz Dual-Core Intel Core i5 Batterij heeft 278 cycli (vorig jaar vervangen voor nieuw origineel) Ik mag binnenkort een nieuwe uitzoeken dus van deze neem ik afscheid. Je krijgt er 2 hard-shells en 2 Magsafes (voedingen) bij (handig!) + een losse Super-drive. De doos heb ik volgens mij ook nog... Ik heb geen haast, maar bied deze nu alvast aan...\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"Ciwi\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://tweakers.net/aanbod/2359888/apple-macbook-pro-13-inch-retina-512gb.html\",\n            \"rank\": \"7581\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"A: Apple MacBook Pro 13\\\" Retina 512GB - € 750,-\",\n            \"published_date\": \"2020-06-03 20:49:16\",\n            \"_id\": \"deb5008a980fa752660e5d7ef95984ba\"\n        },\n        {\n            \"summary\": null,\n            \"country\": \"NA\",\n            \"clean_url\": \"opalesque.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2008, Opalesque.com\",\n            \"link\": \"http://www.opalesque.com/index.php?act=archive&and=show&nr=5816&anchor=topic679625#topic1679625\",\n            \"rank\": \"243561\",\n            \"topic\": \"NA\",\n            \"language\": null,\n            \"title\": \"U.S.: US high-yield bond market logs busiest May ever as deal volume nears $44bn, Investor Dan Niles dumps Disney after rebound, stays out of Apple on valuation concerns\",\n            \"published_date\": \"2020-06-03 20:32:33\",\n            \"_id\": \"f5649fecaffc1d737bbe8b47896d6cef\"\n        },\n        {\n            \"summary\": \"El usuario cede los datos personales, de salud, de todos sus contactos y de cada uno de sus movimientos, a cambio de algo tan valioso como la protección de su salud y la de su entorno. Poco más o menos, con las debidas salvaguardas en materia de privacidad y protección de datos, miles de españoles aceptan estas condiciones y aparcan sus tradicionales recelos a la monitorización anónima y permanente de sus pasos. &quot;El fin de eludir el coronavirus, justifica los medios&quot;, explican los expertos en protección de datos consultados por elEconomistaes.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eleconomista.es\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.eleconomista.es/tecnologia/noticias/10584469/06/20/Espana-ultima-el-lanzamiento-de-su-app-del-Covid19-sobre-las-plataformas-de-Google-y-Apple.html\",\n            \"rank\": \"3826\",\n            \"topic\": \"economics\",\n            \"language\": \"es\",\n            \"title\": \"España ultima el lanzamiento de su 'app' del Covid-19 sobre las plataformas de Google y Apple\",\n            \"published_date\": \"2020-06-03 20:24:46\",\n            \"_id\": \"fb88bb2e5d0ee0ad6831c701b0b4ca5a\"\n        },\n        {\n            \"summary\": \"Apple today seeded the first beta of an upcoming watchOS 6.2.8 update to developers, two weeks after releasing the watchOS 6.2.5 update with new Pride Apple Watch faces, and two days after releasing watchOS 6.2.6 with security fixes.  \\n  \\n watchOS 6.2.8 can be downloaded for free through the dedicated \\u200c\\u200c\\u200c\\u200cApple Watch\\u200c\\u200c\\u200c\\u200c app on the iPhone by going to General > Software Update. \\n  \\n  \\n To install the new software, the \\u200c\\u200c\\u200c\\u200cApple Watch\\u200c\\u200c\\u200c\\u200c needs to have at least 50 percent battery, it needs to be placed on a charger, and it needs to be in range of the \\u200c\\u200c\\u200c\\u200ciPhone\\u200c\\u200c\\u200c\\u200c. \\n  \\n We don't yet know if there are new features included in watchOS 6.2.8, but we'll update this article if any changes are found.\\nRelated Roundups: Apple Watch, watchOS 6\\n\\nBuyer's Guide: Apple Watch (Caution)\\n\\nThis article, \\\"Apple Seeds First Beta of watchOS 6.2.8 to Developers\\\" first appeared on MacRumors.com\\n\\nDiscuss this article in our forums\",\n            \"country\": \"NA\",\n            \"clean_url\": \"macrumors.com\",\n            \"author\": \"Juli Clover\",\n            \"rights\": null,\n            \"link\": \"https://www.macrumors.com/2020/06/03/apple-seeds-watchos-6-2-8-beta-1-to-developers/\",\n            \"rank\": \"1382\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Apple Seeds First Beta of watchOS 6.2.8 to Developers\",\n            \"published_date\": \"2020-06-03 20:22:17\",\n            \"_id\": \"29127e14c5ed719622e811988f78f1ee\"\n        },\n        {\n            \"summary\": \"The technology giants said they would embed a feature in iPhones and Android devices to enable users to track infected people they'd come close to.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jack Nicas and Daisuke Wakabayashi\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/04/10/technology/apple-google-coronavirus-contact-tracing.html\",\n            \"rank\": \"41\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Coronavirus Contact Tracing: Apple and Google Team Up to Enable Virus Tracking\",\n            \"published_date\": \"2020-06-03 20:19:46\",\n            \"_id\": \"9bb94b4ac2cfe33f2103bd5f5defc0be\"\n        },\n        {\n            \"summary\": \"This essay is based on an episode of the UTS podcast series 'The New Social Contract” that examines how the relationship between universities, the state and the public might be reshaped as we live through this global pandemic.\\n  \\n  \\nUniversities are confronting the possibility of profound sector-wide transformation due to the continuing effects of COVID-19.  It is prompting much needed debate about what such transformation should look like and what kind of system is in the public interest.\\n  \\nThis is now an urgent conversation. If universities want a say in what the future of higher education will look like, they will need to generate ideas quickly and in a way that attracts wide public support. \\n  \\nThis will involve articulating their unique role as embedded, future-regarding, ethical generators of crucial knowledge and skills, well-equipped to handle coming contingencies and helping others do the same. \\n  \\nAnd this means higher education changes are entangled with another major force for transformation – climate change.\\n  \\nHow can universities credibly claim to be preparing young people for their futures, or to be working with employers, if they do not take into account the kind of world they are helping to bring about?\\n  \\nA vital role in a climate changed world\\n  \\nWhether indexed by the continual climb in extreme heat and humidity, the melting of Arctic ice, the eruption of unprecedented mega-fire events or the rapid degradation of ecosystems and disruption of human settlements, climate change is here.\\n  \\nIt is rapidly exacerbating environmental and social stress across the globe, as well as directly and indirectly impacting all institutions and areas of life. And worse still, global greenhouse gas concentrations are moving in exactly the opposite direction to what we need, with carbon emissions growing by 2.0% in 2019, the fastest growth for seven years. \\n  \\nMuch-needed transitions towards low carbon and well-adapted systems are emerging. But they are too piecemeal and slow relative to what is needed to avoid large scale cascading and compounding impacts to our planet.\\n  \\nUniversities, along with all other parts of our society, will feel the effects of climate change. The cost of the devastation at the Australian National University due to the summer's fires and hailstorm, for instance, is estimated to be A$75 million dollars. \\n  \\nFailure to appropriately adapt to the increasing likelihood of such events threatens to undermine research of all sorts. \\n    \\nWhether due to climate impacts (such as the effects of sea level rise on coastal laboratories) or policy and market shifts away from carbon-intensive activities (such as coal powered energy), research investments face the risk of becoming stranded assets. Not only could expensive infrastructure and equipment be rendered redundant, but certain skills, capabilities and projects could too.\\n  \\nUniversities are key to enabling Australian society to transition to a safer and lower emissions pathway. They are needed to provide the knowledge, skills and technologies for this positive transition. And they are also needed to foster the social dialogue and build the broad public mandate to get there. \\n  \\nThis means old ideas of universities as isolated and values-free zones, and newer notions of them as cheap consultants to the private sector, fundamentally fail to fulfil the role universities now need to play. \\n  \\nThey must become public good, mission-driven organisations devoted to rapidly progressing human understanding and action on the largest threat there has ever been, to what they are taken to represent and advance – human civilisation.\\n  \\n  \\n\\n  \\nSubscribe to the New Social Contract podcast on your favourite podcast app: Apple Podcast, Spotify, Stitcher\\n  \\n  \\nUniversities must become more sustainable…\\n  \\nInaction will erode the trust on which universities rely, especially among the key constituencies universities are meant to serve – young people and the private, community and public sectors. \\n  \\nStudents, businesses, not-for-profit organisations and certain governments are already acting far more forcefully than universities, even as the latter claim to be intellectual leaders.\\n  \\nWho universities invest in, fund, partner with and teach, and how, will increasingly be judged through a climate change lens. All actors in the fossil fuel value chain – including insurance brokers and researchers – are coming under pressure to stop facilitating a form of production that enriches a few while endangering all.\\n  \\nNetworks such as the International Universities Climate Alliance, the Global Alliance of Universities on Climate and Australasian Campuses Towards Sustainability are pushing for change in and by the sector. \\n  \\nIn 2019, three global university networks organised an open letter signed by more than 7,000 higher and further education institutions. It called for the sector to reduce emissions and invest in climate change research, teaching and outreach. Even more have signed the SDG (sustainable development goals) Accord's climate emergency declaration, which calls for:\\n  \\n \\n\\nmobilising more resources for action-oriented climate change research and skills creation\\n\\n \\n\\ncommitting to going carbon neutral by 2030 or 2050 at the very latest\\n\\n \\n\\nincreasing the delivery of environmental and sustainability education across curriculum, campus and community outreach programs.\\n\\n \\n  \\nSome universities are already starting to build aspects of climate change into their operations. Most prominent have been efforts to divest university finances from direct support of fossil fuels. While some institutions are still dragging their feet, the University of California has announced it will fully divest  its US$126 billion endowment from fossil fuels. \\n  \\nPressure is similarly growing for Unisuper to stop investing Australian university staff superannuation into corporations that endanger the very future staff are saving for.\\n  \\nUniversity campuses are being refigured as sites of energy production and consumption. Strathmore University in Kenya and RMIT University in Australia are among those who produce their own renewable energy. \\n  \\n                          \\n               RMIT university produces its own renewable energy.               Shutterstock             \\n           \\n  \\nAlthough few universities are working towards absolute reductions in emissions, or have appropriate climate adaptation plans, initiatives such as the Times Higher Education Impact Index are increasing interest in visible climate action.\\n  \\n… and they must change teaching and research\\n  \\nTeaching and research too must change. University students can choose programs and optional modules dedicated to climate change. But this isn't enough. Climate change has to be integrated in all disciplines. \\n  \\nIt is essential universities do not quarantine climate change as some kind of specialist topic. A recent analysis of management studies found a profound lack of engagement across the discipline with the implications of climate change. \\n  \\nAs Cornell University's Professor of Engineering Anthony Ingraffea argues, when it comes to educating the future generation, 'doing the right thing on climate change should be baked into an engineer's DNA”.\\n  \\nThis means recognising the strong overlap between work that has instrumental value for climate change action and work that celebrates the intrinsic value of human understanding. The intellectual and social challenges presented by climate change are perhaps the greatest justification yet for why we need open-minded, open-ended exploration and dialogue of the sort universities can provide.\\n  \\nUniversities produce the knowledge galvanising others to act. It is time for them to act too. It is time for all of us who work in or with universities to reappraise our institutions in light of the changes needed, the changes coming, and the changes already here.\\n  \\nThis is the public mission of universities in the 21st century. And it is the most pressing mission there is.\\n  \\n  \\nThe next article linked to the podcast will look at universities and the nation's workforce.\\n  \\nUniversities and climate was made by Impact Studios at the University of Technology, Sydney - an audio production house combining academic research and audio storytelling.\\n \\nLauren Rickards receives funding from Australian Research Council. She is affiliated with the IPCC, Future Earth, Farmers for Climate Action, Environmental Justice Australia and CLIMARTE. \\n\\nTamson Pietsch receives funding from the Australian Research Council.\",\n            \"country\": \"AU\",\n            \"clean_url\": \"theconversation.com\",\n            \"author\": \"Tamson Pietsch, Associate Professor, Social & Political Sciences, University of Technology Sydney\",\n            \"rights\": null,\n            \"link\": \"https://theconversation.com/climate-change-is-the-most-important-mission-for-universities-of-the-21st-century-139214\",\n            \"rank\": \"414\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Climate change is the most important mission for universities of the 21st century\",\n            \"published_date\": \"2020-06-03 20:09:32\",\n            \"_id\": \"eeaa1d5c845e2460321a66eeb0253e54\"\n        },\n        {\n            \"summary\": \"New York's Metropolitan Transportation Authority has been working to bring its OMNY contactless fare payment system to all buses and subway stations throughout the city, but the rollout of the system has been delayed due to the ongoing public health crisis, reports The Wall Street Journal. \\n  \\n  \\n OMNY tap-and-go fare payments with Apple Pay Express Transit support became available at one of New York City's major transportation hubs, Penn Station, back in December 2019, followed by several more stations in early 2020. The rollout was meant to continue on in March and the following months, but installation of digital readers was stopped in late March. \\n  \\n Installation work resumed at the beginning of May, but the completion of OMNY has been delayed by about two months. It was supposed to be finished by October 2020, but now the full system won't be available until the end of December. \\n  \\n While work on OMNY subway support was paused for a couple of months, the bus rollout of the system was accelerated. The MTA now expects to offer contactless payment support on all Manhattan buses by the end of July, and citywide by the end of the year. \\n  \\n At the current time, Staten Island bus stations and about half of the 472 subway stations in New York support \\u200cApple Pay\\u200c through OMNY. \\n  \\n With the OMNY contactless payment system, riders are able to hold an iPhone or Apple Watch near a contactless reader to pay their fare with no authentication necessary, allowing for speedy passage through public transit hubs. \\n  \\n The New York MTA's goal is to bring contactless payment options to all of its subway stations and bus routes. MetroCards, which predate the OMNY system, will continue to work on subway and bus systems until 2023. \\n  \\n Right now, OMNY is limited to full-fare, pay-per-ride usage. Support for 7-day and 30-day fares won't be available until early 2021.\\nRelated Roundup: Apple Pay\\n\\nTag: New York City\\n\\nThis article, \\\"Full Rollout of Apple Pay Support for NYC Subways Delayed Until December\\\" first appeared on MacRumors.com\\n\\nDiscuss this article in our forums\",\n            \"country\": \"NA\",\n            \"clean_url\": \"macrumors.com\",\n            \"author\": \"Juli Clover\",\n            \"rights\": null,\n            \"link\": \"https://www.macrumors.com/2020/06/03/apple-pay-nyc-subway-rollout-delayed-december/\",\n            \"rank\": \"1399\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Full Rollout of Apple Pay Support for NYC Subways Delayed Until December\",\n            \"published_date\": \"2020-06-03 20:03:39\",\n            \"_id\": \"8dbe5a079f68c7ab32ee899f14641507\"\n        },\n        {\n            \"summary\": \"[Apple Pay] Ervaringen &amp; Discussie 2150 replies, last poster: MelvinW\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"MelvinW\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://gathering.tweakers.net/forum/list_messages/1938900\",\n            \"rank\": \"7581\",\n            \"topic\": \"NA\",\n            \"language\": \"af\",\n            \"title\": \"[Apple Pay] Ervaringen &amp; Discussie\",\n            \"published_date\": \"2020-06-03 20:03:35\",\n            \"_id\": \"15fd5d9d701657d53bddeb6e765db131\"\n        },\n        {\n            \"summary\": \"Si no est&aacute;s conforme con iCloud de Apple, existen otras alternativas para almacenar tus archivos en la nube &iexcl;Con&oacute;celas!\",\n            \"country\": \"NA\",\n            \"clean_url\": \"laverdadnoticias.com\",\n            \"author\": \"La Verdad\",\n            \"rights\": null,\n            \"link\": \"https://laverdadnoticias.com/tecnologia/Cansado-de-iCloud-mira-las-alternativas-de-almacenamiento-en-nube-para-iPhone-20200603-0182.html\",\n            \"rank\": \"72096\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Cansado de iCloud? mira las alternativas de almacenamiento en nube para iPhone\",\n            \"published_date\": \"2020-06-03 20:03:17\",\n            \"_id\": \"e4ce64dbba56baa2a04b530a29fd0058\"\n        },\n        {\n            \"summary\": \"Aux premiers jours de 2019, Apple publiait un avertissement sur résultats prévenant ses actionnaires que le chiffre d'affaires pour le T1 2019 (qui correspond aux trois derniers mois de 2018) serait bien moins important qu'attendu. La différence était effectivement sensible : 84 milliards de dollars au lieu des 89 à 93 milliards prévus (lire : C'est officiel, Apple a raté Noël).\\n  \\nEn cause : des ventes d'iPhone qui ont piqué du nez. Ce profit warning, très rare dans l'histoire d'Apple, a provoqué une belle dégringolade du cours de Bourse de l'entreprise : -10% au lendemain de l'avertissement sur résultats, 74 milliards de dollars de capitalisation soufflés. AAPL s'est repris depuis.\\n  \\n\\n\\n\\n  \\nOn aurait pu en rester là de cette péripétie, sauf que l'affaire a laissé un goût amer dans la bouche de plusieurs investisseurs. Des class action se sont rapidement montées contre Apple, les plaignants estimant que la communication financière des dirigeants du groupe avait été mensongère.\\n  \\nEt pour cause : le 1er novembre 2018, durant la présentation des résultats du T4 2018, Tim Cook déclarait que tout allait comme sur des roulettes pour l'iPhone, notamment en Chine avec une activité très dynamique. Deux mois plus tard, le ton est radicalement différent : Apple n'a pas perçu la « magnitude de la décélération de l'économie, particulièrement en Chine ».\\n  \\nLa juge fédérale Yvonne Gonzalez Rogers a autorisé la poursuite de l'action judiciaire contre Apple. « En dehors d'une catastrophe naturelle ou d'autres raisons similaires, il est tout simplement invraisemblable que Tim Cook n'ait pas vu la chute de la demande d'iPhone en Chine quelques jours avant de réduire la production », écrit la juge. La plainte, déposée par la caisse de retraite des employés du Rhode Island, indiquait qu'Apple avait demandé à ses fournisseurs Foxconn et Pegatron de mettre la pédale douce sur la production (lire : Ventes d'iPhone : un fournisseur d'Apple revoit brutalement ses prévisions à la baisse).\\n  \\nPar ailleurs, ce même 1er novembre, Luca Maestri le directeur financier de l'entreprise, annonçait la fin de la communication des volumes de ventes d'iPhone, d'iPad et de Mac. Pour la juge, cette annonce suggère « de manière plausible » qu'Apple s'attendait à une baisse des ventes.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"macg.co\",\n            \"author\": \"Mickaël Bazoge\",\n            \"rights\": null,\n            \"link\": \"https://www.macg.co/aapl/2020/06/lavertissement-sur-resultats-de-janvier-2019-revient-hanter-apple-114427\",\n            \"rank\": \"30534\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"L'avertissement sur résultats de janvier 2019 revient hanter Apple\",\n            \"published_date\": \"2020-06-03 20:03:00\",\n            \"_id\": \"659e3a8977a984042c8cfb39222def84\"\n        },\n        {\n            \"summary\": \"Wat gebeurde er op Apple-gebied op woensdag 3 juni 2020? We zetten alle artikelen dagelijks op een rij in iCulture Vandaag.\\n \\nHet artikel iCulture Vandaag: dit was woensdag 3 juni 2020 verscheen voor het eerst op iCulture\",\n            \"country\": \"NA\",\n            \"clean_url\": \"iculture.nl\",\n            \"author\": \"Redactie\",\n            \"rights\": null,\n            \"link\": \"https://www.iculture.nl/nieuws/iculture-vandaag-woensdag-3-juni-2020/\",\n            \"rank\": \"41726\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"iCulture Vandaag: dit was woensdag 3 juni 2020\",\n            \"published_date\": \"2020-06-03 20:00:57\",\n            \"_id\": \"aab006b1c3b17d29f24bc85926f25dd7\"\n        },\n        {\n            \"summary\": \"Meertalig Apple image uitrollen 0 replies, last poster: shd\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"shd\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://gathering.tweakers.net/forum/list_messages/1998142\",\n            \"rank\": \"7581\",\n            \"topic\": \"NA\",\n            \"language\": \"af\",\n            \"title\": \"Meertalig Apple image uitrollen\",\n            \"published_date\": \"2020-06-03 20:00:46\",\n            \"_id\": \"c21c29ebe56ffb620d07ec007ec30fea\"\n        },\n        {\n            \"summary\": \"Hallo Tweakeraars Bij deze bied ik een macbook pro te koop aan. Hij is echt als nieuw nauwelijks gebruikt. Omdat mijn vrouw snel daarna ook een nieuwe ipad had gekocht. Hij is gekocht in de apple store Amsterdam. En komt uit 2018 Gegevens van de laptop staan op de foto. 15 cycli!! Hij is in de kleur zilver! Dus niet wat bijna iedereen heeft space gray. Incl doos en alles wat erbij hoort. Graag...\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"Janstam05\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://tweakers.net/aanbod/2359846/apple-macbook-pro-2018-13-komma-3-inch-met-touch-bar-2-komma-3-ghz-256gb-qwerty-zilver.html\",\n            \"rank\": \"7572\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"A: Apple MacBook Pro 2018 13,3\\\" met Touch Bar, 2,3 GHz, 256GB (Qwerty) Zilver - € 1.250,-\",\n            \"published_date\": \"2020-06-03 19:56:39\",\n            \"_id\": \"1beb136b590fc13ba0c0ea94eea1192e\"\n        },\n        {\n            \"summary\": \"You can now use more types of physical security keys to unlock your Google account on Apple devices.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"idg.com.au\",\n            \"author\": \"Jason Cross\",\n            \"rights\": null,\n            \"link\": \"https://www.pcworld.idg.com.au/article/680266/google-improves-security-key-support-iphone/?utm_medium=rss&utm_source=taxonomyfeed\",\n            \"rank\": \"17763\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Google improves security key support on iPhone\",\n            \"published_date\": \"2020-06-03 19:56:00\",\n            \"_id\": \"c2f0a96d49a0c32ff442af16a46d6473\"\n        },\n        {\n            \"summary\": \"You can now use more types of physical security keys to unlock your Google account on Apple devices.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"pcworld.co.nz\",\n            \"author\": \"Jason Cross\",\n            \"rights\": null,\n            \"link\": \"https://www.pcworld.co.nz/article/680266/google-improves-security-key-support-iphone/?utm_medium=rss&utm_source=taxonomyfeed\",\n            \"rank\": \"126807\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Google improves security key support on iPhone\",\n            \"published_date\": \"2020-06-03 19:56:00\",\n            \"_id\": \"fe808e5edf8dcce9498ede832302247f\"\n        },\n        {\n            \"summary\": \"iOS 14 será el motor del anticipado iPhone 12, pero también para otros dispositivos. Esto es todo lo que sabemos sobre el siguiente sistema operativo de Apple.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cnet.com\",\n            \"author\": \"Óscar\\n                                                                Gutiérrez\",\n            \"rights\": null,\n            \"link\": \"https://www.cnet.com/es/noticias/ios-14-rumores-fecha-lanzamiento-novedades-todo-sabemos/#ftag=ESPdf5230a\",\n            \"rank\": \"131\",\n            \"topic\": \"tech\",\n            \"language\": \"es\",\n            \"title\": \"iOS 14: Widgets, modelos compatibles, novedades y todo lo que sabemos\",\n            \"published_date\": \"2020-06-03 19:50:16\",\n            \"_id\": \"f5d5481f97636f36e5448e00c35d437b\"\n        },\n        {\n            \"summary\": \"Bangkok is a huge city—more than 10 million people with countless more coming in each day from neighboring provinces for work. The result, as you might expect, is a vast sprawl of bumper-to-bumper traffic: street cars, trucks, and motorcycles, sidewalks teeming with pedestrians, even canals full of boats.\\n \\nThe Thai capital's infrastructure is part of the reason for the intense gridlock, since the city grew rapidly, with little land use or transportation planning. Its road surface area accounts for only about 8 percent of the metropolis, compared with 20 to 30 percent in other cities, according to Al Jazeera. In other words, it's got less than half the number of roads it really needs. And that means waiting. Lots and lots of waiting.\\n \\nTraffic is something you have to plan for in Bangkok, but there are, of course, times when life just won't wait for the bus stuck in the intersection to make its way through. Take the young woman whose water had just broken ... in the back of a taxi. People who live in metropolises such as Bangkok have a way of adapting to these kinds of difficulties. In this case, the taxi driver didn't call 911—there is no 911—but rather JS100, a local radio station. More than that, JS100 is an institution born of the city's traffic: part emergency hotline, part entertainment, part lost and found. It's the communications hub of the entire city. According to journalist and podcast producer Pailin Wedel, 'They're the guardian angel watching over the city … From letting people know about accidents, to bottlenecks in traffic, to someone forgetting a huge amount of money in the back of their taxi they're trying to track down, all the way to ‘Oh, someone's found a big python in their bathroom, can someone come rescue them?'”\\n \\n\\n \\nThe radio station staff then summoned the authorities to help, but not just any cops will do. In another nod to the intractability of Bangkok's traffic, the city employs more than 100 specially trained motorcycle midwives, or officers who carry full medical kits on their backs and are taught how to tie the umbilical cord and ensure that a baby's airway is clear of obstructions. They ride motorbikes to make it easy for them to weave in and out of traffic. Since the system was set up by the Royal Thai Police in 1993, they've successfully delivered 184 babies.\\n \\nWedel rode along—on the back of a motorcycle—with one of the midwife/police officers, Colonel Athibadi. And the call came in, via the radio station, for the woman whose water broke. In this case, Athibadi decided not to help her deliver in traffic, but rather to clear the cars and buses out to get the mother-to-be to the hospital. That itself is no easy task in Bangkok—two police motorcycles lead the way, sirens blaring to part the flood of vehicles. 'I am used to riding on motorbikes in Bangkok, but weaving in and out of traffic on the back of the police motorbike was probably the fastest I've ever gone on two wheels,” says Wedel, adding, 'It was exciting but also terrifying.” And … they made it, just in time for the arrival of the couple's first child. But Bangkok's motorcycle midwives are ready for a roadside birth, if it comes to that.\\n \\nTo learn more about how Bangkok has adapted to its unique challenges, listen to Pindrop, a podcast produced by TED and hosted by Saleem Reshamwala that travels around the world in search of surprising and imaginative ideas. You can find it on Apple Podcasts, Spotify, or wherever you listen to podcasts.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"atlasobscura.com\",\n            \"author\": \"Anna Phelan\",\n            \"rights\": null,\n            \"link\": \"https://www.atlasobscura.com/articles/bangkok-motorcycle-midwives\",\n            \"rank\": \"1417\",\n            \"topic\": \"travel\",\n            \"language\": \"en\",\n            \"title\": \"Motorcycle Midwives Brave Bangkok's Traffic to Help Expecting Mothers Deliver\",\n            \"published_date\": \"2020-06-03 19:50:00\",\n            \"_id\": \"3f4b4aa58b8b0c6e536db4cc49fe53f6\"\n        },\n        {\n            \"summary\": \"Desde WhatsApp se ha difundido un vídeo en el que un usuario comenta cómo \\\"nos acabamos de dar cuenta de que el Gobierno nos ha metido ya una aplicación\\\" para el coronavirus\",\n            \"country\": \"NA\",\n            \"clean_url\": \"laopiniondemalaga.es\",\n            \"author\": \"La Opinión de Málaga\",\n            \"rights\": \"Copyright La Opinión de Málaga\",\n            \"link\": \"https://www.laopiniondemalaga.es/vida-y-estilo/tecnologia/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/1169751.html?utm_source=rss\",\n            \"rank\": \"31299\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 19:47:32\",\n            \"_id\": \"c80478a9f375cbeff57598d716dcc4e5\"\n        },\n        {\n            \"summary\": \"Moet in hele goede staat zijn inclusief de oplader. Wat voor bandje er op zit maakt me niet uit en een Nike versie is ook welkom Enkel verzending indien goede reputatie\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"Smeldor\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://tweakers.net/aanbod/2359824/apple-watch-series-3-sportbandje-42mm-grijs-zwart.html\",\n            \"rank\": \"7581\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"V: Apple Watch Series 3 (Sportbandje, 42mm) Grijs (Zwart) - T.e.a.b.\",\n            \"published_date\": \"2020-06-03 19:43:32\",\n            \"_id\": \"b4ec2d6fe1d629f7b4757554a8f7eb83\"\n        },\n        {\n            \"summary\": \"This one's getting returned.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"forbes.com\",\n            \"author\": \"John Koetsier, Senior Contributor\",\n            \"rights\": \"Copyright 2020 Forbes LLC\",\n            \"link\": \"https://www.forbes.com/sites/johnkoetsier/2020/06/03/the-unforgivable-sin-apple-committed-with-the-2020-macbook-pro/\",\n            \"rank\": \"51\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Unforgivable Sin Apple Committed with The 2020 MacBook Pro\",\n            \"published_date\": \"2020-06-03 19:42:31\",\n            \"_id\": \"d4a9bc75d2752aac4d28bb97608eb602\"\n        },\n        {\n            \"summary\": \"NOVA YORK - As remessas globais de smartphones cairão quase 12% em 2020, para 1,2 bilhão de unidades, disse a empresa de pesquisa de mercado IDC nesta quarta-feira, citando gastos menores dos consumidores devido ao impacto da pandemia do novo coronavírus.\\n\\nAlém de interromper cadeias de fornecimento, com as principais fabricantes de smartphones, Apple e Samsung, sinalizando impacto financeiro, a pandemia também reduziu os gastos de consumidores em todo o mundo.\\n\\nNo Brasil:Brasileiro compra mais celulares, laptops e TVs na quarentena\\n\\n\\\"As paralisações e o aumento do desemprego reduziram a confiança do consumidor e priorizaram os gastos com bens essenciais, impactando diretamente a venda de smartphones no curto prazo\\\", disse Sangeetika Srivastava, analista da IDC.\\n\\nA Apple, que foi forçada a fechar lojas nos Estados Unidos e na Europa durante a pandemia, introduziu descontos no iPhone 11 na China e lançou um novo modelo mais barato para resistir a uma queda na demanda global por smartphones. \\n\\nConsumidor:Venda de produtos piratas pela internet cresce, e governo endurece regras\\n\\nA empresa de pesquisa TrendForce disse em abril que esperava que a produção global de smartphones caísse um recorde de 16,5% no trimestre encerrado em junho, em relação ao ano anterior.\\n\\nIsso segue uma queda de 10% na produção mundial no primeiro trimestre, quando a pandemia se espalhou e atingiu o pico na China, antes de se disseminar na Europa e nos Estados Unidos.\\n\\nHome office:Com trabalho em casa, empresas adaptam operações, mas desigualdade deve subir\\n\\nMas os embarques das fábricas da China para fornecedores aumentaram 17% em abril em relação ao ano anterior, sugerindo sinais de uma recuperação precoce da demanda doméstica no maior mercado mundial de smartphones.\",\n            \"country\": \"BR\",\n            \"clean_url\": \"globo.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"https://oglobo.globo.com/economia/remessas-globais-de-smartphones-devem-cair-12-em-2020-com-impacto-da-pandemia-diz-idc-1-24460711\",\n            \"rank\": \"783\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Remessas globais de smartphones devem cair 12% em 2020 com impacto da pandemia, diz IDC\",\n            \"published_date\": \"2020-06-03 19:40:43\",\n            \"_id\": \"6faa1d39e392c1e8f5a6ec82a53addb5\"\n        },\n        {\n            \"summary\": \"HBO Max has officially, but not everyone has access to it. The latest streaming service isn't available on two of the biggest platforms. Neither Roku nor Amazon's Fire TV systems have dedicated apps, so you'll have to turn to a computer, console, or phone if those are what you use on your television.\\n\\nAs reported by GameSpot's sister site CNET, there are no dedicated apps for HBO Max on either Roku or Amazon's Fire products, but it is available on several others. These include PS4, Xbox One, Apple TV, Android TV, web browsers, select smart TVs, iOS, and Android.\\n\\nThe Cinemax app--HBO and Cinemax share the same parent company, WarnerMedia--is also unavailable on Roku devices, so it's possible it could be a while before HBO Max makes its way to the platform, if it arrives at all.\\nContinue Reading at GameSpot\",\n            \"country\": \"NA\",\n            \"clean_url\": \"gamespot.com\",\n            \"author\": \"Gabe Gurwin\",\n            \"rights\": null,\n            \"link\": \"https://www.gamespot.com/articles/is-hbo-max-available-on-amazon-or-roku-devices-yet/1100-6477758/?ftag=CAD-01-10abi2f\",\n            \"rank\": \"924\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Is HBO Max Available On Amazon Or Roku Devices Yet? Here's What We Know\",\n            \"published_date\": \"2020-06-03 19:38:00\",\n            \"_id\": \"23b50afa146bf51eb43af5307d7ed4f0\"\n        },\n        {\n            \"summary\": \"Streaming services continue to gain steam at the expense of cable and satellite providers.\\n \\nNew data shared by Ampere Analysis shows Americans who have at least one streaming subscription are subscribing to more streaming services in 2020 than they did a year ago.\\n \\nBetween January and March, the latest quarter Ampere tracked, the average U.S. streaming household subscribed to 3.3 streaming services — up 27% from the same time last year, when Americans subscribed to 2.6 services on average. The average U.S. household is also paying $34 per month to stream, according to Ampere, up from the $30 per month customers were spending during Q1 2019. The increase especially jumps out when considering streaming subscriptions actually took a slight dip during Q1 last year — raising questions over a possible “subscription fatigue.”\\n \\nWhat’s behind the big growth? One factor is the debut of several major streaming services.\\n \\n“The increase is driven primarily by the launch of Disney+ in November, with some additional growth from Apple TV+,” Ampere Senior Analyst Toby Holleran said. “The Disney+, Hulu and ESPN+ bundle has also proven successful; we expect around 10-15% of Hulu subscribers to be taking the three-service bundle.”\\n \\nAlso Read: What Should We Expect From Entertainment Companies When It Comes to Fighting Racism?\\n \\nSome of the spike can also be attributed to the coronavirus pandemic, which forced millions of people around the world to spend a lot more time sitting on the couch, watching TV. Netflix, for example, added nearly 16 million new subscribers during Q1 — easily trumping the company’s previous record for a single quarter. The streaming giant, in its letter to shareholders, said that it had seen “temporarily higher viewing and increased membership growth” coinciding with widespread stay-at-home orders.\\n \\nRoku, meanwhile, reported its customers watched more than 13 billion hours during Q1 — up 49% from the same time last year and equal to having each of its accounts spend 3.75 hours streaming content each day.\\n \\nCable and satellite providers haven’t enjoyed the same boost. In fact, the Pay-TV industry suffered its biggest quarterly loss ever during Q1, with more than 2 million customers ditching their service.  Soaring unemployment contributed to this, but streaming services were able to avoid the same cancelations because they cost much less than even the most affordable cable and satellite packages.\\n \\n“Given the unfortunate rate of U.S. unemployment the rising cost of Pay TV, the current lack of live sports and much cheaper OTT alternatives, we expect that rate of cord-cutting to materially accelerate in the coming quarters,” MoffetNathanson analysts wrote in April.\\n \\nAlso Read: How Imax Sees Theaters Reopening and the Box Office Pressure on 'Tenet'\\n \\nIn short: streaming has never been more popular. And the trend of streaming’s rise at Pay-TV’s expense is primed to continue, as new services continue to hit the market. Quibi, Jeffrey Katzenberg’s new mobile-only service, debuted in April, and HBO Max just debuted last week. On top of that, NBCUniversal’s Peacock is set for its full rollout this summer. Even if the three services fail to reach the same heights as Netflix, Disney+, or even Hulu, they still offer viewers more options.\\n \\nAmpere projects the 3.3 subscription figure may already have rocketed higher during Q2.\\n \\n“Due to the increase in OTT use around the pandemic, as well as the recent HBO Max and Quibi launches, I feel this figure could be closer to 4 subscriptions per household now,” Holleran said,  “although with many consumers already being converted and the 90-day free Quibi trial, the average spend per household won’t have increased much yet.”\\n \\nTim Baysinger contributed to this report. \\n \\nRelated stories from TheWrap:\\n\\nWGA Wants Higher Streaming Pay, Foreign Film Residuals in Talks With AMPTP\\n\\nWriters Guild Outlines Plans on Streaming Residuals and Pensions for Latest AMPTP Talks\\n\\nNot Streaming? Netflix Will Cancel Your Subscription for You\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thewrap.com\",\n            \"author\": \"Sean Burch\",\n            \"rights\": null,\n            \"link\": \"https://www.thewrap.com/streaming-surges-27-percent/\",\n            \"rank\": \"2171\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"Americans Subscribe to 27% More Streaming Services Than They Did a Year Ago\",\n            \"published_date\": \"2020-06-03 19:37:26\",\n            \"_id\": \"53b953e721140a7fbf7b7aa58ea30ede\"\n        },\n        {\n            \"summary\": \"Zamieszki w USA nie ustają, a ofiarami kradzieży okazały się być także sklepy Apple Store. Skradzione iPhone’y nie działają, a rabusie mogą przez to chcieć je sprzedać dalej. Głupota ludzka nie zna granic i oto kolejny dobry jej przykład. Skradzione iPhone’y nie działają W wielu miastach USA od kilku dni trwają zamieszki. W wyniku tego dochodzi do […] czytaj całość w gsmManiaK.pl\",\n            \"country\": \"NA\",\n            \"clean_url\": \"gsmmaniak.pl\",\n            \"author\": \"michalw\",\n            \"rights\": null,\n            \"link\": \"https://www.gsmmaniak.pl/1145895/iphone-kradziez-usa-brak-dzialania/\",\n            \"rank\": \"412544\",\n            \"topic\": \"tech\",\n            \"language\": \"pl\",\n            \"title\": \"Ukradli iPhone'y i narzekają w sieci, że… im nie działają\",\n            \"published_date\": \"2020-06-03 19:30:47\",\n            \"_id\": \"d7860336bf979b01b37ffd398c4c82ac\"\n        },\n        {\n            \"summary\": \"Pokémon GO has been updated to Ver. 0.177.0 (Android) / Ver. 1.143.0 (iOS).  Check out the full patch notes below.\\n  \\n- Adds a visual indicator (white rings around the Charge Moves) allowing players to see how many Charged Attacks they have charged in Raids and Trainer Battles \\n- The Mystery Box can no longer be used at the same time as Incense \\n- Adds Apple ID as sign-in method \\n- Temporarily disables the GO Battle League ratings \\n- Adds the Reality Blending feature (Android-only, not available on all devices)\",\n            \"country\": \"NA\",\n            \"clean_url\": \"gonintendo.com\",\n            \"author\": \"rawmeatcowboy\",\n            \"rights\": \"2020 GoNintendo\",\n            \"link\": \"https://gonintendo.com/stories/362375-pokemon-go-updated-to-ver-0-177-0-android-ver-1-143-0-ios\",\n            \"rank\": \"23861\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Pokémon GO updated to Ver. 0.177.0 (Android) / Ver. 1.143.0 (iOS)\",\n            \"published_date\": \"2020-06-03 19:30:00\",\n            \"_id\": \"007e6c8272bd2d4046259b8bb70e4903\"\n        },\n        {\n            \"summary\": \"Nette Iphone 8 plus met 64 GB opslag capaciteit. heeft altijd in een hoesje gezeten en ziet er hierdoor erg goed uit, wel zitten er aan de zijkant wat putjes in de lak. met een hoesje is dit niet te zien. vanwege het Corona virus is ophalen wel mogelijk, maar verloopt het betalen via een betaalverzoek. er zit een oplader bij + het orginele doosje, de oortjes gaan vanwege hygiene de prullenbak in.\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"platvoet\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://tweakers.net/aanbod/2359810/apple-iphone-8-plus-64gb-grijs.html\",\n            \"rank\": \"7572\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"A: Apple iPhone 8 Plus 64GB Grijs - € 250,-\",\n            \"published_date\": \"2020-06-03 19:27:58\",\n            \"_id\": \"9cf41260d309033673400950c41fb7a8\"\n        },\n        {\n            \"summary\": \"Stephen Silver\\n \\nCoronavirus, \\n   \\nDuring the coronavirus pandemic, many parents have allowed their children to spend more time on tablets and other screens than they typically would. Now, some new research is showing how parents may not know which apps their kids are using.\\n \\nDuring the coronavirus pandemic, many parents have allowed their children to spend more time on tablets and other screens than they typically would. Now, some new research is showing how parents may not know which apps their kids are using.\\n \\nPediatrics, the official journal of the American Academy of Pediatrics, has issued a study that it calls 'Young Children's Use of Smartphones and Tablets.”\\n \\nFrom eleven authors, some of them associated with the University of Michigan, the study is based on pre-pandemic research and finds that many parents misreport what their children are doing on their devices- and that some very young kids are using apps meant for teenagers or even adults.\\n \\nAccording to the University of Michigan Health Lab blog, the Pediatrics study was conducted using a special app, developed by the authors, which tracked 'mobile device use (for Android devices) and analyzed usage screenshots (for Apple devices.”) This indicates that the Apple research is much less exact than that for Android devices, and one of the authors told the Health Lab blog that they hope they can get that type of data from Apple devices in the future. \\n \\nThe study found that among the 346 preschool-aged kids whose mobile device usage was sampled for a week, the most used apps among both iOS and Android device users were YouTube and YouTube Kids. On iOS, the ranking went YouTube Kids, YouTube, Netflix, Safari, Photos, Camera and Siri, while for Android it was YouTube, YouTube Kids, Browser, Quick Search Box, Netflix and Camera.\\n \\nThe usage was then compared to the kids' parents' estimates of what the children were doing on their devices. \\n \\nMost parents, the study said, were off by more than seventy minutes, when it came to measuring how much screen time their kids had per day. \\n \\nThe study was conducted, the blog post said because most research on kids' screen time in the past has been based on parents' own recollections and reporting. \\n \\n'Mobile device sampling is an unobtrusive and accurate method for assessing mobile device use,” the study concluded. 'Parent-reported duration of mobile device use in young children has low accuracy, and use of objective measures is needed in future research.”\\n \\nAnother recent study suggested that increased screen time during quarantine is harming kids' eyesight. \\n \\nStephen Silver, a technology writer for The National Interest, is a journalist, essayist and film critic, who is also a contributor to Philly Voice, Philadelphia Weekly, the Jewish Telegraphic Agency, Living Life Fearless, Backstage magazine, Broad Street Review and Splice Today. The co-founder of the Philadelphia Film Critics Circle, Stephen lives in suburban Philadelphia with his wife and two sons. Follow him on Twitter at @StephenSilver.\\n \\nImage: Reuters\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nationalinterest.org\",\n            \"author\": \"Stephen Silver\",\n            \"rights\": \"Copyright 1991-2019 The National interest\",\n            \"link\": \"https://nationalinterest.org/blog/buzz/do-parents-know-how-much-time-their-young-kids-are-spending-devices-160211\",\n            \"rank\": \"3403\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Do Parents Know How Much Time Their Young Kids are Spending on Devices?\",\n            \"published_date\": \"2020-06-03 19:26:00\",\n            \"_id\": \"e29bd7793181df825ea9c94334514036\"\n        },\n        {\n            \"summary\": \"‘Local authorities will be alerted,' warns a message popping up on stolen iPhones, per social media posts\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://www.marketwatch.com/news/story.asp?guid=%7B99EEAD7C-A5AC-11EA-986F-F77FB1D075D5%7D&siteid=rss&rss=1\",\n            \"rank\": \"290\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"The Margin: Apple is disabling and tracking some looted iPhones\",\n            \"published_date\": \"2020-06-03 19:21:19\",\n            \"_id\": \"482555f72890741571f6ce8ee31089da\"\n        },\n        {\n            \"summary\": \"Ik Vond nog 2 bandjes. Worden niet meer gemaakt zijn nog in goede staats. 15 per stuk.\",\n            \"country\": \"NL\",\n            \"clean_url\": \"tweakers.net\",\n            \"author\": \"lucky-king\",\n            \"rights\": \"Copyright 1998 - 2020 DPG Online Services B.V.\",\n            \"link\": \"https://tweakers.net/aanbod/2359798/apple-42-44mm-bandje-blauw-en-olijfgroen.html\",\n            \"rank\": \"7581\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"A: Apple 42/44mm bandje. Blauw en olijfgroen.  - € 15,-\",\n            \"published_date\": \"2020-06-03 19:20:13\",\n            \"_id\": \"990745dbb4edbf88efc9875e6106e454\"\n        },\n        {\n            \"summary\": \"Desde WhatsApp se ha difundido un vídeo en el que un usuario comenta cómo \\\"nos acabamos de dar cuenta de que el Gobierno nos ha metido ya una aplicación\\\" para el coronavirus\",\n            \"country\": \"NA\",\n            \"clean_url\": \"laprovincia.es\",\n            \"author\": \"La Provincia\",\n            \"rights\": \"Copyright La Provincia\",\n            \"link\": \"https://www.laprovincia.es/portada/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/1288430.html?utm_source=rss\",\n            \"rank\": \"23730\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 19:20:06\",\n            \"_id\": \"abcd87d517fd055187fd8e14cf791097\"\n        },\n        {\n            \"summary\": \"Die USA versinken momentan im Chaos, der Clown Präsident droht gar mit dem Einsatz des Militärs gegen die eigene Bevölkerung. Nicht wenige nutzen die Gelegenheit und plündern die Läden. Darunter gehören auch jene mit dem angebissenen Apfel aus Cupertino: Apple. Diese brechen in die Läden ein und plündern diese. Die Beute hat es aber auch in […]\\n \\nDer Beitrag Diebstahlschutz: Apple sperrt geklaute, ungebrauchte iPhones erschien zuerst auf WindowsUnited.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"windowsunited.de\",\n            \"author\": \"Tom\",\n            \"rights\": null,\n            \"link\": \"https://windowsunited.de/diebstahlschutz-apple-sperrt-geklaute-ungebrauchte-iphones/?utm_source=rss&utm_medium=rss&utm_campaign=diebstahlschutz-apple-sperrt-geklaute-ungebrauchte-iphones\",\n            \"rank\": \"164964\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"Diebstahlschutz: Apple sperrt geklaute, ungebrauchte iPhones\",\n            \"published_date\": \"2020-06-03 19:17:36\",\n            \"_id\": \"e1d4e22e19ba8cc0fc7b463ddd4f894f\"\n        },\n        {\n            \"summary\": \"Desde WhatsApp se ha difundido un vídeo en el que un usuario comenta cómo \\\"nos acabamos de dar cuenta de que el Gobierno nos ha metido ya una aplicación\\\" para el coronavirus\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diarioinformacion.com\",\n            \"author\": \"INFORMACION\",\n            \"rights\": \"Copyright INFORMACION\",\n            \"link\": \"https://www.diarioinformacion.com/vida-y-estilo/tecnologia/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/2270153.html?utm_source=rss\",\n            \"rank\": \"16464\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 19:11:44\",\n            \"_id\": \"e804ca1fbaec7c653ad530bc9a632a08\"\n        },\n        {\n            \"summary\": \"Après la Lettonie et l'Italie, c'est au tour de la Suisse de lancer sa propre application de traçage des contacts embarquant l'API Exposure Notification développée par Apple et de Google (la France a choisi une autre voie pour StopCovid). Il y a eu un petit bug au démarrage, puisque l'app s'appelle toujours SwissCovid Preview, un aperçu destiné à la phase de test menée ces derniers jours. Mais enfin, il s'agit bel et bien de la « vraie » app, qui caracole d'ailleurs en tête du classement de l'App Store suisse.\\n  \\n\\n\\n\\n  \\nAprès quelques panneaux d'explications sur la nature de l'application et son fonctionnement, SwissCovid active sa balise Bluetooth afin de communiquer avec d'autres smartphones ayant installé la même app (lire : Traçage des contacts : Apple et Google insistent sur la confidentialité).\\n  \\n\\n\\n\\n  \\nSwissCovid permet de signaler un diagnostic positif en saisissant le code COVID transmis lors du test. Un signalement anonyme, puisque seules les clés temporaires de l'application sont envoyées, sans données personnelles ni localisation. Les personnes ayant été en contact avec la personne contaminée recevront une notification les prévenant de la situation (FAQ).\\n  \\n\\n\\n\\n  \\n\\n\\n\\n  \\nL'app contient également un bon nombre d'informations sur la confidentialité et sur les gestes à poser si on se sent malade. SwissCovid a été développé par Ubique pour le compte de Confédération suisse, avec l'aide de l'EPFL et de l'ETH de Zurich, à partir du protocole DP3T.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"macg.co\",\n            \"author\": \"Mickaël Bazoge\",\n            \"rights\": null,\n            \"link\": \"https://www.igen.fr/app-store/2020/06/suisse-lapp-swisscovid-avec-lapi-applegoogle-est-disponible-115383\",\n            \"rank\": \"30534\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"Suisse : l'app SwissCovid avec l'API Apple/Google est disponible\",\n            \"published_date\": \"2020-06-03 19:11:00\",\n            \"_id\": \"35274a8c21971ec1d27c596b85d02d72\"\n        },\n        {\n            \"summary\": \"StopCovid : le gouvernement affirme que l'application a eu plus de 600 000 téléchargements en moins de 24 heures,\\n mais la maintenance et l'hébergement pourraient coûter tous les mois entre 200 000 et 300 000 euros  \\n\\nDepuis ce mardi 2 juin, StopCovid est disponible en téléchargement sur Google Play et Apple Store. Comme le rappelle le secrétariat d'État au Numérique : « Le principe est le suivant : prévenir les personnes qui ont été à proximité d'une personne testée positive, afin que celles-ci puissent...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"developpez.com\",\n            \"author\": null,\n            \"rights\": \"Copyright © 2000-2020 http://www.developpez.com\",\n            \"link\": \"http://www.developpez.com/actu/305159/StopCovid-le-gouvernement-affirme-que-l-app-a-depasse-les-600-000-telechargements-mais-la-maintenance-et-l-hebergement-pourraient-couter-tous-les-mois-entre-200-000-et-300-000-euros/\",\n            \"rank\": \"18158\",\n            \"topic\": \"tech\",\n            \"language\": \"fr\",\n            \"title\": \"StopCovid : le gouvernement affirme que l'app a dépassé les 600 000 téléchargements, mais la maintenance et l'hébergement pourraient coûter tous les mois entre 200 000 et 300 000 euros\",\n            \"published_date\": \"2020-06-03 19:09:00\",\n            \"_id\": \"8cc844fca2e1ed192130211b261a021c\"\n        },\n        {\n            \"summary\": \"Bank of America is committing $1 billion over 4 years to Fight Racial Inequality, while Apple, Facebook, Verizon are pledging $10M Each.\\n \\nThe post Bank of America Pledges $1 Billion to Fight Racial Inequality; Apple, Facebook, Verizon Give $10M Each appeared first on Good News Network.\",\n            \"country\": \"US\",\n            \"clean_url\": \"goodnewsnetwork.org\",\n            \"author\": \"Good News Network\",\n            \"rights\": null,\n            \"link\": \"https://www.goodnewsnetwork.org/bank-of-america-pledges-1-billion-to-fight-racial-inequality/\",\n            \"rank\": \"10493\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Bank of America Pledges $1 Billion to Fight Racial Inequality; Apple, Facebook, Verizon Give $10M Each\",\n            \"published_date\": \"2020-06-03 19:04:46\",\n            \"_id\": \"30fb22c9bbc8eaca8a748b8a50322bb6\"\n        },\n        {\n            \"summary\": \"Las compañías permitirán a los usuarios participar en iniciativas de rastreo si así lo quieren\",\n            \"country\": \"ES\",\n            \"clean_url\": \"farodevigo.es\",\n            \"author\": \"Faro de Vigo\",\n            \"rights\": \"Copyright Faro de Vigo\",\n            \"link\": \"https://www.farodevigo.es/vida-y-estilo/tecnologia/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/2296040.html?utm_source=rss\",\n            \"rank\": \"16603\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"¿Notificación de exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 19:02:30\",\n            \"_id\": \"e78a7f8cf6a72da5c49becc6c4258e5d\"\n        },\n        {\n            \"summary\": \"Trump has routinely insulted black women and black people on regular basis.\\n \\nThe post Trump's Racial Rhetoric Is as American as Apple Pie appeared first on The Good Men Project.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"goodmenproject.com\",\n            \"author\": \"Elwood David Watson, Ph.D.\",\n            \"rights\": null,\n            \"link\": \"https://goodmenproject.com/featured-content/trumps-racial-rhetoric-is-as-american-as-apple-pie/\",\n            \"rank\": \"6797\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Racial Rhetoric Is as American as Apple Pie\",\n            \"published_date\": \"2020-06-03 19:00:59\",\n            \"_id\": \"3b343746b228bfcbcc1a4b4b0f2cf595\"\n        },\n        {\n            \"summary\": \"Over 90% of Americans feel like they have no control over their online privacy. It is not hard to understand why so many of us feel so powerless when it comes to using the Internet, nor is the solution to such a pervasive feeling all that complicated. \\n \\n It just boils down to rules and liability—or, in other words, making sure if a company violates your privacy per the law that there is an inescapable penalty. The clearer and more direct the path to holding a company accountable for violating your privacy—much like your physical health, property rights, emotional wellbeing, or other things held in legally enforceable trusts—the more confidence will return to the Internet marketplace. \\n \\n But we don't have these clear enforceable rights in today's American consumer privacy legal system for a vast majority of Internet privacy related activity. In fact, when the next Google or Facebook scandal rolls around in terms of user privacy, think back to the last one—likely just a few months old—and ask how much in damages the company paid and whether the company had to compensate individual people for the violation. \\n \\n In many cases, that answer is going to be no penalty, which then feeds into users' sense of powerlessness. But the fact that companies often have to pay no penalty, and the fact that we do not have laws in place to remedy these privacy harms, is a choice we have made. It is not the natural order of things, and it is not inevitable. \\n \\n We have, as a society, made decisions under our intellectual property laws where absolutely no liability is allowed to promote another profitless value, namely our freedom of expression. For example, the practice of criticizing a film on YouTube while playing portions of it in the background is considered a fair use. This means, despite copyright holders having the exclusive rights over the public performance of their work, we have decided to extinguish liability when it involves the expression of criticism. \\n \\n In the absence of fair use, the critic using the film, as well as YouTube, would be directly liable for a lot of money for playing portions of it. However, we counterbalance and limit the economic right of the filmmaker in order to promote free speech values through fair use. In essence, we keep a liability-free zone for criticism and that is generally seen as a net positive for users. It also promotes the creation of open platforms, allowing those speakers to discover audiences and build engagement. \\n \\n But in consumer privacy we have not seen nearly the same benefit yielded back to consumers in exchange for the mostly liability-free zone. There is no race to the top in guarding consumer’s personal information, because the profit maximizing effort isn’t about augmenting our privacy, it is about tearing it down as much as possible for profit. This is why we keep getting these privacy scandals. There is no need to apply morality to the analysis as often happens when people observe corporate behavior, but rather the simple question of how profit maximization (which corporations have to pursue under the law) is being countered by law to reflect our expectations. \\n \\n When we look at the problem of consumer privacy from this angle, it becomes fairly clear that private rights of action for consumer personal privacy would be transformative. No longer would a corporation view experiments with handling personal information as a generally risk free profit making proposition if financial damages and a loss of profit were involved. \\n \\n Industry wants a Consumer Privacy Law—Just so Long As You Can’t Sue Them \\n \\n The long road of industry opposition—and the extreme hypocrisy of now pretending to endorse passage of a comprehensive consumer privacy law—is worth reflecting on in order to understand why in fact we have no law today. \\n \\n If we go back a little over a decade to a privacy scandal that launched a series of congressional hearings, we find a little company called NebuAd that specialized in deep packet inspection. \\n \\n NebuAd’s premise was scary in that it proposed to allow your ISP to record everything you do online and then monetize it with advertisers. I was a staffer on Capitol Hill when NebuAd came to Congress to explain their product, and still remember the general shock at the idea being proposed. In fact, the idea was so offensive it garnered bi-partisan opposition from House leaders and ultimately led to the demise of NebuAd. \\n \\n The legislative hearings that followed the growing understanding of “deep packet inspection” led to discussions of a comprehensive privacy bill in 2009. But despite widespread concern with developing industry practices as the technology was evolving, we never got anywhere out of concern for the freemium model of Internet products. It is hard to remember this time, but back then the Internet industry was still a fairly new thing to the public and Congress. \\n \\n The iPhone had just launched two years earlier, and the public was still in the process of transitioning from flip phones to smartphones. Only three years prior had Facebook become available to the general public. Google had only a small handful of vertical products, the newest being Google Voice—which allowed people to text for free at a time when each text you sent cost a fee. \\n \\n All of these things were seen as net positive to users, yet all hinged on the monetization of personal information being relatively liability free. So for years policymakers, including an all out effort by the White House in 2012, searched for a means to balance privacy with innovation. Companies generally known as “big tech” today were still very sympathetic entities in that the innovations they continued to produce were seen as both novel and useful to people. Therefore, their involvement was actively solicited by the White House in trying to jointly draft a means to promote privacy while allowing the industry to flourish. \\n \\n Ultimately, it was a wasted effort because what industry actually wanted was the liability free zone to be baked into law with little regard to increasing degradation of user privacy. It used to be that most of the Internet companies still had competitors with each other forcing them to try to be more attractive to users with greater privacy settings. Even Google Search was facing a direct assault by Microsoft with their fairly new Bing product. \\n \\n As efforts to figure out a privacy regime for Internet applications and services were being stalled by the Internet companies, progress was being made with the substantially more mature and the already regulated Internet Service Provider (ISP) industry. \\n \\n Congress had already passed a set of privacy laws for communications companies under Section 222 of the Communications Act, so a great many ISPs, being former telephone companies, had a comprehensive set of privacy laws applicable to them (including private rights of action). But their transition into broadband companies began to muddy the waters, particularly as the Federal Communications Commission started to say in 2005 that broadband was magically different and therefore should be quasi-regulated. \\n \\n Having learned nothing from the fiasco of NebuAd and potentially having “deep packet inspection” banned for ISPs, other privacy invasive ideas kept getting rolled out by the broadband industry. Things such as “search hijacking”—where your search queries were monitored and rerouted—became a thing. AT&T began forcibly injecting ads into WiFi hotpots at airports, wireless ISPs preinstalled “Carrier IQ” on phones to track everything you did (which ended when people sued them directly under a class action lawsuit), and Verizon invented the “super-cookie,” prompting a privacy enforcement response from the FCC in 2014. \\n \\n Even after the FCC stopped treating broadband as uniquely different from other communications access technology in 2015, the industry continued to push the line. In that same year telecom carriers partnered with SAP Consumer Insight 365[9] to “ingest” data from 20 to 25 million mobile subscribers close to 300 times every day (we do not know which mobile telephone companies participate in this practice, as that information is kept a secret). That data is used to inform retailers about customer browsing, geolocation, and demographic data. \\n \\n So unsurprisingly, the FCC came out with strong, clear ISP privacy rules in 2016 that continued the long tradition of privacy protections for our communication networks. \\n \\n However, the heavily captured Congress, which had never taken a major pro-privacy vote on Internet policy in close to a decade, quickly took action to repeal the widely supported FCC privacy rules on behalf of AT&T and Comcast. Ironically, the creation of ISP privacy rules by the FCC only happened because Congress created a series of privacy laws, including private rights of action, for various aspects of our communication industry more than a decade prior. \\n \\n While many of the leaders of the ISP privacy repeal effort claim to be foes of big tech, they have done literally next to nothing to move a consumer privacy law. In fact, all they did was solidify the capture of Congress by giving AT&T and Comcast a reason to team up with Google and Facebook in opposing real privacy reform. \\n \\n EFF witnessed this joint industry opposition first hand as we attempted to rectify the damage Congress did to broadband privacy with a state law in California. In fact, between ISPs and big tech we had absolutely no new privacy laws passed in the states in 2017 in response to Congress repealing ISP privacy rules. \\n \\n Despite the arrogant belief they could sustain perpetual capture at the legislative level, along came an individual named Alastair McTaggert who personally financed a ballot initiative on personal privacy that later became the California Consumer Privacy Act (CCPA). \\n \\n While they could “convince” a legislator of the righteousness of their cause with political contributions, they had no real means to convince the individual that the status quo was good. After Cambridge Analytica and wireless carriers selling geolocation to a black market for bounty hunters, virtually no one thinks this industry should be unregulated on privacy. \\n \\n So rather than continue to publicly oppose real privacy protections, the industry has opted to pretend it supports a law just so long as it gets rid of state laws (including state private rights of action), putting all our eggs into the basket of a captured regulator. In other words, they only will support a federal privacy law if it further erodes our personal privacy rather than enhance it. \\n \\n This opening offer from industry is a wild departure from other privacy statutes that have all included an individual right to sue such as wiretaps, stored electronic communications, video rentals, driver’s licenses, credit reporting, and cable subscriptions. Not to miss their marching orders, industry-friendly legislators were quick to put together a legislative hearing on consumer privacy that literally had no one representing consumers. \\n \\n But this game by industry, where so long as they can hold and finance enough legislators to prevent any real law from passing, will only last so long. Afterall, their effort to ban states from passing privacy laws is effectively dead once the Speaker of the House from California made it clear she would not undermine her own state’s law on behalf of industry. \\n \\n Furthermore, Senator Cantwell, a leader on the Senate Commerce Committee, has introduced comprehensive legislation that includes a private right of action and more than a dozen Senators led by Senator Schatz have endorsed the concept supported by EFF of creating an information fiduciary. As more and more legislators make publicly clear the parameters of what they consider a good law, it becomes harder for industry to sustain the behind the scenes opposition. But we are still far away from the end, which means more has to be done in the states until enough of Congress can break free of the industry shell game. \\n \\n If We Do Not Restore Trust in Internet Products, People Will Make Less Use of the Internet and That Comes with Serious Consequences \\n \\n As we wrestle with containing COVID-19, a solution being proposed by Apple and Google in the form of contact tracing is facing a serious hurdle. A majority of Americans do not want to use health data applications and services from these companies because they do not trust what they will do with their information. Since they can’t directly punish these companies for abusing their personal health data, they are exercising the only real choice they have left: not to use them at all. \\n \\n Numerous federal studies from federal agencies such as the Department of Commerce, the Federal Trade Commission, and the FCC all point to the same end result if we do not have real privacy protections in place for Internet activity. People will simply refrain from using applications and services that involve sensitive uses such as healthcare or finances. In fact, lack of trust in how our personal information is handled has a detrimental impact on broadband adoption in general. Meaning a growing number of people will just not use the Internet at all in order to keep their personal information to themselves. \\n \\n Given the systemic powerlessness users feel about their personal information when they use the Internet, the dampening effect it has on fully utilizing the Internet, and the loss of broadband adoption, it is fairly conclusive that the near liability free zone is an overall net negative as a public policy. Congress should be working to actively give users back their control, instead of letting the companies with the worst privacy track records dictate users’ legal rights. Any new federal data privacy law must not preempt stronger state data privacy rules and contain a private right of action. \\n \\n While special tailoring has to be done for startups and new entrants with limited finances to ensure they can enter the market under the same conditions Google and Facebook launched, this is not true for big tech. \\n \\n Establishing clear lines of liability and rules for major corporate entities, efforts to launch the next privacy invasive tech will be scrutinized by corporate counsel eager to shield the company from legal trouble. That ultimately is the point of having a private right of action in law. It is not to flood companies with lawsuits, but rather for them to operate in a manner that avoids lawsuits. \\n \\n As users begin to understand that they have an inalienable legal right to privacy when they use the Internet, they will begin to trust the products with greater and more sensitive uses that will benefit them. This will open new lines of commerce as a growing number of users willingly engage in deeply personal interactions with next generation applications and services. For all the complaints industry has about consumer privacy laws, the one thing they never take into account is the importance of trust. Without it we start to lose the full potential of what the 21st century Internet can bring. \\n \\n Ernesto Falcon is Senior Legislative Counsel at the Electronic Frontier Foundation with a primary focus on intellectual property, open Internet issues, broadband access, and competition policy.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"techdirt.com\",\n            \"author\": \"Ernesto Falcon\",\n            \"rights\": null,\n            \"link\": \"https://www.techdirt.com/articles/20200603/08261544635/many-think-internet-privacy-is-lost-thats-because-you-cant-sue-anyone-who-violates-it.shtml\",\n            \"rank\": \"2675\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Many Think Internet Privacy Is Lost, But That's Because You Can't Sue Anyone Who Violates It\",\n            \"published_date\": \"2020-06-03 19:00:00\",\n            \"_id\": \"ce5e3eb9173d59dd0457723de00dc644\"\n        },\n        {\n            \"summary\": \"ABD merkezli teknoloji şirketi Apple, kısa süre önce iOS 14 ile diğer yeni yazılımları ve olası bazı yeni donanımlarını tanıtacağı WWDC 2020'nin tarihini açıkladı. Apple iPhone 6S'den eski iPhone modellerinde iOS 14'ün kullanılmasına izin vermeyecek.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"haber7.com\",\n            \"author\": null,\n            \"rights\": \"Her hakkı saklıdır 2002-2020, Nokta Elektronik Medya Ltd. Şti.\",\n            \"link\": \"https://www.haber7.com/guncel/haber/2981452-apple-22-haziranda-o-modellerin-fisini-cekiyor\",\n            \"rank\": \"24401\",\n            \"topic\": \"NA\",\n            \"language\": \"tr\",\n            \"title\": \"Apple 22 Haziran'da o modellerin fişini çekiyor\",\n            \"published_date\": \"2020-06-03 18:58:00\",\n            \"_id\": \"9f0a8f881c8c7e88eec26439e74a7445\"\n        },\n        {\n            \"summary\": \"Desde WhatsApp se ha difundido un vídeo en el que un usuario comenta cómo \\\"nos acabamos de dar cuenta de que el Gobierno nos ha metido ya una aplicación\\\" para el coronavirus\",\n            \"country\": \"NA\",\n            \"clean_url\": \"laopiniondemurcia.es\",\n            \"author\": \"La Opinión de Murcia\",\n            \"rights\": \"Copyright La Opinión de Murcia\",\n            \"link\": \"https://www.laopiniondemurcia.es/vida-y-estilo/tecnologia/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/1118677.html?utm_source=rss\",\n            \"rank\": \"34480\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 18:57:13\",\n            \"_id\": \"7469b6335c11323575027ecaab11db36\"\n        },\n        {\n            \"summary\": \"Desde WhatsApp se ha difundido un vídeo en el que un usuario comenta cómo \\\"nos acabamos de dar cuenta de que el Gobierno nos ha metido ya una aplicación\\\" para el coronavirus\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diariodeibiza.es\",\n            \"author\": \"Diario de Ibiza\",\n            \"rights\": \"Copyright Diario de Ibiza\",\n            \"link\": \"https://www.diariodeibiza.es/vida-y-estilo/tecnologia/2020/06/03/movil-ofrece-notificacion-exposiciones-covid/1146951.html?utm_source=rss\",\n            \"rank\": \"44230\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Exposiciones a la Covid-19? No, Google y Apple no nos están \\\"espiando\\\"\",\n            \"published_date\": \"2020-06-03 18:57:13\",\n            \"_id\": \"16fcfb5dead8a7c05cbd0150a530b6f5\"\n        },\n        {\n            \"summary\": \"Os preços altos (o novo iPhone SE é a excepção) não evitaram que a Apple tivesse no iPhone um dos reis nas vendas durante a pandemia. Mercado caiu 20%\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dinheirovivo.pt\",\n            \"author\": \"João Tomé\",\n            \"rights\": null,\n            \"link\": \"http://feeds.dinheirovivo.pt/~r/DV-ultimas/~3/pSyzUkheaKE/\",\n            \"rank\": \"61515\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"iPhone ganha terreno em Portugal em tempos de pandemia\",\n            \"published_date\": \"2020-06-03 18:34:35\",\n            \"_id\": \"a8346a511d81368b22f71619c682298f\"\n        },\n        {\n            \"summary\": \"Un brevetto recentemente pubblicato da Apple mostra nuovi dettagli sui sensori che potrebbero essere utilizzati su una futura Apple Car. \\n \\nLink all'articolo originale: Apple Car potrebbe usare sensori e sistema LiDAR per migliorare la guida automatica\",\n            \"country\": \"NA\",\n            \"clean_url\": \"iphoneitalia.com\",\n            \"author\": \"Giuseppe Migliorino\",\n            \"rights\": null,\n            \"link\": \"https://www.iphoneitalia.com/734215/brevetto-apple-car-sensori-lidar\",\n            \"rank\": \"87167\",\n            \"topic\": \"tech\",\n            \"language\": \"it\",\n            \"title\": \"Apple Car potrebbe usare sensori e sistema LiDAR per migliorare la guida automatica\",\n            \"published_date\": \"2020-06-03 18:31:12\",\n            \"_id\": \"39ef9b385cb6d03b47e71296b1f59291\"\n        },\n        {\n            \"summary\": \"Активно фотографируете на свой iPhone или iPad? У нас для вас неожиданная информация: любителям фото стоит задуматься о том, чтобы хранить свою медиатеку не у Apple, а у Google! Почему? Сейчас расскажем! Фото-сервис не только позволяет легко создать резервные копии снимков, но и обладает рядом функций, недоступных в Apple Фото. ♥ ПО ТЕМЕ: Что такое «золотой [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yablyk.com\",\n            \"author\": \"Дима Михневич\",\n            \"rights\": null,\n            \"link\": \"https://yablyk.com/092820-6-prichin-ispolzovat-servis-google-photos-vmesto-prilozheniya-apple-photos/\",\n            \"rank\": \"228821\",\n            \"topic\": \"NA\",\n            \"language\": \"ru\",\n            \"title\": \"5 причин начать пользоваться Google Фото\",\n            \"published_date\": \"2020-06-03 18:29:41\",\n            \"_id\": \"c9bf9733f17772732ccd74b3dc29045f\"\n        },\n        {\n            \"summary\": \"Der App Store ist weiterhin ein Erfolgsgarant für Apple. Gerade in der Corona-Krise boomt der &#8230;\",\n            \"country\": \"NA\",\n            \"clean_url\": \"itopnews.de\",\n            \"author\": \"Lukas\",\n            \"rights\": null,\n            \"link\": \"https://www.itopnews.de/2020/06/wegen-app-store-morgan-stanley-erhoeht-aktienprognose-fuer-apple/\",\n            \"rank\": \"298009\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Wegen App Store: Morgan Stanley erhöht Aktienprognose für Apple\",\n            \"published_date\": \"2020-06-03 18:27:16\",\n            \"_id\": \"67f007bb5f8ce0b3b6bd81cb535cbf91\"\n        },\n        {\n            \"summary\": \"Sen. John Kennedy said on Wednesday that New York Gov. Andrew Cuomo was correct that NYC Mayor Bill de Blasio failed to handle the riots that broke out in the Big Apple.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Joshua Nelson\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/media/john-kennedy-de-blasio-not-qualified-run-hot-dog-stand\",\n            \"rank\": \"235\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Sen. Kennedy: De Blasio 'not qualified to run a hot dog stand' if he can't see NYC needs help\",\n            \"published_date\": \"2020-06-03 18:23:37\",\n            \"_id\": \"b0099ae29bc9881b923df9a357f1c721\"\n        },\n        {\n            \"summary\": \"The Prince George's County Police Department's Collision Analysis and Reconstruction Unit is investigating a fatal collision late Sunday night in the 5800 block of Suitland Road. The preliminary investigation revealed a Dodge Charger sideswiped two vehicles on Suitland Road before ultimately striking a pole. PGPD investigators are working to determine exactly what led to Creel losing control of the car. The preliminary investigation revealed officers with the Morningside Police Department had attempted to stop Creel's car a short time before the collision. Two people inside of a Dodge Charger were killed. The deceased driver is identified as 33-year-old Henry Creel of Washington DC. The deceased passenger is 40-year-old Jamila Wooten of Forestville. They were pronounced dead on the scene. There were no other occupants in their car. The drivers and passengers of the two sideswiped vehicles were not hurt. A fourth, unoccupied car, also sustained damage. Anyone with information on this case is asked to call the Collision Analysis and Reconstruction Unit at 301-731-4422. Callers wishing to remain anonymous may call Crime Solvers at 1-866-411-TIPS (8477), or go online at www.pgcrimesolvers.com, or use the 'P3 Tips” mobile app search 'P3 Tips” in the Apple Store or Google Play to download […]\\n \\nThe post Prince George’s County Police Investigating Double Fatal Motor Vehicle Collision in Suitland appeared first on Southern Maryland News Net.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smnewsnet.com\",\n            \"author\": \"johndoug\",\n            \"rights\": null,\n            \"link\": \"https://smnewsnet.com/archives/474743/prince-georges-county-police-investigating-double-fatal-motor-vehicle-collision-in-suitland/\",\n            \"rank\": \"185505\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Prince George's County Police Investigating Double Fatal Motor Vehicle Collision in Suitland\",\n            \"published_date\": \"2020-06-03 18:20:21\",\n            \"_id\": \"3efe61ca5a1a24b9961a68056f109c17\"\n        },\n        {\n            \"summary\": \"We review models from HP, Dell, Apple, Lenovo, Acer and more, and pick the best budget, ultraportable, and laptop PCs, featuring tech advances from new CPUs and GPUs to new materials.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"itworld.com\",\n            \"author\": \"Gordon Mah Ung,\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\tMelissa Riofrio\",\n            \"rights\": null,\n            \"link\": \"https://www.pcworld.com/article/2854456/the-best-pc-laptops-of-the-year.html#tk.rss_all\",\n            \"rank\": \"5011\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The best laptops: Premium laptops, budget laptops, 2-in-1s, and more\",\n            \"published_date\": \"2020-06-03 18:20:00\",\n            \"_id\": \"180f97d01944ed19b5d84dfaf30bd226\"\n        },\n        {\n            \"summary\": \"Il COVID-19 ha obbligato la città di New York a posticipare il lancio di Express Transit su tutte le linee della metropolitana. \\n \\nLink all'articolo originale: Apple Pay, posticipato il lancio di Express Transit a New York\",\n            \"country\": \"NA\",\n            \"clean_url\": \"iphoneitalia.com\",\n            \"author\": \"Giuseppe Migliorino\",\n            \"rights\": null,\n            \"link\": \"https://www.iphoneitalia.com/734255/ritardo-express-transit-new-york\",\n            \"rank\": \"87167\",\n            \"topic\": \"tech\",\n            \"language\": \"it\",\n            \"title\": \"Apple Pay, posticipato il lancio di Express Transit a New York\",\n            \"published_date\": \"2020-06-03 18:15:23\",\n            \"_id\": \"3f4ed29c11c0447a17866e98b9d59928\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"AAPL\",\n        \"key_people\": null,\n        \"lang\": null,\n        \"from\": \"2020-05-27 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null\n    }\n}"}],"_postman_id":"acfe3ae9-7f33-49c0-b4b4-283ef7f3c2a6"},{"name":"/v1/stocks Request Parameters","event":[{"listen":"test","script":{"id":"3cb3e20c-b71b-49fc-b327-bbe25b0a096d","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"fc779b82-5b4d-4d98-b45a-7ebc038c3743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&lang=en&from=2020/05/01&to=2020/06/01&sources=theedgemarkets.com,bizjournals.com&not_sources=asiaone.com&ranked_only=False&from_rank=1&to_rank=100000&page=1&page_size=25","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Ticker of a company from <em>NASDAQ</em> or <em>NYSE</em> indices</p>\n","type":"text/plain"},"key":"ticker","value":"ZM"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p><code>False</code> by default. Set to <code>True</code> to add names of people on high positions in this company, such as CEO, Founder, VP, COO, CFO, etc.</p>\n","type":"text/plain"},"key":"key_people","value":"True"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>.\nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>From which point in time to start the search. No specific format is required. E.g. (<code>2020/05/01</code>, <code>2020-05-01</code>, <code>2020-05-01 12:54:14</code>, <code>2020-05-01 4:15am</code>, <code>yesterday 2:02 am</code>, <code>2020/05/01 12:55 EST</code>) Default timezone is UTC. <strong>Defaults to one week ago at midnight UTC.</strong> </p>\n","type":"text/plain"},"key":"from","value":"2020/05/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Until which point in time to search for. Default timezone is UTC</p>\n","type":"text/plain"},"key":"to","value":"2020/06/01"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more news resources to filter your search. It should be the normal form of the URL, for example, <strong><a href=\"http://nytimes.com/\">nytimes.com</a></strong>, <strong><a href=\"http://theguardian.com/\">theguardian.com</a></strong></p>\n<blockquote>\n<p>Comma separated string, for example <code>sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"sources","value":"theedgemarkets.com,bizjournals.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>One or more sources to be excluded from the search. </p>\n<blockquote>\n<p>Comma separated string, for example <code>not_sources=nytimes.com,cnn.com,wsj.com</code></p>\n</blockquote>\n","type":"text/plain"},"key":"not_sources","value":"asiaone.com"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Limit the search only for the sources which are in top 1 million online websites. Defaults to <code>True</code> (<code>False</code> if you want to turn it off). Unranked sources are assigned a rank that equals to <code>999999</code></p>\n","type":"text/plain"},"key":"ranked_only","value":"False"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Lowest boundary of the rank of news website to filter by. <strong>Important</strong>: lower rank means that a source is more popular</p>\n","type":"text/plain"},"key":"from_rank","value":"1"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>Upper boundary of the rank of news website to filter by</p>\n","type":"text/plain"},"key":"to_rank","value":"100000"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>The number of the page. Use it to scroll through the results. Defaults to 1</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>INTEGER</em></p>\n<p>How many articles to return per page. Defaults to 50, max is 100</p>\n","type":"text/plain"},"key":"page_size","value":"25"}],"variable":[]}},"response":[{"id":"9749028d-8fca-498a-b80e-bef17fbe80a0","name":"/v1/stocks Request Parameters","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&lang=en&from=2020/05/01&to=2020/06/01&sources=theedgemarkets.com,bizjournals.com&not_sources=asiaone.com&ranked_only=False&from_rank=1&to_rank=100000&page=1&page_size=25","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"ZM","description":"**REQUIRED**\n\n*STRING*\n\nTicker of a company from *NASDAQ* or *NYSE* indices"},{"key":"key_people","value":"True","description":"**OPTIONAL**\n\n*STRING*\n\n`False` by default. Set to `True` to add names of people on high positions in this company, such as CEO, Founder, VP, COO, CFO, etc."},{"key":"lang","value":"en","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"from","value":"2020/05/01","description":"**OPTIONAL**\n\n*STRING*\n\nFrom which point in time to start the search. No specific format is required. E.g. (`2020/05/01`, `2020-05-01`, `01/05/2020` ,`2020-05-01 12:54:14`, `2020-05-01 4:15am`, `yesterday 2:02 am`, `2020/05/01 12:55 EST`) Default timezone is UTC. **Defaults to one week ago at midnight UTC.** "},{"key":"to","value":"2020/06/01","description":"**OPTIONAL**\n\n*STRING*\n\nUntil which point in time to search for. Default timezone is UTC"},{"key":"sources","value":"theedgemarkets.com,bizjournals.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more news resources to filter your search. It should be the normal form of the URL, for example, **[nytimes.com](http://nytimes.com/)**, **[theguardian.com](http://theguardian.com/)**\n\n> Comma separated string, for example `sources=nytimes.com,cnn.com,wsj.com`"},{"key":"not_sources","value":"asiaone.com","description":"**OPTIONAL**\n\n*STRING*\n\nOne or more sources to be excluded from the search. \n\n> Comma separated string, for example `not_sources=nytimes.com,cnn.com,wsj.com`"},{"key":"ranked_only","value":"False","description":"**OPTIONAL**\n\n*STRING*\n\nLimit the search only for the sources which are in top 1 million online websites. Defaults to `True` (`False` if you want to turn it off). Unranked sources are assigned a rank that equals to `999999`"},{"key":"from_rank","value":"1","description":"**OPTIONAL**\n\n*INTEGER*\n\nLowest boundary of the rank of news website to filter by. **Important**: lower rank means that a source is more popular"},{"key":"to_rank","value":"100000","description":"**OPTIONAL**\n\n*INTEGER*\n\nUpper boundary of the rank of news website to filter by"},{"key":"page","value":"1","description":"**OPTIONAL**\n\n*INTEGER*\n\nThe number of the page. Use it to scroll through the results. Defaults to 1"},{"key":"page_size","value":"25","description":"**OPTIONAL**\n\n*INTEGER*\n\nHow many articles to return per page. Defaults to 50, max is 100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:08:13 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 a56a2e7149e67774870adaf614e87aa1.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"NkehiH8SoAMF8lw="},{"key":"X-Amz-Cf-Id","value":"TKeAnv5N2y7ww-dBIGVwm0qY6E_HABYD5hhEEXBYydLDfvbbZ8qpiw=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"1952"},{"key":"x-amzn-RequestId","value":"31402875-96d0-4481-a6c0-212de81ad4bf"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed8113c-a80e1effac15118ea6baf847;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99933"},{"key":"Content-Length","value":"1952"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 2,\n    \"page\": 1,\n    \"total_pages\": 1,\n    \"page_size\": 2,\n    \"articles\": [\n        {\n            \"summary\": \"SEOUL (May 30): Zoom Video Communications Inc plans to strengthen encryption for paying clients and institutions, but not for users with free accounts, Reuters reported,...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"theedgemarkets.com\",\n            \"author\": \"Jihye Lee\",\n            \"rights\": \"Copyright (C) 2017 www.theedgemarkets.com\",\n            \"link\": \"http://www.theedgemarkets.com/article/zoom-strengthen-encryption-paying-customers-only\",\n            \"rank\": \"23308\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom to strengthen encryption for paying customers only\",\n            \"published_date\": \"2020-05-30 04:15:23\",\n            \"_id\": \"f766f54e362bf0479a66bc701edc917b\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. on Thursday announced it had hired its first chief diversity officer, an executive who had the same position at eBay.  Damien Hooper-Campbell, who had been with eBay since 2016 and who has a long history focused on corporate diversity, will help San Jose-based Zoom further develop diversity and inclusion initiatives.  'Our core value as a company is to care – we care for our community, our customers, our company, our teammates, and ourselves. Damien embodies this…\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bizjournals.com\",\n            \"author\": \"SVBJ staff\",\n            \"rights\": \"American City Business Journals, Inc. and its licensors. All rights. reserved.\",\n            \"link\": \"http://feeds.bizjournals.com/~r/bizj_sanjose/~3/cCU6Glqvj94/zoom-damien-hooper-campbell-diversity-officer-ebay.html\",\n            \"rank\": \"408\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zoom snags new C-suite hire away from eBay\",\n            \"published_date\": \"2020-05-28 21:59:58\",\n            \"_id\": \"ca8ff611bc20c6db97fd581af14ef637\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"ZM\",\n        \"key_people\": \"True\",\n        \"lang\": \"en\",\n        \"from\": \"2020-05-01 00:00:00\",\n        \"to\": \"2020-06-01 00:00:00\",\n        \"ranked_only\": \"False\",\n        \"from_rank\": 1,\n        \"to_rank\": 100000,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 25,\n        \"sources\": [\n            \"theedgemarkets.com\",\n            \"bizjournals.com\"\n        ],\n        \"not_sources\": [\n            \"asiaone.com\"\n        ]\n    }\n}"}],"_postman_id":"fc779b82-5b4d-4d98-b45a-7ebc038c3743"}],"id":"572b5dd3-7ec9-47ac-9274-f6e84ae03c3d","description":"<p>Stocks endpoint is designed to allow you concetrate your search on a specific company and find any mention of it in the news. In order to reduce users' manipulations, the endpoint accepts only search by <strong>ticker</strong>. It supports all the tickers from <em>NASDAQ</em> and <em>NYSE</em> indices. </p>\n<p>When you perform a seach, it looks for <em>ticker</em>, <em>name</em> of the company and its <em>alternative name</em>. There is also an option, to add names of people on high positions of a company, by adding <code>key_people</code> parameter. As all other endpoints, it provides optional parameters which help you narrow your search. </p>\n","event":[{"listen":"prerequest","script":{"id":"1cfe2f49-b180-4b19-ab1e-88fa00191598","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4ad250bd-360b-4acc-afd6-5c8ee755f54c","type":"text/javascript","exec":[""]}}],"_postman_id":"572b5dd3-7ec9-47ac-9274-f6e84ae03c3d"},{"name":"/v1/stocks Return Body","item":[],"id":"ee666fb5-3884-419c-b5f5-4d684772ef7a","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable <img width=\"400/\" /></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>returns <code>ok</code> if everything went well. Returns <code>error</code> in case of an error (plus 2 additional fields in case of <code>error</code> — <code>error_code</code> and <code>message</code></td>\n</tr>\n<tr>\n<td><code>total_hits</code></td>\n<td>how many news articles match your search criterion. Maximum is 10,000</td>\n</tr>\n<tr>\n<td><code>page</code></td>\n<td>the page where you are at</td>\n</tr>\n<tr>\n<td><code>total_pages</code></td>\n<td>how many pages you can access given your <code>page_size</code> parameter</td>\n</tr>\n<tr>\n<td><code>page_size</code></td>\n<td>how many items are present in <code>articles</code> object</td>\n</tr>\n<tr>\n<td><code>articles</code>:</td>\n<td>news articles found. A list</td>\n</tr>\n<tr>\n<td>   -<code>summary</code></td>\n<td>summary of the article</td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td>country of the publisher [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>clean_url</code></td>\n<td>URL of the article's source</td>\n</tr>\n<tr>\n<td>   -<code>author</code></td>\n<td>author of the article</td>\n</tr>\n<tr>\n<td>   -<code>rights</code></td>\n<td>copyright</td>\n</tr>\n<tr>\n<td>   -<code>link</code></td>\n<td>full URL of the article</td>\n</tr>\n<tr>\n<td>   -<code>rank</code></td>\n<td>rank of the source website (<code>clean_url</code>)</td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td>topic of the article [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>language</code></td>\n<td>language of the article</td>\n</tr>\n<tr>\n<td>   -<code>title</code></td>\n<td>title of the article</td>\n</tr>\n<tr>\n<td>   -<code>published_date</code></td>\n<td>published date &amp; time</td>\n</tr>\n<tr>\n<td>   -<code>_id</code></td>\n<td>Newscatcher API's unique identifier for each news article</td>\n</tr>\n<tr>\n<td>   -<code>_score</code></td>\n<td>how well the article is matching your search criteria. <code>_score</code> is different for each search you make. Best matching article has the highest score</td>\n</tr>\n<tr>\n<td><code>user_input</code>:</td>\n<td>object that returns how our backend saw your request. It shows you which parameters have been used to perform a search. Useful for debugging, especially to check if there is any problem with URL encoding. A list</td>\n</tr>\n<tr>\n<td>   -<code>ticker</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>key_people</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>lang</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>ranked_only</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>from_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>to_rank</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sort_by</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>page</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>size</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>sources</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>not_sources</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"debugging\">Debugging</h2>\n<p>Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code <code>400</code> because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong. </p>\n<p>If you see a <code>500</code> status that means that something is wrong on our side. </p>\n<p>While developing, look at <code>user_input</code> object that returns all of your parameters. If you made a mistake, or some characters were not correctly parsed because of the URL-encoding, you will see that.</p>\n","event":[{"listen":"prerequest","script":{"id":"5dc9ab0c-b571-49f5-8ac0-eca8cbee54d7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a5e46822-a76e-461e-a745-a65db020fd9d","type":"text/javascript","exec":[""]}}],"_postman_id":"ee666fb5-3884-419c-b5f5-4d684772ef7a"},{"name":"/v1/latest_headlines","item":[{"name":"/v1/latest_headlines Quick Start","event":[{"listen":"test","script":{"id":"d12485b5-cd68-4c24-b9b9-7e711063ccd9","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"e84e3592-07b5-465d-b246-6293843bd95d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?topic=politics","urlObject":{"protocol":"https","path":["v1","latest_headlines"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"topic","value":"politics"}],"variable":[]}},"response":[{"id":"b55910e0-54e2-49e1-942e-1154ab8b8a4c","name":"/v1/latest_headlines Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?topic=politics","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","latest_headlines"],"query":[{"key":"topic","value":"politics","description":"**OPTIONAL**\n\n*STRING*\n\nThe topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are `news`, `sport`, `tech`, `world`, `finance`, `politics`, `business`, `economics`, `entertainment`\n\n* `news` usually means a general news feed (main headlines of a website).\n\n> Important: this parameter is [experimental]. Not all news articles are assigned with a `topic`, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a `tech` label.\n\n> One topic at a time, for example `topic=sport`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 04 Jun 2020 05:20:47 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 c0486ca54d4ad5a3da496bc2b5f49cd2.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"NlmrYHSUIAMFTcA="},{"key":"X-Amz-Cf-Id","value":"Qweg_y8MvgvRwZ12dsEumqHjH7UXwKxUBCPaQMznGfP-Gj8bshL62A=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"210084"},{"key":"x-amzn-RequestId","value":"b141a3c2-9366-4cd0-8e11-e727d5015f6b"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed884af-4865f840f16df2a023b601a0;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99916"},{"key":"Content-Length","value":"210084"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"articles\": [\n        {\n            \"summary\": \"INTERVIEW. Le patron du Printemps republicain revient sur la manifestation contestee en memoire d'Adama Traore et propose un <\\n>.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/amine-el-khatmi-il-n-y-a-pas-de-racisme-structurel-en-france-04-06-2020-2378429_20.php#xtor=RSS-288\",\n            \"rank\": \"2897\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Amine El-Khatmi : « Il n'y a pas de racisme structurel en France »\",\n            \"published_date\": \"2020-06-04 05:00:00\",\n            \"_id\": \"494a623604082468dce6bc241fe495ad\"\n        },\n        {\n            \"summary\": \"ROMA. Adesso che l'emergenza sanitaria è alle spalle, «anche se il virus non è ancora scomparso», occorre prendere di petto l'emergenza economica, ha annunciato ieri in  ... [Continua a leggere sul sito.]\",\n            \"country\": \"IT\",\n            \"clean_url\": \"lastampa.it\",\n            \"author\": \"PAOLO BARONI\",\n            \"rights\": \"GEDI Digital\",\n            \"link\": \"https://www.lastampa.it/politica/2020/06/04/news/post-coronavirus-ecco-il-patto-per-il-rilancio-di-conte-1.38924631\",\n            \"rank\": \"2395\",\n            \"topic\": \"politics\",\n            \"language\": \"it\",\n            \"title\": \"Post coronavirus, ecco il patto per il rilancio di Conte\",\n            \"published_date\": \"2020-06-04 05:00:00\",\n            \"_id\": \"9eb643da7b0b019e0d08453033d1ef2f\"\n        },\n        {\n            \"summary\": \"Maurice Lester Hall, who fled Minneapolis after witnessing George Floyd's death, was arrested Monday in Houston and interviewed by a Minnesota investigator.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Erica L. Green and Katie Benner\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/04/us/politics/george-floyd-witness.html\",\n            \"rank\": \"41\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Witness Who Was in Floyd's Car Says His Friend Did Not Resist Arrest\",\n            \"published_date\": \"2020-06-04 04:33:09\",\n            \"_id\": \"b58086ed326362d4360848c99e49beee\"\n        },\n        {\n            \"summary\": \"Dans le Minnesota rural, les partisans de Trump restent silencieux face à l'horreur qui s'est jouée à Minneapolis.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ledevoir.com\",\n            \"author\": \"fdeglise@ledevoir.com (Fabien Deglise)\",\n            \"rights\": \"Copyright 2008-2020, Le Devoir\",\n            \"link\": \"https://www.ledevoir.com/politique/580143/des-tensions-qui-derangent-les-republicains\",\n            \"rank\": \"9053\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Des tensions qui dérangent les républicains\",\n            \"published_date\": \"2020-06-04 04:10:07\",\n            \"_id\": \"3cc0da6d5ae1632d57e07bff8198f364\"\n        },\n        {\n            \"summary\": \"Bill Whittle and Scott Ott explore how can we channel despair and anger.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"patriotpost.us\",\n            \"author\": \"Media Editors\",\n            \"rights\": null,\n            \"link\": \"https://patriotpost.us/articles/71119-video-can-george-floyd-murder-protests-pull-us-together-in-time-2020-06-04\",\n            \"rank\": \"37136\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Video: Can George Floyd Murder Protests Pull Us Together in Time?\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"10dff270eee813f0efbf2bacb9f77d03\"\n        },\n        {\n            \"summary\": \"Shop all books by Tom Woods From the Tom Woods Letter: Yesterday I talked to a well-known libertarian personality who is distraught over the libertarian response to the rioting and looting. Most of it has been along these lines: “Yes, yes, looting is bad, but what do you expect? These are people seeking justice!” This is what people seeking justice act like, in your opinion? If we can’t even be reliable on the destruction of our cities, what the hell good are we? This personality said, “Libertarians can’t call out a violent mob destroying property and beating old people up. What’s the … Continue reading →\\n \\nThe post Finally, a Sane Libertarian Voice on Rioting appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Tom Woods\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/thomas-woods/finally-a-sane-libertarian-voice-on-rioting/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Finally, a Sane Libertarian Voice on Rioting\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"8974cbb0ba51a0557e095028704892ab\"\n        },\n        {\n            \"summary\": \"Shop all books by Judge Napolitano “These are the times that try men’s souls. The summer soldier and the sunshine patriot will, in this crisis, shrink from the service of their country, but he that stands by it now, deserves the love and thanks of man and woman.” — Thomas Paine (1737-1809) Colonial America was filled with summer soldiers and sunshine patriots who wanted triumph over tyranny but were afraid to fight for it. Of course, enough did fight. They won the Revolutionary War and they enacted a Constitution intended to prevent both anarchy and tyranny. Today, we have both. America … Continue reading →\\n \\nThe post A Perfect Storm appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Andrew P. Napolitano\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/andrew-p-napolitano/a-perfect-storm/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"A Perfect Storm\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"623a8123a4d9edf7ac8d0c797869059a\"\n        },\n        {\n            \"summary\": \"Americans are so brainwashed that even some of my readers cannot believe that police violence affects more white people than black people.  The majority of victims are white; but disproportionately (blacks are a smaller percent of the population) they are black. In turn, this disproportion can be explained by the fact that according to US Department of Justice statistics, blacks commit a disproportion of homicides. Being only 13% of the population, blacks commit 52% of murders. Consequently, police regard confrontations with blacks as being more dangerous to police, and this affects police behavior. See this. Here are recent statistics provided by … Continue reading →\\n \\nThe post All Races Suffer From Police Violence appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Paul Craig Roberts\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/paul-craig-roberts/all-races-suffer-from-police-violence/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"All Races Suffer From Police Violence\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"0bb2756a5e0ddf305b2a0bbfef7b4590\"\n        },\n        {\n            \"summary\": \"Donald Trump’s executive order issued earlier this week purports to prevent online censorship by effectively instructing federal agencies to reinterpret the Communications Decency Act of 1996 (CDA). In particular, Trump has a well-founded complaint with the infamous section 230 of the CDA, which grants tech companies a certain level of immunity from various civil lawsuits, including defamation lawsuits. By doing so, section 230 not only attempts to preempt state law to the contrary—federal preemption is almost always bad— but also creates a class of actors that enjoys the status of a neutral platform or common carrier but exercises editorial discretion. Remember, in … Continue reading →\\n \\nThe post Trump's Executive Order for Tech Companies appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Jeff Deist\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/jeff-deist/notes-on-trumps-executive-order-for-tech-companies/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Executive Order for Tech Companies\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"efc0a7130ab23fe072f9e42eef970f07\"\n        },\n        {\n            \"summary\": \"President Trump is getting grief from the leftie press for threatening to bring out the military to stop the riots spreading across the country like, well, a virus. But why isn't the leftie press caterwauling about the indifference of the Lockdown Mafia – i.e., the governors and mayors, et al who've been siccing armed government workers on moms walking their kids in public parks in the name of a virus they claim is an open-ended threat to 'public safety” – to the very real threat posed by this virus? It's not as though the Lockdown Mafia hasn't got the stomach to use force to 'stop … Continue reading →\\n \\nThe post An Accidental Incongruity? Lockdowners Love Riots appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Eric Peters\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/eric-peters/an-accidental-incongruity/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"An Accidental Incongruity? Lockdowners Love Riots\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"ca58700264c8b004893b693f83c48dc3\"\n        },\n        {\n            \"summary\": \"Russian hopes dashed: Whatever hopes Russian President Vladimir Putin may have had for a more workable relationship with the Trump administration have been 'trumpled,” so to speak.  This came through loudly and clearly in acerbic remarks by Russian Deputy Foreign Minister Sergey Ryabkov in an interview Friday with The National Interest. Ryabkov lamented the sad state of Russia-U.S. relations, while pointing, not very subtly, to China as Russia's ace in the hole. He was simply acknowledging that what the Soviets used to call 'the correlation of forces” has changed markedly, and strongly implied that the U.S. should draw the appropriate conclusions. No amateur … Continue reading →\\n \\nThe post US-Russia Ties, From Heyday to MayDay appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"No Author\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/no_author/us-russia-ties-from-heyday-to-mayday/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"US-Russia Ties, From Heyday to MayDay\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"96475ad2df5f2f5d49cb41824b2d0461\"\n        },\n        {\n            \"summary\": \"Things continue to spiral out of control in the U.S. as the myth of policing fails and anti-civilizational forces move into the power vacuum. And while I'm still completely committed to the end of the U.S. empire and its imperial edicts, It's also not lost on me what's happening, who's making it happen and how they are taking advantage of this. I warned you President Trump's near atavistic pursuit of U.S. ‘enemies' in places like Syria, Iraq, Iran and Venezuela would turn the world against us. Look at the protests for George Floyd across Europe and tell me things haven't … Continue reading →\\n \\nThe post Trump's Distractions or Is the Empire in Retreat? appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Thomas Luongo\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/thomas-luongo/trumps-distractions-or-is-the-empire-in-retreat/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Distractions or Is the Empire in Retreat?\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"5042df3452946ec4be378ce2643313ec\"\n        },\n        {\n            \"summary\": \"'The Lung,” Second Edition, 2014: 'Nanoparticles [are] comparable in size to subcellular structures…enabling their ready incorporation into biological systems.” A 2017 study of 44 types of 15 traditional vaccines, manufactured by leading global companies, has uncovered a very troubling and previously unreported fact: The vaccines are heavily contaminated with a variety of nanoparticles. Many of the particles are metals. We're talking about traditional vaccines, such as HPV, flu, Swine Flu, Hepatitis B, MMR, DPT, tetanus, etc. To begin to understand some of the destructive effects of contaminating nanoparticles in vaccines, here is the groundbreaking 2017 study: International Journal of Vaccines … Continue reading →\\n \\nThe post Dangerous Nano-Particles Contaminate Many Vaccines: Groundbreaking Study appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"Jon Rappoport\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/jon-rappoport/dangerous-nano-particles-contaminating-many-vaccines-groundbreaking-study/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Dangerous Nano-Particles Contaminate Many Vaccines: Groundbreaking Study\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"e38ec0a5eff9add0f8ac4ea9ab701bfe\"\n        },\n        {\n            \"summary\": \"The British scientist known as Professor Lockdown has undermined the draconian policy he unleashed on the world by confessing that Britain hasn't fared any better in tackling the disease than the laid-back Scandis. Professor Neil Ferguson probably woke up this morning breathing a massive sigh of relief because he hadn't been ripped to shreds again in the British newspapers for this second time in just under a month – this time over his startling admission that there has been no significant difference in the levels of Covid-19 suppression when comparing the UK and Sweden. During his evidence to the House of Lords … Continue reading →\\n \\nThe post ‘Professor Lockdown' Ferguson, UK's Covid-19 Czar, Admits Crippling Restrictions Made No Difference – Where's The Outrage? appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"No Author\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/no_author/professor-lockdown-ferguson-uks-covid-19-czar-admits-crippling-restrictions-made-no-difference-wheres-the-outrage/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"‘Professor Lockdown' Ferguson, UK's Covid-19 Czar, Admits Crippling Restrictions Made No Difference – Where's The Outrage?\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"efd6bf282c59c24d65c9f212224a4b4f\"\n        },\n        {\n            \"summary\": \"White elites are currently fantasizing that they can use the People of Color mob of young looters to overthrow Trump, somewhat like in Georgia in 2003 and Ukraine in 2014. Serious people in Washington and New York take seriously warnings from abroad that the American Empire can endure four years of Trump, but not eight. Granted, the traditional, Constitutional way of bringing about regime change is to wait for the November election. And, Trump has never been a terribly popular president, even during his three years of peace and prosperity before 2020's series of unfortunate events. So the notion that … Continue reading →\\n \\nThe post The Bonfire of the Insanities appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"No Author\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/no_author/the-bonfire-of-the-insanities/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"The Bonfire of the Insanities\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"f9fc3cd3c2df6734f0c08de92c96c91d\"\n        },\n        {\n            \"summary\": \"The science of the coronavirus is not disputed. It is well documented and openly admitted: Most people won't get the virus. Most of the people who get it won't display symptoms. Most of the people who display symptoms will only be mildly sick. Most of the people with severe symptoms will never be critically ill. And most of the people who get critically ill will survive. This is borne out by the numerous serological studies which show, again and again, that the infection fatality ratio is on par with flu. There is no science – and increasingly little rational discussion – to justify … Continue reading →\\n \\nThe post ‘It's All BS' – 3 Leaks That Sink the Covid Narrative appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"No Author\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/no_author/its-all-bullst-3-leaks-that-sink-the-covid-narrative/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"‘It's All BS' – 3 Leaks That Sink the Covid Narrative\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"bcda47151201c8c0ae695d5de941bd07\"\n        },\n        {\n            \"summary\": \"Based upon recent CDC data it looks like the pandemic is coming to an end in the United States. Government bureaucrats got to run wild in shutting the economy and the educational system down and costing some 40 million Americans their jobs. Most of this was of questionable legality, but when does a good bureaucrat let the truth interfere with their desire? Warmer weather and ultraviolet radiation as summer nears in the northern hemisphere has worked its magic as it has for time immemorial. The thoughts that I want to present here are on what has made America great; its … Continue reading →\\n \\nThe post Thoughts on the Pandemic appeared first on LewRockwell.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lewrockwell.com\",\n            \"author\": \"George Giles\",\n            \"rights\": \"Copyright © LewRockwell 2015-2017\",\n            \"link\": \"https://www.lewrockwell.com/2020/06/george-giles/thoughts-on-the-pandemic/\",\n            \"rank\": \"6718\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Thoughts on the Pandemic\",\n            \"published_date\": \"2020-06-04 04:01:00\",\n            \"_id\": \"9a65b6dd13a76a20df09c70dd78ab06d\"\n        },\n        {\n            \"summary\": \"\\\"When the grievance is unclear, so too is the solution,\\\" says Matt Christiansen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"patriotpost.us\",\n            \"author\": \"Media Editors\",\n            \"rights\": null,\n            \"link\": \"https://patriotpost.us/articles/71118-video-the-phantom-of-white-privilege-2020-06-04\",\n            \"rank\": \"37136\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Video: The Phantom of White Privilege\",\n            \"published_date\": \"2020-06-04 04:00:00\",\n            \"_id\": \"70e06a56a1e8fdbeb95421a9418feb14\"\n        },\n        {\n            \"summary\": \"Former Deputy Attorney General Rod Rosenstein said Wednesday the temporary head of the FBI was 'not fully candid” with him about the memos written by James Comey about his conversations with President Trump before being fired as director of the bureau.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"washingtonexaminer.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtonexaminer.com/news/rosenstein-says-mccabe-was-not-fully-candid-about-comeys-memos\",\n            \"rank\": \"1565\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Rosenstein says McCabe was 'not fully candid' about Comey's memos\",\n            \"published_date\": \"2020-06-04 03:52:56\",\n            \"_id\": \"24de3f89e13faf3a54472fc003f1e46f\"\n        },\n        {\n            \"summary\": \"A pequenina Laura, neta do ministro do STF, Marco Aurélio Mello, invadiu a sessão da corte com transmissão ao vivo pela TV Justiça que discutia o julgamento sobre os trabalhadores de portos. \\\"Vovô\\\", chamou a menininha de cerca de três anos, sorrindo, atrás do ministro\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/regionais/brasilia/neta-do-ministro-marco-aurelio-entra-ao-vivo-na-sessao-do-stf-e-diz-vovo\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Neta do ministro Marco Aurélio entra ao vivo na sessão do STF e diz: \\\"Vovô!\\\"\",\n            \"published_date\": \"2020-06-04 03:45:27\",\n            \"_id\": \"1609958d3d760096b4b001a199c21365\"\n        },\n        {\n            \"summary\": \"I had to buckle back down to work, because the work does not stop. I wonder how I would find Americans if I was still mortal. When I was alive, I never met one; all I knew of them was from the papers and novels, and I imagine that both might have exaggerated life across [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"moelane.com\",\n            \"author\": \"Moe_Lane\",\n            \"rights\": null,\n            \"link\": \"http://moelane.com/2020/06/03/06-03-2020-snippet-marie-and-the-continent/\",\n            \"rank\": \"535840\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"06/03/2020 Snippet, MARIE AND THE CONTINENT.\",\n            \"published_date\": \"2020-06-04 03:40:00\",\n            \"_id\": \"35ac467c86fff522272de7c8be6fac32\"\n        },\n        {\n            \"summary\": \"Abraham Weintraub decidiu pedir demissão do ministério da Educação, segundo informações da coluna Radar, da revista Veja. Segundo o veículo, o ministro está abatido e não é mais aceito no próprio governo\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/regionais/brasilia/desgostoso-weintraub-esta-de-saida-do-governo\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Desgostoso, Weintraub está de saída do governo\",\n            \"published_date\": \"2020-06-04 03:29:24\",\n            \"_id\": \"a4a37a0c6dc846814b54447da2a0c0a8\"\n        },\n        {\n            \"summary\": \"It&#8217;s weird. I saw TWISTER in theaters, and I remember that it wasn&#8217;t exactly what I wanted. I think I wanted a twister-demon or something; something seriously supernatural and going after the leads. But, you know, it was in theaters and it was OK. So, I watched this Honest Trailer, and I realize now how [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"moelane.com\",\n            \"author\": \"Moe_Lane\",\n            \"rights\": null,\n            \"link\": \"http://moelane.com/2020/06/03/the-unstable-twister-honest-trailer/\",\n            \"rank\": \"535840\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"The Unstable TWISTER Honest Trailer.\",\n            \"published_date\": \"2020-06-04 03:25:14\",\n            \"_id\": \"897a7d46e19e456e6f6bbe72f5a7af3d\"\n        },\n        {\n            \"summary\": \"It was at least the sixth straight night of protests across Hampton Roads spurred, in part, by the death of George Floyd, a black man who died in police custody in Minneapolis last week.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailypress.com\",\n            \"author\": \"Ana Ley\",\n            \"rights\": \"© 2020 Daily Press\",\n            \"link\": \"https://www.dailypress.com/cities/norfolk/vp-nw-norfolk-protest-20200604-dbncobvvhfadbm62eou5s6nzfy-story.html#ed=rss_www.dailypress.com/arcio/rss/category/news/\",\n            \"rank\": \"6104\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Protesters rally again in Norfolk to honor black lives, condemn systemic racism\",\n            \"published_date\": \"2020-06-04 03:20:19\",\n            \"_id\": \"36906c597cffbcc8e27ccbfdaae459ea\"\n        },\n        {\n            \"summary\": \"The State Department's fired inspector general told lawmakers that he had told senior aides to Michael Pompeo that he was investigating the secretary of state and his wife for possible misuse of government funds, undercutting Pompeo's claim that he knew nothing about the probe.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Nick Wadhams\",\n            \"rights\": \"Copyright 2020 BLOOMBERG L.P. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.bloomberg.com/news/articles/2020-06-04/fired-watchdog-says-he-told-pompeo-aides-of-probe-into-spending\",\n            \"rank\": \"95\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Fired Watchdog Says He Told Pompeo Aides of Probe Into Spending\",\n            \"published_date\": \"2020-06-04 03:19:00\",\n            \"_id\": \"795da48c8ebbbd2ecc0e67343182dfcd\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Ben Weingarten, RCP\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/articles/2020/06/04/woke_capitalists_sell_out_us_to_china_behind_a_mask_of_virtue.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"'Woke' Capitalists Sell Out U.S. to China Behind Mask of Virtue\",\n            \"published_date\": \"2020-06-04 03:12:15\",\n            \"_id\": \"7ba72d694314162bf9fbe9cd4ba6378c\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"James Fallows, The Atlantic\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/is_this_the_worst_year_in_modern_american_history_512960.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Is This the Worst Year in Modern American History?\",\n            \"published_date\": \"2020-06-04 03:12:12\",\n            \"_id\": \"ab51715e0c38f5025bc91a199fb32770\"\n        },\n        {\n            \"summary\": \"resident Trump faces the greatest challenge of his very eventful life, and also an immense opportunity to silence his detractors. Not since Charles de Gaulle faced a prolonged general strike in France in 1968 has the leader of a large Western democracy faced something so closely approximating an insurrection as the situation President Trump faces ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Conrad Black, American Greatness\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/trumps_greatest_challenge_now_512946.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Greatest Challenge Now\",\n            \"published_date\": \"2020-06-04 03:12:09\",\n            \"_id\": \"70c2ac1d5eb89fdf6f3b4491e0c73032\"\n        },\n        {\n            \"summary\": \"Trump campaigns like Richard Nixon and George Wallace, but in reality, he is Lyndon Johnson: a man who has lost control of the machine.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Joshua Zeitz, Politico\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/if_this_is_like_1968_then_trump_is_in_big_trouble_513086.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"If This Is Like 1968, Then Trump Is in Big Trouble\",\n            \"published_date\": \"2020-06-04 03:12:07\",\n            \"_id\": \"ec9f43653fdf080a7b1f5a078e492996\"\n        },\n        {\n            \"summary\": \"There may be thousands of rioters out there but there are millions of Americans who are disgusted by that behavior.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Tom Homan, FOX News\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/america_stands_with_all_the_good_cops_out_there_513140.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"America Stands With All the Good Cops Out There\",\n            \"published_date\": \"2020-06-04 03:12:04\",\n            \"_id\": \"31736e10ddcc499226686d8505e528d6\"\n        },\n        {\n            \"summary\": \"White people, you are the problem. Regardless of how much you say you detest racism, you are the sole reason it has flourished for centuries. And you are the only ones who can stop it.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Dahleen Glanton, Chicago Tribune\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/white_americans_take_a_look_in_the_mirror_513078.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"White Americans, Take a Look in the Mirror\",\n            \"published_date\": \"2020-06-04 03:12:00\",\n            \"_id\": \"0118079b25c0f959d20e5242da5a6134\"\n        },\n        {\n            \"summary\": \"Nobody can justify criminal violence, but some look for a scenario that fits their political beliefs for which to assign blame.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"James Casey, The Hill\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/why_antifa_is_likely_behind_the_anarchy_in_americas_streets_513128.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Why Antifa Is Likely Behind the Anarchy in America's Streets\",\n            \"published_date\": \"2020-06-04 03:11:57\",\n            \"_id\": \"24e6560279e2e87272da4ab4881d9ed8\"\n        },\n        {\n            \"summary\": \"When the league had the opportunity to be on the right side of history, it chose the coward's path.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"realclearpolitics.com\",\n            \"author\": \"Jemele Hill, The Atlantic\",\n            \"rights\": \"Copyright 2008\",\n            \"link\": \"https://www.realclearpolitics.com/2020/06/03/the_nfls_amnesia_is_just_like_americas_513130.html\",\n            \"rank\": \"2319\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"The NFL's Amnesia Is Just Like America's\",\n            \"published_date\": \"2020-06-04 03:11:53\",\n            \"_id\": \"15f542f9c898ad04df0fea2415300930\"\n        },\n        {\n            \"summary\": \"La decisión estará firme luego de que cobren los choferes de los dos sistemas de transporte. Ya están los protocolos. Las frecuencias se irán acomodando de acuerdo a la demanda. No se podrá viajar sin tapaboca.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/con-restricciones-manana-se-retoman-servicios-urbano-e-interurbano\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Con restricciones, mañana se retoman los servicios urbano e interurbano\",\n            \"published_date\": \"2020-06-04 03:11:00\",\n            \"_id\": \"af11010df216bbf20724e95f0a70a93b\"\n        },\n        {\n            \"summary\": \"Juntos por el Cambio acompañó la reestructuración, aunque hubo críticas al Gobierno provincial por 'mala praxis”. Enojo del peronismo con Ramón Mestre; también con García Elorrio por su discurso.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/deuda-schiaretti-ya-tiene-aval-de-unicameral-para-renegociar\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Deuda: Schiaretti ya tiene el aval de la Unicameral para renegociar\",\n            \"published_date\": \"2020-06-04 03:10:00\",\n            \"_id\": \"9c4c2089b09c751405d85843cb89db05\"\n        },\n        {\n            \"summary\": \"Los chalecos celestes y los promotores de convivencia están en el centro de las críticas opositoras. Y también, en la mira del Suoem. El municipio planea ampliar esos programas. Bancarizará a los 1.200 promotores urbanos y defiende la eficiencia del cuerpo de abogados.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/fuego-cruzado-entre-ucr-y-pj-por-programas-de-llaryora\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Fuego cruzado entre UCR y PJ por los programas de Llaryora\",\n            \"published_date\": \"2020-06-04 03:08:00\",\n            \"_id\": \"b274075733d6742deeba94f5c8baed55\"\n        },\n        {\n            \"summary\": \"Con el cobro de sueldos, sube la cantidad de gente. Detectan también 'coleros electrónicos”.                         Los bancos de la plaza cordobesa volvieron a poblarse ayer de una significativa cantidad de público que acudió en búsqueda de dólares, según los límites vigentes en el marco del cepo cambiario en la Argentina.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/con-objetivo-en-rulo-largas-filas-en-bancos-para-retirar-hasta-us-200\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Con el objetivo en el 'rulo”, largas filas en bancos para retirar hasta U$S 200\",\n            \"published_date\": \"2020-06-04 03:08:00\",\n            \"_id\": \"7688aee52950ea36b6a298a62affd8ad\"\n        },\n        {\n            \"summary\": \"Lo vienen solicitando al Gobierno, tras la ayuda con los salarios de abril y de mayo. El Presidente se reunió con dueños de empresas para hablar de la economía en la pandemia.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/empresarios-piden-atp-para-pagar-medio-aguinaldo\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Empresarios piden ATP para pagar el medio aguinaldo\",\n            \"published_date\": \"2020-06-04 03:06:00\",\n            \"_id\": \"b0acf99b0bdf02105e553261cc40cc6a\"\n        },\n        {\n            \"summary\": \"circular tear gas firing squad https://t.co/HMaFBcBw2M — kilgore trout, potato thief (@KT_So_It_Goes) June 3, 2020 At least the original French schlock-horror theatre intended to make its viewers throw up… it's so weird how none of the administration's worst mistakes are ever trump's fault. either there is constant lying about his involvement or he surrounds himself …\\n \\nThe post Late Night Horrorshow Open Thread: Grand Guignol Clown Show appeared first on Balloon Juice.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"balloon-juice.com\",\n            \"author\": \"Anne Laurie\",\n            \"rights\": null,\n            \"link\": \"https://www.balloon-juice.com/2020/06/03/late-night-horrorshow-open-thread-grand-guignol-clown-show/\",\n            \"rank\": \"74255\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Late Night Horrorshow Open Thread: Grand Guignol Clown Show\",\n            \"published_date\": \"2020-06-04 03:03:07\",\n            \"_id\": \"97a572cb2279a8f38e39f162dbe6adf3\"\n        },\n        {\n            \"summary\": \"2021 marcará la unificación política del Frente de Todos con Hacemos por Córdoba en el plano nacional.                     El único senador peronista por Córdoba cuestiona al intendente peronista de la capital provincial por intentar ser la punta de lanza de un paro nacional en el transporte que, de haberse concretado, hubiera afectado al Gobierno nacional que comanda otro peronista.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/pj-cordobes-ya-vive-su-nueva-normalidad\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"El PJ cordobés ya vive su nueva normalidad\",\n            \"published_date\": \"2020-06-04 03:01:00\",\n            \"_id\": \"1d8971d695d3f2e363ada137551f27c5\"\n        },\n        {\n            \"summary\": \"Jeff Danziger lives in New York City. He is represented by CWS Syndicate and the Washington Post Writers Group. He is the recipient of the Herblock Prize and the Thomas Nast (Landau) Prize. He served in the US Army in Vietnam and was awarded the Bronze Star and the Air Medal. He has published eleven books of cartoons and one novel. Visit him at DanzigerCartoons.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nationalmemo.com\",\n            \"author\": \"Jeff Danziger\",\n            \"rights\": null,\n            \"link\": \"https://www.nationalmemo.com/minneapolis-police\",\n            \"rank\": \"54014\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Danziger Draws\",\n            \"published_date\": \"2020-06-04 03:00:03\",\n            \"_id\": \"244d529f97f525e3e1ebe4b651885fec\"\n        },\n        {\n            \"summary\": \"Night Owls, a themed open thread, appears at Daily Kos seven days a week\\n    \\nElise Gould at the Economic Policy Institute writes—Public education job losses in April are already greater than in all of the Great Recession:\\n  \\n \\nIt has been well documented that fiscal austerity was a catastrophe for the recovery from the Great Recession. New estimates show that without sufficient aid to state and local governments, the COVID-19 shock could lead to a revenue shortfall of nearly $1 trillion by 2021 for state and local governments. In lieu of substantial federal investments, budget cuts are certain. But I, for one, did not expect to see the losses as soon as April. As of the latest jobs report from the Bureau of Labor Statistics (BLS), state and local government employment fell by 981,000, with the vast majority of losses found in local government. And the majority of those local government losses are in the education sector, with a loss of 468,800 jobs in local public school employment alone.\\n \\n       \\n \\nState and local government austerity in the aftermath of the Great Recession contributed to a significant shortfall in employment in public K–12 school systems, a shortfall that continued through 2019. The figure below shows that, as of early 2020, public employment in elementary and secondary schools had yet to recover the level it had reached prior to the losses of the Great Recession. Furthermore, employment levels in the public education system have failed to keep up with growth in public school enrollment since 2008. As of September 2019, the start of the most recent pre-pandemic school year, local public education jobs were still 60,000 short of their September 2008 level, and they were over 300,000 lower than they would have needed to be to keep up with public school enrollment.\\n  \\nThen, the pandemic hit and local education jobs dropped sharply. More K–12 public education jobs were lost in April than in all of the Great Recession. And that's before any austerity measures from lost state and local revenue have been put in place. A look at the Current Population Survey reveals that losses in public education were concentrated in certain occupations. While some teachers were spared, namely elementary and middle school teachers, others were not.  [...]\\n \\n  \\n(Something else worth reading. Blue Telusma writes at The Grio: 5 things to consider before sharing ‘trauma porn' videos on social media.)\\n  \\nTOP COMMENTS • HIGH IMPACT STORIES \\n  \\nQUOTATION\\n  \\n'We don't need police officers who are soldiers. We need police who are guardians.”  ~~Bryan Stevenson, Just Mercy: A Story of Justice and Redemption (2015)\\n  \\nTWEET OF THE DAY\\n  \\n  \\n\\nHealing and justice must be codified in lawmaking. pic.twitter.com/CqJKipibCP\\n— Ayanna Pressley (@AyannaPressley) June 3, 2020\\n \\n  \\n\\n  \\nBLAST FROM THE PAST\\n  \\nAt Daily Kos on this date in 2011—Crunch. Jobs report even worse than projected:\\n  \\n \\nAnalysts' expectations ahead of today's monthly jobs report were lowered this week after the release of troubling news about manufacturing, housing and retail sales. But they weren't lowered enough.\\n  \\nIn its seasonally adjusted report, the Bureau of Labor Statistics announced that only 54,000 jobs were added to the economy, far below the monthly average of 182,000 new jobs added in the first four months of 2011. The private sector added 83,000 jobs, less than a third of what it did in April. Layoffs of 28,000 public-sector employees by financially straitened state and local governments brought the overall numbers down.\\n  \\nThe official unemployment rate rose to 9.1 percent.\\n \\n  \\nOn today's Kagro in the Morning show: Greg Dworkin says the polls say that Trump's bet on putting armies (real or created from gussied up Federales) in the streets isn't working. But he's sure it's a big hit, because Ivanka directed the show! Why do Dem allies often fail us on police reform?\\n  \\n    Embedded Content\\n  \\nRadioPublic|LibSyn|YouTube|Patreon|Square Cash (Share code: Send $5, get $5!)\\n  \\n \\n \\nLINK TO DAILY KOS STORE\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Meteor Blades\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1949950\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Wednesday Night Owls: Public education's April job losses exceed those of the entire Great Recession\",\n            \"published_date\": \"2020-06-04 03:00:03\",\n            \"_id\": \"e201d2fd286d074ab3103a0bf9e8e245\"\n        },\n        {\n            \"summary\": \"It's a closet, not a bunker, right Mike Pence? \\n \\n \\n\\nOh, Trump said he is better than Lincoln for Black people today?\\n\\nEnjoy this from a month ago https://t.co/X2O65w92lW\\n \\n— J-L Cauvin (@JLCauvin) June 3, 2020\\n\\n \\n\\n \\nOpen thread below...\\n \\n[amazon]https://www.amazon.com/Fireside-Craps-Explicit-J-L-Cauvin/dp/B0878WQQP9[/amazon]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"crooksandliars.com\",\n            \"author\": \"Frances Langum\",\n            \"rights\": null,\n            \"link\": \"https://crooksandliars.com/2020/06/bunker-don-addresses-nation\",\n            \"rank\": \"6969\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Bunker-Don Addresses The Nation!\",\n            \"published_date\": \"2020-06-04 03:00:01\",\n            \"_id\": \"342a4bf2af1a4ef2e28f98f6311b7441\"\n        },\n        {\n            \"summary\": \"I&#8217;m not affiliated with it, but Doug&#8217;s a good dude. Besides, this isn&#8217;t a zero-sum game. More third-party SJG stuff will pay off in the long run.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"moelane.com\",\n            \"author\": \"Moe_Lane\",\n            \"rights\": null,\n            \"link\": \"http://moelane.com/2020/06/03/ten-days-to-go-on-the-more-perilous-journeys-kickstarter/\",\n            \"rank\": \"535840\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Ten Days to go on the More Perilous Journeys Kickstarter!\",\n            \"published_date\": \"2020-06-04 02:55:39\",\n            \"_id\": \"c57c884bb8d38059ff96bfc0c3738bf3\"\n        },\n        {\n            \"summary\": \"Le chef de l'Etat a demandé, mercredi, aux trois présidents des trois chambres de lui faire, d'ici à la fin du mois, des propositions pour l'après-Covid. Cette accélération du calendrier est saluée au sein de la majorité.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/04/coronavirus-emmanuel-macron-consulte-et-accelere-le-tempo-de-l-apres_6041692_823448.html\",\n            \"rank\": \"675\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus : Emmanuel Macron consulte et accélère le tempo de « l'après »\",\n            \"published_date\": \"2020-06-04 02:43:19\",\n            \"_id\": \"c7403e08473b5172e06d6dbd56d1f84d\"\n        },\n        {\n            \"summary\": \"Amid peaceful protests, some racist individuals are attempting to hijack the movement by spreading messages of hate and violence under the guise of Black Lives Matter. Not only does it create an incorrect image of the organization, it attempts to take away from the message advocates are trying to relay. But protestors, volunteers, and activists alike refuse to let that happen.\\n  \\nAs protests continue across the country following the violent death of George Floyd, many protestors are coming together to rebuild and clean up destruction caused by looting, arson, and vandalism. Volunteers across the country came together peacefully to clean up following a weekend of protests in order to make sure the movement and its message are not tainted or defined by violence and destruction.\\n   \\n'So many people were worried that the message was getting lost in the violence,” Justine Sandoval, president of the Denver Young Democrats told The New York Times. Sandoval organized a cleanup event on Sunday in Denver. 'They want to show up and say, ‘These protests are important, but we're going to be there to pick up the pieces afterward,' ” she said. 'It felt good, because we want to keep this conversation going.” Sandoval added that cleaning up does not mean the fight is over. 'It still doesn't erase the fact that we're fighting, because black people are being killed by the police in this country,” she said.\\n  \\n \\n \\nPhotos of the violence remind us of the importance of addressing issues of race and equality. These photos remind us of community strength and rebuilding.\\n \\n \\n  \\n \\n\\n  \\n  \\n\\nThis morning, weÃ¢Â\\ufffdÂ\\ufffdre seeing members of the community in the streets of Atlanta, cleaning up. pic.twitter.com/2BVHl03uG7\\nÃ¢Â\\ufffdÂ\\ufffd Natasha Chen (@NatashaChenCNN) May 30, 2020\\n\\n  \\n\\n  \\n \\nPeople clean up broken glass and repair windows at the College Football Hall of Fame following an overnight demonstration over the Minneapolis death of George Floyd while in police custody on May 30, 2020, in Atlanta, Georgia.\\n \\n  \\n\\n  \\n \\nVolunteers clean up the sidewalk in front of a burned commercial building in Downtown Long Beach, California, on June 1, 2020.\\n \\n  \\n\\n  \\n  \\n\\nA wonderful act of service.   Tampa area football players Ã¢Â\\ufffdÂ\\ufffd including Bengals WR Auden Tate, Bills WR Ray-Ray McCloud, Colts CB Isaiah Rodgers, USF QB Jordan McCloud Ã¢Â\\ufffdÂ\\ufffd lead cleanup efforts on Fowler Ave after last nightÃ¢Â\\ufffdÂ\\ufffds looting   pic.twitter.com/5zVOCKYpNA\\nÃ¢Â\\ufffdÂ\\ufffd Grace Remington (@GraceRemiWTSP) June 1, 2020\\n\\n  \\n\\n  \\n \\nA volunteer cleans graffiti off a tree as other volunteers walk nearby a day after looting occurred amid protests on June 1, 2020, in Santa Monica, California.\\n \\n  \\n\\n  \\n \\nVolunteers help clean up a day after protests on June 1, 2020 in Santa Monica, California.\\n \\n  \\n\\n  \\n  \\n\\nToday, we start to put our community back together.  Thank you to all of my colleagues and neighbors joining the cleanup effort this morning here in West Philly. pic.twitter.com/HykPFrz5ks\\nÃ¢Â\\ufffdÂ\\ufffd Councilmember Jamie Gauthier (@CouncilmemberJG) June 1, 2020\\n\\n  \\n\\n  \\n \\nPeople clean up a store on Fairfax Avenue on May 31, 2020, in Los Angeles, California.\\n \\n  \\n\\n  \\n \\nTom Bernard cleans the front of his damaged shop on June 1, 2020, in Minneapolis, Minnesota, after protests for George Floyd.\\n \\n  \\n\\n  \\n  \\n\\nTHIS is The Bronx- Community led cleanup on Fordham Road pic.twitter.com/SaIxhAMpBK\\nÃ¢Â\\ufffdÂ\\ufffd BX Community Board 6 (@BronxCB6) June 2, 2020\\n\\n  \\n\\n  \\n \\nVolunteers and store owners clean up damage done to their stores after demonstrations followed by unrest protesting the murder of George Floyd, on May 31, 2020, in Los Angeles, California. \\n \\n  \\n\\n  \\n \\nPeople clean up the street following a day of demonstration in a call for justice for George Floyd, who died while in custody of the Minneapolis police, on May 30, 2020, in Minneapolis, Minnesota.\\n \\n  \\n\\n  \\n  \\n\\nScenes from cleanup on State Street in Madison this am, hundreds of people sweeping, scrubbing graffiti pic.twitter.com/ndnaHBvwEE\\nÃ¢Â\\ufffdÂ\\ufffd Katelyn Ferral (@katelynferral) May 31, 2020\\n\\n  \\n\\n  \\n \\nVolunteers help cleanup from an overnight clash between protesters and law enforcement at the Ferguson Police Department on May 31, 2020, in Ferguson, Missouri.\\n \\n  \\n\\n  \\n \\nVolunteers help to clean up the exterior of a Forever 21 retail location on the day after violent protests due to the recent death of George Floyd on May 31, 2020, in Seattle, Washington.\\n \\n  \\n\\n  \\n  \\n\\nCity crews and volunteers are out this morning supporting cleanup efforts downtown. WeÃ¢Â\\ufffdÂ\\ufffdd like to thank everyone for pitching in to help! If youÃ¢Â\\ufffdÂ\\ufffdre out volunteering, please be careful! Some windows are in fragile condition and could cause harm. pic.twitter.com/8OtCt8AQE7\\nÃ¢Â\\ufffdÂ\\ufffd City of San AntonioÃ°Â\\ufffdÂ§Â¼+Ã°Â\\ufffdÂ\\ufffdÂ\\ufffd=Ã°Â\\ufffdÂ\\ufffdÂ¯ (@COSAGOV) May 31, 2020\\n\\n  \\nDo you have any photos of people volunteering and cleaning up locally? If so, share them below!\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Aysha Qamar\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1949837\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"‘We put our community back together': Volunteers clean up damage after intense protests\",\n            \"published_date\": \"2020-06-04 02:40:11\",\n            \"_id\": \"45396b5c85e0ce394bb8cceb04d23f4f\"\n        },\n        {\n            \"summary\": \"State Library of New South Wales/Photographer H.B. Solomons, 1887\\n\\n\\nThe Conversation is running a series of explainers on key figures in Australian political history, looking at the way they changed the nature of debate, its impact then, and it relevance to politics today. You can read our piece on Julia Gillard here.\\n  \\n  \\nHenry Parkes, known today as the 'Father of Federation”, set in motion the process that led to the joining of Australia's six colonies in 1901 – a significant moment that heralded the birth of a new nation. \\n  \\nWhile he did not live to see the outcome – he died five years before the establishment of the Commonwealth of Australia – Parkes had been the driving force behind the idea of federation and a key architect of the process that ultimately created it.\\n  \\nParkes's vision was to unite the British colonies into a self-governing and democratic nation that spanned the continent. The new country would have a constitution written by Australians, but would remain 'under the British crown” in an enduring relationship with the land of his birth.  \\n  \\n \\n               Read more:       How Julia Gillard forever changed Australian politics -  especially for women         \\n \\n   \\nPerhaps the most defining moment of his political career came in 1889, when he gave his Tenterfield Oration. Much like US President Abraham Lincoln's Gettysburg Address in 1863, Parkes' speech was little reported at the time, but later took on legendary status.\\n  \\n \\nThe great question which we have to consider is, whether the time has not now arisen for the creation on this Australian continent of an Australian government and an Australian parliament … Surely what the Americans have done by war, Australians can bring about in peace.\\n \\n  \\nFrom radical ideas to a career in politics\\n  \\nParkes was born in Warwickshire, England, in 1815 into a family of poor tenant farmers. After his family was forced off the farm by debt in 1823, he later worked in Birmingham and London.\\n  \\nIn 1838, Parkes moved to New South Wales as a bounty migrant with his young wife and developed considerable talent as a journalist. This was all the more remarkable given he was largely self-educated. \\n  \\nHe eventually gravitated to politics and associated himself with the radical patriots in the colony. With these radicals, Parkes pushed for universal suffrage, the transformation of the Australian colonies into a federal republic and, above all, for free trade. He also campaigned against the transportation of convicts from the UK. \\n  \\n \\n               Read more:       Australian politics explainer: how women gained the right to vote         \\n \\n   \\nParkes later moved away from radicalism and republicanism, deciding he could achieve more in government. When New South Wales achieved control over its local affairs in the 1850s, Parkes joined the legislative assembly as one of a small group of liberals. \\n  \\nParkes devoted his career to politics, moving through the ranks of the pro-free trade liberals to serve five terms as premier of New South Wales from 1872-91. \\n  \\n                          \\n               Sir Henry Parkes with the coalition ministry in 1880.               Blue Mountains City Library/Flickr, CC BY-SA             \\n           \\n  \\nParkes advocates for a federal council\\n  \\nAfter the separation of Queensland from New South Wales in 1859, there were five self-governing colonies in eastern Australia. The colonies were competitive and largely concerned with their own affairs. Federation was not a pressing issue.\\n  \\nParkes was still relatively new to politics in the 1860s, but he nonetheless became a tireless crusader for his idea of a colonial union. As NSW colonial secretary, he proposed establishing a federal council of representatives from all five colonies in 1867, and again as premier in 1880. Both times, it went nowhere.\\n  \\n \\n               Read more:       Australian politics explainer: the writing of our Constitution         \\n \\n   \\nHowever, a few years later, the colonies finally began to see the benefits of a stronger federation, due to unease over the expanding influence of the French and Germans in the Pacific. All except NSW ultimately supported the establishment of the federal council in 1885. \\n  \\nThe new council had limited legislative powers and no permanent executive powers or revenues of its own. The absence of NSW also weakened it.\\n  \\nNonetheless, it was the first major form of inter-colonial cooperation. The council also allowed federalists to meet and exchange ideas, setting in motion the more ambitious campaign for federation led by Parkes. \\n  \\n                          \\n               A statue of Henry Parkes today in the town named after him in NSW.               Wikimedia Commons             \\n           \\n  \\nThe Tenterfield address and dawn of federation\\n  \\nBy the end of the 1880s, opinion was divided over the future of the Australian colonies. While some advocated to 'cut the painter” and  separate from Britain, others preferred to protect the current system. \\n  \\nThe concept of an 'imperial federation” with a single federal state consisting of the UK at the centre and the self-governing colonies was also gaining popularity.\\n  \\nOne of the primary obstacles to federation was the struggle between New South Wales, which supported free trade, and other colonies like Victoria, which advocated protectionism. Parkes was able to neutralise this problem by proposing that once a federation was created, a Commonwealth parliament could legislate on tariff policy.\\n  \\n \\n               Read more:       Australian politics explainer: the writing of our Constitution         \\n \\n   \\nIn 1889, Parkes grasped the nettle. He proposed to the Victorian government that the colonies should appoint delegates to a convention, which would draw up the constitution for a nation and discuss its relationship with Britain.  \\n  \\nLater that year, Parkes travelled to Queensland armed with a report on colonial defence to garner Queensland's support for his cause. On his return journey, he delivered his famous address at Tenterfield calling for 'a great national government for all Australia”. \\n  \\nIn 1890, Parkes finally succeeded in putting together an informal colonial conference in Melbourne that led to the first National Australasian Convention in Sydney the following year. It was a revolutionary moment for the future country and produced the fundamentals of the federal system we have today. \\n  \\nLed by Parkes, the delegates in Melbourne and Sydney sketched out a House of Representatives, representing the people, and a Senate representing the colonies (later states). They also specified powers for the Commonwealth and the states, and envisioned a High Court to interpret the constitution. \\n  \\nBoth conventions were a triumph for Parkes. Alfred Deakin, a young Victorian legislator at the time, noted he was \\n  \\n \\nfrom first to last, the chief and leader. \\n \\n  \\nMore conventions were held over the coming years to iron out the details of a bill that was finalised in 1899 and transmitted to the UK for ratification by the British parliament. \\n  \\nParkes's legacy today\\n  \\nParkes's championing of the federal movement transformed Australia's political agenda at a time when the colonies were still content to chart separate courses.\\n  \\nAfter his death, referendums were held in all the colonies in 1899 and 1900 and the people voted 'yes”. Australia finally became a federation on January 1 1901. \\n  \\n                          \\n               Federation celebrations in Queen Street, Brisbane, 1901.               State Library of Queensland             \\n           \\n  \\nIn the federation procession in Melbourne in 1901, Parkes was the only leader who received public homage, with his image and slogans festooned on signs and other paraphernalia. Other politicians, including the country's first prime minister, Edmund Barton, yielded him the preeminent position in the pantheon of federation fathers. \\n  \\nAfter 120 years, Australians take federation as a given. But had it not been for Parkes, Australia would probably not have become a nation in 1901, and the system of government we have today might well be very different.\\n \\nDavid Lee does not work for, consult, own shares in or receive funding from any company or organisation that would benefit from this article, and has disclosed no relevant affiliations beyond their academic appointment.\",\n            \"country\": \"AU\",\n            \"clean_url\": \"theconversation.com\",\n            \"author\": \"David Lee, Associate Professor of History , UNSW\",\n            \"rights\": null,\n            \"link\": \"https://theconversation.com/henry-parkes-had-a-vision-of-a-new-australian-nation-in-1901-it-became-a-reality-131453\",\n            \"rank\": \"421\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Henry Parkes had a vision of a new Australian nation. In 1901, it became a reality\",\n            \"published_date\": \"2020-06-04 02:37:55\",\n            \"_id\": \"0604ba6d8cc3dd3307f74353f932105c\"\n        },\n        {\n            \"summary\": \"Hong Kong's most prominent activist said he had no plans to leave in the wake of U.K. Prime Minister Boris Johnson's offer of citizenship to millions of residents, saying he would prefer Britain to impose harsh sanctions against China.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Iain Marlow\",\n            \"rights\": \"Copyright 2020 BLOOMBERG L.P. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.bloomberg.com/news/articles/2020-06-04/joshua-wong-vows-to-stay-in-hong-kong-calls-for-china-sanctions\",\n            \"rank\": \"95\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Joshua Wong Vows to Stay in Hong Kong, Calls for China Sanctions\",\n            \"published_date\": \"2020-06-04 02:25:16\",\n            \"_id\": \"194df15cb08c38187064f308eef9f48f\"\n        },\n        {\n            \"summary\": \"Labor's war on workers – a war supported by pointless Turnbull-quality Liberals – continues:\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailytelegraph.com.au\",\n            \"author\": \"\",\n            \"rights\": null,\n            \"link\": \"https://www.dailytelegraph.com.au/blogs/tim-blair/labor-against-labourers/news-story/8fd2eaa454b81007b87401e468ffc6ce\",\n            \"rank\": \"2192\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Labor Against Labourers\",\n            \"published_date\": \"2020-06-04 02:23:35\",\n            \"_id\": \"1f08fd47cc16e9e4cc6b7b92af9e6795\"\n        },\n        {\n            \"summary\": \"Above, Seahawks Cornerback Richard Sherman goes on a rant which it would be racist to call thuggish.  [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vdare.com\",\n            \"author\": \"aattorney@vdare.com (Anonymous Attorney)\",\n            \"rights\": \"VDARE.com\",\n            \"link\": \"https://vdare.com/posts/missing-from-the-discussion-on-police-action-the-utterly-terrifying-nature-of-the-black-male-outburst\",\n            \"rank\": \"30143\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Missing From the Discussion on Police Action: The Utterly Terrifying Nature of the Black Male Outburst\",\n            \"published_date\": \"2020-06-04 02:18:31\",\n            \"_id\": \"7944bacf11907857e0068b9f5c8b81c4\"\n        },\n        {\n            \"summary\": \"Sure, I admit today's BradCast is a bit breathless, but you try and keep up with all of this madness happening, breaking, changing and then changing again all at once while trying to make calm, cool, collected sense of it all for listeners in just under an hour! As usual, we do our best. Wish [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bradblog.com\",\n            \"author\": \"Brad Friedman\",\n            \"rights\": null,\n            \"link\": \"https://bradblog.com/?p=13438\",\n            \"rank\": \"48823\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"New Charges in MN; Protests Continue; Tough Guy Trump Backs Down; Primary Elections Across U.S.: 'BradCast' 6/3/2020\",\n            \"published_date\": \"2020-06-04 02:12:28\",\n            \"_id\": \"54337aef74270f3d77843dabd2d3f811\"\n        },\n        {\n            \"summary\": \"An Arab American owner of the corner store George Floyd was violently detained in front of is speaking out after facing criticism for one of his clerks calling 911 on Floyd, an act that some argue set off the chain of events leading to Floyd's death on Memorial Day. The clerk, who was 17-years-old at the time of Floyd's death, called 911 after suspecting Floyd was using a counterfeit $20 bill to buy a pack of cigarettes, according to a transcript of the 911 call CBS News obtained. \\n  \\nStore owner Mahmoud Abumayyaleh has told multiple news outlets if he were at the store he would not have called police, a practice he is respected in the community for adhering to. 'We don't call the police when counterfeit money is handed to us,” store owner Mahmoud Abumayyaleh told NPR Tuesday. 'We teach the clerks to let one of the owners know. And we deal with it directly and tell the patron that he can, you know, give us the money, or the authorities can be called.”\\n     \\n     \\n    YouTube Video\\n \\n  \\n\\n  \\nAbumayyaleh said he wishes his staff member hadn't called 911. 'I think if there was any way to have prevented it, that would have been a very good thing to happen. But unfortunately, he felt like that was the best course of action,” the owner said.\\n  \\nHe also told CBS Minnesota that 'most of the times when patrons give us a counterfeit bill they don't even know its fake” but that this was a 'very circumstantial event” the store is now taking 'a lot of animosity for.”  \\n  \\n'If I was there things would have been handled differently,\\\" Abumayyaleh said.\\n  \\n    Facebook Content\\n  \\nThe business owner said on Facebook on Tuesday that his store operates as a check-cashing business, and state policy requires that such businesses call the police when there is a suspicion of forgery. Still, he said in the post that he supports protests for Floyd and shares in demonstrators' anger. He said one of the owner's nephews \\\"was yelling for the police officers to stop, and was pushed away by one of the cops.”\\n  \\n'Sadly, we all know the rest of the story,” Abumayyaleh said. 'Despite the fact that George never resisted arrest, police proceeded to end George Floyd's life over a counterfeit bill. It's likely that George did not even know that he had a fake bill to begin with.”\\n  \\nRead the full transcript of 911 call:\\n  \\n \\nOperator: 911 what's the address of the emergency?  Caller: This is, ah, 3759 Chicago Ave.\\n  \\nOperator: How can I help you?  Caller: Um, someone comes our store and give us fake bills and we realize it before he left the store, and we ran back outside, they was sitting on their car. We tell them to give us their phone, put their [inaudible] thing back and everything and he was also drunk and everything and return to give us our cigarettes back and so he can, so he can go home but he doesn't want to do that, and he's sitting on his car cause he is awfully drunk and he's not in control of himself.\\n  \\nOperator: Okay, what type of vehicle does he have?  Caller: And … um he's got a vehicle that is ah … ah he got a vehicle that is ah …one second let me see if I can see the license. The driver license is BRJ026.\\n  \\nOperator: Okay, what color is it?  Caller: It's a blue color. It's a blue van.\\n  \\nOperator: Blue van?  Caller: Yes, van.\\n  \\nOperator: All right blue van, gotcha. Is it out front or is it on 38th Street?  Caller: Ah it's on 38th Street.\\n  \\nOperator: On 38th Street. So, this guy gave a counterfeit bill, has your cigarettes, and he's under the influence of something?  Caller: Something like that, yes. He is not acting right.\\n  \\nOperator: What's he look like, what race?  Caller: Um, he's a tall guy. He's like tall and bald, about like 6 … 6½, and she's not acting right so and she started to go, drive the car.\\n  \\nOperator: Okay so, female or a male?  Caller: Um …\\n  \\nOperator: Is it a girl or a boy?  Caller: [Talking to somebody else]—he's asking [inaudible] one second. Hello?\\n  \\nOperator: Is it a girl or a boy that did this?  Caller: It is a man.\\n  \\nOperator: Okay. Is he white, black, Native, Hispanic, Asian?  Caller: Something like that.\\n  \\nOperator: Which one? White, black, Native, Hispanic, Asian?  Caller: No, he's a Black guy.\\n  \\nOperator: All right [sigh].  Caller: How is your day going?\\n  \\nOperator: Not too bad.  Caller: Had a long day, huh?\\n  \\nOperator: What's your name?  Caller: My name is [redacted].\\n  \\nOperator: All right [redacted], a phone number for you?  Caller: [redacted].\\n  \\nOperator: All right, I've got help on the way. If that vehicle or that person leaves before we get there, just give us a call back, otherwise we'll have squads out there shortly, okay?  Caller: No problem.\\n  \\nOperator: Thank you.\\n \\n  \\nCLICK HERE to support organizations that are fighting every day for racial justice.\\n  \\n\\n  \\n    Embedded Content\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Lauren Floyd\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1950135\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Minneapolis store owner regrets his clerk called 911 on George Floyd after full transcript released\",\n            \"published_date\": \"2020-06-04 02:10:24\",\n            \"_id\": \"49f68584bb9bc4895ea653ef54daaa72\"\n        },\n        {\n            \"summary\": \"When I am angry at a facet of the world where I have peculiar expertise,  I write op-eds.  And more often than not, they get published somewhere.  I might have to shop a piece to several places, but someone usually bites by the fourth or fifth pitch.  When I am not angry at the world …\\n \\nThe post On the NY Times op-ed appeared first on Balloon Juice.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"balloon-juice.com\",\n            \"author\": \"David Anderson\",\n            \"rights\": null,\n            \"link\": \"https://www.balloon-juice.com/2020/06/03/on-the-ny-times-op-ed/\",\n            \"rank\": \"74255\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"On the NY Times op-ed\",\n            \"published_date\": \"2020-06-04 02:00:37\",\n            \"_id\": \"c369fe41e5f86bb9c4c38da6a2edd1c3\"\n        },\n        {\n            \"summary\": \"La ministre des Sports Roxana Maracineanu était ce mercredi en déplacement dans une piscine de Compiègne en Picardie. Interrogée sur une reprise des compétitions sportives, elle a estimé que \\\"ce n'est pas au ministère des Sports de faire le calendrier\\\".\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/reprise-des-competitions-sportives-roxana-maracineanu-estime-que-ce-n-est-pas-au-ministere-des-sports-de-faire-le-calendrier-1252470.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Reprise des compétitions sportives: Roxana Maracineanu estime que \\\"ce n'est pas au ministère des Sports de faire le calendrier\\\"\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"76634e2f8095e07c328b83632b4aabbd\"\n        },\n        {\n            \"summary\": \"Le ministre de l'Intérieur s'exprime à l'Assemblée nationale sur la question des violences policières.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/christophe-castaner-il-faut-que-chaque-faute-chaque-exces-chaque-mots-y-compris-des-expressions-racistes-fasse-l-objet-d-une-sanction-1252466.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Christophe Castaner: \\\"Il faut que chaque faute, chaque excès, chaque mots y compris des expressions racistes (...) fasse l'objet d'une sanction\\\"\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"976fdc08bf0e943c4daf82d7e40aaf9d\"\n        },\n        {\n            \"summary\": \"Agnès Buzyn, candidate LaREM à la mairie de Paris et ancienne ministre des Solidarités et de la Santé était l'invitée de Jean-Jacques Bourdin.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/agnes-buzyn-j-ai-ete-choquee-des-tractations-d-appareil-comme-si-de-rien-n-etait-au-lendemain-du-premier-tour-des-municipales-1252363.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Agnès Buzyn: \\\"J'ai été choquée des tractations d'appareil, comme si de rien n'était\\\" au lendemain du premier tour des municipales\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"2fd6ac333165b94bc502dbae0b1400c8\"\n        },\n        {\n            \"summary\": \"Agnès Buzyn, candidate LaREM à la mairie de Paris et encienne ministre des Solidarités et de la Santé était linvitée de Jean-Jacques Bourdin.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/agnes-buzyn-il-n-y-avait-aucun-depart-d-epidemie-quand-je-suis-partie-du-ministere-de-la-sante-1252359.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Agnès Buzyn: \\\"Il n'y avait aucun départ d'épidémie quand je suis partie\\\" du ministère de la Santé\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"ea9b84b8f14f696b11a1fd6397bad259\"\n        },\n        {\n            \"summary\": \"Agnès Buzyn, candidate LaREM à la mairie de Paris et encienne ministre des Solidarités et de la Santé était linvitée de Jean-Jacques Bourdin.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/coronavirus-j-ai-reserve-ma-parole-aux-commissions-d-enquete-j-ai-des-choses-a-dire-a-expliquer-declare-agnes-buzyn-1252354.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus: \\\"J'ai réservé ma parole aux commissions d'enquête (...) j'ai des choses à dire, à expliquer\\\", déclare Agnès Buzyn\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"177e2b352437e4f6c09120ebfa02d952\"\n        },\n        {\n            \"summary\": \"Les listes sont closes depuis mardi soir 18h en vue du second tour des municipales. Le détail des négociations entre candidats dans les grandes villes montre que le cap a été mis davantage à droite par LaREM.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/municipales-larem-multiplie-les-alliances-avec-la-droite-pour-le-second-tour-1252278.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales: LaREM multiplie les alliances avec la droite pour le second tour\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"3f2cbfaab109290514bebbedfefc3485\"\n        },\n        {\n            \"summary\": \"Invité de BFMTV ce mardi soir, le ministre de l'Agriculture, Didier Guillaume, a lancé un appel au \\\"patriotisme alimentaire\\\" pour encourager la filière agricole française, touchée par la crise liée au coronavirus.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/le-ministre-de-l-agriculture-appelle-les-consommateurs-et-restaurateurs-au-patriotisme-alimentaire-1252201.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Le ministre de l'Agriculture appelle les consommateurs et restaurateurs au \\\"patriotisme alimentaire\\\"\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"730d7f34188c0b60bf748b18d5a19436\"\n        },\n        {\n            \"summary\": \"Le Premier ministre Édouard  Philippe s'exprimait depuis l'Assemblée nationale ce mardi.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/edouard-philippe-proposer-des-demi-journees-d-accueil-a-l-ecole-c-est-placer-les-parents-et-les-employeurs-dans-des-situations-quasi-impossible-a-gerer-1252147.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Édouard Philippe: \\\"Proposer des demi-journées d'accueil à l'école, c'est placer les parents et les employeurs dans des situations quasi-impossibles à gérer\\\"\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"17766ad2188b8d2844a78602967feb79\"\n        },\n        {\n            \"summary\": \"Le chef de file de l'Assemblée nationale a prononcé un discours et demandé une minute de silence en hommage au député LR et ex-maire du XVIe arrondissement de Paris Claude Goasguen, mort à 75 ans après avoir été touché par le Covid-19.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/l-hommage-de-richard-ferrand-et-de-l-assemblee-nationale-a-claude-goasguen-1252146.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"L'hommage de Richard Ferrand et de l'Assemblée nationale à Claude Goasguen\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"28effb8c9270698668c074ebbc36b38b\"\n        },\n        {\n            \"summary\": \"Le Premier ministre Edouard Philippe s'exprimait depuis l'Assemblée nationale ce mardi.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/edouard-philippe-sur-le-tourisme-les-mesures-ont-vocation-a-durer-jusqu-a-la-fin-de-l-annee-1252145.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Édouard Philippe sur le tourisme: \\\"Les mesures ont vocation à durer jusqu'à la fin de l'année\\\"\",\n            \"published_date\": \"2020-06-04 02:00:07\",\n            \"_id\": \"037990fa93a193887fcc61cd882a8b11\"\n        },\n        {\n            \"summary\": \"La manifestation des proches d'Adama Traoré suscite encore de vives réactions. Christophe Castaner était critiqué pour son discours sécuritaire et son manque de compassion pour les victimes de violences policières. Au Sénat, le ministre de l'Intérieur dit vouloir que \\\"chaque excès\\\" fasse l'objet \\\"d'une enquête, d'une décision, d'une sanction\\\".\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/police-christophe-castaner-veut-que-chaque-exces-fasse-l-objet-d-une-enquete-d-une-decision-d-une-sanction-1252567.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Police: Christophe Castaner veut que \\\"chaque excès\\\" fasse l'objet \\\"d'une enquête, d'une décision, d'une sanction\\\"\",\n            \"published_date\": \"2020-06-04 02:00:05\",\n            \"_id\": \"1f071701fb67a1737a9147dc47eaa98b\"\n        },\n        {\n            \"summary\": \"Cap à droite pour La République en Marche. Avant le second tour des municipales, les alliances avec Les Républicains se multiplient. À Bordeaux, à Lyon, dans le 5e arrondissement de Paris et dans plusieurs autres grandes villes.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bfmtv.com\",\n            \"author\": \"\",\n            \"rights\": \"Copyright BFMTV\",\n            \"link\": \"https://www.bfmtv.com/mediaplayer/video/municipales-en-marche-un-pas-a-droite-1252565.html\",\n            \"rank\": \"2649\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales: En Marche, un pas à droite\",\n            \"published_date\": \"2020-06-04 02:00:05\",\n            \"_id\": \"b98652f1f46c5fcad70e3a047c251123\"\n        },\n        {\n            \"summary\": \"A State Department inspector general abruptly fired by President Donald Trump last month confirmed on Wednesday that he was investigating the declaration of a \\\"national emergency\\\" to justify arms sales to Saudi Arabia when he was dismissed, members of the U.S. Congress said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/Reuters/PoliticsNews/~3/Rav6ZxnQ8hE/fired-u-s-state-department-confirms-probe-of-saudi-arms-idUSKBN23A3E4\",\n            \"rank\": \"78\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Fired U.S. State Department confirms probe of Saudi arms\",\n            \"published_date\": \"2020-06-04 01:59:20\",\n            \"_id\": \"3efa4a6d0e6687d33a776f73622b697b\"\n        },\n        {\n            \"summary\": \"The legislation now heads to the president's desk, just days before some businesses will run out of time to spend the loan money.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Emily Cochrane\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/03/us/politics/coronavirus-senate-small-business-program.html\",\n            \"rank\": \"41\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Senate Gives Final Approval to Revisions to Small-Business Program\",\n            \"published_date\": \"2020-06-04 01:55:10\",\n            \"_id\": \"625efa4d7fa97e1d19d4d1e94c3a7301\"\n        },\n        {\n            \"summary\": \"O perfil de Bolsonaro no Twitter trocou o nome do ministro da Saúde, Eduardo Pazuello, e publicou uma postagem que menciona alguém chamado 'Fernando” Pazuello. A menção é sobre uma citação do ministro acerca da posição de Bolsonaro sobre aborto\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/brasil/mico-ou-demencia-bolsonaro-erra-nome-de-ministro-da-saude-em-publicacao-fernando-pazuello\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Mico ou demência? Bolsonaro erra nome de ministro da Saúde em publicação: 'Fernando” Pazuello\",\n            \"published_date\": \"2020-06-04 01:51:34\",\n            \"_id\": \"4ac796c4178cfd8bf2d8e6963f997a21\"\n        },\n        {\n            \"summary\": \"As protests continue nationwide, some volunteers are coming together to clean up and rebuild areas affected by looting, arson, and vandalism. Worldwide, social media is being used to share images, resources, and views on the issues of racial injustice and the Black Lives Matter movement. Unfortunately, some people are using this time to gain social media popularity and pose as contributing to efforts to rebuild and care for the community.\\n  \\nA video of a woman in California pretending to help board up a store window went viral Monday after it was shared on Twitter. \\\"This lady stopped someone boarding up a store in Santa Monica so she could hold the drill for a picture, then drove away. Please don't do this,\\\" the post read. Commenters including a staff member from The New York Times identified the woman as Fiona Moriarty-McLaughlin, a writer for the conservative Washington Examiner.\\n   \\nIn the video, Moriarty-Mclaughlin can be seen taking a drill from a volunteer, posing with it to have her photo taken, then proceeding to run into her Mercedes-Benz. The video prompted extreme backlash, resulting in her deleting her social media account. Viewers are calling it an example of 'performative activism,” a form of activism in which individuals post or pretend to support a cause in order to gain a following or make themselves look better to others. It's a form of hypocrisy, because these people don't actually care about the cause.\\n  \\n\\\"The problem here is that she's 1) using this terrible situation to promote herself instead of the man who's actually helping and 2) completely insensitive to racial / class tensions,\\\" a Twitter user wrote in a follow-up thread. \\\"Influencers: use your platform for ACTUAL good, not the PERCEPTION of good.\\\"\\n  \\nCelebrities and social media influencers worldwide are being called out for posting images saying 'Black Lives Matter” or blank black squares on their platforms while perpetuating racism or not actually being down for the cause. Those who actually support the issues in question are being asked to do more with their platforms. People are calling for them to share resources and vital information because of their level of reach. \\n  \\nVarious celebrities have hopped on the performative activism bandwagon in an attempt to not be ostracized by posting a single image saying 'Black Lives Matter” or, more recently, a black square to avoid being questioned about where they stand. But a black square is not enough. While the gesture is great for solidarity and spreads awareness to a point, more can be done. Instead of sharing a black square just to please followers, celebrities could share information like resources for those protesters, or actions for those who cannot physically attend a protest. In no way am I dismissing the posting of a black square during #BlackOutTuesday for those who wish to use it show sincere solidarity—but if you can do more, you should. This is the time to do more than flood social feeds with a black image.\\n  \\nWhile not the same as posting a black square on social media, Moriarty-McLaughlin's action is a form of performative activism that's far too common in this digital world. In order to gain likes, people have been attending protests solely to take photos, or posting quotes relevant to trending topics without knowledge of their history. In addition, many influencers have been accused of volunteering or donating online only to promote the image of being charitable. The viral video sheds light on the reality of how many people would rather post about a good cause on social media to create the illusion of involvement than actually participate.\\n  \\nSince its posting, the original video has received over 70,000 likes and has been reposted thousands of times by the public, celebrities, and activist organizations alike, with many questioning the intent behind the photo. \\\"And notice that she's pretending to be part of the clean up crew. Not the protest,\\\" a user wrote on Twitter. 'I wonder what her caption will be.\\\"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Aysha Qamar\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1950098\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Conservative journalist caught pretending to board up a business for a fraudulent Instagram post\",\n            \"published_date\": \"2020-06-04 01:50:07\",\n            \"_id\": \"073e7e310fd4a81fa135e8b6de9629a3\"\n        },\n        {\n            \"summary\": \"https://www.michigancapitolconfidential.com/27565\",\n            \"country\": \"NA\",\n            \"clean_url\": \"michigancapitolconfidential.com\",\n            \"author\": null,\n            \"rights\": \"(c) 2010, Mackinac Center for Public Policy\",\n            \"link\": \"https://www.michigancapitolconfidential.com/27565\",\n            \"rank\": \"117354\",\n            \"topic\": \"politics\",\n            \"language\": null,\n            \"title\": \"Michigan Sheriff: 'We Are Not Going To Investigate' Businesses Reopening\",\n            \"published_date\": \"2020-06-04 01:50:00\",\n            \"_id\": \"de243844a5b3abedbe85252e1cd6143f\"\n        },\n        {\n            \"summary\": \"O número de casos do novo coronavírus chegou a 584.016 com o registro de 28.633 casos nas últimas 24\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/coronavirus/brasil-registra-1-349-novas-mortes-por-covid-19-e-total-chega-a-32-548-obitos\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Brasil registra 1.349 novas mortes por Covid-19 e total chega a 32.548 óbitos\",\n            \"published_date\": \"2020-06-04 01:48:13\",\n            \"_id\": \"63d8afe887723958f7d63e66eb26ac0b\"\n        },\n        {\n            \"summary\": \"President Donald Trump confronted his Defense secretary, Mark Esper, after the Pentagon chief publicly opposed the idea of deploying the military to contain protests, according to people familiar with the matter.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Jennifer Jacobs\",\n            \"rights\": \"Copyright 2020 BLOOMBERG L.P. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.bloomberg.com/news/articles/2020-06-04/trump-confronted-defense-chief-esper-over-comments-on-protests\",\n            \"rank\": \"95\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump Confronted Defense Chief Esper Over Comments on Protests\",\n            \"published_date\": \"2020-06-04 01:42:26\",\n            \"_id\": \"b3b7422247e849f511b1854f62407a7d\"\n        },\n        {\n            \"summary\": \"Quando alguém diz: 'Ele é preto, mas é gente boa” ou 'Apesar de preta você é bonita”, ele está sendo cordial, sem deixar de ser racista. Ao mesmo tempo em que se acredita estar sendo democrático, racialmente falando, esse alguém está respeitando a instituição do racismo como uma norma de convivência social\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/blog/a-cordialidade-do-racismo-antirracista\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"A cordialidade do racismo antirracista\",\n            \"published_date\": \"2020-06-04 01:39:03\",\n            \"_id\": \"1795cc3aacaf3cea23f404550f5d0c53\"\n        },\n        {\n            \"summary\": \"Three Nevada men with ties to a loose movement of right-wing extremists advocating the overthrow of the U.S. government have been arrested on terrorism-related charges in what authorities say was a conspiracy to spark violence during recent protests in Las Vegas.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailypress.com\",\n            \"author\": \"Michelle L. Price, Scott Sonner\",\n            \"rights\": \"© 2020 Daily Press\",\n            \"link\": \"https://www.dailypress.com/nation-world/vp-nw-men-charged-terror-plot-las-vegas-protests-20200604-msjfdegjiba6zixcnqhwixecyq-story.html#ed=rss_www.dailypress.com/arcio/rss/category/news/\",\n            \"rank\": \"6104\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Prosecutors: 3 men plotted to terrorize Vegas protests\",\n            \"published_date\": \"2020-06-04 01:36:07\",\n            \"_id\": \"bf68fbf1b07050112f456a8150d0236e\"\n        },\n        {\n            \"summary\": \"He 'does not even pretend to try” to unite Americans, the former defense secretary said, breaking his long public silence on the president amid protests across the nation.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Eric Schmitt and Helene Cooper\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/03/us/politics/jim-mattis-trump-protests.html\",\n            \"rank\": \"41\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Mattis Accuses Trump of Dividing the Nation in a Time of Crisis\",\n            \"published_date\": \"2020-06-04 01:35:00\",\n            \"_id\": \"828cad0ff0084b8f1b72ac595caf097d\"\n        },\n        {\n            \"summary\": \"From MSN late last month:  Joe &amp; Jill Biden Mark Memorial Day Wearing Masks At Delaware Military [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vdare.com\",\n            \"author\": \"steveslr@aol.com (Steve Sailer)\",\n            \"rights\": \"VDARE.com\",\n            \"link\": \"https://vdare.com/posts/biden-s-first-public-appearance-in-two-months-was-at-veterans-cemetery-where-paul-and-lidia-marino-were-murdered-by-a-blm-terrorist-biden-said-never-ever-forget\",\n            \"rank\": \"30143\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Biden's First Public Appearance in Two Months Was at Veterans' Cemetery Where Paul and Lidia Marino Were Murdered by a BLM Terrorist. Biden Said, \\\"Never, Ever Forget.\\\"\",\n            \"published_date\": \"2020-06-04 01:33:43\",\n            \"_id\": \"f702aeb956626667647c2aa83a6bdc60\"\n        },\n        {\n            \"summary\": \"From WCCO in Minneapolis:  Full George Floyd Autopsy Report Released, Says He Tested Positive For CO [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vdare.com\",\n            \"author\": \"steveslr@aol.com (Steve Sailer)\",\n            \"rights\": \"VDARE.com\",\n            \"link\": \"https://vdare.com/posts/autopsy-george-floyd-died-with-but-not-from-coronavirus\",\n            \"rank\": \"30143\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Autopsy: George Floyd Died With But Not From Coronavirus\",\n            \"published_date\": \"2020-06-04 01:31:23\",\n            \"_id\": \"661496ae67e149a2dfe20ffefa3d1a95\"\n        },\n        {\n            \"summary\": \"Last year, the CEOs of 179 of America's largest health care companies netted four times the budget the Centers for Disease Control and Prevention had to research and combat all \\\"emerging and zoonotic infectious diseases.\\\" Those are infectious diseases resulting from bacteria and viruses, like Ebola, or Zika. Or COVID-19. The paychecks and stock sales for the CEOs reached almost $2.5 billion, according to an Axios analysis; 179 people dividing up $2.5 billion. Billion.\\n  \\nAt the top of the list is medical device firm Abiomed's Michael Minogue, who made $123 million in 2019. That represents about 16% of the annual revenue for the company and half of its profit. The median pay for all 179 CEOs was about $8 million, but 17 of them made more than $30 million. A piece. The CDC's Emerging and Zoonotic Infectious Diseases unit budgeted $560,372,000 in 2019. On top of that, Trump's proposed budget for 2020 slashed $188 million out of it.\\n   \\nThe unit, the CDC writes, of \\\"world-class scientists, researchers, laboratorians, and  emergency responders protect America's health, safety, and security by reducing illness and death associated with these infectious diseases, whether spread intentionally or unintentionally, through several core functions,\\\" including outbreak response, surveillance, and laboratory expertise. All of which is essentially out the window now that Trump has decided to take them out of the picture.\\n  \\nJust to put a capper on all this, Abiomed \\\"and physicians who accept money from the company lobbied the federal government to squash a proposal that would've cut Medicare payments for surgeries involving Abiomed's heart pumps.\\\" They succeeded and their Medicare reimbursements were not cut, allowing for Minogue to get even more insanely rich off a health care system that has failed to respond to this pandemic.\\n  \\nBut the system will always respond to the perceived needs of the CEOs. \",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Joan McCarter\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1949450\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"179 health industry CEOs could pay for the CDC's infectious disease unit, four times over\",\n            \"published_date\": \"2020-06-04 01:30:18\",\n            \"_id\": \"e6746b264b8074acd8a0bfbed5b0d805\"\n        },\n        {\n            \"summary\": \"The Radio Derb transcript is up for May 29. Go here to read or listen. Playlist: 05m28s  Panic in the [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vdare.com\",\n            \"author\": \"gxnmvw7e@gmail.com (John Derbyshire)\",\n            \"rights\": \"VDARE.com\",\n            \"link\": \"https://vdare.com/posts/radio-derb-transcript-up-for-may-29-panic-in-the-park-peak-hypocrisy-and-riots-and-elections-etc\",\n            \"rank\": \"30143\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Radio Derb Transcript Up For May 29 : Panic In The Park, Peak Hypocrisy, And Riots And Elections, Etc.\",\n            \"published_date\": \"2020-06-04 01:27:50\",\n            \"_id\": \"1cc6ae2d64b958c39dc2844aa1b8ee32\"\n        },\n        {\n            \"summary\": \"A polícia alemã divulgou que está investigando um novo suspeito para o desaparecimento da garota britânica Madeleine McCann em Portugal, em 2007. O suspeito é um homem branco que passou temporadas na região portuguesa de Algarve\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/mundo/caso-da-menina-madeleine-mccann-desaparecida-em-2007-volta-a-tona-e-policia-alema-tem-novo-suspeito\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Caso da menina Madeleine McCann, desaparecida em 2007, volta à tona e polícia alemã tem novo suspeito\",\n            \"published_date\": \"2020-06-04 01:27:26\",\n            \"_id\": \"4f5af8ff2d7d0a463f0895ff85979215\"\n        },\n        {\n            \"summary\": \"\\\"En la provincia de Buenos Aires se dan dos realidades muy distintas entre los municipios del interior y los del Gran Buenos Aires y estos fenómenos paralelos requiere tomar medidas acordes a cada lugar cumpliendo con los criterios epidemiológicos generales\\\", sostuvo el mandatario.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/kicillof-mantendra-controles-en-zona-del-amba-pero-habilitara-mas-actividades-en-interior\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Kicillof mantendrá controles en la zona del Amba pero habilitará más actividades en el interior\",\n            \"published_date\": \"2020-06-04 01:25:22\",\n            \"_id\": \"25cf12e98c003e7c4e2a68fcbd463dc2\"\n        },\n        {\n            \"summary\": \"California's legislative leaders said they've reached agreement on a budget framework that rejects much of the deep cuts Governor Gavin Newsom proposed to fill a looming $54 billion shortfall brought on by the coronavirus pandemic and instead counts on more financial aid from the federal government.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Michael B Marois, Romy Varghese\",\n            \"rights\": \"Copyright 2020 BLOOMBERG L.P. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.bloomberg.com/news/articles/2020-06-04/california-lawmakers-plan-budget-that-rejects-governor-s-cuts\",\n            \"rank\": \"95\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"California Lawmakers Plan Budget That Rejects Governor's Cuts\",\n            \"published_date\": \"2020-06-04 01:23:44\",\n            \"_id\": \"770ee5a12a8201abfe0794d6b1203ea6\"\n        },\n        {\n            \"summary\": \"The Rebellion for African-American Lives\\n An anarchist view of the U.S. rebellion against police actions and racism.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"anarkismo.net\",\n            \"author\": \"Wayne Price\",\n            \"rights\": \"Open Content License, http://www.opencontent.org/\",\n            \"link\": \"http://www.anarkismo.net/article/31918\",\n            \"rank\": \"100880\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"A Raging Fire in the United States\",\n            \"published_date\": \"2020-06-04 01:23:04\",\n            \"_id\": \"d14efe85d21b6cdd65635b5874dc68f3\"\n        },\n        {\n            \"summary\": \"Jair Bolsonaro tem muita dificuldade mesmo de decorar os nomes dos seus ministros da Saúde — certamente pela alta rotatividade do cargo.\\n \\nVárias vezes chamou Nelson Teich de \\\"Rubens\\\" (“É entendimento por parte do doutor Rubens… o ministro da Saúde, que nós não podemos esquecer a questão da economia\\\" e “A gente espera que com o Rubens agora… Nelson, desculpa aí\\\").\\n \\nHá pouco voltou a se confundir. Num tuíte que acaba de postar, Bolsonaro publica um texto, como se fosse uma nota oficial, negando que o Ministério da Saúde tenha feito uma portaria sobre aborto \\\"que circulou hoje pela internet\\\".\\n \\nE termina o post assim: \\\"Ministro da Saúde interino Fernando Pazuello\\\".\\n \\nPresidente, é Eduardo, não é Fernando, 'tá ok'?\\n \\nLEIA MAIS: \\n \\nPazuello fica mais três meses\",\n            \"country\": \"BR\",\n            \"clean_url\": \"globo.com\",\n            \"author\": \"Lauro Jardim\",\n            \"rights\": null,\n            \"link\": \"https://blogs.oglobo.globo.com/lauro-jardim/post/bolsonaro-se-confunde-de-novo-e-erra-nome-de-ministro-da-saude.html\",\n            \"rank\": \"783\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Bolsonaro se confunde de novo e erra nome de ministro da Saúde\",\n            \"published_date\": \"2020-06-04 01:20:15\",\n            \"_id\": \"3b6164ff74615b389dbed9446f1ca196\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/tv/novos-horarios-hoje-na-tv-247-4-de-junho\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"NOVOS HORÁRIOS: Hoje na TV 247 - 4 de junho\",\n            \"published_date\": \"2020-06-04 01:16:33\",\n            \"_id\": \"c243412a0798452b2f33e3528bc2721a\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"crooksandliars.com\",\n            \"author\": \"Ed Scarce\",\n            \"rights\": null,\n            \"link\": \"https://crooksandliars.com/cltv/2020/06/bunker-boy-ode-donald-trump-courtney\",\n            \"rank\": \"6969\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"'Bunker Boy', An Ode To Donald Trump By Courtney Jaye\",\n            \"published_date\": \"2020-06-04 01:15:39\",\n            \"_id\": \"239763d9bb1c4495671add4c5db3b125\"\n        },\n        {\n            \"summary\": \"Japan will allow some resident foreigners to re-enter the country on humanitarian grounds after facing criticism its policies made their return uncertain and left the group in a Covid-19 travel limbo.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Isabel Reynolds\",\n            \"rights\": \"Copyright 2020 BLOOMBERG L.P. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.bloomberg.com/news/articles/2020-06-04/japan-to-allow-foreigners-re-entry-for-humanitarian-reasons\",\n            \"rank\": \"95\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Japan to Allow Foreigners' Re-Entry for Humanitarian Reasons\",\n            \"published_date\": \"2020-06-04 01:04:18\",\n            \"_id\": \"05045542bd8c81a80fc29e015854e0a4\"\n        },\n        {\n            \"summary\": \"A líder religiosa Adna Santos, conhecida como Mãe Baiana de Oyá, denunciou o presidente da Fundação Palmares, Sérgio Camargo, por injúria racial, discriminação racial e discriminação religiosa. Camargo xingou a mãe de santo de \\\"macumbeira\\\", \\\"filha da puta\\\" e \\\"miserável\\\"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/brasil/camargo-praticou-injuria-racial-contra-religiosa-macumbeira-filha-da-puta-e-miseravel\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Camargo praticou injúria racial contra religiosa: ‘macumbeira, filha da puta e miserável'\",\n            \"published_date\": \"2020-06-04 00:53:35\",\n            \"_id\": \"eb263f74ee2040e5df44772b927902df\"\n        },\n        {\n            \"summary\": \"Singer-songwriter Courtney Jaye upped this little ditty to Twitter a few hours ago. Trump has been widely mocked for fleeing to his bunker as protesters gathered outside the White House, and even turning off the lights. Trump later claimed he was just \\\"inspecting\\\" the bunker, and didn't actually stay down there.\\n \\n \\n\\nbunker boy @realDonaldTrump pic.twitter.com/DlyuzrPvHT\\n \\n— Courtney Jaye (@TropicaliJaye) June 3, 2020\",\n            \"country\": \"NA\",\n            \"clean_url\": \"crooksandliars.com\",\n            \"author\": \"Ed Scarce\",\n            \"rights\": null,\n            \"link\": \"https://crooksandliars.com/2020/06/bunker-boy-ode-donald-trump\",\n            \"rank\": \"6969\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"'Bunker Boy', An Ode To Donald Trump\",\n            \"published_date\": \"2020-06-04 00:53:00\",\n            \"_id\": \"629b7400a99cb2707866316e9ab55732\"\n        },\n        {\n            \"summary\": \"Mark Esper's comments reflected the turmoil within the military over President Trump, who has said he could put active-duty troops on the streets to perform law enforcement functions.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Eric Schmitt, Helene Cooper, Thomas Gibbons-Neff and Maggie Haberman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/03/us/politics/esper-milley-trump-protest.html\",\n            \"rank\": \"41\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Mark Esper Breaks With Trump on Using Troops Against Protestors\",\n            \"published_date\": \"2020-06-04 00:52:56\",\n            \"_id\": \"ee8d2f7658d45c69e7c335f7a3e39bed\"\n        },\n        {\n            \"summary\": \"Gianna Floyd, the 6-year-old daughter of George Floyd, gave her first public interview on ABC News following her father's brutal death. She said in the interview, which played Wednesday on \\\"Good Morning America,\\\" that she wants people to know \\\"that I miss him.\\\" The child's mother, Roxie Washington, was also part of the interview. She described her child's father as a hardworking man who gave up his life in Houston to seek a better way forward for his family in Minneapolis.\\n  \\n\\\"He just wanted her to have the best,” Washington said of Floyd and their daughter. 'We were struggling so he did what he had to do as a man and he had to come here [to Minneapolis] to work. And he said I'm going to come back and get y'all.\\\" However, he never got that opportunity.\\n     \\n    Embedded Content\\n  \\nFloyd, who was suspected of forging a $20 bill, was held down while a white Minneapolis police officer kneeled on his neck for more than eight minutes on May 25, according to multiple media outlets. He later died in police custody. Although the officer, Derek Chauvin, was fired and charged with manslaughter and third-degree murder, Floyd's death combined with repeated incidents of similar police brutality inspired thousands of people across the nation and the world to protest.\\n  \\n\\\"Daddy changed the world,\\\" Gianna could be seen in viral video saying from the shoulders of longtime family friend and former NBA star Stephen Jackson.\\n  \\n  \\n\\nGeorge FloydÃ¢Â\\ufffdÂ\\ufffds daughter saying Ã¢Â\\ufffdÂ\\ufffdDADDY CHANGED THE WORLDÃ¢Â\\ufffdÂ\\ufffd is the sweetest heartbreaking thing on the internet. Ã°Â\\ufffdÂ\\ufffdÂ\\ufffdÃ°Â\\ufffdÂ\\ufffdÂ\\ufffdÃ°Â\\ufffdÂ\\ufffdÂ\\ufffdÃ°Â\\ufffdÂ\\ufffdÂ\\ufffd pic.twitter.com/sIwUFxpcSV\\n— Vada_Fly (@Vada_Fly) June 2, 2020\\n \\n  \\n\\n  \\nHe told reporters in the press conference Tuesday that his friend's death didn't make sense. 'Why do we have to see a daughter getting raised without her father?” Jackson asked.\\n  \\nHe pledged to be there for the child, to walk her down the aisle on her wedding day, and to wipe her tears. 'I'm here to get justice and we gon' get justice for my brother,” Jackson said. 'We not leaving. We gon' keep fighting.”\\n  \\n     \\n    YouTube Video\\n \\n  \\n\\n  \\nThe family's attorney, Chris Stewart, who also spoke at the press conference Tuesday, called for charges against the officers who witnessed Floyd's violent detainment and either helped restrain him or did nothing to save him. Stewart mentioned the six Atlanta police officers who were immediately charged with excessive force after video showed them pulling Atlanta college students Messiah Young and Taniyah Pilgrim out of a vehicle and shocking them with Tasers, allegedly for breaking the city's curfew. \\n  \\n  \\n\\nICYMI: Last night I received a leaked APD email where Chief Shields described being blindsided by criminal charges filed against 6 officers involved in the AUC student arrests.Calling political foul. Now IÃ¢Â\\ufffdÂ\\ufffdm sitting in D.A.Ã¢Â\\ufffdÂ\\ufffds  office.Stay tuned: https://t.co/IpAH7dFaY6 @wsbtv\\n— Nicole Carr (@NicoleCarrWSB) June 3, 2020\\n \\n  \\n\\n  \\n'Why can't that be a blueprint of what should happen in these officer-involved situations?” Stewart asked. 'The pictures last forever, but justice never truly comes in this, and time and time again we're fighting these cases.” \\n  \\nWashington sobbed in her interview Tuesday, saying 'this is what those officers took,” then went home to their families. 'Gianna does not have a father. He will never see her grow up, graduate. He'll never walk her down the aisle,” Washington said. 'If it's a problem she's having, and she needs her dad, she does not have that anymore.\\n  \\n'I'm here for my baby, and I'm here for George because I want justice for him. I want justice for him because he was good no matter what anybody thinks. He was good, and this is the proof that he was a good man,” Washington added, pointing to her daughter.\\n  \\nWashington later told ABC News she still hasn't found the words to tell Gianna the details of her father's death. 'She doesn't know what happened. I told her Daddy died because he couldn't breathe,” the mother said.\\n  \\nCLICK HERE to support organizations that are fighting every day for racial justice.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dailykos.com\",\n            \"author\": \"Lauren Floyd\",\n            \"rights\": null,\n            \"link\": \"http://www.dailykos.com/stories/1950076\",\n            \"rank\": \"2142\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"'I miss him': George Floyd's 6-year-old daughter talks losing her father in first public interview\",\n            \"published_date\": \"2020-06-04 00:50:04\",\n            \"_id\": \"a6e8194e1d2b4421ace525e68b7bac2e\"\n        },\n        {\n            \"summary\": \"(John Hinderaker) There is a movement going on now, believe it or not, to abolish the police. That phrase is ubiquitous in social media and is being taken seriously by many Democratic politicians. What would the world look like without law enforcement? I suppose the Wild West before sheriffs got hired, only way more crowded, with vastly more criminals and a more depraved culture. And of course the same people who want\",\n            \"country\": \"NA\",\n            \"clean_url\": \"powerlineblog.com\",\n            \"author\": \"John Hinderaker\",\n            \"rights\": null,\n            \"link\": \"http://feeds.powerlineblog.com/~r/powerlineblog/livefeed/~3/OicMlSMPmoY/how-crazy-are-the-democrats-this-crazy-2.php\",\n            \"rank\": \"15052\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"How Crazy Are the Democrats? This Crazy\",\n            \"published_date\": \"2020-06-04 00:44:07\",\n            \"_id\": \"ee5b937db22b05d557f07ad2ab57090b\"\n        },\n        {\n            \"summary\": \"Republican allies of President Donald Trump attacked the FBI's probe of his 2016 presidential campaign on Wednesday, but failed to get a key witness to agree that former U.S. Special Counsel Robert Mueller's Russia investigation was unfounded.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/Reuters/PoliticsNews/~3/QvkTAC5tgek/republicans-blast-fbi-russia-probe-as-rosenstein-defends-mueller-idUSKBN23A1EB\",\n            \"rank\": \"78\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Republicans blast FBI Russia probe as Rosenstein defends Mueller\",\n            \"published_date\": \"2020-06-04 00:43:29\",\n            \"_id\": \"a90e3de01b3f44ec02fa21b38e8d4474\"\n        },\n        {\n            \"summary\": \"(Paul Mirengoff) This morning, Secretary of Defense Mike Esper expressed his opposition to deploying active-duty troops to respond to protests around the country. He also ordered 200 active-duty soldiers from the 82nd Airborne&#8217;s immediate response force to leave Washington, D.C. and return to their home base. However, Esper later reversed this decision after a meeting at the White House. Esper argued that &#8220;the option to use active-duty forces in a law enforcement\",\n            \"country\": \"NA\",\n            \"clean_url\": \"powerlineblog.com\",\n            \"author\": \"Paul Mirengoff\",\n            \"rights\": null,\n            \"link\": \"http://feeds.powerlineblog.com/~r/powerlineblog/livefeed/~3/lr-gvhAaClU/the-case-for-sending-in-the-troops.php\",\n            \"rank\": \"15052\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"The case for sending in the troops\",\n            \"published_date\": \"2020-06-04 00:42:00\",\n            \"_id\": \"c1b43872290548518df63463b9db2967\"\n        },\n        {\n            \"summary\": \"(Paul Mirengoff) This morning, Secretary of Defense Mike Esper expressed his opposition to deploying active-duty troops to respond to protests around the country. He also ordered 200 active-duty soldiers from the 82nd Airborne&#8217;s immediate response force to leave Washington, D.C. and return to their home base. However, Esper later reversed this decision after a meeting at the White House. Esper argued that &#8220;the option to use active-duty forces in a law enforcement\",\n            \"country\": \"NA\",\n            \"clean_url\": \"powerlineblog.com\",\n            \"author\": \"Paul Mirengoff\",\n            \"rights\": null,\n            \"link\": \"http://feeds.powerlineblog.com/~r/powerlineblog/livefeed/~3/lr-gvhAaClU/the-case-for-sending-in-the-troops.php\",\n            \"rank\": \"15052\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"The case for sending in the troops [UPDATED]\",\n            \"published_date\": \"2020-06-04 00:42:00\",\n            \"_id\": \"8f8e68dd47882c6b57b1a29a58806e71\"\n        },\n        {\n            \"summary\": \"David J. Bier\\n  \\n  \\n\\n        \\n \\nImmigration and Customs Enforcement (ICE) routinely requests that local law enforcement detain U.S. citizens to allow it to pick them up. ICE's records list 3,158 U.S. citizens as targets of ICE detainers from October 2002 to September 2019. Another 1.6 percent of actual ICE arrests through Secure Communities—the targeting system that ICE uses to issue detainers—were U.S. citizens from October 2018 to April 2011—or 3,627 citizens. Immigration courts—again with incomplete records—show 2,549 removal proceedings terminated in the favor of U.S. citizens from 2002 to June 9, 2017.\\n \\nThese totals undercount the number of U.S. citizen targets because ICE and the courts fail to accurately update citizenship records after someone proves their citizenship status. My research on the number of detainers in Travis County, Texas showed that ICE almost certainly targeted at least 228 U.S. citizens before canceling or declining to execute those detainers from October 2005 to August 2017—almost 1 percent of all detainers. Nationwide, that would equal roughly 19,873. Research on detainers in Miami-Dade County in Florida by the ACLU implies a similar finding.\\n \\nThe statistical evidence overwhelmingly indicates that the U.S. government is regularly issuing immigration detainers for U.S. citizens. But unfortunately, little qualitative research is available on the circumstances behind these erroneous detainers. This analysis is an effort to help fill that gap providing the details surrounding 155 immigration detainers for U.S. citizens from 1999 to 2018 identified through court documents, media reports, and agency statements.\\n \\nEach one of these cases details an event in which someone's U.S. citizenship was denied by the U.S. government, often with devastating consequences for them. The legal consequences include wrongful arrest, detention, incarceration, prosecution, loss of work authorization, and deportation. The social and economic consequences include loss of wages, jobs, bankruptcy, family separation, homelessness, and despair. It is hoped that by providing the stories and details around these detainers, policymakers and ICE can better understand the problems that wrongful detainers cause and how to correct them.\\n \\nFigure 1 displays the estimated dates of the detainers contained in this collection. Again, it is important to note that this is not a random sample. It takes time for these events to reach public attention, and older cases are probably more difficult to find today.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nFigure 2 displays the share of detainers for publicly identified U.S. citizens by the manner in which they received U.S. citizenship. A person may receive U.S. citizenship through birth in the United States, taking the oath of naturalization, acquisition, or derivation. Acquired citizens receive citizenship automatically at birth when born abroad to U.S. citizens who have previously resided in the United States. Derived citizens are those who received citizenship automatically when their parents naturalized while they were still minor children in the care of their parents. Naturalized citizens accounted for 12 percent, U.S-born 31 percent, derived 46 percent, and acquired 9 percent. Another 3 percent did not have a citizenship type reported.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nThe overrepresentation of acquired and derived citizens probably only partially reflects the frequency with which detainers may be issued to them, but it may also reflect the fact that only the more complex cases actually reach the courts for resolution. U.S. citizens by birth can more easily prove the citizenship. Nonetheless, with 49 cases, the United States will still the most common birth country of detainers for publicly identified U.S. citizens. Mexico was second with 43. Ethiopia and Jamaica each had 4. Interestingly, in 8—or 5 percent—of cases, the citizen was also a veteran of the U.S. armed services.\\n \\nFigure 3 shows the distribution of detainers for publicly identified U.S. citizens by state. With 69 cases, California alone accounted for almost half the total. Again, this likely only partially reflects the state's large number of immigrant families and may also reflect the intensity of media attention in California or availability of counsel to fight detainers affectively. Texas was second with 14 cases. Altogether, 36 states had at least one erroneous detainer publicly reported in the courts or media.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nFigure 4 shows the number of days that a publicly identified U.S. citizen was subject to a detainer. In 31 cases—20 percent of the total—the detainer remained in place for a year or more. More than half of the detainers remained in place for a month or more. It is likely, however, that this distribution is skewed to the far end relative to the actual distribution of all detainers for U.S. citizens by virtue of the type of cases that reach the courts and media. Nonetheless, these cases highlight the extreme difficulty than many Americans may face from ICE detainers.\\n \\nWhile not all of these time periods align with periods in which the citizen was actually in ICE custody or detained by local authorities solely under the detainer, there is a great deal of overlap. In 86 of the 92 cases in which there were details regarding the effect of the detainer on the length of someone's detention—93 percent—the citizen was detained longer than they would otherwise have been as a result of the detainer. Again, in 31 cases, the additional detention lasted longer than three months. Of course, detention can also be cut short because the citizen was deported, which was the outcome a total of 11 times—7 percent of the publicly identified cases.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nFigure 5 shows the share of detainers for publicly identified U.S. citizens with various factors present in each case. More than one factor may be present in a case, and the fact that public records don't demonstrate a certain factor doesn't necessarily mean it wasn't present. In nearly three quarters of the publicly identified cases, some kind of database or records error was present. Most often these errors originated from the failure of the government to record someone's change of citizenship status or the loss of that record, but they also include many cases of mistaken identity.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nThe causes of mistaken identities are not always clear, but can occur when ICE identifies someone's name from their fingerprints and then associates that name with someone else. Information from six cases—Levon Iskandara, Angelica Devila, Eva, Rene Saldivar, Mohammed Adil Adem, and Rennison Castillo—indicates that the wrong information was entered into the database.\\n \\nAt least 30 percent of detainers for publicly identified U.S. citizens were previously adjudicated by the federal government to be citizens at some point—either during naturalization proceedings, removal proceedings, following an earlier incident with immigration enforcement, or through the issuance of a U.S. passport. Indeed, a U.S. passport was the most common form by which a U.S. citizen had a citizenship claim verified by the federal government prior to a detainer being issued. ICE's databases were often not linked to these determinations or updated to reflect them, but in some cases, ICE simply ignored another agency's finding.\\n \\nSignificantly, a particularly common cause of a wrongful detainer appears to be prior interactions with immigration enforcement agents. In at least 35—or 23 percent—of the publicly identified U.S. citizen detainer cases, the U.S. citizen had a prior incident with immigration enforcement. These prior encounters with immigration enforcement likely triggered the subsequent erroneous detainer. This includes 22 cases where the person had a prior immigration detainer, meaning that they appear multiple times on this list. Two citizens were subject to three separate detainers. Ada Morales was subject to a second detainer, despite ICE rescinding an earlier detainer.\\n \\nIn 15 percent of cases, the citizen didn't immediately assert a U.S. citizenship claim in response to the detainer. Of course, this doesn't mean that ICE should have issued the detainer, but indicates that some portion of U.S. citizens don't recognize their status, which should make ICE more cautious about issuing based on someone's statement's alone. In 74 percent of those cases, this occurred among derivative and acquired U.S. citizens did not understand the complex law surrounding automatic citizenship. ICE agents had them admit their removability rather than check the status of their parents or inquire into the details of their cases. Marta Alicia Cerda Cervantes case—where ICE issued a detainer and then retracted it without having her ever make a citizenship claim—proves that it is possible for ICE to verify citizenship without having a person assert it.\\n \\nIn at least four of the six U.S.-born citizen cases where a citizen failed to assert their citizenship, there were mental disabilities that provoked the false statement. Four other cases involved U.S. citizens being talked out of their citizenship claim by ICE agents. In 8 percent of the cases, the U.S. citizen targeted had severe mental disabilities or illnesses. Mark Lyttle and Pedro Guzman were barely literate and ICE agents talked them into voluntarily deporting themselves to Mexico where they lived homeless and destitute.\\n \\nICE disputed the facts asserted by the U.S. citizen after ICE verified their identity and the U.S. citizen made their citizenship claim in 23 percent of the publicly identified cases. These cases hinged on specific pieces of evidence necessary to show citizenship, such as birth certificate or the length of residence of U.S. citizen parent. ICE contested the legal basis of the citizenship claim in 9 cases.\\n \\nLaw enforcement agent intentional misconduct played a significant role in at least 12 percent of the cases. This included issuing detainers despite ICE databases recording U.S. citizenship (Jilmar Ramos-Gomez, Ernesto Galarza, Andres Robles Gonzalez), ignoring evidence of U.S. citizenship produced after a detainer (Peter Sean Brown, Guadalupe Plascencia, Pedro Guzman), talking U.S. citizens out of making their claims to get out of prisons (Robert Carlos Dominguez, George Ibarra, Mark Lyttle), lying about the presence of a formal detainer (Ramon Mendoza), writing incorrect information (Eva), ignoring obvious indications of mental illness or disability (Mark Lyttle, Jilmar Ramos-Gomez, Peter Sean Brown, Thomas Warziniack, Ann, Rene Saldivar, and Pedro Guzman).\\n \\nIn at least 15 cases, the U.S. citizens won a financial settlement either from ICE or the locality that honored the detainer following a lawsuit. The issue of wrongful detainers and the threat of lawsuits has forced several jurisdictions to change detainer policies. This directly includes Grand Rapids in Michigan, Chicago, Sarpy County in Nebraska, and Lehigh and Alleghany Counties in Pennsylvania, but also numerous other cities and counties in reaction to lawsuits by U.S. citizens. But in many other cases, U.S. citizens were denied settlements because qualified immunity protected the agents, the burden of proof for citizenship is on a foreign-born person, they couldn't meet filing deadlines due to their incarcerations, the government has no duty to investigate citizenship status of deportees, or the courts didn't consider the violations severe enough.\\n \\nThese detainers resulted in severe consequences for many of the citizens targeted by them. Nearly all resulted in arrests and incarcerations. Ricardo Garza's monthlong detention in 2015 cost him ownership of his car and nearly bankrupted him. Mark Lyttle was deported to Mexico and ended up being deported to both Nicaragua and Guatemala. He lived homeless and destitute in these countries for several months. Pedro Guzman lived on garbage in Mexico following his deportation. Andres Robles Gonzalez was deported following detainer when his attorney mistakenly admitted his illegal status at an immigration court hearing over his objections. He suffered 'nearly three torturous years hiding from grisly cartel violence and witnessing horrific atrocities in Mexico.”\\n \\nWhile ICE claims that it has improved its policies over the years, the steady stream of cases in similar circumstances undermines this assertion. Indeed, a September 2019 district court decision found that ICE's databases include information that is 'often erroneous.” A 2012 DHS report found that its primary database had wrong class of admission information for 12 percent of all the people in it. In internal emails discovered in the 2019 case, ICE wrote that U.S. citizens wrongly being targeted with detainers based solely on faulty databases 'occur frequently.” Yet ICE is fighting to continue the practice at the Ninth Circuit Court of Appeals this month. Hopefully, this list will help inform the court's decision.\\n \\n  \\n\\n   \\n   \\n\\n   //--> \\n    \\n \\nThe List of 155 ICE Detainers for U.S. Citizens From 1999 to 2018\\n \\n\\nJilmar Ramos-Gomez was born in Michigan and served in the U.S. Marines. He suffers from PTSD and is mentally unstable. On November 21, 2018, a law enforcement officer in Michigan's Kent County Sheriff's Department in Grand Rapids reached out to ICE to inquire about Jilmar's status following an arrest for setting a small fire in a stairwell. During his disciplinary hearing, more than 80 emails to ICE emerged showing this officer corresponding with ICE about the status regarding ethnic minorities. The jail itself recorded Jilmar's nationality as USA. On November 23, 2018, ICE ran database checks and found Jimar's records showing his citizenship. After interviewing Jilmar, he issued a detainer anyway that same day. The sheriff held him despite having his military ID, Marine Corps identification tags, U.S. passports, and Real ID driver's license (which only legal residents and U.S. citizens may obtain) and transferred him to ICE custody at Calhoun County detention center on December 14, 2018. ICE released him on December 17, 2018 after an immigration attorney got involved. Grand Rapids City Commission paid a settlement of $190,000 to Ramos-Gomez for detaining him. Grand Rapids changed its detainer policies following the incident.\\n \\nJaime Martinez-Benitez was born abroad and derived U.S. citizenship through a parent's naturalization. On July 23, 2018, ICE issued a detainer for Jaime while he was in U.S. Department of Justice custody in Welch, West Virginia. By September 24, 2018, ICE rescinded the detainer.\\n \\nPeter Sean Brown was born in Pennsylvania. In 1998, the Immigration and Naturalization Service detained Peter in New Jersey on suspicion of being in the country illegally only to release him. ICE issued a detainer for Brown on April 5, 2018 after the Monroe County Sheriff's Office arrested him for a probation violation. He presented a driver's license for which only U.S. citizens and legal residents are eligible. He filed a complaint with the sheriff's on April 8. The sheriff's office described the 5-foot-7 Brown as 7-feet tall and listed him under the wrong birthday. Despite a judge ordering his release on April 26 following a bail hearing, he was detained by the sheriff's office under the detainer until April 26 until his transfer to Krome Detention Center in Miami. ICE prepared to deport him—wrongly believing him to be another Peter Brown from Jamaica—but a friend finally brought his U.S. birth certificate, and he was released on April 27, 2018.\\n \\nGeorge Ibarra was born in Mexico, acquired his U.S. citizenship by virtue of his U.S. citizen mother and served in the Marines. He grew up in the United States and was awarded 'at least a dozen medals and campaign badges” for his service, and he suffers from nerve damage and PTSD. In 1999, Ibarra claimed his citizenship, but did not understand the law well enough to defend himself. After nine months in immigration detention, he allowed INS to deport him. He then reentered the country with his military ID and driver's license. In June 2003, he was arrested for illegal reentry, and on February 4, 2004, ICE issued a detainer and picked him up from Justice Department custody. Again, he failed to contest his deportation to avoid further detention, but he returned again. He was again arrested. On February 22, 2011, an immigration judge found that he was a U.S. citizen. ICE kept him in solitary confinement in Arizona until May 3, 2011 when he was released. ICE appealed the decision on the grounds that his documents were faked. Following a criminal conviction in Arizona, about August 18, 2017, ICE issued another detainer for his arrest.\\n \\nNicholas Taylor-Jones was born in Illinois. On December 6, 2008, Pontiac police in Illinois arrested Taylor-Jones, and despite telling an ICE official in the jail that he was born in the United States, ICE issued a detainer on October 13, 2009. While incarcerated in state custody, Taylor-Jones attempted to have the detainer lifted and presented a copy of his birth certificate to ICE officials who refused to lift the detainer. He filed a motion to join a class action lawsuit challenging the legality of detainers and seeking damages, and ICE lifted the detainer request.\\n \\nArcane Tossou was born in Texas. On June 20, 2017, ICE issued a detainer for Arcane after his arrest by the Travis County Sheriff's Office. During booking, Arcane stated that he was born in Texas, and Travis County refused to honor the detainer. A judge found him mentally incompetent to stand trial, and he was released to obtain treatment at an Austin hospital.\\n \\nGuadalupe Plascencia was born in Mexico and naturalized to become a U.S. citizen. On March 29, 2017, San Bernardino police picked her up for alleged failure to appear as a witness, and ICE issued a detainer the following day, arresting her and bringing her into their custody on March 30 in West Valley Detention Center in Rancho Cucamonga, despite presenting her driver's license and gun registration. ICE detained her based on her failure to appear in USCIS's database. Agents accused her of identity theft. She told the police and ICE that she was a U.S. citizen, and ICE then released her the same day. She won $55,000 in a suit.\\n \\nFernando Talamente Magana was born in California. ICE issued a detainer for Fernando following his arrest Los Angeles County Sheriff's Office, and on April 3, 2013, ICE lifted the detainer after it located Fernando's birth certificate.\\n \\nGarland Creedle was born in Honduras and acquired his U.S. citizenship through his father. In 2015, Garland was arrested by ICE and placed in removal proceedings. On April 28, 2015, DHS moved to terminate the proceedings on the grounds that Garland is a U.S. citizen. On March 12, 2017, Miami-Dade County arrested Creedle following an incident for which he was never charged. The following day, ICE issued a detainer request, and despite the fact that he told the county that he was a U.S. citizen, the county held him based on that request alone until March 14, 2017 at which time ICE interviewed him and withdrew the detainer. He filed a lawsuit. In 2018, a district court ruled that Miami-Dade County could be held liable for the detention.\\n \\nRony Chavez Aguilar was born in Guatemala and derived United States citizenship through his mother's naturalization in 2001. In January 2017, ICE issued a detainer to a Kentucky law enforcement agency requesting that it detain Chavez after his release date. It did so for two days, and ICE assumed custody. He asserted his citizenship from the beginning, but the agency detained him for 18 days without a hearing before he sued, and it released him. He filed a lawsuit on March 27, 2017. In May 2018, he died before his lawsuit was dismissed.\\n \\nRichard Renteria was born in the United States. On August 22, 2016, ICE issued a detainer for Richard following his arrest by the Travis County Sheriff's Office. During his booking in Travis County, Richard who speaks fluent English told the officers that he was born in Texas. He listed his Social Security Number in documents for pretrial services, but ICE issued the detainer anyway.\\n \\nLevy Jaen was born in Panama and acquired his U.S. citizenship through his birth to U.S. citizen father. In 2014, New York City Police arrested him on a drug charge, and on April 17, 2015, while serving his sentence, ICE issued a detainer and a notice to appear in immigration court. In May 2016, ICE assumed custody of him, and an immigration judge ordered him removed on December 8, 2016. He appealed, and ICE detained him until April 2018. His biological father was not the father his noncitizen mother was married to, but the Second Circuit Court of Appeals concluded that the statute doesn't limit automatic citizenship to biological parents.\\n \\nJacinta Gonzalez was born in Mexico and naturalized to become a U.S. citizen. On March 19, 2016, Maricopa County Sheriff's Office arrested her for blocking the road to a Trump rally. They reported her to ICE, and ICE issued a detainer request that falsely stated that she was already in removal proceedings. She told them about her citizenship. A judge ordered the release of her and other protesters, but the sheriff's office held her overnight. ICE agents then interviewed her. They arrested her and transferred her to immigration detention. ICE released her that day. She filed a lawsuit challenging the practice of honoring detainers.\\n \\nN.M. AKA \\\"Teresa Sanchez\\\" was born in California. On January 15, 2016, ICE issued a detainer for N.M. after her arrest by the Orange County Sheriff's Office in California. Federal databases associated her fingerprints with the arrest of a woman named Teresa Sanchez. On January 21, 2016, ICE lifted the detainer after it found her birth record and U.S. passport application.\\n \\nJairy Flores was born in the Dominican Republic and derived U.S. citizenship through the naturalization of his mother in 1999 when he was 15. On January 13, 2016, five days after his arrest by Vegas Metro Police Department in Clark County, Nevada, ICE issued a detainer. ICE databases had no record of his naturalization and listed him as a legal permanent resident because his mother's naturalization automatically conferred U.S. citizenship on him. On January 19, 2016, ICE confirmed his U.S. citizenship and lifted the request.\\n \\nMario Ruiz-Grimaldo was born in the United States. On January 7, 2000, Border Patrol arrested Mario as an illegal immigrant who entered without inspection, and he accepted voluntary return the same day. He reentered the country, and on February 22, 2013, ICE issued a detainer for Mario after his arrest in Houston and issued a notice to appear in immigration court for removal proceedings. ICE never rescinded the detainer and notice to appear. On January 3, 2016, ICE issued another detainer for Mario after his arrest by the Galveston County Sheriff's Office. On January 13, 2016, ICE lifted the detainer after it located his U.S. birth certificate and found entry records in CBP's Automated Targeting System stating that he was a U.S. citizen.\\n \\nOscar Hernandez was born in Texas. Oscar was raised by his aunt in Mexico from the age of 1. His aunt registered his birth in Mexico in order to obtain Mexican documents for him. On April 19, 2004, Oscar accepted voluntary return to Mexico because he did not understand that he was U.S. citizen, and the government never checked. In 2006, he discovered that he was a U.S. citizen. On July 25, 2015, ICE issued a detainer for Oscar following his arrest by the Boone County Sheriff's Department in Missouri. ICE took him into custody at the Kansas ICE/ERO office, which released him after he showed him his U.S. birth certificate, but it never indicated the reason for the release or closed the case against him. On January 1, 2016, ICE issued a detainer for Oscar after his arrest in Boone County, Missouri. An ICE agent interviewed him on January 13, 2016, and he asserted his U.S. citizenship. ICE lifted the detainer after it verified his birth with Texas Vital Statistics.\\n \\nRandy Pena was born in Harris County, Texas. On December 18, 2015, ICE issued a detainer to Harris County Police Department after Pena's arrest for a traffic offense. His fingerprints were associated with a noncitizen who entered without inspection. ICE determined his birthplace after a review of Texas Vital Statistics found his birth certificate. On December 22, 2015, ICE lifted the detainer.\\n \\nFrancisco Villa was born in California. On December 2, 2015, ICE issued a detainer to Ventura County Sheriff's Office after Francisco's drug arrest. A database associated his fingerprints with the records of an illegal immigrant. ICE wrote, 'it appears match was base on similar names and alias.” The same day, ICE lifted the detainer after it located his birth certificate in California's birth index.\\n \\nAntonio Almanza Garcia was born abroad and derived U.S. citizenship from his parents' naturalization prior to his 18th birthday. On July 15, 2015, ICE issued a detainer for Antonio after his arrest by the Los Angeles County Sheriff's Office believing he was a legal permanent resident. On November 22, 2015, ICE issued another detainer for Antonio to the Los Angeles County Sheriff's Office. On November 24, 2015, it lifted the detainers after finding his parents' naturalizations.\\n \\nAngel Araujo was born in California. On November 4, 2015, ICE issued a detainer to Riverside County Sheriff's Office after Angel was arrested. DHS database associated his fingerprints with someone returned in June 2005. On November 25, 2015, ICE lifted the detainer after finding his California birth record and his U.S. passport number.\\n \\nEnrique Rangel Alonso was born in the United States. On November 4, 2015, federal databases associated his fingerprints with an individual who entered without inspection from Mexico in 2000, and ICE issued a detainer for Enrique to the Tarrant County Sheriff's Office in Texas after his drug possession arrest. On November 17, 2015, Enrique's wife provided his U.S. birth certificate, and ICE lifted the detainer.\\n \\nErick Aldana was born in California. On October 31, 2015, ICE issued a detainer to an unknown law enforcement entity. At the time of the detainer, ICE noted that he had a 'possible USC claim.” The ICE agent called his parents—both of whom were undocumented but who came to the facility and provided a California birth certificate anyway. The agent asserted that 'previous queries for subject did not reveal any CA birth record.” ICE lifted the hold that evening after finding the birth record.\\n \\nRicardo Garza was born in Mexico and naturalized to become a U.S. citizen. On October 30, 2015, Grande Prairie police arrested him. On November 1, ICE issued a detainer request. Although Garza told them that he was a U.S. citizen, police transferred him to Dallas County Jail and spent 36 days there as ICE investigated and eventually removed the detainer on December 7, 2015. He fell behind on his bills and lost his car.\\n \\nRicardo Mauricio Garza-Castillo was born in Mexico and derived U.S. citizenship through the naturalization of his mother's naturalization in 1996. On April 15, 1999, after a criminal conviction by the Dallas County Sheriff's Office, INS issued a detainer and placed Ricardo in removal proceedings. On May 17, 1999, the Immigration Judge terminated those proceedings after Ricardo proved his U.S. citizenship, but the IJ failed to specify the reason for the termination. On October 19, 2015, ICE issued a detainer for Ricardo to Grand Prairie City Jail in Texas after his arrest by the Grand Prairie City Police Department. On December 15, 2015, ICE lifted the detainer after discovering the IJ's decision.\\n \\nVanna Say was born in Thailand and derived U.S. citizenship from his father's naturalization. On December 12, 2012, the Hudspeth County Sheriff's Office in Sierra Blanca, Texas arrested Say for a marijuana offense. ICE issued a detainer, and on December 19, 2012, ICE arrested Say and turned him over to another agency for a criminal prosecution. On August 25, 2014, ICE issued a detainer for Vanna to Fresno County Sheriff's Office in California after his arrest. It appears that this detainer was not rescinded, and on October 19, 2015, ICE issued another detainer for Vanna to the Santa Rita Jail in California following a marijuana arrest by the Alameda County Sheriff's Office. On January 25, 2016, ICE lifted the detainer after discovering his father's naturalization record. He had already been released.\\n \\nFernando Buelna was born in California. On October 12, 2015, after a biometric database check, ICE issued a detainer to the Los Angeles County Sheriff's Office after Fernando was arrested. The database associated his fingerprints with an illegal immigrant because they were both given the same FBI identification number. On November 16, 2015, ICE lifted the detainer after it found his birth certificate in California birth index and his U.S. passport number.\\n \\nLorena Chairez-Martinez was born in Mexico and derived U.S. citizenship from her father's naturalization. On October 9, 2015, ICE issued a detainer for Lorena after her arrest by the Baldwin Park Police Department in California after databases indicated that she was a legal permanent resident. On December 7, 2015, ICE rescinded the detainer after finding her father's naturalization record.\\n \\nVictor Hurtado was born in California. On September 5, 2014, ICE issued a detainer for Victor after his arrest by the Los Angeles County Sheriff's Office. ICE stated that he had entered without inspection after a fingerprint check of federal databases due to an encounter with Border Patrol in 1998 where an agent listed him as a 'cosmuggler”. This detainer was apparently never rescinded or executed. On October 4, 2015, ICE issued another detainer for Victor after his arrest by the Los Angeles County Sheriff's Office. On November 29, 2015, ICE identified Victor as a U.S. citizen born in California with records in California's birth index.\\n \\nErick Favian Cruz Godinez was born in Mexico and derived U.S. citizenship from his father's naturalization. On July 28, 2015, ICE issued a detainer for Erick after his arrest by the Orange County Sheriff's Office in California after databases listed his status as a legal permanent resident. This detainer was apparently never executed. On October 2, 2015, ICE issued another detainer for Erick to the Fullerton Police Department in California. On November 11, 2015, ICE took Erick into custody in the James A. Musick ICE Detention Facility in Irvine, California. On November 16, it released him after locating—with help from Erick's attorney—his father's naturalization record.\\n \\nEdward Oktla Sumary is a U.S. citizen. He came to the United States with aunt on a temporary visa in 2001 and remained. It is likely that he acquired U.S. citizenship from a U.S. citizen parent at birth, but ICE documents are unclear. On October 25, 2006, San Bernardino Sheriff's Department in the West Valley Detention Center acting under a 287(g) agreement placed Edward in removal proceedings. The officer stated that Edward had 'no equities in the United States.” He asserted the Edward stated he was not a U.S. citizen. Between 2006 and 2015, Edward received a U.S. passport. On August 12, 2015, ICE issued a detainer for Edward to the San Bernardino County Sheriff's Department. On August 19, 2015, ICE interviewed Edward and determined that he is a U.S. citizen after he located his U.S. passport record.\\n \\nJose Nunez Estrada was born in Mexico and naturalized to become a U.S. citizen in 1995. On July 27, 2015, ICE issued a detainer for Jose to the Los Angeles County Sheriff's Office following his arrest. On July 31, 2015, ICE rescinded the detainer after locating his N-400 naturalization record.\\n \\nRajpauhh Anderson Doughty was born abroad and derived U.S. citizenship from his father's naturalization after he immigrated as a minor legal permanent resident in 2004. On July 23, 2015, ICE issued a detainer for Rajpaugh to Brown County Jail after his arrest by the Brown County Sheriff's Office in Ohio. On July 24, 2015, ICE rescinded the detainer request after discovering that his father's naturalization.\\n \\nAntonio Almanza Garcia, November 22, 2015 detainer, see details above for details.\\n \\nMiguel Angel Gallego Macias was born in Mexico, received legal permanent residence in the United States in 1998, and derived U.S. citizenship from his father's naturalization. On July 25, 2011, ICE initiated removal proceedings against him in Los Angeles, California. On May 27, 2012, ICE issued a detainer for Miguel after his arrest by the Baldwin Park Police Department in California. On October 19, 2012, ICE arrested and detained him at Theo Lacy Detention Facility. According to ICE, he made no claims to U.S. citizenship in an interview with ICE. On December 3, 2012, he asserted his U.S. citizenship to an immigration judge. On August 8, 2013, an immigration judge terminated proceedings after determining Miguel was a U.S. citizen, but there was no notation of the termination reason given in the EOIR database. On July 10, 2015, ICE issued a detainer for Miguel to the Los Angeles County Sheriff's Office. On July 29, 2015, ICE rescinded the detainer after finding prior immigration judge decision.\\n \\nStefan Olariu was born in Romania and derived U.S. citizenship from his parents' naturalizations. On July 9, 2015, ICE issued a detainer for Stefan to the Orange County Sheriff's Office after his arrest, believing he was a legal permanent resident. On July 26, 2015, ICE rescinded the detainer after it located the naturalization records for his parents.\\n \\nJinnah Dongo is a U.S. citizen. On June 7, 2015, ICE issued a detainer to the Orange County Sheriff's Office for Jinnah after his arrest. Databases also associated his fingerprints with a visa overstay by a different name, but ICE records list his citizenship as 'US”. There's no record of the hold being lifted.\\n \\nAlejandro Torres was born abroad and naturalized to become a U.S. citizen in 1992. On May 26, 2015, ICE issued a detainer to the West Valley Detention Facility in Rancho Cucamonga, California after his arrest by the Colton Police Department. ICE stated that 'subject has a very similar name and a [date of birth]” to an illegal immigrant 'and were mixed up.” On August 14, 2015, ICE lifted the detainer.\\n \\nChristopher Carillo was born in Mexico and derived U.S. citizenship from his father. On June 30, 2008, ICE issued a notice to appear in immigration court to Christopher and a detainer to the Glendale, California. He was released on bond on July 16, 2008, and on August 9, 2008, an immigration judge determined that he was a U.S. citizen based on his father's naturalization. On May 26, 2015, ICE responded to a local law enforcement agency inquiry from the West Valley Detention Facility, in Rancho Cucamonga, California regarding to the citizenship status of Christopher and issued a detainer. On December 7, 2015, ICE rescinded the detainer after it found the records of his prior immigration court proceedings and his father's naturalization.\\n \\nNestor Ixta-Rojas was born in Mexico and derived U.S. citizenship from his mother's naturalization in 2001. On May 21, 2015, ICE issued a detainer for Nestor to the Los Angeles County Sheriff's Office after his arrest, believing him to be a legal permanent resident. On July 23, 2015, ICE rescinded the detainer when it discovered his mother's naturalization record.\\n \\nMiguel Salinas was born in California. On May 19, 2015, after an arrest by San Bernardino County Sheriff's Department, ICE issued a detainer. The database associated his fingerprints with an illegal immigrant who entered without inspection. On July 22, 2015, ICE lifted the detainer after finding his U.S. passport number issued in 2009.\\n \\nMarcin Staszak was born in Poland and derived U.S. citizenship from his father's naturalization in 2002. On May 6, 2015, ICE issued a detainer for Marcin in Wisconsin after his arrest by the Dane County Sheriff's Office, believing him to be a legal permanent resident. On May 8, 2015, ICE rescinded the detainer after locating his father's naturalization record.\\n \\nClayton Conroy was born in Canada and derived U.S. citizenship from his U.S.-born father. On February 7, 2015, ICE issued a detainer for Clayton to the Contra Costa County Sheriff's Office believing him to be a legal permanent resident. This detainer appears to have never been executed. On May 2, 2015, ICE issued another detainer for Clayton after his arrested by the Santa Clara County Sheriff's Office. On May 3, 2015, ICE rescinded the detainer after it found his U.S. passport and located his father's birth record.\\n \\nManachawa Ogud was born in Ethiopia, immigrated as a refugee in 1997, and derived U.S. citizenship through his mother's naturalization in 2010. On November 19, 2011, ICE issued a detainer for Manachawa to the Blue Earth County Sheriff's Office in Minnesota following his arrest. This detainer was apparently never rescinded. According to ICE, Manachawa believed he was a legal permanent resident, but he may have been talked into this statement by ICE. He previously claimed U.S. citizenship in order to apply for a U.S. passport, which he was entitled to and which he received. ICE asserted that the State Department improperly issued the passport and claimed that he was not a U.S. citizen because he was in juvenile detention at the time of his mother's naturalization, but the law only requires that he be in his U.S. citizen parent's custody at any time prior to his 18th birthday. On April 28, 2015, ICE issued another detainer for Manachawa to the Blue Earth County Sheriff's Office. On May 1, 2015, ICE rescinded the detainer after further review of the law.\\n \\nTuyen Le was born in Vietnam and derived U.S. citizenship through the naturalization of his parents in 1996. On April 23, 2015, ICE issued a detainer to the Orange County Sheriff's Office after it arrested Tuyen for violating a court order. The same day, ICE rescinded the detainer after locating his parent's naturalization records.\\n \\nAnatoliy Petrov was born in the U.S.S.R. and derived U.S. citizenship from his mother's naturalization. On September 17, 2012, ICE issued a detainer for Anatoliy to the Los Angeles County Sherriff's Office following his criminal conviction. On February 20, 2015, ICE issued a detainer for Anatoliy to the Los Angeles County Sherriff's Office after his arrest. It appears that these earlier detainers were never executed or lifted. On April 14, 2015, ICE issued another detainer for Anatoliy after his arrest by the Los Angeles County Sherriff's Office. On April 25, 2015, ICE rescinded the detainer after finding his mother's naturalization. CIS databases only recorded mother's first name, and she had a different last name from Anatoliy.\\n \\nMaria Rios Gonzalez was born in Mexico and naturalized to receive U.S. citizenship. On April 8, 2015, ICE issued a detainer for Maria after her arrest by the Tulare County Sheriff's Office in California. ICE asserted that she was an illegal immigrant who entered without inspection. On April 18, 2015, ICE rescinded the detainer after it found her naturalization record, which was not recorded in federal databases.\\n \\nJose Ismael Gallardo Sanchez was born in Honduras and derived U.S. citizenship from his parents' naturalizations. On March 6, 2015, ICE arrested Jose in Los Angeles and issued a notice to appear in removal proceedings in immigration court, believing him to be a legal permanent resident. On May 21, 2015, ICE issued a detainer for Jose to the Los Angeles County Sheriff's Office. On July 23, 2015, ICE rescinded the detainer after it located his parents' naturalization records and his U.S. passport.\\n \\nAnatoliy Petrov, February 20, 2015 detainer, see details above.\\n \\nClayton Conroy, February 7, 2015 detainer, see details above.\\n \\nAlfred Guerrero-Jimenez was born in Mexico and derived U.S. citizenship from his mother's naturalization. On January 27, 2015, ICE issued a detainer for Alfred after his arrest by the Alameda County Sheriff's Office for probation violation. Federal databases indicated that he was a legal permanent resident. At a later date, ICE noted that a 'memo in Afile indicates subject derived citizenship” because his father was a U.S. citizen and his mother naturalized. ICE records are unclear when or if it rescinded the detainer.\\n \\nJuan Carlos Cisneros Orellana was born in El Salvador and derived U.S. citizenship from his father's naturalization. On December 26, 2014, ICE issued a detainer for Juan to the Los Angeles County Sheriff's Office following his arrest for disorderly conduct. Federal databases listed his status as a legal permanent resident, but he became a U.S. citizen upon his entry to the United States in 2002. On May 8, 2015, ICE rescinded the detainer when it found his father's naturalization record.\\n \\nJorge Terrazas was born in Arizona. On December 2, 2014, ICE issued a detainer for Jorge after his arrest by the Baldwin County Sheriff's Office in Alabama. Federal databases associated his fingerprints with an arrest by Border Patrol at an unknown date where he had his fingerprints taken and was photographed but not removed. After an interview and locating his birth record, ICE rescinded the detainer later that day, December 2, 2014.\\n \\nDavid Carbajal Meza was born in Mexico and derived U.S. citizenship from his mother's naturalization. In 2009, ICE issued a detainer for David and took him into custody from the Los Angeles County Sheriff's Office on January 12, 2009. ICE databases indicated that he was a legal permanent resident. On January 14, 2009, ICE released him after determining that he was a U.S. citizen based on his mother's naturalization. On September 9, 2014, ICE issued another detainer for David after his arrest by the Los Angeles Police Department. At an unknown date, ICE rescinded the detainer after finding his mother's naturalization.\\n \\nVictor Hurtado, September 5, 2014 detainer, see details above.\\n \\nRaul Vega-Hernandez was born in Mexico, immigrated in 2002, and derived U.S. citizenship. On September 15, 2006, following a criminal conviction, ICE issued a detainer, arrested Raul, and issued a notice to appear/warrant of arrest for him. On November 20, 2006, an immigration judge terminated the case against him, but the databases do not provide the reason. On August 26, 2014, ICE issued a detainer for Raul following an arrest by the Riverside County Sheriff's Office in California. Federal databases listed him as a legal permanent resident. ICE rescinded the detainer at an unlisted date.\\n \\nVanna Say, August 25, 2014 detainer, see details above.\\n \\nLorenzo Palma was born in Mexico and acquired citizenship through his U.S. citizen maternal grandfather. In 2014, ICE issued a detainer to the Texas jail and picked him up in June 2014. He asserted his citizenship from the beginning and provided his grandfather's birth certificate, but ICE told an immigration judge that he had provided no evidence. The IJ pressed the ICE attorney who ultimately handed him his birth certificate. He continued in detention until finding proof that his grandfather had resided for five years in the United States as an adult as the law requires for acquired citizenship. His total detention was 540 days.\\n \\nSanta Sekiyoshi was born in the United States. On March 29, 2014, ICE issued a detainer for Santa after his arrest by the Los Angeles County Sheriff's Office. Federal databases listed him as a noncitizen. He is a dual citizen of Japan and presented his Japanese passport during a return trip from Japan. An ICE agent interviewed Santa on April 3, 2014 at which time Santa told him that he was a U.S. citizen. ICE located his U.S. passport record and his birth records.\\n \\nOscar Iniego-Arellano was born in Mexico, came to the United States in 1961, and derived U.S. citizenship from his father who naturalized in 1948. The Federal Correctional Institution in Lompoc, California requested that ICE review Oscar. On January 22, 2014, ICE issued a detainer for Oscar, and on May 9, 2014, ICE rescinded the detainer after it located his father's naturalization record and Oscar's application for a certificate of citizenship from 1975. USCIS does not maintain records for events prior to 1985.\\n \\nFrancosco Rodriguez Reyes was born in Mexico and naturalized to receive U.S. citizenship in 1983. On November 30, 2013, ICE issued a detainer for Francosco after his arrest in Riverside, California. Federal databases had no record of his naturalization because it occurred prior to 1985, and he had multiple alien identification numbers. On December 6, 2013, ICE interviewed him and confirmed his naturalization. It released him and told him he needed to 'update his [U.S.] Passport and obtain a valid California ID and to carry it at all times.”\\n \\nGabriel Gamez-Cordova was born in Arizona. On November 22, 2013, ICE issued a detainer for Gabriel after his arrest by Riverside County Sheriff's Office in California. ICE concluded that he was an illegal immigrant who entered without inspection. On December 24, 2013, ICE interviewed Gabriel at Robert Presley Detention Center at which time Gabriel stated that he was a U.S. citizen born in Arizona under a different name. His mother came to the facility to provide his birth certificate, and ICE rescinded the detainer.\\n \\nPhu Nguyen was born in Vietnam and derived U.S. citizenship from his parents' naturalizations. On October 22, 2013, ICE issued a detainer for Phu after his arrest by the Orange Police Department in Orange County, California. Federal databases indicated that he was a legal permanent resident but he had derived U.S. citizenship in 1985 after his mother naturalized. At an unrecorded time, ICE rescinded the detainer after locating his parents' naturalization records.\\n \\nMarta Alicia Cerda Cervantes was born in Mexico and acquired U.S. citizenship through her father's U.S. citizenship. On October 16, 2013, ICE issued a detainer for Marta after her arrest by the Los Angeles Count Sheriff's Office. During an ICE interview, ICE states that she made no claim to U.S. citizenship, but located her father's birth record and found her to be a U.S. citizen. The ICE agent 'encouraged [her] to apply for a passport.”\\n \\nRoberto Rodriguez-Gomez was born in Texas. On August 27, 2013, ICE issued a detainer for Roberto after his arrest by the Los Angeles County Sheriff's Office. ICE stated that he had entered without inspection after a fingerprint check of federal databases. At a later date, ICE determined that he was a U.S. citizen after it located his birth certificate.\\n \\nLevon Iskandaryan was born in Armenia and derived U.S. citizenship in 2000. On August 6, 2013, ICE issued a detainer for Levon after his arrest by the Los Angeles County Sheriff's Office. On September 23, 2013, his mother faxed his naturalization certificate and a copy of his U.S. passport to the jail. The USCIS databases listed an incorrect date of birth, incorrect sex, and certificate number. His sister's details were confused with his.\\n \\nAlberto Rodriguez was born in the United States. On June 24, 2013, ICE issued a detainer for Alberto following his arrest by the Ventura County Sheriff's Office, asserting that he had entered without inspection. On June 27, 2013, Alberto had a copy of his U.S. birth certificate faxed to ICE, and ICE rescinded the hold.\\n \\nSimon Chinivizyan was born in Uzbekistan and naturalized to become a U.S. citizen. After Los Angeles Sheriff's Department arrested him, ICE issued a detainer request on June 23, 2013. A judge ordered him to undergo drug treatment, but the police refused to release him due to his immigration detainer. After he filed suit against ICE, the agency lifted the detainer on July 12, ten days after his release date.\\n \\nElizabeth Anne Gilbreath was born in Canada and acquired U.S. citizenship through her parents' U.S. citizenship. On June 16, 2013, ICE issued a detainer for Elizabeth to the Santa Monica Police Department in Los Angeles County after she was arrested for a local ordinance violation. ICE databases associated her fingerprints with the record of another a legal permanent resident. Only after her sister came to support her assertions of U.S. citizenship, ICE permitted her release 'with instructions to report in person on 6/19/2013 . . . with proof of citizenship.” She reported and presented her U.S. passport.\\n \\nFrancisco Patron was born in the United States. He was raised in Mexico because his parents fled to the United States to escape death threats from her father for getting her pregnant. Her father was very influential in Mexico. On April 15, 2013, ICE issued a detainer to the Los Angeles County Jail for Francisco. ICE databases associated his photograph with an alien previously deported several times due to a prior run-in with ICE. ICE states, 'This encounter is under a San Bernardino encounter which could have saved us a lot of time if they had put they verified he was the real United States citizen.” ICE believed he was using an alias of a U.S. citizen but after locating his California birth certificate, it concluded he was the genuine U.S. citizen. On April 22, 2013, ICE lifted the hold.\\n \\nRamon Garcia-Olimpio was born in the United States. On February 25, 2013, ICE issued a detainer for Ramon after his arrest by the Los Angeles County Sheriff's Office, asserting that he had entered without inspection. On March 26, 2013, during an interview with an ICE agent, he asserted that he was a U.S. citizen. He said that his birth record was under mother's maiden name rather than his father's name because his 'father would drink a lot and his mother would get made and eventually kick [his father] out.” On March 26, 2013, ICE rescinded the detainer after it located his birth record in California vital records.\\n \\nMario Ruiz-Grimaldo, February 22, 2013 detainer, see details above.\\n \\nMichael Roque Gomez was born in California. On August 12, 2010, a 278(g) officer issued a detainer for Michael in the Los Angeles County Sheriff's Office. He asserted that Michael was removable and that Michael made no claims to U.S. citizenship. Michael accepted voluntary return to Mexico on August 18, 2010. He returned to the country, and on January 23, 2013, ICE issued a detainer for Michael after his arrest by the Los Angeles County Sheriff's Office. On February 28, 2013, ICE lifted the detainer after it discovered his U.S. birth certificate in California vital records and his U.S. passport record. It granted him 'extended voluntary departure” relief until an immigration judge heard his case. On October 9, 2014, an immigration judge dismissed removal proceedings against Michael, and ICE cancelled the charging document.\\n \\nVanna Say, December 12, 2012 detainer, see details above.\\n \\nAbraham Alejandro Gonzalez-Alarcon was born in Mexico, entered the United States in 2005, and derived his U.S. citizenship from his U.S. citizen mother. His mother was born in the United States during a temporary trip there and never received a birth certificate. On December 7, 2012, the U.S. deported him to Mexico and did so again upon his reentry on January 11, 2014. On April 24, 2015, Border Patrol apprehended Alarcon in Sunland Park, New Mexico and referred him for prosecution for illegal reentry. Abraham's lawyer discovered that he was actually a U.S. citizen, and the U.S. Attorney's Office dropped the criminal charge after he sent him evidence of his derivative U.S. citizenship. In 2015, ICE issued a detainer, and DOJ had him transferred to ICE custody. His attorney filed a habeas petition on his behalf as he was on his way in an ICE bus to be deported. ICE released him on October 14, 2015 after nearly six months of detention. Since then, he has fought the government's attempt to remove him and was required to stay in Oklahoma City and report to ICE.\\n \\nGerardo Gonzalez Jr. was born in California. After he came into the custody of the Los Angeles County jail, ICE issued a hold on December 31, 2012 because a Los Angeles County sheriff wrote that he was born in Mexico. ICE ignored FBI records indicating that he was a U.S. citizen. No one informed Gonzalez of the detainer until he attempted to post bond and leave jail. At that point, he decided not to post bond because he was told that the county would not release him. Thus, he continued in jail due to the detainer. On June 19, 2013, after he filed a lawsuit, ICE rescinded the detainer. His case led to a federal court ruling finding that ICE could not use detainers based on database checks alone.\\n \\nAnatoliy Petrov, September 17, 2012 detainer, see details above.\\n \\nLuis M. Rodriguez was born in Mexico and acquired his U.S. citizenship from his U.S. citizen parent. On May 26, 2012, while serving a weekend sentence for violating a protective order in the Sonoma County jail, ICE issued a detainer request. Jail staff informed him of the detainer when they declined to release him the next day. His sister brought his U.S. passport to the jail to prove his citizenship, but the jail refused to release him due to the detainer. ICE removed the detainer after two days of additional detention.\\n \\nFrank Serna was born in Mexico and derived his U.S. citizenship from his father. In 2004, ICE arrested Serna for being in the country illegally and sought his deportation in Dallas. They disputed the citizenship of his father. An immigration judge terminated the proceedings. In 2009, ICE arrested Serna again but then released him. On May 8, 2012, ICE issued a detainer to Houston authorities, arrested him a third time, and again sought a removal order. On June 7, 2013, another immigration judge terminated proceedings against him and order him released. Serna states that E-Verify prevented him from working, and he had great difficulty finding a job. According to his attorney Andrew Free in a December 27, 2019 email to me, he received a damages settlement from ICE before filing a lawsuit.\\n \\nRigoberto Amador Flores was born in California. On November 21, 2011, Redondo Beach Police Department arrested Flores for an unrelated crime and detained him for eight days in Los Angeles County custody, including over Thanksgiving, due to an ICE immigration detainer. ICE lifted the detainer on November 29, 2011.\\n \\nManachawa Ogud, November 19, 2011 detainer, see details above.\\n \\nRomy Campos was born in Florida. On November 12, 2011, Torrance police arrested her for a misdemeanor charge. ICE issued a detainer, and the police transferred her to Los Angeles County jail. Because she also has Spanish citizenship, she once used her Spanish passport to enter the United States, which led ICE to believe that she had overstayed. She protested her citizenship, but it continued to detain her until she produced her birth certificate four days later. She was detained an additional two days because of the ICE detainer. On November 16, 2011, ICE cancelled the detainer.\\n \\nRobert Dominguez was born in Massachusetts. In July 1998, as an 18-year-old, he completed a sentence at Essex County Correctional Facility. In September 1999, INS issued a detainer and took him into custody, detaining him for two months. Dominguez's mother had applied for Dominican birth certificate for him under a false name pretending to be a relative of a U.S. citizen and eligible for sponsorship for a green card. Her plan succeeded, so she and Robert were issued green cards. Unable to afford an attorney, INS officials convinced him that he was not born in the United States and told him to admit to immigrant status, so that he could get out of jail. He also did not realize that deportation had permanent consequences. He was deported on October 13, 1999. He waited in the Dominican Republic, thinking a probation officer would contact him. After one never did, he contacted a lawyer in the United States who helped him receive a new passport from the U.S. embassy in September 2009, ten years after his deportation. On October 5, 2011, Haverhill Police arrested him for a drug charge, and ICE issued a detainer to the Essex County Jail. ICE claims that Dominguez was using the birth certificate, pictures, and other documents obtained by another unidentified person of the same name. His U.S. passport was revoked at ICE's request. His lawsuit was still ongoing.\\n \\nAndres Robles Gonzalez was born in Mexico and derived citizenship from his father's naturalization in 2002. He was arrested by local police for drug and theft charges, and on July 26, 2007, ICE issued a detainer and took him into custody on October 9, 2008 despite his assertions of U.S. citizenship. They placed him in removal proceedings despite listing his nationality as American. After his immigration attorney wrongly admitted his deportability over his objections, he was deported on December 31, 2008. Separated from his friends and families, he suffered 'nearly three torturous years hiding from grisly cartel violence and witnessing horrific atrocities in Mexico.” After ICE admitted his citizenship, and he received documentary proof of citizenship on June 15, 2011, ICE again issued a detainer for him in August 2011, releasing it on August 31, 2011. Robles filed a lawsuit and received $350,000 in damages from ICE.\\n \\nJose Velazquez was born in California. On July 13, 2011, Los Angeles County Sheriff's office arrested Velasquez, and ICE issued a detainer request. The sheriff's office detained him for a day before his wife managed to get ICE to cancel the request.\\n \\nJose Jimenez Moreno was born in Mexico and acquired citizenship from his U.S. citizen father. Rockford, Illinois police arrested Jimenez on March 21, 2011. The following day, ICE issued a detainer to Winnebago County Jail to hold him for an additional 48 hours so that they could assume custody. According to ICE, Jimenez stated that he admitted to crossing the border illegally in March before asserting his citizenship claim in August. On August 12, 2011, Jimenez filed a lawsuit to have the detainer removed, and ICE cancelled it on August 22, 2011. His case led to a court ruling that detainers are illegal.\\n \\nRichard Ortega was born in Texas. On March 19, 2011, Ortega began a sentence of home confinement, which also allowed for travel to work, when Louisville Metro Department of Corrections showed up at his house to bring him to jail due to an ICE detainer. He tried to correct the mistake immediately, but because it was the weekend, no one at ICE responded to his calls. Four days later, ICE admitted that they had confused Ortega with another person and that it had issued the detainer 'just in case.” Ortega sued, but the Sixth Circuit, while finding that he had a 'liberty interest” in his home confinement, found that it was not 'well-established” and so he could not hold the officers accountability for his detention (i.e. 'qualified immunity”).\\n \\nSergey Mayorov was born in Belarus and derived his citizenship from his mother's naturalization in 2005 while he was a minor. In December 2010, Vienna, Illinois police arrested him for drug possession. He entered into a plea agreement based on the belief that he would serve no jail time and attend a diversionary boot camp for four months. ICE issued a detainer in March 2011. The immigration detainer made Mayorov no longer eligible for the diversionary program, and Illinois officials rearrested him and placed him at the Shawnee Correctional Center where he served a prison sentence from March 2011 to April 2012, a 13-month sentence due to the wrongful detainer. He filed a motion to join a class action lawsuit challenging the legality of detainers and seeking damages.\\n \\nA constituent of Rep. Dan Burton (R-IN) whose name was withheld to protect his privacy was born abroad and naturalized to become a U.S. citizen. On January 27, 2011, the Hamilton County Sheriff's Department arrested him, and the following day, ICE issued a detainer. On January 31, Congressman Burton's staff reached out to ICE to protest the detainer, and ICE withdrew the detainer the same day. Finally, on February 7, USCIS confirmed that he was naturalized in 1974. USCIS does not maintain records for events prior to 1985.\\n \\nAngelica Davila was born in Mexico, acquired citizenship through her U.S. citizen parents, and had lived in the United States since the age of 2. Pittsburgh police pulled her over. Her passenger admitted to illegal status, and the officer reported her to ICE, which issued detainers for both women. Her detainer misspelled her name as 'Devila-Garcoa,” listed her status as 'family fairness granted,” and provided the wrong alien registration number. The officer incarcerated both women in Allegheny County Jail. She was detained overnight before the officer and ICE both admitted the mistake after the ICE agent viewed a photo of Angelica. She had previously obtained a certificate of U.S. citizenship. She filed a lawsuit, and the county settled, agreeing to pay $25,000 in damages and cease honoring ICE detainers. The county also changed immigration detainer policy in response to the lawsuit.\\n \\nJosue whose full name is withheld to protect his identity is a U.S. citizen of Mexican ancestry. In 2011, Maricopa County Sheriff's Office arrested him for DUI and accused him of lying about his identity. Although he provided a copy of his birth certificate, ICE issued a detainer and arrested him, releasing him only after he provided the original certificate.\\n \\nJames Makowski was born in India, naturalized through his adoption by two U.S. citizens at the age of one, and served in the Marines. In October 2009, while Makowski was in DuPage, County, Illinois's custody, ICE issued a detainer for his continued detention. The county detained him, and he explained his citizenship to an ICE official in the jail, and the county released on bond. After the county again arrested him, ICE issued another detainer on July 8, 2010, which stated that ICE had initiated an 'investigation.” He pled guilty to a drug charge in exchange for the opportunity to undergo a rehabilitation boot camp, but upon being transferred there, he was transferred back to a maximum security prison because people subject to ICE detainers are ineligible for diversionary programs. From December 6, 2010 to January 25, 2011, ICE kept the detainer in place, while Makowski remained incarcerated in the maximum security facility. It cancelled the detainer. The detainer resulted in four additional months of detention.\\n \\nVictor Jimenez was born abroad and naturalized to become a U.S. citizen in 2000. On August 29, 2010, while in Indianapolis police custody, ICE issued a detainer requesting his transfer. His name, date of birth, and social security number in the jail system would have shown his U.S. citizenship status. For this reason, he was denied bail and continued in detention despite protesting his citizenship. Two days later, Indianapolis police transferred him to ICE, which shipped him to Chicago. The next day, ICE released him. He filed a lawsuit, which ICE settled for an undisclosed amount.\\n \\nMichael Roque Gomez, August 12, 2010 detainer, see details above.\\n \\nEduardo Caraballo was born in the United States in Puerto Rico. On May 20, while in Cook County custody, ICE issued a detainer, and for this reason, he could not bail himself out of jail. Despite presenting his birth certificate, it refused to release him. The county held him over the weekend before ICE released the hold.\\n \\nRamon Mendoza was born abroad and naturalized to become a U.S. citizen. On Friday, March 5, 2010 in Nebraska, Sarpy County police pulled over Mendoza because he had an 'obstruction” on his rear-view mirror: a small medal on a ribbon. He also had a Mexican flag folded on the shelf behind the rear window. They arrested him for driving without a current driver's license or proof of insurance. They attempted to contact ICE to determine his legal status, and ICE agents told them that there was a detainer for him, even though there was not. While no formal detainer was issued, this statement acted as a de facto detainer request by ICE. During this time, Ramon continued in detention without bond for three days before his release. He filed a lawsuit that was dismissed because, as the judge stated, 'his plight is simply not severe enough to amount to a constitutional tort.” Sarpy County and another Nebraska county changed its detainer policy.\\n \\nOshane Shaneil Cross was born in Jamaica and derived his citizenship from his father in 2001. On January 15, 2010, after Connecticut police sentenced him for theft, ICE issued a detainer and placed Cross in removal proceedings. He remained in proceedings until February 12, 2015 when the Board of Immigration Appeals concluded that he is a U.S. citizen because Jamaica had removed all distinctions between legitimate and illegitimate children, overturning an earlier BIA decision from 2008. ICE detained him for an undetermined period.\\n \\nJames Makowski, October 2009 detainer, see details above.\\n \\nAda Morales was born in Guatemala and naturalized to become a U.S. citizen in 1995. ICE wrongfully detained her two times. In July 2004, Cranston Police Department in Rhode Island arrested Morales for a charge that was dismissed. ICE issued a detainer and arrested her in the courthouse. The agents detainer her for two hours before releasing her. ICE maintained no records of the detention, and on May 4, 2009, after Rhode Island State Police arrested her, ICE issued another detainer for her. Rhode Island Police held her overnight, despite a court order releasing her and her protesting the detainer, and ICE arrested and brought her to the ICE office the next day and then released her that morning. She filed a lawsuit, and the government settled for $35,000.\\n \\nCesar Cervantes was born in the United States. He served in the U.S. Army Reserve for eight years. On September 9, 2006, while in custody of Danville Correctional Center in Illinois, ICE issued a detainer to the prison. The detainer resulted in his inability to transfer to a drug treatment facility and prevented him for obtaining educational training during his time in prison. He sued to have the detainer lifted, which it was on September 28, 2012. His compensation claim was dismissed.\\n \\nJuan Alameda was born in Mexico and acquired U.S. citizenship through his father. After serving a sentence for a drug crime in February 2009, ICE issued a detainer and arrested him. A lawyer informed him that his father's U.S. citizenship gave him U.S. citizenship. After he asserted his claim, the agency detained him for a year while he attempted to find proof of his father's citizenship and residency in the United States. In February 2010, U.S. Citizenship and Immigration Services granted Alameda a certificate of citizenship.\\n \\nDavid Carbajal Meza, January 12, 2009 detainer, see details above.\\n \\nDouglas Centeno was born in Nicaragua and derived his citizenship from his father at the time of his father's naturalization. Centeno suffers from schizophrenia, and after a December 2008 arrest in Modesto, California, ICE issued a detainer and arrested him. His lawyer told him that he had received citizenship through his father. ICE continued to detain him for weeks, while the lawyer collected documents to prove his citizenship claim. ICE released him after four months.\\n \\nErnesto Galarza was born in New Jersey. After an arrest in Lehigh County for a drug offense, on November 21, 2008, an ICE agent issued a detainer for Galarza, despite having his place of birth, social security number, and Galarza's statement asserting citizenship. When Galarza posted bond, the jail refused to release him due to the detainer. No one informed him the reason for the detainer until November 24, 2008. At this point, he again told the county officials about his U.S. birth and citizenship, and he was released that afternoon after 3 days of false imprisonment. He filed a lawsuit, and the Third Circuit Appeals Court determined that the county could be held liable. The federal government, the city of Allentown, and Lehigh County settled the case for $145,000, and the county changed its policy regarding detainers.\\n \\nFrank Ponce de Leon was born in Mexico, derived his citizenship through his father who was born in New Mexico, and served in the military during World War II. Ponce de Leon had five U.S.-born children, including a U.S. Army nurse. On March 18, 2008, an ICE agent issued an immigration detainer for him while he was in state prison, despite the fact that an immigration judge in February 2008 had determined his younger brother also born in Mexico to be a U.S. citizen through his father. On October 14, 2008, ICE brought him into custody and, despite his U.S. citizenship claims throughout, it initiated removal proceedings and detained him for three months. It was not until his attorney filed a habeas petition on his behalf on December 29, 2008 that the government responded, releasing him on January 6, 2009. An immigration judge terminated proceeding the next day. ICE asserted that it could issue another detainer if he was arrested by law enforcement while his application for certificate of citizenship was pending, even though it knew he was a U.S. citizen.\\n \\nAndres Robles Gonzalez, October 9, 2008 detainer, see details above.\\n \\nMark Lyttle was born in North Carolina. He suffers severe mental disabilities and is 'barely literate.” On September 5, 2008, while in North Carolina custody, ICE issued a detainer for Lyttle. They had previously checked computer databases and verified that Lyttle was a U.S. citizen and had interviewed him in which he told them that he was a citizen and his mother was born in the United States. However, the ICE agents who were aware of his disabilities asserted that he was using an alias and had entered illegally at the age of 3. On September 8, 2008, the agents coerced Lyttle into signing a Notice of Intent form, waiving his right to a removal hearing and allowing his deportation. North Carolina detained Lyttle for two days after his sentence concluded on October 26. Protesting his citizenship throughout, ICE detained him from October 28 to December 18 at which point he was ordered to walk alone into Mexico with $3 in his pocket. On December 29, he attempted to return to the United States claiming to be a U.S. citizen, and CBP agents sent him back to Mexico based on his prior deportation. Lyttle spent the next 115 days homeless and destitute in Mexico and Central America, eating from the garbage. Mexican authorities deported Lyttle to Honduras. Honduran official placed him in a jail. He ended up incarcerated in both Nicaragua and Guatemala. A U.S. embassy official was able to identify Lyttle's citizenship in a day, quickly send word to his family, and issue him a new passport. On April 22, 2009, he arrived in Tennessee, and CBP again detained for two days. He filed a lawsuit and received a $175,000 settlement.\\n \\nJose Ledesma was born in California. In the late 1990s, as a juvenile living in foster care, he told INS that he was born in Mexico in order to reunite with his deported mother, and he voluntarily left the country. In 2003, he was stopped crossing the border, and despite asserting his U.S. citizenship claim, an immigration judge ordered deported again. In 2005, ICE arrested him again, and he presented his U.S. birth certificate but was told that it had been 'canceled,” and ICE detained and deported again. In 2008, while in state custody in California, ICE issued a detainer and transferred him to a facility that ICE rented from the Los Angeles County Sheriff's office. In 2008, an immigration judge ordered him deported. He reached out to a reporter and obtained proof of his birth. After the report about the case, ICE released him on December 31, 2008.\\n \\nJohn Henry is a U.S. citizen. In June 2008, while he served a criminal sentence, ICE issued a detainer for him. He challenged the detainer, but his case was dismissed because the court reasoned that he was not being detained due to the detainer.\\n \\nElena Katz was born abroad and naturalized to become a U.S. citizen. On June 5, 2008, Rockingham County Sheriff's Department in New Hampshire arrested Katz, and ICE issued an immigration detainer, which kept her in custody even after she was granted bail. Despite presenting evidence of her naturalization, Boston police refused to believe her citizenship claim and kept her in custody on the basis of the detainer for 40 days. She filed a lawsuit, which was dismissed.\\n \\nOmar Jorge Perez Moreno was born in Mexico and derived his citizenship through his father. On May 26, 2007, local police in South Bend, Washington arrested him, and ICE issued a detainer for his arrest. On June 20, he was transferred to ICE. An immigration attorney determined that he was a U.S. citizen, and he was ultimately released.\\n \\nDavino Watson was born in Jamaica and derived his U.S. citizenship from his father in 2002. After Watson's arrest for a drug offense, ICE issued a detainer and brought him into custody on May 8, 2008. He immediately asserted his citizenship claim and provided a copy of his father's naturalization certificate. He did not receive a hearing in immigration court until June 25, 2008. After 1,273 days on November 2, 2011, ICE released him without proof of citizenship or employment authorization. He was unable to find employment and became destitute, before his certificate of citizenship was issued on November 26, 2013. A district court awarded him $82,500 in damages, but the 2nd U.S. Circuit Court of Appeals ruled him ineligible because the statute of limitations had expired while he was still in ICE custody without a lawyer.\\n \\nHeidy Hazel Baires Larios was born in El Salvador and derived U.S. citizenship from the naturalization of her father while she was a minor. Local Texas police pulled her over and arrested her for driving with passengers who had open beer. In about March 2006, ICE issued a detainer and arrested her. On August 28, 2007, an immigration judge ordered her removed, rejecting her evidence that she had been in the custody of her father at the time of his naturalization, as the law requires for derivative citizenship. She spent two years in jail while she appealed the decision, and eventually, on March 10, 2008, the Board of Immigration Appeals validated her claim of citizenship.\\n \\nCesar Antonio Salas was born in California. He suffers from 'diminished mental capacity and diminished cognitive abilities.” Two different agencies of the U.S. government wrongly deported Salas two times and detained him wrongly five times. While returning from Mexico in May 2001, CBP officers at the port of entry badgered Salas into falsely stating that he was not a U.S. citizen and deported him to Mexico. Alone and without money, Salas wondered around Mexico homeless eating from garbage and sleeping in the open from May 2001 to July 2007. Criminals abducted him, assaulted him, and extorted money from his family in the United States. Upon attempting to return to the United States in July 2007, CBP officers deported him again. After his mother located him, she returned with him to the United States. On March 1, 2008, Salas returned from a trip to the United States with his father, and CBP again detained him, destroyed his identification documents, and charged with unlawful reentry after a deportation. The U.S. attorney dropped the charges two weeks later, but on March 15, 2008 ICE placed a detainer on Salas, and CBP transferred him to ICE where he continued in detention for the remainder of the month. ICE then released Salas in the middle of El Paso alone and without money, forcing his family to carry out another frantic search for several hours. On April 8, 2011, CBP again detained and handcuffed Salas at the border before the agents released him.\\n \\nRohan Douglas was born in the British Virgin Islands and derived his U.S. citizenship from his mother's naturalization while he was still a child. On September 28, 2005, Pinellas County, Florida police arrested Douglas for driving with a suspended license. On December 1, 2005, ICE issued a detainer. On January 18, 2006, Pinellas County turned Douglas over to ICE. From then until September 25, 2006, ICE wrongfully detained Douglas—247 days. On February 19, 2008, he was again arrested for driving on a suspended license (and for illegal possession of a firearm), and ICE again issued a detainer the same day. Despite having copies of his mother's naturalization form and his bond paperwork listing him as a citizen, ICE arrested him the following day and detained him again until May 1, 2008, another 70 days. ICE released him on May 1 subject to ankle monitoring. Eight months later, the government admitted his citizenship and released him from their custody. He filed a lawsuit, and on June 22, 2011, the judge dismissed the government's motion for summary judgment in their favor. On June 26, 2011, he received a judgement in his favor of $65,500.\\n \\nEva [Pseudonym] was born in the United States. In February 2008, Los Angeles police arrested her for a drug charge. The arresting officer wrongly wrote that she was born in Belize. ICE issued a detainer and arrested her. She remained in immigration detention in Arizona for two months until she could afford a new birth certificate.\\n \\nConway Wiltshire was born in Jamaica, moved to the United States as a four-year-old, and derived his U.S. citizenship from his parents' naturalizations. On October 25, 2007, while he was in state custody serving a criminal conviction in Bucks County, Pennsylvania, ICE issued a detainer, and when ICE agents met with Wiltshire, he asserted his U.S. citizenship. On January 24, 2008, he was transferred to ICE custody in York, Pennsylvania. He was transferred to El Paso and held until April 23, 2008 when he was released with no money and no means of transportation back to Philadelphia. He filed a lawsuit, which was settled for $49,500, according to a July 24, 2018 email from his lawyer Jonathan Feinberg.\\n \\nMichael Romero Jimenez was born abroad and derived his U.S. citizenship from his father. In 2008, ICE detained him, and while an immigration judge found that he was a U.S. citizen and allowed him to be released on $1,500 bond—falsely stating that he lacked the power to release him on his own recognizance—but he could not afford the bond. ICE appealed the citizenship determination and detained him for seven months before releasing him.\\n \\nThomas Warziniack was born in Minnesota. In late 2007, local Colorado police arrested him for a minor drug charge. His probation officer observed signs of mental illness, leading Thomas to claim initially that he was a Russian expatriate, despite his distinctive American accent. Colorado prison officials reported him to ICE, which brought him into custody on December 18, 2007. On January 10, he asserted his U.S. citizenship in immigration court, but was detained until January 24, 2008. He was in ICE custody for 37 days.\\n \\nJose Arteaga-Ruiz was born in Mexico and derived U.S. citizenship from his mother in 2001. While he was in prison at the Nevada Department of Corrections in 2007, ICE issued a detainer and took custody of him about November 26, 2007. ICE detained him for eight days until December 4, 2007. Without an attorney, he admitted removability, and ICE deported him the same day. In 2010, he returned to the United States illegally across the border. After an attorney informed him that he was a U.S. citizen, he filed a lawsuit, which was dismissed.\\n \\nRene Saldivar was born outside the United States and acquired his citizenship through his father. Saldivar is mentally handicapped. Riverbank Police in California arrested him for failing to show up for probation visits following an arrest for drug paraphernalia. Following his sentence on October 11, 2007, ICE issued a detainer and brought him into custody. According to the agency, he never told them that he was a U.S. citizen. His family couldn't find him for six months after an ICE agent misspelled his name as 'Saldidar.” Finally, on April 28, 2008, he proved his U.S. citizenship claim using his father's Railroad Retirement Board records and was released.\\n \\nAnna [pseudonym] was born in the United States. Anna is mentally handicapped and suffers from paranoid schizophrenia. On October 8, 2007, Phoenix Police Department arrested Anna for prostitution. She told an officer that she was from Paris, though she could not speak French. Earlier that year, she had had drug charges dismissed when a judge found her mentally 'unable to understand the nature of the proceedings.” On October 9, 2007, the police transferred to ICE Eloy Detention Center, and ICE agent Kristine Brisson placed her in removal proceedings. On February 20, 2008, an immigration judge ordered her removed from the country. France informed ICE that she was not a French citizen and refused to take her back.\\n \\nIrving Palomo was born in Mexico and acquired his U.S. citizenship from his mother through her father. ICE wrongfully detained Palomo two times. In 1995, INS ordered Palomo deported as a child, but his mother did not comply with the order. In September 2007, when Davidson County, Tennessee police pulled him over, they detained him under a 287(g) agreement. According to ICE, he told the deputies that he was 'foreign-born,” but his attorneys presented evidence of his U.S. citizenship, and the deputies still ignored it and shipped him to an Alabama ICE facility. ICE detained him for 15 days before releasing him in Alabama where he had to find a ride back to Nashville. He then had to report every month for twenty months to the ICE office until he received his U.S. passport in June 2009—20 additional days of lost freedom.\\n \\nArmando Vergara Ceballos was born outside the United States and naturalized in 1996 to become a U.S. citizen. After a criminal conviction in San Diego, California, ICE issued a detainer and commenced removal proceedings against him in June 2007. He could not find his certificate of naturalization received a decade earlier, which was misplaced while he was in prison. Although ICE admitted in immigration proceedings on July 13, 2007 that Vergara 'might have become a United States Citizen,” it did not release him. In August 14, 2007, it stated that INS or USCIS had lost his immigration records, but ICE still refused to terminate proceedings. He filed a habeas corpus petition, and the court denied it because he had yet to exhaust his administrative options in immigration court. He was held for three more months before being released.\\n \\nPedro Guzman was born and raised in California. Guzman is mentally disabled, is unable to read at more than a second-grade level, and cannot remember basic information like his phone number. In March 2007, he wandered into a private airport and attempted to board a plane, and Los Angeles County Sheriff's Department arrested him for trespassing. As part of a 287(g) agreement, the sheriff's department identified him as an illegal immigrant, despite having records of his valid state ID, and referred him to ICE. Around April 26, 2007, ICE issued a detainer and arrested him. He immediately asserted his U.S. citizenship, but on May 10, 2007, an ICE agent convinced him to sign a voluntary removal order written in Spanish, which he could not read. His medical records, which were available to ICE, indicated that he could not execute a voluntary waiver of his legal rights. On May 11, 2007, ICE deported him to Mexico with $3 in his pocket and without returning his wallet with his driver's license. During the next 85 days, he was homeless in Mexico, sleeping outside and eating out of the garbage, while his family members searched Tijuana for him. On August 6, 2007, Border Patrol arrested him attempting to cross the border into the United States, and he was returned to Los Angeles County Sheriff's custody where medical personnel found him in such a poor condition that they believed that he was mentally incapable of speaking.\\n \\nGodson Akran was born in Nigeria and derived his U.S. citizenship from his mother's naturalization. While in federal custody following a fraud conviction, ICE issued a detainer, and on April 17, 2007, ICE took custody of him. After three months, he finally received a bond hearing at which bond was denied. On April 21, 2008, ICE released him following USCIS's issuance of his certificate of citizenship. He filed a lawsuit, which was dismissed.\\n \\nNahuel Castrucci was born in Chile and derived his U.S. citizenship from his mother's naturalization. In the spring of 2007, Chelsea, Massachusetts police arrested him, but never charged him with a crime and transferred him to ICE based on a detainer. He immediately stated that he believed that he was a U.S. citizen because his mother was, but ICE placed him in removal proceedings without an attorney and held him for a month. His mother interrupted his removal hearing to say that he was a U.S. citizen, only then did ICE investigate the claim and release him.\\n \\nRoberto Grajeda-Mendez was born in the United States. On October 8, 1998, INS officers in Honolulu, Hawaii arrested Roberto and placed him in removal proceedings, asserting that he had entered without inspection. On March 5, 2007, ICE issued a detainer for Roberto to the Las Vegas City Detention Center. ICE databases indicate that he entered without inspection. On February 4, 2009, ICE took custody of him. He asserted he was a U.S. citizen during intake, and he called his girlfriend to fax a copy of his U.S. birth certificate. ICE released him the same day, stating that it was 'due [to] the fact that ICE could not prove or disprove his citizenship.”\\n \\nHector Veloz was born abroad and acquired his U.S. citizenship through his father. While in state custody in 2007, ICE issued a detainer, took custody of him, and detained him for the next 13 months. He had to prove his citizenship claim while in detention. His aunt found his father's birth certificate, and his father's U.S. military, school, and Social Security records. His father was a veteran who served in the U.S. military in Vietnam, and when he left for the war, his pregnant mother moved to stay with relatives in Mexico where Veloz was born. His paperwork stated that he entered illegally and that his father was a Mexican citizen. Even after an immigration judge determined he and his father were U.S. citizens, however, he was detained for five more months as ICE appealed the decision.\\n \\nHerbert Flores-Torres was born in El Salvador and derived his U.S. citizenship from his mother. In October 2006, while he was in California state custody, ICE issued a detainer, arrested him, and placed him in removal proceedings. He remained in ICE custody from October 2006 to December 23, 2009 through an array of proceedings to determine if his father 'legitimated” him before the U.S. District Court for the Northern District of California finally determined that he was a U.S. citizen.\\n \\nRaul Vega-Hernandez, September 15, 2006 detainer, see details above.\\n \\nViterbo Liranzo was born in the Dominican Republic and derived his U.S. citizenship from his mother's naturalization. While Liranzo was in Nassau County custody in Louisiana, ICE interviewed him. He admitted removability, and ICE issued a detainer on January 25, 2006. On April 4, 2006, he was held at a federal detention in Louisiana pending removal. On May 3, his attorney asserted his U.S. citizenship claim in immigration court. He was released on June 30, 2006—88 days after entering ICE custody.\\n \\nRohan Douglas, December 2005 detainer, see details above.\\n \\nCesar Ramirez-Lopez was born in Mexico and derived his U.S. citizenship from his father. On March 9, 2005, while serving a criminal sentence in Richmond, California, ICE issued a detainer. His attorney determined that he was a U.S. citizen, and before the detainer was executed on August 12, 2005, ICE canceled the detainer. On January 6, 2006, ICE issued another detainer and arrested him the same day, detaining him for three days. On February 13, 2006, USCIS sent him his Certificate of Citizenship. He filed a lawsuit, which ICE settled for $10,000.\\n \\nShawn Theodore Hines was born in Jamaica and derived his U.S. citizenship from his mother's naturalization. Following a criminal conviction on April 6, 2001, he served a sentence in New Jersey, and ICE issued a detainer probably in 2006 and initiated removal proceedings. He asserted his U.S. citizenship, and ICE contested his claim on the grounds that his father had 'legitimated” him but had not naturalized. ICE detained him until February 26, 2007 when an immigration judge determined him to be a U.S. citizen. ICE appealed, and the BIA affirmed the IJ's decision.\\n \\nMohammed Adil Adem was born in Sudan and derived his U.S. citizenship from his parents' naturalizations. In September 2005, following a criminal arrest, ICE issued a detainer, arrested, and detained Mohammed for a year and a half. They delayed his removal proceedings to produce a translation of his birth certificate, but incorrectly translated the date on it. The immigration judge accused Mohammed of lying and ordered him deported. He almost gave up, but Florence Project convinced him to reopen his case and continue. On March 9, 2007, an immigration judge finally determined that he was a U.S. citizen due to his parents' naturalizations before his 18th birthday. It took another 40 days for ICE to release him.\\n \\nJohn Nasious was born in Colorado. On June 6, 2005, Denver police arrested Nasious on forgery charges. On August 3, 2005, he told an ICE agent that he was born in Greece, so when the agent discovered no records showing that he was a U.S citizen in federal databases, he issued a detainer the same day. On April 24, 2006, ICE lifted the detainer when it received Nasious's birth certificate.\\n \\nKelechi Gerald Nwozuzu was born Nigeria and derived his citizenship from his parents' naturalizations. On January 7, 2004, New York convicted Nwozuzu for drug and illegal gun possession. ICE agents interviewed him at Rikers Island, and he told them his parents had naturalized before his 18th birthday. On June 16, 2005, ICE filed a notice to appear in immigration court and a detainer. ICE took custody of him on June 17, 2005. After a 16-month detention, an IJ released him based on his citizenship claim on October 16, 2006. ICE appealed the decision, and BIA reversed the decision in 2008 on the grounds that he needed to have become a legal permanent resident before his parents' naturalizations. On January 15, 2010, ICE arrested him for a second time. Finally, on August 16, 2012, the district court in New Jersey granted his habeas corpus petition, giving him the opportunity to pursue bond. On August 12, 2013, the Second Circuit Court of Appeals rejected ICE's arguments that he needed to be a legal permanent resident to derive naturalization and ruled that he likely was a U.S. citizen. He was detained for roughly 1,320 (44 months) days total.\\n \\nSamuel Ankrah was born in Ghana, moved to the United States at age 11, was admitted as a lawful permanent resident, and derived U.S. citizenship from his mother. However, Samuel could have only received US citizenship if 'the paternity of the alien had not been established by legitimation in the country of birth.” In other words, did the father care for him and was he named according to appropriate tribal practices pursuant to Ghanaian law. On June 17, 2005, following a criminal conviction, ICE issued a detainer and notice to appear in immigration court. On August 24, 2005, the immigration judge ruled that Samuel did not prove he was illegitimate under the Ghanaian law, so he was not a U.S. citizen, and ordered his removal. He appealed to the Board of Immigration Appeals, and it overturned the decision, remanding for further consideration of the credibility of his evidence. On March 8, 2006, the IJ again ordered Samuel's removal not accepting his evidence of Ghanaian law, and the BIA upheld. On July 21, 2007, a federal district court judge finally ruled that he was a U.S. citizen and ordered his release.\\n \\nWilsonis Ayala-Villanueva was born in El Salvador and derived U.S. citizenship from his mother in 1987. The Immigration and Naturalization Service arrested him and placed him in removal proceedings on March 6, 2003 and was released on April 7, 2003. His case hinged on the identity of his father who Ayala-Villanueva had assumed was his mother's husband, but was not. For this reason, he could become a citizen through his mother's naturalization alone. After this fact became known, however, ICE continued to detain him. Following an immigration court hearing, on July 9, 2003, ICE arrested him. An immigration judge declared him a U.S. citizen on December 5, 2003. ICE released him the same day but appealed the decision, and the Board of Immigration Appeals reversed because it said the government should have had more time to prepare its evidence for the citizenship hearing. On October 18, 2005, the IJ again found that he was a U.S. citizen through his mother. ICE again appealed, and again, the BIA reversed. The IJ again found he was a U.S. citizen, and the BIA reversed a third time. On March 2, 2005, Honolulu police arrested Ayala-Villanueva and discovered he had a warrant in Nevada transferred him to Nevada where ICE issued a detainer. On April 15, 2005, Nevada police transferred him to ICE until August 19, 2007. Altogether, ICE detained him for 1,053 days. On December 27, 2006, the IJ ordered Wilsonis's removal based on the order of the BIA. He appealed, and the BIA upheld. He appealed to the Ninth Circuit, and it remanded the district court for an evidentiary review, and on August 23, 2011, U.S. Citizenship and Immigration Services issued him a certificate of citizenship. On October 19, 2011, ICE finally admitted that he was a citizen and released him.\\n \\nCesar Ramirez-Lopez, March 9, 2005 detainer, see details above.\\n \\nLawrence Rowe was born in Guyana and derived his U.S. citizenship from his mother's naturalization. While he was serving a drug sentence in New York, ICE issued a detainer and initiated removal proceedings against him on February 28, 2005, despite his argument that he was a U.S. citizen. ICE contended that because he was a 'legitimate” child of his father, his father also had to naturalize. On June 29, 2006, Board of Immigration Appeals found him to be a U.S. citizen.\\n \\nRennison Castillo was born in Belize and first came to the US when he was six years old and naturalized to become a U.S. citizen in 1998 during his 7-year service in the U.S. Army from 1996 to 2003. In 2005, Castillo was jailed for violating a protection and harassment order. On September 21, 2005, ICE interviewed him and he told them that he was a naturalized U.S. citizen, and on September 23, 2005, it issued a detainer and a notice to appear in immigration court. On November 25, 2005, ICE took him into custody where he was questioned about his immigration status and eventually placed into deportation proceedings. Castillo repeatedly told ICE that he was a citizen and served in the US Army, even asking if he could just get his military card out of his vehicle to prove his story. Castillo's case was first botched because his files listed multiple names and misspelled versions of his first and last name. However, ICE 'had access to Mr. Castillo's complete immigration history, his social security number, and his fingerprints, his date of birth, his parents' names, and numerous other details, each of which independently would have revealed Mr. Castillo's citizenship status.” At an immigration hearing on December 21, 2005, an immigration judge said, 'You can't just expect me to believe you” over ICE when the ICE attorney told him that he had checked the government databases and had not found his naturalization record. He appealed. On June 29, 2006, ICE finally dropped removal proceedings. On January 24, 2006, the IJ ordered him removed from the country. ICE detained him for 7 months at the Northwest Detention Center in Tacoma, Washington. Castillo then sued DHS and was granted a settlement of $400,000 in 2011.\\n \\nElizabeth Hernandez-Carrillo was born in Mexico but derived United States citizenship from her father when he naturalized. In 2004, after serving a sentence for a marijuana offense, ICE issued a detainer, arrested her, and removed her to Mexico despite her insistence of U.S. citizenship. After returning to the United States, on February 8, 2017, ICE arrested her as part of a raid that included her husband. She told them she was a U.S. citizen, and after a month of detention, ICE released her because they believed her citizenship claim was 'sufficient to merit release from custody during litigation.” In January 2020, her case was still pending according to her attorney Charles Kuck.\\n \\nAda Morales, July 2004 detainer, see details above.\\n \\nGeorge Ibarra, February 4, 2004 detainer, see details above.\\n \\nMassimiliano Dellaguardia was born in Ethiopia and derived citizenship from his mother when she was naturalized in 1995. In July 1999, INS issued a detainer and charged him with being in a removable alien following a criminal conviction. He attempted to prove his U.S. citizenship, but INS denied his requests for certificate of citizenship, and on March 1, 2001, an immigration judge ordered him removed. He refused to show up for his deportation. On November 10, 2003, ICE issued a detainer and arrested Dellaguardia following an arrest by the Seattle Police Department. On March 30, 2004, ICE released him because Ethiopia wouldn't issue him a passport because the part of Ethiopia he was born in is now part of Eritrea. ICE arrested him again on September 11, 2006 and released him again on October 19, 2006. It ended its removal proceedings on January 10, 2007.\\n \\nArmando Garcia-Cabello was born in New Mexico. In June of 2003, he was arrested for multiple traffic violations in Johnson County, Kansas. At the county jail, he was interviewed by ICE and he made inconsistent statements regarding his citizenship. He initialed a form that said he was there illegally. On June 9, 2003, he was transferred to ICE when he first claimed to be a U.S. citizen. The arresting agents searched federal databases to see if they could corroborate his claim of citizenship, but they could not. He then accepted voluntary departure to Mexico. Armando tried to sue the United States over being detained, that they did not investigate his claim to citizenship well enough, and that he was wrongfully deported. The government admitted his U.S. citizenship, but the courts dismissed his lawsuit for damages.\\n \\nGerman Fidel Cueto was born in Spain and naturalized to receive U.S. citizenship. On August 26, 2002, INS issued a detainer while Cueto was in federal prison, but the detainer listed Cueto's nationality as 'United States.” While still serving his criminal sentence, Cueto attempted to challenge the detainer. While in custody, he could not find his certificate of naturalization, but did have his U.S. passport. In 2005, ICE told him that 'a United States passport… does not make you a United States citizen.” The Department of State verified that he had U.S. citizenship, and it had issued a U.S. passport on that basis. ICE still failed to release the detainer. Before executing the detainer, ICE finally canceled it on August 25, 2008—six years after issuance.\\n \\nAntonio Gorsira was born in Guyana and derived citizenship from his mother's naturalization. Gorsira was convicted of a crime on February 13, 2002. INS issued a detainer, and an immigration judge ordered him removed from the country. Gorsira claimed derivative citizenship from his mother and appealed but was denied because he did not appeal within the 1-week deadline of his arrest. Gorsira's father's name is on the birth certificate, which is why the court initially found Gorsira's birth was legitimate and required both parents' naturalizations. However, pursuant Guyanese law, on February 16, 2005 the District of Connecticut found that his birth was out of legitimation and therefore that he qualified for derivative citizenship from his mother.\\n \\nRobert Dominguez, September 1999 detainer, see details above.\\n \\nMassimiliano Dellaguardia, July 1999 detainer, see details above.\\n \\nRobert North was born in Panama and acquired U.S. citizenship from his U.S. citizen father who was employed by the U.S. government in Panama. On July 11, 1989, INS initiated removal proceedings against Robert while in the custody of the Bureau of Prisons in Maryland on a drug conviction. On November 27, 1989, an immigration judge dismissed the proceedings on the grounds that he had acquired U.S. citizenship. On February 9, 1999, INS issued a detainer to the Bureau of Prisons in Virginia. On November 1, 2000, the immigration judge terminated proceedings against him.\\n \\nRicardo Mauricio Garza-Castillo, April 15, 1999 detainer, see details above.\\n \\nJohann Francis was born in Jamaica and derived his citizenship through his mother, who was naturalized when Johann was 14. He was sentenced to 1 year in jail after he got into a fight when he was 18. In 1999, INS issued a detainer and sent him to Eloy Detention Center in Arizona for 3 months. He was deported to Jamaica and since he was unable to obtain documents that proved his citizenship, he remained there for 10 years until December 24, 2009. He was eventually able to receive a letter from the U.S. consulate that confirmed his citizenship, which is how he was able to return to the United States.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cato.org\",\n            \"author\": \"David J. Bier\",\n            \"rights\": null,\n            \"link\": \"https://www.cato.org/blog/details-155-immigration-detainers-us-citizens\",\n            \"rank\": \"2576\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Details of 155 Immigration Detainers for U.S. Citizens\",\n            \"published_date\": \"2020-06-04 00:41:14\",\n            \"_id\": \"cd8c198d8c8be63471deae8d77165093\"\n        },\n        {\n            \"summary\": \"Pertenece a una empresa química local, indicó su dueño.             Fue tomado por unas 100 personas que permanecen a esta hora.Un empresario cordobés denunció este miércoles que desconocidos ocuparon un predio propiedad de su empresa en camino a Capilla de los Remedios.\",\n            \"country\": \"AR\",\n            \"clean_url\": \"lavoz.com.ar\",\n            \"author\": \"LaVoz.com.ar | Política\",\n            \"rights\": \"© 1996 - 2020 TODOS LOS DERECHOS RESERVADOS.\",\n            \"link\": \"https://www.lavoz.com.ar/politica/denuncian-ocupacion-de-un-predio-privado-camino-a-capilla-de-remedios\",\n            \"rank\": \"14973\",\n            \"topic\": \"politics\",\n            \"language\": \"es\",\n            \"title\": \"Denuncian ocupación de un predio privado camino a Capilla de los Remedios\",\n            \"published_date\": \"2020-06-04 00:40:36\",\n            \"_id\": \"c94837d616331e8d6524e81ebc7d998b\"\n        },\n        {\n            \"summary\": \"MTA bus operator Yasmin Rowe gives the thumbs up to New York City demonstrators protesting the killing of George Floyd. There has been a groundswell of worker solidarity with protests against the racist police killing of George Floyd in Minneapolis on May 25. First, reports came in from Minneapolis that . . .\\n \\nContinue reading Workers unite to fight racism, cops, pandemic at Workers.org\",\n            \"country\": \"NA\",\n            \"clean_url\": \"workers.org\",\n            \"author\": \"Sue Davis\",\n            \"rights\": null,\n            \"link\": \"https://www.workers.org/2020/06/49098/?utm_source=rss&utm_medium=rss&utm_campaign=workers-unite-to-fight-racism-cops-pandemic\",\n            \"rank\": \"34312\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Workers unite to fight racism, cops, pandemic\",\n            \"published_date\": \"2020-06-04 00:35:16\",\n            \"_id\": \"35ead188c42dc9b2f228d1a42840bb4a\"\n        },\n        {\n            \"summary\": \"O ex-advogado da Odebrecht, Rodrigo Tacla Duran, ressurgiu a admitiu que, de fato, fez pagamentos ao advogado Marlus Arns, ex-sócio de Rosângela Moro e Carlos Zucolotto, para não ser preso na Lava Jato de Curitiba\",\n            \"country\": \"NA\",\n            \"clean_url\": \"brasil247.com\",\n            \"author\": \"Brasil24/7\",\n            \"rights\": \"Copyright 2020, brasil247.com\",\n            \"link\": \"https://www.brasil247.com/midia/jornal-nacional-desenterra-tacla-duran-e-advogado-relata-propina-paga-a-lava-jato\",\n            \"rank\": \"39996\",\n            \"topic\": \"politics\",\n            \"language\": \"pt\",\n            \"title\": \"Jornal Nacional desenterra Tacla Duran e advogado relata propina paga à Lava Jato\",\n            \"published_date\": \"2020-06-04 00:32:55\",\n            \"_id\": \"6db587c5d61c7860318bc32dfc6bf669\"\n        },\n        {\n            \"summary\": \"t's a firing offense in Florida for a prosecutor to correctly observe on Facebook that the rio [...]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vdare.com\",\n            \"author\": \"aattorney@vdare.com (Anonymous Attorney)\",\n            \"rights\": \"VDARE.com\",\n            \"link\": \"https://vdare.com/posts/florida-prosecutor-fired-for-anti-rioter-facebook-post\",\n            \"rank\": \"30143\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Florida Prosecutor Fired for Anti-Rioter Facebook Post\",\n            \"published_date\": \"2020-06-04 00:32:04\",\n            \"_id\": \"d94145d22ecef32333ef636326060c51\"\n        }\n    ],\n    \"user_input\": {\n        \"lang\": null,\n        \"country\": null,\n        \"topic\": \"politics\"\n    }\n}"}],"_postman_id":"e84e3592-07b5-465d-b246-6293843bd95d"},{"name":"/v1/latest_headlines Request Parameters","event":[{"listen":"test","script":{"id":"b53bd0dc-e943-4a61-b914-510219cad856","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"67fb9aab-f2aa-429f-998b-ad7c3085bfee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?lang=fr&country=FR&topic=politics","urlObject":{"protocol":"https","path":["v1","latest_headlines"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>.\nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"fr"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the <code>lang</code> parameter. Accepts any <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> codes</p>\n","type":"text/plain"},"key":"country","value":"FR"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are <code>news</code>, <code>sport</code>, <code>tech</code>, <code>world</code>, <code>finance</code>, <code>politics</code>, <code>business</code>, <code>economics</code>, <code>entertainment</code></p>\n<ul>\n<li><code>news</code> usually means a general news feed (main headlines of a website).</li>\n</ul>\n<blockquote>\n<p>Important: this parameter is [experimental]. Not all news articles are assigned with a <code>topic</code>, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a <code>tech</code> label.</p>\n</blockquote>\n<blockquote>\n<p>One topic at a time, for example <code>topic=sport</code></p>\n</blockquote>\n","type":"text/plain"},"key":"topic","value":"politics"}],"variable":[]}},"response":[{"id":"c1b76b1b-61c5-4bba-aff6-5a8fa400293e","name":"/v1/latest_headlines Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?lang=fr&country=FR&topic=politics","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","latest_headlines"],"query":[{"key":"lang","value":"fr","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"country","value":"FR","description":"**OPTIONAL**\n\n*STRING*\n\nThe country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the `lang` parameter. Accepts any [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes"},{"key":"topic","value":"politics","description":"**OPTIONAL**\n\n*STRING*\n\nThe topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are `news`, `sport`, `tech`, `world`, `finance`, `politics`, `business`, `economics`, `entertainment`\n\n* `news` usually means a general news feed (main headlines of a website).\n\n> Important: this parameter is [experimental]. Not all news articles are assigned with a `topic`, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a `tech` label.\n\n> One topic at a time, for example `topic=sport`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:14:38 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 d12467f4c051603df707c4dfa0fee85d.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd5lwG5goAMF8yw="},{"key":"X-Amz-Cf-Id","value":"A3hTn6vVJjFvDZczyhqKMM4qU8-eEIsJo7Y3-qo9tpJrV2psp8t2Jw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"79777"},{"key":"x-amzn-RequestId","value":"9a5cb5aa-390e-489c-b670-a8dd778847fc"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed56fbe-041c21ba6c74edd41bbff431;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99988"},{"key":"Content-Length","value":"79777"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"articles\": [\n        {\n            \"summary\": \"Alors que les listes pour le second tour doivent être déposées ce mardi, le parti majoritaire en est réduit à faire de la figuration dans plusieurs grandes villes, ou à s'allier avec la droite.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/06/01/municipales-la-republique-en-marche-attend-la-pelle-du-28-juin_1790029?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales : La République en marche attend la pelle du 28 juin\",\n            \"published_date\": \"2020-06-01 18:31:13\",\n            \"_id\": \"9d9ac26cb0c8d2cfdbe1c0c7deb34aca\"\n        },\n        {\n            \"summary\": \"Alors que la droite et les macronistes restent divisés, la maire socialiste a trouvé un accord avec les écologistes. Une configuration idéale pour sa réélection.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/01/municipales-anne-hidalgo-plus-que-jamais-favorite-a-paris-faute-d-alliance-entre-ses-opposants_6041426_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales : Anne Hidalgo plus que jamais favorite à Paris, faute d'alliance entre ses opposants\",\n            \"published_date\": \"2020-06-01 18:13:42\",\n            \"_id\": \"e789f13a8fff74c2cb693b3f63c93520\"\n        },\n        {\n            \"summary\": \"Arrivé cinquième au premier tour du scrutin, le candidat dissident LREM a décidé de ne pas former d'alliance ni avec Agnès Buzyn (LREM) ni avec Anne Hidalgo (PS) et de se présenter sous l'étiquette « indépendant » au second tour.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lesechos.fr\",\n            \"author\": \"Les Echos\",\n            \"rights\": \"copyright 2020\",\n            \"link\": \"https://www.lesechos.fr/politique-societe/politique/0603327393138-municipales-a-paris-villani-se-maintient-dans-le-xive-arrondissement-2349122.php#xtor=RSS-70\",\n            \"rank\": \"2204\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Paris : Villani se maintient dans le XIVe arrondissement\",\n            \"published_date\": \"2020-06-01 16:36:56\",\n            \"_id\": \"93b238b3ff7babb696d3bf9136baef72\"\n        },\n        {\n            \"summary\": \"Le candidat ex-LREM, qui a totalisé 7,9% des voix au premier tour, affirme avoir mené des &quot;négociations sincères&quot; avec les candidates Anne Hidalgo et Agnès Buzyn.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/municipales-a-paris-cedric-villani-ne-fera-pas-d-alliance-au-second-tour_2127207.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Paris : Cédric Villani ne fera pas d'alliance au second tour\",\n            \"published_date\": \"2020-06-01 16:29:07\",\n            \"_id\": \"3ad92f19f16dd38a6818f8b1c5abb61c\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/28/direct-suivez-les-annonces-d-edouard-philippe_1789671?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Direct - Ehpad : vers une reprise des visites en fin de semaine\",\n            \"published_date\": \"2020-06-01 16:04:35\",\n            \"_id\": \"e653c8f38558a4e3673da6a7c9414264\"\n        },\n        {\n            \"summary\": \"Pour maintenir ses performances pendant la crise du Covid, le célèbre cabaret de Montmartre fait payer 10 euros à ses fidèles pour regarder le show en visio.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/06/01/chez-madame-arthur-des-creatures-font-vivre-le-cabaret-a-distance_1789990?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Chez Madame Arthur, des «créatures» font vivre le cabaret à distance\",\n            \"published_date\": \"2020-06-01 15:45:48\",\n            \"_id\": \"eab59410607ecc98aa7f833f91e6cc39\"\n        },\n        {\n            \"summary\": \"La tête de liste socialiste Nadia Pellefigue a annoncé se lundi qu'elle ne ferait «pas obstacle au rassemblement» derrière le candidat EE-LV Antoine Maurice. Ce dernier est mieux placé pour battre le maire LR sortant soutenu par LREM.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/06/01/toulouse-un-desistement-pour-rassembler-la-gauche-face-a-jean-luc-moudenc_1789994?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Toulouse : un désistement pour rassembler la gauche face à Jean-Luc Moudenc\",\n            \"published_date\": \"2020-06-01 15:44:37\",\n            \"_id\": \"3211dcabb37259f74400d22ef688b9e3\"\n        },\n        {\n            \"summary\": \"Dès février, La Balme-de-Sillingy fut un cluster de l'épidémie alors naissante sur le territoire. Même si le pire a été évité dans le village, nombre d'habitants, confinés deux semaines avant le reste du pays, gardent le sentiment d'avoir été stigmatisés.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/06/01/haute-savoie-la-solitude-des-premiers-de-covid_1790001?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Haute-Savoie : la solitude des premiers de Covid\",\n            \"published_date\": \"2020-06-01 15:31:12\",\n            \"_id\": \"bca7d3d2a3d0c41d6fa968bf1fccb683\"\n        },\n        {\n            \"summary\": \"Nadia Pellefigue, la candidate du Parti socialiste, annonce qu'elle retire sa liste mais refuse d'intégrer l'alliance EELV-LFI, qui partira donc seule face au maire sortant Jean-Luc Moudenc, LR, soutenu par LRM.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/01/municipales-a-toulouse-la-candidate-ps-se-retire-au-profit-d-une-alliance-verts-insoumis_6041406_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales : à Toulouse, la candidate PS se retire au profit d'une alliance Verts-insoumis\",\n            \"published_date\": \"2020-06-01 14:41:20\",\n            \"_id\": \"127a37b2d471576776093e3f7c8f0cf9\"\n        },\n        {\n            \"summary\": \"Réouverture des cafés, restaurants, collèges et lycées dans la majeure partie du pays, levée de la restriction des déplacements au-delà de 100 kilomètres... La deuxième phase du déconfinement, mardi, laisse entrevoire «une vie presque normale».\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/06/01/en-france-j-1-avant-le-retour-a-une-vie-presque-normale_1789984?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Déconfinement : ce qui change le 2 juin\",\n            \"published_date\": \"2020-06-01 14:00:39\",\n            \"_id\": \"c5a6b30ce576eb3dc5f804c4cdc6216d\"\n        },\n        {\n            \"summary\": \"Travailler avec de Gaulle, c'est d'abord travailler pour de Gaulle. Et accepter d'etre tenu dans l'ignorance... Les collaborateurs du General temoignent.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/dossiers/hors-series/references/face-a-la-crise-de-gaulle/de-gaulle-un-chef-conscient-de-l-etre-28-05-2020-2377335_4173.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"De Gaulle, un chef conscient de l'être\",\n            \"published_date\": \"2020-06-01 12:00:00\",\n            \"_id\": \"78456b36c69776f628275fcf9308a79b\"\n        },\n        {\n            \"summary\": \"L'ancien commissaire européen et ministre de l'économie socialiste succède à Didier Migaud, parti à la présidence de la Haute Autorité pour la transparence de la vie publique.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/01/la-cour-des-comptes-un-nouveau-rebond-pour-pierre-moscovici_6041386_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"La Cour des comptes, un nouveau rebond pour Pierre Moscovici\",\n            \"published_date\": \"2020-06-01 10:07:12\",\n            \"_id\": \"e3477d2fb0023e25ae071a958913b642\"\n        },\n        {\n            \"summary\": \"Socialistes et écologistes lillois vont s'affronter dans une triangulaire avec La République en marche au second tour des municipales, le 28 juin. Une configuration inédite.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/01/a-lille-le-divorce-des-socialistes-et-des-ecolos-met-la-pression-sur-martine-aubry_6041380_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A Lille, le divorce des socialistes et des écologistes met la pression sur Martine Aubry\",\n            \"published_date\": \"2020-06-01 08:41:10\",\n            \"_id\": \"2a4ddf68385a9eaed99d95e8688df0d1\"\n        },\n        {\n            \"summary\": \"Socialistes et écologistes lillois vont s'affronter dans une triangulaire avec La République en marche au second tour des municipales, le 28 juin. Une configuration inédite.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/06/01/a-lille-le-divorce-des-socialistes-et-des-ecolos-met-la-pression-sur-martine-aubry_6041380_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A Lille, le divorce des socialistes et des écolos met la pression sur Martine Aubry\",\n            \"published_date\": \"2020-06-01 08:41:10\",\n            \"_id\": \"6c3065c5d6713c4790856af8ce948772\"\n        },\n        {\n            \"summary\": \"Ce lundi férié de Pentecôte est le dernier jour avant le lancement de la deuxième phase du déconfinement en France, où cafés et restaurants pourront de nouveau accueillir des clients.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/06/01/coronavirus-a-la-veille-de-la-phase-2-du-deconfinement-suivez-la-journee-en-direct_6041364_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Restaurants, bars, collèges... La « phase 2 » du déconfinement se prépare en France\",\n            \"published_date\": \"2020-06-01 06:22:58\",\n            \"_id\": \"6781178c964d14ef0d0e896a74caaac4\"\n        },\n        {\n            \"summary\": \"La France est à la veille du début de la deuxième phase de déconfinement, cafés et restaurants pourront de nouveau accueillir des clients.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/06/01/coronavirus-a-la-veille-de-la-phase-2-du-deconfinement-suivez-la-journee-en-direct_6041364_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : « assouplissement supplémentaire » du confinement dans les Ehpad, hausse de l'offre dans les transports\",\n            \"published_date\": \"2020-06-01 06:22:58\",\n            \"_id\": \"c248807429cbb91cc0e5985e1d06037d\"\n        },\n        {\n            \"summary\": \"ENTRETIEN. Covid, confinement, Hulot, Onfray, Macron... Le philosophe, qui publie <\\n>, dresse un etat des lieux alarmant de la France.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/postillon/bhl-ce-qui-m-a-frappe-c-est-notre-incroyable-docilite-01-06-2020-2377730_3961.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"BHL : « Ce qui m'a frappé, c'est notre incroyable docilité »\",\n            \"published_date\": \"2020-06-01 06:15:00\",\n            \"_id\": \"e27992ff7edd0392adbbc65370d90606\"\n        },\n        {\n            \"summary\": \"A des degres moindres, Stanislas Guerini et Amelie de Montchalin ne se sont pas attires les bonnes graces du president, revele le JDD.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/emmanuel-macron-remonte-contre-son-entourage-01-06-2020-2377719_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Emmanuel Macron remonté contre son entourage\",\n            \"published_date\": \"2020-06-01 00:06:00\",\n            \"_id\": \"919d205bdee91a42ae6bef30ca87ca4e\"\n        },\n        {\n            \"summary\": \"RÉCIT - Premier parlementaire atteint, le député LR du Haut-Rhin a passé quatre semaines dans le coma. «Je suis un battant», témoigne-t-il.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Yolande Baldeweck\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/jean-luc-reitzer-le-retour-d-un-miracule-du-covid-19-20200531\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Jean-Luc Reitzer, le retour d'un miraculé du Covid-19\",\n            \"published_date\": \"2020-05-31 19:35:06\",\n            \"_id\": \"a1f7d59f09cdfe38c21772dfecbf3cf0\"\n        },\n        {\n            \"summary\": \"INTERVIEW - Selon la candidate LR, «l'immense majorité des électeurs ne se reconnaissent pas dans l'idéologie contestataire» du parti.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Emmanuel Galiero\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/martine-vassal-le-printemps-marseillais-promet-un-hiver-siberien-20200531\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Martine Vassal: «Le Printemps marseillais promet un hiver sibérien»\",\n            \"published_date\": \"2020-05-31 19:04:28\",\n            \"_id\": \"d3788b4cbb9302f70b1c87bb7fd5ff3c\"\n        },\n        {\n            \"summary\": \"La candidate LR Martine Vassal veut croire à la fin des divisions de la droite pour «protéger» la Cité phocéenne du Printemps marseillais.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Emmanuel Galiero\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/a-marseille-la-droite-veut-faire-barrage-a-l-union-des-gauches-20200531\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"À Marseille, la droite veut faire barrage à l'union des gauches\",\n            \"published_date\": \"2020-05-31 19:01:59\",\n            \"_id\": \"7882364ca2f5a87382dd5d2489212204\"\n        },\n        {\n            \"summary\": \"Philippe Olivier, le conseiller spécial de Marine Le Pen, a rédigé une note stratégique aux têtes de listes toujours en lice pour le second tour.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Charles Sapin\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/municipales-comment-le-rn-veut-sauver-les-meubles-20200531\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales: comment le RN veut sauver les meubles\",\n            \"published_date\": \"2020-05-31 17:53:36\",\n            \"_id\": \"24bdd2b30684c2f58154422acee2eee0\"\n        },\n        {\n            \"summary\": \"Comme en 2014, la gauche s'est désistée en faveur du maire LR pour faire barrage au RN de Louis Aliot. Mais la formule ne fait plus recette.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Charles Sapin\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/municipales-a-perpignan-un-front-republicain-a-bout-de-souffle-20200531\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales: à Perpignan, un «front républicain» à bout de souffle\",\n            \"published_date\": \"2020-05-31 17:21:48\",\n            \"_id\": \"94cccadec682fa8f22e34db0bf115296\"\n        },\n        {\n            \"summary\": \"L&#039;application de traçage devait être disponible aux utilisateurs ce week-end, mais il y a un &quot;temps de revue&quot;, a expliqué le secrétaire d&#039;Etat.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/societe/l-application-stopcovid-sera-finalement-disponible-le-2-juin-a-midi-annonce-cedric-o_2127168.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"L'application StopCovid sera finalement disponible le 2 juin à midi, annonce Cédric O\",\n            \"published_date\": \"2020-05-31 15:00:30\",\n            \"_id\": \"00cf3661890248b0229a872eaa38ab49\"\n        },\n        {\n            \"summary\": \"La maire de Paris conditionne cette mesure au respect d&#039;une charte où on trouve le respect du protocole sanitaire et la fermeture des terrasses à 22h.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/hidalgo-annonce-l-extension-gratuite-des-terrasses-de-bars-et-restaurants-a-paris_2127154.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Hidalgo annonce l'extension gratuite des terrasses de bars et restaurants à Paris\",\n            \"published_date\": \"2020-05-31 09:57:29\",\n            \"_id\": \"600dc0aacf13e902f1923e68f30c5633\"\n        },\n        {\n            \"summary\": \"Le commissaire européen chargé du marché intérieur est l'invité de France Inter, de France Télévisions et du « Monde » ce dimanche, de midi à 13 heures.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/video/2020/05/31/suivez-en-direct-l-emission-questions-politiques-avec-thierry-breton_6041334_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Suivez en direct l'émission « Questions politiques » avec Thierry Breton\",\n            \"published_date\": \"2020-05-31 09:53:36\",\n            \"_id\": \"b14ce57236d023b44b6b35e782ad5600\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/28/direct-suivez-les-annonces-d-edouard-philippe_1789671?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Direct - Déconfinement : à Paris, extension gratuite pour les terrasses de bars\",\n            \"published_date\": \"2020-05-31 09:52:56\",\n            \"_id\": \"c00e9eae21c420de2b3883437b605b84\"\n        },\n        {\n            \"summary\": \"De nombreuses restrictions seront levées à compter de mardi, comme la suppression de la règle des 100 km ou la réouverture des lycées et des cafés-restaurants.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/article/2020/05/31/la-france-se-prepare-a-la-phase-2-du-deconfinement_6041333_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus : la France se prépare à entamer la « phase 2 » de son déconfinement\",\n            \"published_date\": \"2020-05-31 09:51:09\",\n            \"_id\": \"c8d4412ec6251bb417415e2fba53960e\"\n        },\n        {\n            \"summary\": \"La deuxième phase de déconfinement, entamée ce week-end de Pentecôte, commencera cette semaine dans les écoles et la restauration, puis pendant le mois de juin. Le gouvernement demande à la SNCF de « maîtriser ses tarifs » pendant l'été.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/31/coronavirus-en-direct-plus-de-six-millions-de-cas-recenses-dans-le-monde-le-deconfinement-se-poursuit-en-france_6041332_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Le déconfinement en France : la levée des restrictions se poursuit, avec une reprise complète de la SNCF d'ici mi-juin\",\n            \"published_date\": \"2020-05-31 09:48:09\",\n            \"_id\": \"30bd945abaa5cd760e8c2df3b0fd16cd\"\n        },\n        {\n            \"summary\": \"Considéré comme &quot;vieux jeu&quot; lorsqu&#039;il était le ministre de l&#039;Intérieur du gouvernement Jospin, Jean-Pierre Chevènement est aujourd&#039;hui cité en exemple...\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/jean-pierre-chevenement-ringard-dans-les-annees-1980-a-la-mode-en-2020_2126854.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Jean-Pierre Chevènement : ringard dans les années 1980, à la mode en 2020\",\n            \"published_date\": \"2020-05-31 06:30:00\",\n            \"_id\": \"470afe599717393d625a8c3b659e6cb0\"\n        },\n        {\n            \"summary\": \"Que cache le Premier ministre dans cette tache blanche qui fleurit son menton ? Ce pourrait etre une coquetterie, une blessure ou une ambition.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/editos-du-point/michel-richard/michel-richard-dans-la-barbe-d-edouard-philippe-31-05-2020-2377639_54.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Michel Richard – Dans la barbe d'Édouard Philippe\",\n            \"published_date\": \"2020-05-31 06:00:00\",\n            \"_id\": \"59e82bda1867d2c9521173e990f22073\"\n        },\n        {\n            \"summary\": \"Le candidat d'EELV à la mairie de Paris, David Belliard, est en pleine négociation avec Anne Hidalgo en vue du second tour des élections municipales fin juin.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/31/municipales-a-paris-les-ecologistes-demandent-a-etre-associes-a-tous-les-echelons-par-hidalgo_6041315_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Paris : les écologistes demandent à être « associés à tous les échelons » par Hidalgo\",\n            \"published_date\": \"2020-05-31 03:29:05\",\n            \"_id\": \"07cf38d965cb1d21689dfcaf97761fac\"\n        },\n        {\n            \"summary\": \"L'ancien ministre socialiste succède à Didier Migaud parti en janvier présider la Haute autorité pour la transparence de la vie publique.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/pierre-moscovici-va-prendre-la-tete-de-la-cour-des-comptes_6041303_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Pierre Moscovici va prendre la tête de la Cour des comptes\",\n            \"published_date\": \"2020-05-30 19:35:36\",\n            \"_id\": \"199a3ac9c6b7143e127223c4b2edab9e\"\n        },\n        {\n            \"summary\": \"Pierre Moscovici va succéder à Didier Migaud, parti en janvier présider la Haute autorité pour la transparence de la vie publique.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/pierre-moscovici-sera-nomme-mercredi-a-la-tete-de-la-cour-des-comptes_2127142.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Pierre Moscovici sera nommé mercredi à la tête de la Cour des comptes\",\n            \"published_date\": \"2020-05-30 18:02:20\",\n            \"_id\": \"62ec4142e7e227634bda7ddf45a9177b\"\n        },\n        {\n            \"summary\": \"La candidate Les Républicains Martine Vassal, soutenue par le président de région, tente de convaincre le dissident Bruno Gilles de contrer Le Printemps marseillais, collectif de gauche arrivé en tête au premier tour.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/second-tour-des-municipales-a-marseille-la-droite-appelle-a-l-union-contre-le-peril-rouge_6041291_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Second tour des municipales : à Marseille, la droite appelle à l'union contre le « péril rouge »\",\n            \"published_date\": \"2020-05-30 14:26:56\",\n            \"_id\": \"43fbdfc2b621b412c54984d5e630ffd5\"\n        },\n        {\n            \"summary\": \"Groupe dissident à l'Assemblée nationale, alliance de Gérard Collomb avec LR pour le second tour des élections municipales, offensives de plusieurs poids lourds… la Macronie est parcourue de grandes manœuvres, en attendant une clarification du chef de l'Etat.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/de-lyon-a-paris-la-republique-en-marche-face-au-spectre-de-la-division_6041277_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"De Lyon à Paris, La République en marche face au spectre de la division\",\n            \"published_date\": \"2020-05-30 09:30:11\",\n            \"_id\": \"488757a90eab184a8be09b35dac813c0\"\n        },\n        {\n            \"summary\": \"Groupe dissident à l'Assemblée, alliance de Gérard Collomb avec LR pour les municipales… La période de « réinvention » voulue par Emmanuel Macron a ouvert la voie à ceux qui entendent peser ou infléchir le cap du quinquennat, au risque de la confusion.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/de-lyon-a-paris-la-republique-en-marche-face-au-spectre-de-la-division_6041277_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"De Lyon à Paris, La République en marche et le poison de la division\",\n            \"published_date\": \"2020-05-30 09:30:11\",\n            \"_id\": \"455ee2fb08be4bb82926c53c2fbab8cf\"\n        },\n        {\n            \"summary\": \"Alors que Nicolas Florian (LR) et Pierre Hurmic (EELV) font la course en tête, tous les candidats à la mairie bordelaise réfléchissent aux moyens pour remobiliser les électeurs.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/elections-municipales-la-campagne-pour-le-second-tour-reprend-a-bordeaux_6041275_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Elections municipales : la campagne pour le second tour reprend à Bordeaux\",\n            \"published_date\": \"2020-05-30 09:00:14\",\n            \"_id\": \"fb98f17557a330bc7e29669c4cda6baf\"\n        },\n        {\n            \"summary\": \"Agnès Langevine est arrivée 3e au premier tour des municipales derrière le député RN Louis Aliot et le maire LR sortant, Jean-Marc Pujol.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/elections/perpignan-la-candidate-ecologiste-se-retire-au-profit-d-un-front-republicain-contre-le-rn_2127127.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Perpignan: la candidate écologiste se retire au profit d'un front républicain contre le RN\",\n            \"published_date\": \"2020-05-30 08:54:52\",\n            \"_id\": \"cd699ea8b461d1dde699557aa8f03ab4\"\n        },\n        {\n            \"summary\": \"LA LETTRE DE BRUXELLES. La negociation pour les subventions europeennes sera apre en juin pour reviser les premiers chiffrages et criteres de la Commission...\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/emmanuel-berretta/subventions-europeennes-l-italie-choyee-la-france-lesee-30-05-2020-2377574_1897.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Subventions européennes : l'Italie choyée, la France lésée ?\",\n            \"published_date\": \"2020-05-30 08:14:00\",\n            \"_id\": \"0f4a7153077fcbe24c2c40bc8b14c112\"\n        },\n        {\n            \"summary\": \"ENTRETIEN. Dettes, pouvoir d'achat, nationalisation... L'ex-conseiller de Nicolas Sarkozy evoque les pistes pour affronter la crise economique.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/henri-guaino-nous-sommes-en-1944--30-05-2020-2377555_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Henri Guaino : « Nous sommes en 1944 »\",\n            \"published_date\": \"2020-05-30 06:00:00\",\n            \"_id\": \"1c197f0bce6c5aaf32ca6950cc19536d\"\n        },\n        {\n            \"summary\": \"Dans un document confidentiel, les responsables du mouvement dans la capitale analysent, sans fard, le fiasco de la campagne de Benjamin Griveaux, puis d'Agnès Buzyn.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/municipales-a-paris-les-cadres-macronistes-tirent-un-bilan-sans-concession-de-leur-echec_6041241_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Paris : les cadres macronistes tirent un bilan sans concession de leur échec\",\n            \"published_date\": \"2020-05-30 02:20:55\",\n            \"_id\": \"cf8a5a638d378dd1cddb6a54ba89feb6\"\n        },\n        {\n            \"summary\": \"La date de cette deuxième consultation était initialement fixée au 6 septembre. Le premier scrutin référendaire, le 4 novembre 2018, avait vu le non à l'indépendance l'emporter par 56,7 % des suffrages\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/30/coronavirus-le-referendum-sur-l-accession-a-la-pleine-souverainete-de-la-nouvelle-caledonie-reporte-au-4-octobre_6041236_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus : le référendum sur l'accession à la pleine souveraineté de la Nouvelle-Calédonie reporté au 4 octobre\",\n            \"published_date\": \"2020-05-30 00:52:58\",\n            \"_id\": \"4e3b7b0039c0d88aed89794ba9d0fd2a\"\n        },\n        {\n            \"summary\": \"Le groupe La République en marche a perdu en trois ans une trentaine de députés désireux de faire entendre leur sensibilité.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Mathilde Siraud\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/a-l-assemblee-le-delitement-de-la-majorite-presidentielle-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"À l'Assemblée, le délitement de la majorité présidentielle\",\n            \"published_date\": \"2020-05-29 18:52:44\",\n            \"_id\": \"69e02207f7ad7afff1e394d79485c351\"\n        },\n        {\n            \"summary\": \"Le constructeur automobile a présenté vendredi un sévère plan d'économies, avec près de 15 000 postes supprimés, dont 4 600 en France, où il ne pourrait garder à terme que deux sites d'assemblage.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/29/renault-serre-la-ceinture_1789878?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Renault serre la ceinture\",\n            \"published_date\": \"2020-05-29 18:26:04\",\n            \"_id\": \"bd9fd90538e9e439d1f099d2ae4d7dd6\"\n        },\n        {\n            \"summary\": \"CONTRE-POINT - Le «problème Collomb» révèle aussi un «problème Macron».\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Guillaume Tabard\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/guillaume-tabard-l-impact-national-de-l-operation-lyonnaise-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Guillaume Tabard: «L'impact national de l'opération lyonnaise»\",\n            \"published_date\": \"2020-05-29 18:23:14\",\n            \"_id\": \"b18d4a5916f3ab98a89f16c2cf0664d1\"\n        },\n        {\n            \"summary\": \"À la tête des députés marcheurs depuis près de deux ans, il concentre toutes les critiques face au délitement du bloc majoritaire.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Mathilde Siraud\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/gilles-le-gendre-un-president-de-groupe-fragilise-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Gilles Le Gendre, un président de groupe fragilisé\",\n            \"published_date\": \"2020-05-29 18:15:28\",\n            \"_id\": \"050601d8c0ec01f157733c2e8954915c\"\n        },\n        {\n            \"summary\": \"Pour André Laignel, vice-président de l'Association des maires de France, «le compte n'y est pas».\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Emmanuel Galiero\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/edouard-philippe-devoile-un-plan-massif-pour-les-collectivites-locales-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Édouard Philippe dévoile un «plan massif» pour les collectivités locales\",\n            \"published_date\": \"2020-05-29 17:59:36\",\n            \"_id\": \"254834715bd91e924c2ab647358e2ffc\"\n        },\n        {\n            \"summary\": \"ENTRETIEN - Le président du groupe MoDem à l'Assemblée appelle à l'unité au sein de la majorité après plusieurs départs côté LREM.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Mathilde Siraud\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/patrick-mignola-une-fois-le-remaniement-passe-il-faudra-que-chacun-se-reprenne-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Patrick Mignola: «Une fois le remaniement passé, il faudra que chacun se reprenne»\",\n            \"published_date\": \"2020-05-29 17:58:29\",\n            \"_id\": \"2e2312eef05e8a120e5b771ab0ef5cfb\"\n        },\n        {\n            \"summary\": \"Dans un message publié vendredi, la numéro 10 de la liste de Romain Grau indique : « Pour moi, c'est non au front républicain. Oui à Louis Aliot. »\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/a-perpignan-une-colistiere-du-candidat-lrm-soutient-louis-aliot-du-rassemblement-national_6041225_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A Perpignan, une colistière du candidat LRM soutient Louis Aliot, du Rassemblement national\",\n            \"published_date\": \"2020-05-29 17:38:18\",\n            \"_id\": \"bad7f009b3a016f6b94e6e646be4ddec\"\n        },\n        {\n            \"summary\": \"Dans un message publié vendredi, la numéro dix de la liste de Romain Grau indique : « Pour moi, c'est non au front républicain. Oui à Louis Aliot. »\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/a-perpignan-une-colistiere-du-candidat-lrm-soutient-louis-aliot-du-rassemblement-national_6041225_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales 2020 : à Perpignan, une colistière du candidat LRM soutient Louis Aliot, du Rassemblement national\",\n            \"published_date\": \"2020-05-29 17:38:18\",\n            \"_id\": \"2a33d2351382b061d265f647624bf88a\"\n        },\n        {\n            \"summary\": \"Tour d&#039;horizon des trois faits marquants de ce vendredi, au-delà de l&#039;actualité liée à la maladie Covid-19.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://lexpansion.lexpress.fr/actualite-economique/minneapolis-collomb-renault-3-infos-qu-il-ne-fallait-pas-louper-hors-coronavirus_2127115.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Minneapolis, Collomb, Renault... 3 infos qu'il ne fallait pas louper (hors coronavirus)\",\n            \"published_date\": \"2020-05-29 17:18:00\",\n            \"_id\": \"68dda59e598c5d84f46c7e300b02f25f\"\n        },\n        {\n            \"summary\": \"Le maire de la ville du Béarn va saisir l&#039;exécutif pour faire rappeler à Air France les engagements de l&#039;Etat envers la compagnie.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://lexpansion.lexpress.fr/actualite-economique/bayrou-en-colere-contre-air-france-apres-la-reduction-du-nombre-de-vols-paris-pau_2127112.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Bayrou en colère contre Air France après la réduction du nombre de vols Paris-Pau\",\n            \"published_date\": \"2020-05-29 16:33:00\",\n            \"_id\": \"ea8971dd87890badff96e40eca04178a\"\n        },\n        {\n            \"summary\": \"La décision qui concerne également Yann Cucherat, poulain de l&#039;ex-ministre d&#039;Emmanuel Macron, est tombée après leur accord avec Les Républicains.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/lrem/lrem-retire-son-investiture-a-gerard-collomb-pour-les-municipales-a-lyon_2127102.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"LREM retire son investiture à Gérard Collomb pour les municipales à Lyon\",\n            \"published_date\": \"2020-05-29 15:34:17\",\n            \"_id\": \"989601055f1e6df42d6326c96573cb93\"\n        },\n        {\n            \"summary\": \"2,7 milliards d'euros seront verses aux departements afin de les aider a faire face a la crise du coronavirus, comme l'a annonce Matignon.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/coronavirus-l-etat-donnera-environ-750-millions-d-euros-aux-collectivites-29-05-2020-2377497_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Collectivités locales : un plan de 4,5 milliards d'euros déployé par l'État\",\n            \"published_date\": \"2020-05-29 15:18:00\",\n            \"_id\": \"857fb51724ad98a81a5e88a1b71fa813\"\n        },\n        {\n            \"summary\": \"Le gouvernement souhaite ainsi compenser les pertes des communes et intercommunalités dues à la pandémie de coronavirus.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/trois-questions-sur-l-aide-de-750-millions-d-euros-apportee-par-l-etat-aux-collectivites_2127100.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Trois questions sur l'aide de 750 millions d'euros apportée par l'État aux collectivités\",\n            \"published_date\": \"2020-05-29 15:08:52\",\n            \"_id\": \"0cd7648eeae0a0b13d4ecbce178d0fc6\"\n        },\n        {\n            \"summary\": \"SONDAGE - Selon une enquête Odoxa-Dentsu Consulting pour Le Figaro et France Info, l'opinion publique soutient massivement les décisions annoncées jeudi par Edouard Philippe, aussi bien la levée des restrictions que le maintien de certaines interdictions.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Marcelo Wesfreid\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/le-plan-de-deconfinement-plebiscite-par-les-francais-1-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Le plan de déconfinement plébiscité par les Français\",\n            \"published_date\": \"2020-05-29 15:07:17\",\n            \"_id\": \"29dd84b2a7e15bcc36c7be52f2a9b701\"\n        },\n        {\n            \"summary\": \"Les 360 salariés et prestataires du site spécialisé dans l'échange standard de moteurs et pièces défectueuses sont sous le choc : leur usine sera la seule fermée par Renault, son activité transférée à Flins, sans grande garanties pour l'avenir.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/29/a-l-usine-renault-de-choisy-le-roi-on-nous-efface-d-un-coup-de-gomme_1789793?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A l'usine Renault de Choisy-le-Roi : «On nous efface d'un coup de gomme»\",\n            \"published_date\": \"2020-05-29 14:50:29\",\n            \"_id\": \"768ae276472546fe9b672165bb584053\"\n        },\n        {\n            \"summary\": \"Soutien de la première heure du chef de l'État, l'ancien ministre de l'Intérieur a depuis trahi la cause du macronisme. Dernier épisode : il a annoncé se rallier au candidat soutenu par Les Républicains pour le second tour de la métropole lyonnaise.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Pierre Lepelletier\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/de-l-amitie-a-la-trahison-comment-la-relation-entre-macron-et-collomb-s-est-dechiree-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"De l'amitié à la trahison... Comment la relation entre Macron et Collomb s'est déchirée\",\n            \"published_date\": \"2020-05-29 14:25:08\",\n            \"_id\": \"7ab5b2393bc088f9869c096dae3075e7\"\n        },\n        {\n            \"summary\": \"Le député de la Somme sort un livre le 3 juin sur l'après-Covid. Dans un entretien au « Monde », il détaille ses axes de réflexion et appelle au rassemblement de la gauche et des écologistes.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/francois-ruffin-nous-devons-refermer-la-parenthese-liberale_6041207_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"François Ruffin : « Nous devons refermer la parenthèse libérale »\",\n            \"published_date\": \"2020-05-29 14:04:29\",\n            \"_id\": \"b7e9062e3e613617e758f8cafd37533a\"\n        },\n        {\n            \"summary\": \"Le maire de la capitale des Gaules vient d'annoncer sa sortie apres quatre decennies de vie politique, du PS a son alliance avec la droite.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/elections-municipales/fin-de-gerard-collomb-a-lyon-les-histoires-d-amour-finissent-mal-29-05-2020-2377520_1966.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Fin de Gérard Collomb à Lyon : les histoires d'amour finissent mal…\",\n            \"published_date\": \"2020-05-29 14:00:00\",\n            \"_id\": \"1fdbb2189f6debc89395d6de84e80f71\"\n        },\n        {\n            \"summary\": \"Dans le Sud, ils attendaient avec impatience la réouverture et préparent leurs établissements qui accueilleront tentes et caravanes à partir du 2 juin.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/29/pour-les-proprietaires-de-camping-enfin-la-fin-de-l-attente_1789779?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Pour les propriétaires de camping, enfin la fin de l'attente\",\n            \"published_date\": \"2020-05-29 13:36:14\",\n            \"_id\": \"065c9ed430afe6701d40109cb1133597\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/direct/element/les-cas-en-reanimation-en-baisse-partout-bientot-des-regions-a-zero_114240/?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Les cas en réanimation en baisse partout : bientôt des régions à zéro ?\",\n            \"published_date\": \"2020-05-29 13:15:50\",\n            \"_id\": \"e933658e0b7bb1b60cc81490c22407e7\"\n        },\n        {\n            \"summary\": \"Depuis le 11 mai, et au moins jusqu'au terme de l'épidémie, les voitures sont bannies de la célèbre rue de Rivoli, à Paris. Un rêve devenu réalité pour la maire, Anne Hidalgo, qui a prévu de créer 50 km de pistes cyclables provisoires supplémentaires dans la capitale.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/m-le-mag/article/2020/05/29/la-rue-rivoli-a-paris-champ-de-batailles_6041192_4500055.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"La rue Rivoli, à Paris, champ de batailles\",\n            \"published_date\": \"2020-05-29 12:30:25\",\n            \"_id\": \"b7bd64a010b835797f11dd5a1c1b064b\"\n        },\n        {\n            \"summary\": \"L'accord entre le maire de Lyon et le president du conseil regional d'Auvergne risque de faire des degats. Surtout si LR ne parvient pas a remporter la metropole.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/elections-municipales/mode-d-emploi/collomb-wauquiez-la-deflagration-lyonnaise-29-05-2020-2377501_4077.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Collomb-Wauquiez : la déflagration lyonnaise\",\n            \"published_date\": \"2020-05-29 12:00:00\",\n            \"_id\": \"64fc88e4bf5500078cbc5415d18cd2ec\"\n        },\n        {\n            \"summary\": \"L'objectif, d'apres Edouard Philippe, est de compenser une partie des pertes des collectivites liees a l'epidemie, evaluees a environ 3,2 milliards d'euros.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/coronavirus-l-etat-donnera-environ-750-millions-d-euros-aux-collectivites-29-05-2020-2377497_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus : l'État donnera « environ 750 millions d'euros » aux collectivités\",\n            \"published_date\": \"2020-05-29 11:08:00\",\n            \"_id\": \"48cae706d9a10e330acbfabc643b0762\"\n        },\n        {\n            \"summary\": \"George Floyd, un Afro-Americain de 46 ans, est mort apres son arrestation par la police, lundi soir. Un <\\n>, pour le president turc.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/minneapolis-erdogan-denonce-un-meurtre-raciste-et-fasciste-29-05-2020-2377496_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Minneapolis : Erdogan dénonce un meurtre « raciste » et « fasciste »\",\n            \"published_date\": \"2020-05-29 10:55:00\",\n            \"_id\": \"2df9b96b76c3ac33fd3b48ab9b83d9db\"\n        },\n        {\n            \"summary\": \"VIDEO. A un mois de l'echeance, quelque 5 000 communes francaises se preparent au second tour de l'election, perturbee par l'epidemie de coronavirus.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/elections-municipales/mode-d-emploi/second-tour-des-municipales-comment-va-se-derouler-le-scrutin-29-05-2020-2377448_4077.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Second tour des municipales : comment va se dérouler le scrutin\",\n            \"published_date\": \"2020-05-29 10:21:00\",\n            \"_id\": \"701e00f1f1012198307a620af0df83cb\"\n        },\n        {\n            \"summary\": \"Les annonces faites jeudi par le premier ministre, Edouard Philippe, sur la deuxième phase du déconfinement ont été accueillies par les professionnels avec une joie mâtinée d'inquiétude.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/economie/article/2020/05/29/je-suis-comme-un-gosse-devant-un-sapin-de-noel-la-reouverture-des-cafes-bars-et-restaurants-suscite-l-enthousiasme_6041171_3234.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"« Je suis comme un gosse devant un sapin de Noël » : la réouverture des cafés, bars et restaurants suscite l'enthousiasme\",\n            \"published_date\": \"2020-05-29 09:46:13\",\n            \"_id\": \"c5f15f6614f77bf22279b0731be162ce\"\n        },\n        {\n            \"summary\": \"Les annonces faites jeudi par le premier ministre, Edouard Philippe, sur la deuxième phase du déconfinement ont été accueillies par les professionnels avec une joie mâtinée d'inquiétude.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/economie/article/2020/05/29/je-suis-comme-un-gosse-devant-un-sapin-de-noel-la-reouverture-des-cafes-bars-et-restaurants-suscite-l-enthousiasme_6041171_3234.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"« Je suis comme un gosse devant un sapin de Noël » : la réouverture des cafés, bars et restaurants\",\n            \"published_date\": \"2020-05-29 09:46:13\",\n            \"_id\": \"80832e0eaa790c8803e911306dc6aed5\"\n        },\n        {\n            \"summary\": \"CHRONIQUE. Le Premier ministre avait enfin de bonnes nouvelles. Il a bien gere la crise sanitaire, sera-t-il toujours la pour la crise economique ?\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/politique/michele-cotta-et-edouard-philippe-redevint-optimiste-29-05-2020-2377468_20.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Michèle Cotta – Et Édouard Philippe redevint optimiste\",\n            \"published_date\": \"2020-05-29 09:22:00\",\n            \"_id\": \"f7687eb529524fc0327318818871b3e3\"\n        },\n        {\n            \"summary\": \"Le maire sortant, ancien ministre de l'intérieur d'Emmanuel Macron, a confirmé jeudi son ralliement à la droite et a annoncé son retrait de la candidature à la présidence de la métropole.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/a-lyon-gerard-collomb-se-retire-au-profit-de-lr_6041163_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales : A Lyon, Gérard Collomb se retire au profit de LR\",\n            \"published_date\": \"2020-05-29 09:11:43\",\n            \"_id\": \"283c8a42b46583a45169a71d16a0da29\"\n        },\n        {\n            \"summary\": \"Le maire sortant, ancien ministre de l'intérieur d'Emmanuel Macron, a confirmé jeudi son ralliement à la droite et a annoncé son retrait de la candidature à la présidence de la métropole.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/a-lyon-gerard-collomb-se-retire-au-profit-de-lr_6041163_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales : à Lyon, Gérard Collomb se retire au profit de LR\",\n            \"published_date\": \"2020-05-29 09:11:43\",\n            \"_id\": \"42dfdcec7cca34e56c347887db80589c\"\n        },\n        {\n            \"summary\": \"Affectées par la crise économique provoquée par l'épidémie de Covid-19, les recettes des collectivités territoriales pourraient diminuer de 7,5 milliards d'euros en 2020.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/collectivites-locales-un-plan-d-urgence-de-4-5-milliards-d-euros-pour-faire-face-a-la-crise_6041160_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Collectivités locales : un plan d'urgence de 4,5 milliards d'euros pour faire face à la crise\",\n            \"published_date\": \"2020-05-29 09:11:12\",\n            \"_id\": \"7f3bd5bd4f1b1f9620cccedcd2c59246\"\n        },\n        {\n            \"summary\": \"Le maire de Lyon s'est allie aux Republicains en vue du second tour du scrutin, organise le 28 juin, afin de decrocher la presidence de la metropole.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/elections-municipales/municipales-a-lyon-pour-christophe-castaner-gerard-collomb-se-perd-lui-meme-29-05-2020-2377467_1966.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Lyon : l'exécutif tire à boulets rouges sur Gérard Collomb\",\n            \"published_date\": \"2020-05-29 09:10:00\",\n            \"_id\": \"1721a6798ac66f6aa1beb6bff08d1d35\"\n        },\n        {\n            \"summary\": \"Face à Jean-Luc Moudenc, maire sortant Les Républicains, les deux listes de gauche cherchent à s'allier. La socialiste Nadia Pellefigue pourrait briguer la métropole et laisser la mairie au candidat écologiste.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/a-toulouse-alliance-difficile-des-gauches-avant-les-municipales_6041156_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A Toulouse, alliance difficile des gauches avant le second tour des municipales\",\n            \"published_date\": \"2020-05-29 09:05:31\",\n            \"_id\": \"526638af26435f7ccc300a0699c9730a\"\n        },\n        {\n            \"summary\": \"Ce texte, déposé par le député LR à l'Assemblée le 26 mai, va dans le sens des demandes de plusieurs syndicats. Et alarme les défenseurs de la liberté d'informer.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/societe/article/2020/05/29/une-proposition-de-loi-d-eric-ciotti-pour-empecher-de-filmer-les-policiers-suscite-un-tolle_6041155_3224.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Une proposition de loi d'Eric Ciotti pour empêcher de filmer les policiers suscite un tollé\",\n            \"published_date\": \"2020-05-29 09:03:56\",\n            \"_id\": \"712f533b49faca03fbeb92b1fc34bff4\"\n        },\n        {\n            \"summary\": \"Ce texte, déposé par le député LR à l'Assemblée le 26 mai, va dans le sens des demandes de plusieurs syndicats. Et alarme les défenseurs de la liberté d'informer.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/societe/article/2020/05/29/une-proposition-de-loi-d-eric-ciotti-pour-empecher-de-filmer-les-policiers-suscite-un-tolle_6041155_3224.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Une proposition de loi d'Eric Ciotti pour empêcher la diffusion d'images de policiers suscite un tollé\",\n            \"published_date\": \"2020-05-29 09:03:56\",\n            \"_id\": \"a6e629cea119ada35ee88c40e93a928b\"\n        },\n        {\n            \"summary\": \"Croire que Jean-Marie Bigard &quot;représente le peuple&quot;, cela en dit long sur l&#039;idée que certains s&#039;en font. Retour sur un épisode édifiant.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/anne-rosencher-bigard-macron-et-le-peuple_2127031.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Bigard, Macron et \\\"le peuple\\\"\",\n            \"published_date\": \"2020-05-29 08:55:00\",\n            \"_id\": \"1510a66e4003a92c1d3516fdc57a73bc\"\n        },\n        {\n            \"summary\": \"Le nombre de demandeurs d'emploi a augmenté de 843 000 personnes par rapport à mars, dépassant le niveau jamais atteint de 4,5 millions de chômeurs dans le pays.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/la-crise-sanitaire-et-economique-fait-bondir-le-chomage-en-avril_6041145_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"La crise sanitaire et économique fait bondir le chômage en avril\",\n            \"published_date\": \"2020-05-29 08:43:41\",\n            \"_id\": \"5d7dacb3bc4aea260f4928f045db4e81\"\n        },\n        {\n            \"summary\": \"Le maire de Lyon s'est allie aux Republicains en vue du second tour du scrutin, organise le 28 juin, afin de decrocher la presidence de la metropole.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lepoint.fr\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lepoint.fr/elections-municipales/municipales-a-lyon-pour-christophe-castaner-gerard-collomb-se-perd-lui-meme-29-05-2020-2377467_1966.php#xtor=RSS-288\",\n            \"rank\": \"2934\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Municipales à Lyon : pour Christophe Castaner, Gérard Collomb « se perd lui-même »\",\n            \"published_date\": \"2020-05-29 08:12:00\",\n            \"_id\": \"761efd886809391073594ba55d5cd7b0\"\n        },\n        {\n            \"summary\": \"Nous n'avons pas d'autre choix que de quitter l'Anthropocène, l'ère où l'action humaine détruit le berceau de son développement, pour entrer dans le Symbiocène…\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/29/si-tu-n-es-pas-toi-qui-si-pas-maintenant-quand_1788812?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Si tu n'es pas toi, qui ? Si pas maintenant, quand ?\",\n            \"published_date\": \"2020-05-29 07:39:54\",\n            \"_id\": \"344167963ca36ede9a185e46f9b80a93\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/direct/element/renault-annonce-pres-de-15-000-suppressions-demplois-dans-le-monde-dont-4600-en-france_114198/?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Renault annonce près de 15 000 suppressions d'emplois dans le monde, dont 4 600 en France\",\n            \"published_date\": \"2020-05-29 07:30:21\",\n            \"_id\": \"d9b8bfaf84486f92a3f37720b98fef01\"\n        },\n        {\n            \"summary\": \"Quelques lieux de culte musulmans vont commencer à accueillir des fidèles ce week-end. Des normes très strictes seront mises en place pour la tenue des prières du vendredi.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/29/les-mosquees-se-deconfinent-avec-prudence_1789690?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Les mosquées se déconfinent avec prudence\",\n            \"published_date\": \"2020-05-29 07:14:47\",\n            \"_id\": \"5b8eee88da56d752ed65349663415553\"\n        },\n        {\n            \"summary\": \"Arrivé en quatrième position lors du premier tour des municipales, Olivier Noblecourt a annoncé qu'il se maintenait pour le second. Appelant la liste menée par le maire EE-LV sortant à l'union.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/politiques/2020/05/29/a-grenoble-le-ps-ne-desarme-pas-face-a-piolle_1789734?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"A Grenoble, le PS ne désarme pas face à Piolle\",\n            \"published_date\": \"2020-05-29 06:38:48\",\n            \"_id\": \"183414ee7f495c9c6be6e06402357997\"\n        },\n        {\n            \"summary\": \"ENQUÊTE - Elle est devenue une figure de la jeune garde d'Emmanuel Macron. Mais durant la période de confinement, s'étant trouvée au cœur des tensions d'une gestion de crise à haut risque, elle a multiplié les maladresses. La porte-parole sert-elle encore à quelque chose?\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Charles Jaigu\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/sibeth-ndiaye-la-gaffeuse-du-president-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Sibeth Ndiaye, la gaffeuse du président\",\n            \"published_date\": \"2020-05-29 06:02:41\",\n            \"_id\": \"531a72d31d62fde9d6f412bb02c8ac7c\"\n        },\n        {\n            \"summary\": \"La lente érosion de la majorité LREM a donné naissance à deux nouveaux groupes parlementaires en une semaine. De quoi alourdir le fonctionnement de l&#039;Assemblée nationale.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/c-est-un-peu-plus-le-bordel-avec-dix-groupes-parlementaires-une-assemblee-morcelee_2126880.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"\\\"C'est un peu plus le bordel\\\" : avec dix groupes parlementaires, une Assemblée morcelée\",\n            \"published_date\": \"2020-05-29 06:00:00\",\n            \"_id\": \"78813cae87cba8968fd5d52d27e3167d\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/direct/element/renault-annonce-pres-de-15-000-suppressions-demplois-dans-le-monde-dont-4600-en-france_114198/?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Renault annonce près de 15 000 suppressions d'emplois dans le monde, dont 4600 en France\",\n            \"published_date\": \"2020-05-29 05:43:01\",\n            \"_id\": \"2130bc55775420c59ef6d72b2025cbaa\"\n        },\n        {\n            \"summary\": \"La candidate des Républicains pour la mairie de Paris accentue ses attaques contre Hidalgo et assure qu&#039;il &quot;n&#039;y a pas de fusion&quot; entre les listes LR et LREM dans le Ve\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lexpress.fr\",\n            \"author\": null,\n            \"rights\": \"Lexpress.fr\",\n            \"link\": \"https://www.lexpress.fr/actualite/politique/rachida-dati-il-n-y-a-pas-de-fusion-des-listes-dans-le-ve-arrondissement_2126996.html\",\n            \"rank\": \"2427\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Rachida Dati : \\\"Il n'y a pas de fusion\\\" des listes dans le Ve arrondissement\",\n            \"published_date\": \"2020-05-29 05:30:00\",\n            \"_id\": \"4065f37af0af8c24f96a2dbd5f5c74f3\"\n        },\n        {\n            \"summary\": \"Soixante-douze jours après le début du confinement, Edouard Philippe a lancé jeudi l'acte II, en assouplissant les restrictions sur les déplacements, les cafés, les restaurants et les parcs à partir du 2 juin.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/politique/article/2020/05/29/deconfinement-le-gouvernement-leve-la-contrainte_6041122_823448.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Déconfinement : le gouvernement lève la contrainte\",\n            \"published_date\": \"2020-05-29 04:32:10\",\n            \"_id\": \"3626f98a6dd217c58eb66f0e2ab027b8\"\n        },\n        {\n            \"summary\": \"Petites phrases et coulisses de la semaine politique, par Carl Meeus.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lefigaro.fr\",\n            \"author\": \"Carl Meeus\",\n            \"rights\": \"Droits de reproduction et de diffusion réservés LeFigaro.fr\",\n            \"link\": \"https://www.lefigaro.fr/politique/je-ne-lacherai-rien-je-vais-gagner-paris-les-indiscretions-du-figaro-magazine-20200529\",\n            \"rank\": \"866\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"«Je ne lâcherai rien, je vais gagner Paris»... Les indiscrétions du Figaro Magazine\",\n            \"published_date\": \"2020-05-29 04:00:16\",\n            \"_id\": \"344402caa6460ca75671bd8c1bd10a73\"\n        },\n        {\n            \"summary\": \"Emmanuel Macron s'est posé en chef de guerre, Angela Merkel en arbitre. Primat du politique et du chef de l'Etat d'un côté, primat du droit et du fédéralisme de l'autre, ces visions différentes s'enracinent dans l'histoire. Avec des résultats bien meilleurs pour Berlin.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/idees/article/2020/05/29/france-allemagne-deux-democraties-a-l-epreuve-de-la-pandemie_6041119_3232.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"France-Allemagne : deux démocraties à l'épreuve de la pandémie\",\n            \"published_date\": \"2020-05-29 04:00:11\",\n            \"_id\": \"471e0e569eefe25d14482ce50a1b0fec\"\n        },\n        {\n            \"summary\": \"Le géant sud-américain a connu jeudi son troisième pire bilan quotidien avec 1 156 morts, pour un total de 26 754. Quelque 26 417 nouvelles contaminations ont été répertoriées, pour un total de 438 238, soit le deuxième pays le plus infecté au monde, derrière les Etats-Unis.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : au Brésil, plus de 1 000 morts et pire bilan de contaminations en une journée\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"f30ce7212fb689184fa29cb2a42b3014\"\n        },\n        {\n            \"summary\": \"Le géant sud-américain a connu jeudi son troisième pire bilan quotidien avec 1 156 morts, pour un total de 26 754. Quelque 26 417 nouvelles contaminations ont été répertoriées, pour un total de 438 238, soit le deuxième pays le plus infecté au monde, derrière les Etats-Unis.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : au Brésil, plus de 1 000 morts et plus forte hausse de contaminations en une journée\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"ab5a7d953a0e36c918bcddd2eae28fc6\"\n        },\n        {\n            \"summary\": \"Alors que le Parlement a donné son feu vert mercredi à l'application pour smartphone StopCovid, posez vos questions à nos journalistes spécialisés Martin Untersinger et David Larousserie.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"« StopCovid n'arrêtera pas, à elle seule, l'épidémie, mais elle peut être une partie de la solution »\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"5cc3d3ceb434e364a273d09d5f1a2e6a\"\n        },\n        {\n            \"summary\": \"Depuis la levée du confinement le 11 mai, 109 foyers de Covid-19 ont été repérés en France mais aucun n'a pour l'instant été à l'origine d'une dissémination de l'épidémie, selon l'agence sanitaire.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : 109 « clusters » en France mais pas de reprise de l'épidémie, selon Santé publique France\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"f003d38148333d9d670863db47e82b22\"\n        },\n        {\n            \"summary\": \"Depuis le 11 mai, 109 « clusters » de Covid-19 ont été repérés en France mais aucun n'a pour l'instant été à l'origine d'une dissémination de l'épidémie, selon Santé publique France.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : 28 714 morts en France, 14 695 personnes toujours hospitalisées\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"192d33779dd88595998af0a38f0b0096\"\n        },\n        {\n            \"summary\": \"Le ministre de l'éducation nationale a indiqué ce matin sur France info que le protocole sanitaire, que certains édiles aimeraient voir allégé, ne sera pas modifié d'ici l'été, dans la mesure où « nous sommes toujours en situation épidémique ».\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/planete/live/2020/05/29/coronavirus-en-direct-au-bresil-plus-de-1-000-morts-et-plus-forte-hausse-de-contaminations-en-une-journee_6041109_3244.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Coronavirus en direct : le protocole sanitaire à l'école ne sera pas allégé avant septembre, annonce Jean-Michel Blanquer\",\n            \"published_date\": \"2020-05-29 03:03:44\",\n            \"_id\": \"8c4f3b308fbbdcc70b2913c8e7b5df8f\"\n        },\n        {\n            \"summary\": \"La redoutable et influente ministre brésilienne de l'agriculture est une dame de fer dévouée à l'agronégoce, dont la politique vient de conduire à un nouveau record de déforestation.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lemonde.fr\",\n            \"author\": null,\n            \"rights\": \"Le Monde - L’utilisation des flux RSS du Monde.fr est réservée à un usage strictement personnel, non professionnel et non collectif. Toute autre exploitation doit faire l’objet d’une autorisation et donner lieu au versement d’une rémunération. Contact : droitsdauteur@lemonde.fr\",\n            \"link\": \"https://www.lemonde.fr/m-le-mag/article/2020/05/29/tereza-cristina-la-mme-deforestation-de-jair-bolsonaro_6041103_4500055.html\",\n            \"rank\": \"663\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Tereza Cristina, la « Mme déforestation » de Jair Bolsonaro\",\n            \"published_date\": \"2020-05-29 00:02:12\",\n            \"_id\": \"a8f722cd12a584e847636c840878a75f\"\n        },\n        {\n            \"summary\": \"Bac de français annulé, accueil d'une majorité d'élèves, parcs et jardins ouverts y compris à Paris, trafic bientôt normal à la SNCF… Dans tous les secteurs, la situation franchit une nouvelle étape. Détails des mesures de la phase 2.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"liberation.fr\",\n            \"author\": \"Liberation.fr\",\n            \"rights\": null,\n            \"link\": \"https://www.liberation.fr/france/2020/05/28/ecoles-cafes-trains-musees-comment-la-france-va-redemarrer_1789726?xtor=rss-450\",\n            \"rank\": \"1725\",\n            \"topic\": \"politics\",\n            \"language\": \"fr\",\n            \"title\": \"Ecoles, cafés, trains, musées… Comment la France va redémarrer\",\n            \"published_date\": \"2020-05-28 18:56:04\",\n            \"_id\": \"bd0566a89a853e4f2c2bbbe1a14ebf11\"\n        }\n    ],\n    \"user_input\": {\n        \"lang\": \"fr\",\n        \"country\": \"FR\",\n        \"topic\": \"politics\"\n    }\n}"}],"_postman_id":"67fb9aab-f2aa-429f-998b-ad7c3085bfee"}],"id":"d6c677b7-cc4c-44a9-b226-c7d7fa1366fb","description":"<p>Always returns the latest 100 headlines for any country, language , or topic.</p>\n","event":[{"listen":"prerequest","script":{"id":"5430bedb-5d84-474a-83df-fb31f6dc97b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14349d24-2c64-4261-89e1-e7e485ea8eeb","type":"text/javascript","exec":[""]}}],"_postman_id":"d6c677b7-cc4c-44a9-b226-c7d7fa1366fb"},{"name":"/v1/latest_headlines Return Body","item":[],"id":"bc9c0bac-cbe7-4dca-b60d-e979fcc0c8e7","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Variable <img width=\"400/\" /></th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>returns <code>ok</code> if everything went well. Returns <code>error</code> in case of an error (plus 2 additional fields in case of <code>error</code> — <code>error_code</code> and <code>message</code></td>\n</tr>\n<tr>\n<td><code>articles</code>:</td>\n<td>news articles found. A list</td>\n</tr>\n<tr>\n<td>   -<code>summary</code></td>\n<td>summary of the article</td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td>country of the publisher [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>clean_url</code></td>\n<td>URL of the article's source</td>\n</tr>\n<tr>\n<td>   -<code>author</code></td>\n<td>author of the article</td>\n</tr>\n<tr>\n<td>   -<code>rights</code></td>\n<td>copyright</td>\n</tr>\n<tr>\n<td>   -<code>link</code></td>\n<td>full URL of the article</td>\n</tr>\n<tr>\n<td>   -<code>rank</code></td>\n<td>rank of the source website (<code>clean_url</code>)</td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td>topic of the article [experimental]</td>\n</tr>\n<tr>\n<td>   -<code>language</code></td>\n<td>language of the article</td>\n</tr>\n<tr>\n<td>   -<code>title</code></td>\n<td>title of the article</td>\n</tr>\n<tr>\n<td>   -<code>published_date</code></td>\n<td>published date &amp; time</td>\n</tr>\n<tr>\n<td>   -<code>_id</code></td>\n<td>Newscatcher API's unique identifier for each news article</td>\n</tr>\n<tr>\n<td>   -<code>_score</code></td>\n<td>how well the article is matching your search criteria. <code>_score</code> is different for each search you make. Best matching article has the highest score</td>\n</tr>\n<tr>\n<td><code>user_input</code>:</td>\n<td>object that returns how our backend saw your request. It shows you which parameters have been used to perform a search. Useful for debugging, especially to check if there is any problem with URL encoding. A list</td>\n</tr>\n<tr>\n<td>   -<code>lang</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>country</code></td>\n<td></td>\n</tr>\n<tr>\n<td>   -<code>topic</code></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"debugging\">Debugging</h2>\n<p>Internally, we try to catch all the problems that might arise with your search. You have to worry only when you get error code <code>400</code> because that (usually) means that you did something wrong. We will return an error message that should help you understand what went wrong. </p>\n<p>If you see a <code>500</code> status that means that something is wrong on our side.</p>\n","event":[{"listen":"prerequest","script":{"id":"3bf0288c-41dc-475f-bf7c-cf71f8ab04cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4cd76845-f352-43d5-aee2-cb422f47971a","type":"text/javascript","exec":[""]}}],"_postman_id":"bc9c0bac-cbe7-4dca-b60d-e979fcc0c8e7"},{"name":"/v1/sources","item":[{"name":"/v1/sources Request Quick Start","event":[{"listen":"test","script":{"id":"6a74cd41-1321-4096-a94b-317e505f8a58","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"24a45b50-8cb4-483b-b29e-a5a3212ba6d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/sources?country=US","description":"<p>Return a JSON comma-separated list of sources. </p>\n","urlObject":{"protocol":"https","path":["v1","sources"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"country","value":"US"}],"variable":[]}},"response":[{"id":"55e27d9b-96b1-4045-958c-f9b955fece79","name":"/v1/sources Request Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/sources?country=US","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","sources"],"query":[{"key":"country","value":"US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 04 Jun 2020 05:22:02 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 8d84df16ba20ff1d2ca3914948494e04.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nlm3JERuoAMFR1w="},{"key":"X-Amz-Cf-Id","value":"LIUpgo_YIJjNnkXUiZL_w-EKS5GTTAtc7nznCAxkC7CK5b_pgWEm8A=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"1186"},{"key":"x-amzn-RequestId","value":"4632dbb3-740a-4dbf-aacb-d91bd6affb89"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed884fa-7269c001508af765a4180186;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99915"},{"key":"Content-Length","value":"1186"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"reuters.com\",\n    \"reddit.com\",\n    \"cnn.com\",\n    \"washingtonpost.com\",\n    \"washingtontimes.com\",\n    \"foxnews.com\",\n    \"thehill.com\",\n    \"cnbc.com\",\n    \"bloomberg.com\",\n    \"ign.com\",\n    \"cbsnews.com\",\n    \"usatoday.com\",\n    \"techradar.com\",\n    \"buzzfeed.com\",\n    \"heavy.com\",\n    \"breitbart.com\",\n    \"businessinsider.com\",\n    \"ycombinator.com\",\n    \"bleacherreport.com\",\n    \"seattlepi.com\",\n    \"boston.com\",\n    \"thedailybeast.com\",\n    \"engadget.com\",\n    \"politico.com\",\n    \"msnbc.com\",\n    \"denverpost.com\",\n    \"eenews.net\",\n    \"firstcoastnews.com\",\n    \"digg.com\",\n    \"mashable.com\",\n    \"nationalreview.com\",\n    \"kinja.com\",\n    \"techcrunch.com\",\n    \"fortune.com\",\n    \"alternet.org\",\n    \"newser.com\",\n    \"pantagraph.com\",\n    \"thegrio.com\",\n    \"theverge.com\",\n    \"dailyvoice.com\",\n    \"nbcnews.com\",\n    \"pjstar.com\",\n    \"dailydot.com\",\n    \"newsy.com\",\n    \"thenextweb.com\",\n    \"elitedaily.com\",\n    \"al-monitor.com\",\n    \"axios.com\",\n    \"military.com\",\n    \"nymag.com\",\n    \"newscientist.com\",\n    \"polygon.com\",\n    \"chalkbeat.org\",\n    \"editorandpublisher.com\",\n    \"ctmirror.org\",\n    \"planetizen.com\",\n    \"missionlocal.org\",\n    \"go.com\",\n    \"wired.com\",\n    \"conservativereview.com\",\n    \"dailycaller.com\",\n    \"espncricinfo.com\",\n    \"democracynow.org\",\n    \"goodnewsnetwork.org\",\n    \"themarshallproject.org\",\n    \"mintpressnews.com\",\n    \"crosscut.com\",\n    \"mtv.com\",\n    \"nextavenue.org\",\n    \"wsj.com\",\n    \"coloradoindependent.com\",\n    \"propublica.org\",\n    \"huffingtonpost.com\",\n    \"nknews.org\"\n]"}],"_postman_id":"24a45b50-8cb4-483b-b29e-a5a3212ba6d5"},{"name":"/v1/sources Request Parameters","event":[{"listen":"test","script":{"id":"3d0b025d-e048-41b9-bbbb-b195c9991f09","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"95c13e02-ed99-4151-9923-5e9782742a3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p><strong>REQUIRED</strong></p>\n<p><em>STRING</em></p>\n<p>Your Rapid API key</p>\n","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Output as JSON</p>\n","key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/sources?lang=en&country=US&topic=politics","description":"<p>Return a JSON comma-separated list of sources. </p>\n","urlObject":{"protocol":"https","path":["v1","sources"],"host":["newscatcher","p","rapidapi","com"],"query":[{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>Specifies the language of the search.  Allowed values are:\n<code>af</code>, <code>ar</code>, <code>bg</code>, <code>bn</code>, <code>ca</code>, <code>cn</code>, <code>cs</code>, <code>cy</code>, <code>da</code>, <code>de</code>, <code>el</code>, <code>en</code>, <code>es</code>, <code>et</code>, <code>fa</code>, <code>fi</code>, <code>fr</code>, <code>gu</code>, <code>he</code>, <code>hi</code>, <code>hr</code>, <code>hu</code>, <code>id</code>, <code>it</code>, <code>ja</code>, <code>kn</code>, <code>ko</code>, <code>lt</code>, <code>lv</code>, <code>mk</code>, <code>ml</code>, <code>mr</code>, <code>ne</code>, <code>nl</code>, <code>no</code>, <code>pa</code>, <code>pl</code>,<code>pt</code>, <code>ro</code>, <code>ru</code>, <code>sk</code>, <code>sl</code>, <code>so</code>, <code>sq</code>, <code>sv</code>, <code>sw</code>, <code>ta</code>, <code>te</code>, <code>th</code>, <code>tl</code>, <code>tr</code>, <code>tw</code>, <code>uk</code>, <code>ur</code>, <code>vi</code>.\nSpecifying the language will make your search more relevant</p>\n","type":"text/plain"},"key":"lang","value":"en"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the <code>lang</code> parameter. Accepts any <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a> codes</p>\n","type":"text/plain"},"key":"country","value":"US"},{"description":{"content":"<p><strong>OPTIONAL</strong></p>\n<p><em>STRING</em></p>\n<p>The topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are <code>news</code>, <code>sport</code>, <code>tech</code>, <code>world</code>, <code>finance</code>, <code>politics</code>, <code>business</code>, <code>economics</code>, <code>entertainment</code></p>\n<ul>\n<li><code>news</code> usually means a general news feed (main headlines of a website).</li>\n</ul>\n<blockquote>\n<p>Important: this parameter is [experimental]. Not all news articles are assigned with a <code>topic</code>, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a <code>tech</code> label.</p>\n</blockquote>\n<blockquote>\n<p>One topic at a time, for example <code>topic=sport</code></p>\n</blockquote>\n","type":"text/plain"},"key":"topic","value":"politics"}],"variable":[]}},"response":[{"id":"00f130b8-e8d7-479d-8cad-f4ff4aa1b525","name":"/v1/sources Quick Start","originalRequest":{"method":"GET","header":[{"description":"**REQUIRED**\n\n*STRING*\n\nYour Rapid API key","key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"description":"**OPTIONAL**\n\n*STRING*\n\nOutput as JSON","key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/sources?lang=en&country=US&topic=politics","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","sources"],"query":[{"key":"lang","value":"en","description":"**OPTIONAL**\n\n*STRING*\n\nSpecifies the language of the search.  Allowed values are `en`, `fr`, `de`, `ru`, `es`, `it`, `tr`, `ar`, `sw`, `da`. Specifying the language will make your search more relevant\n"},{"key":"country","value":"US","description":"**OPTIONAL**\n\n*STRING*\n\nThe country to which you want to narrow your search. This parameter is [experimental]. We advise you to use it in conjunction with the `lang` parameter. Accepts any [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes"},{"key":"topic","value":"politics","description":"**OPTIONAL**\n\n*STRING*\n\nThe topic to which you want to restrict the articles of your choice. This parameter is [experimental]. Accepted values are `news`, `sport`, `tech`, `world`, `finance`, `politics`, `business`, `economics`, `entertainment`\n\n* `news` usually means a general news feed (main headlines of a website).\n\n> Important: this parameter is [experimental]. Not all news articles are assigned with a `topic`, therefore, we cannot guarantee that 100% of topics talking about technology will be assigned a `tech` label.\n\n> One topic at a time, for example `topic=sport`"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:15:18 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 821f1951140ddf83c7de719a44727403.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd5r8ENlIAMFjLg="},{"key":"X-Amz-Cf-Id","value":"ySmEM7J3vLq9gSoiQ-uoydRJyRmlhFkVoEWsAyoqZHc-BJMB08wGZQ=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"130"},{"key":"x-amzn-RequestId","value":"e7fd9394-9d2e-44dc-93f0-f3d6ceb3d05f"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed56fe5-cb014078e205c0805817acf0;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99986"},{"key":"Content-Length","value":"130"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"bloomberg.com\",\n    \"nationalreview.com\",\n    \"washingtonpost.com\",\n    \"thedailybeast.com\",\n    \"cnn.com\",\n    \"reuters.com\",\n    \"cbsnews.com\",\n    \"nymag.com\"\n]"}],"_postman_id":"95c13e02-ed99-4151-9923-5e9782742a3a"}],"id":"68df68e4-2512-40c8-aeeb-42c7ca7a6f32","description":"<p>Get the list of news websites (sources) that we support. Can be queried by <code>topic</code>, <code>country</code> or <code>lang</code></p>\n","event":[{"listen":"prerequest","script":{"id":"659151a2-bc87-43b4-a345-bbb6a17143bf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"77282255-4601-4a02-8bae-8e40a6f82cd3","type":"text/javascript","exec":[""]}}],"_postman_id":"68df68e4-2512-40c8-aeeb-42c7ca7a6f32"},{"name":"Examples","item":[{"name":"/search","item":[{"name":"Search on a phrase","event":[{"listen":"test","script":{"id":"52901bc3-a809-496c-ba84-d3e5662cc29b","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"2a7f3821-2a1d-4bdf-b619-b120d4e1cf6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=spaceX launch ISS","description":"<p>Let's try to find some information about the SpaceX launch of Crew Dragon</p>\n","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"spaceX launch ISS"}],"variable":[]}},"response":[{"id":"abb83fa8-28a1-4efa-8d43-46e20e9666b9","name":"Search on a phrase","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=spaceX launch ISS","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"spaceX launch ISS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:16:28 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 b541956a3e11a8d6bd72d74e925ca434.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd527GKMIAMFiIw="},{"key":"X-Amz-Cf-Id","value":"RgG9xVqIQW7p3s_B2CS_42TFaJ-0fPAmqUnCHDIF080s1KGOnnGcGw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"33613"},{"key":"x-amzn-RequestId","value":"ac41ef7d-46c2-4aa6-a0ae-d3183c0d82d1"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed5702c-3ddd84db6840fbcafe5fc9fb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99987"},{"key":"Content-Length","value":"33613"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 10000,\n    \"page\": 1,\n    \"total_pages\": 200,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"NASA astronauts complete their dress rehearsal before their SpaceX launch to the ISS on 28 May, 2.00 am IST\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"FP Trending\",\n            \"rights\": \"https://www.firstpost.com\",\n            \"link\": \"https://www.firstpost.com/tech/science/nasa-astronauts-complete-their-dress-rehearsal-before-their-spacex-launch-to-the-iss-on-28-may-2-00-am-ist-8408991.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts complete their dress rehearsal before their SpaceX launch to the ISS on 28 May, 2.00 am IST\",\n            \"published_date\": \"2020-05-26 04:06:44\",\n            \"_id\": \"9ba9c3cc3ce5fead8830084dd8e1ca11\",\n            \"_score\": 29.94878\n        },\n        {\n            \"summary\": \"Ahead of the launch of the Crew Dragon mission, the BBC explains what SpaceX actually does.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/science-environment-52809202\",\n            \"rank\": \"57\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX launch: What is SpaceX and why is it going to the ISS?\",\n            \"published_date\": \"2020-05-26 23:46:18\",\n            \"_id\": \"977dd898d91b98eabff437798ab0abfb\",\n            \"_score\": 29.70415\n        },\n        {\n            \"summary\": null,\n            \"country\": \"GB\",\n            \"clean_url\": \"telegraph.co.uk\",\n            \"author\": \"Hannah Boland\",\n            \"rights\": null,\n            \"link\": \"https://www.telegraph.co.uk/technology/2020/05/31/us-astronauts-dock-iss-spacex-launch/\",\n            \"rank\": \"113\",\n            \"topic\": \"NA\",\n            \"language\": null,\n            \"title\": \"US astronauts dock at ISS after SpaceX launch\",\n            \"published_date\": \"2020-05-31 15:00:45\",\n            \"_id\": \"0496105a84473c29e8e168659b5898f0\",\n            \"_score\": 29.570526\n        },\n        {\n            \"summary\": \"After a delay, NASA and SpaceX are now set to try to launch astronauts to the the International Space Station (ISS) on Saturday. It will be the first mission to launch astronauts from the American soil on an American rocket to the ISS since 2011.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ndtv.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://gadgets.ndtv.com/science/news/spacex-launch-how-to-watch-live-crew-dragon-demo-2-time-where-when-astronauts-2235445\",\n            \"rank\": \"978\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: How to Watch Crew Dragon Demo-2 Launch Live, Timings, Astronauts, and More\",\n            \"published_date\": \"2020-05-30 14:18:37\",\n            \"_id\": \"96e64bf0425356daf01b6640453c7bbc\",\n            \"_score\": 29.092037\n        },\n        {\n            \"summary\": \"SpaceX will launch its Crew Dragon reusable spacecraft to the International Space Station (ISS) on Wednesday. While the Crew Dragon has docked with the ISS before, this will be its first manned mission.How to watch the SpaceX Crew Dragon launchWhat: SpaceX Falcon 9 launchPayload: Manned Crew Dragon spacecraftDate: Wednesday, May 27, 2020Time: 4:33 p.m. ETLocation: ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"popculture.com\",\n            \"author\": \"Thom Craver\",\n            \"rights\": null,\n            \"link\": \"https://popculture.com/trending/news/spacex-launch-how-to-watch-crew-dragon-online-stream-info-launch/\",\n            \"rank\": \"14273\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: How to Watch Crew Dragon Online, Stream Info, Launch Time\",\n            \"published_date\": \"2020-05-26 23:06:00\",\n            \"_id\": \"4e406796761a5eb0fa8c501e62510608\",\n            \"_score\": 29.070173\n        },\n        {\n            \"summary\": \"Nasa astronauts Douglas Hurley and Robert Behnken have joined the crew of the ISS after a successful launch on the SpaceX Falcon craft.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"onenewspage.com\",\n            \"author\": null,\n            \"rights\": \"(c) copyright One News Page\",\n            \"link\": \"https://www.onenewspage.com/video/20200531/13084755/SpaceX-astronauts-join-ISS-crew.htm\",\n            \"rank\": \"40499\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX astronauts join ISS crew\",\n            \"published_date\": \"2020-05-31 19:15:14\",\n            \"_id\": \"c4034b63d489ef86bbb992155bf97827\",\n            \"_score\": 28.95085\n        },\n        {\n            \"summary\": \"Read more...\\n \\n \\n\\nMore about Nasa, Spacex, Iss, Crew Dragon, and Tech\",\n            \"country\": \"US\",\n            \"clean_url\": \"mashable.com\",\n            \"author\": \"Stan Schroeder\",\n            \"rights\": null,\n            \"link\": \"http://feeds.mashable.com/~r/mashable/tech/~3/BTJEykG-l50/\",\n            \"rank\": \"236\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"How to watch SpaceX launch NASA astronauts into space\",\n            \"published_date\": \"2020-05-26 14:04:09\",\n            \"_id\": \"f0a3a31acf7865439742524cfb7bd38d\",\n            \"_score\": 28.688875\n        },\n        {\n            \"summary\": \"In a historic first, Hawthorne, California-based SpaceX had a successful launch, and subsequent docking, of a SpaceX Dragon capsule--the Endeavor--with the International Space Station. The launch on Friday went off without a hitch, and the SpaceX Dragon docked with the ISS, delivering Astronauts Bob Behnken and Col. Doug Hurley to the ISS at 10:16 a.m. ET. The successful launch and docking is the first time that the United States has delivered astronauts from its own soil, using U.S. vehicles, since the retirement of the Space Shuttle. The SpaceX Dragon spent 19 hours orbiting the earth before berthing with the ISS. Behnken and Hurley are expected to spend between six and 16 weeks aboard the ISS; the return date for the SpaceX Crew Dragon has not been specified yet by NASA.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"socaltech.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2008 SOCALTECH LLC\",\n            \"link\": \"http://www.socaltech.com/spacex_dragon_with_crew_in_historic_launch_and_docking/s-0079913.html\",\n            \"rank\": \"117346\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Dragon, With Crew, In Historic Launch And Docking\",\n            \"published_date\": \"2020-06-01 12:50:00\",\n            \"_id\": \"c7098f4e05814aae38de335b528cd1f6\",\n            \"_score\": 28.597439\n        },\n        {\n            \"summary\": \"A SpaceX Crew Dragon spacecraft will be flying the astronauts to the ISS with the help of the Falcon 9 rocket.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dnaindia.com\",\n            \"author\": \"DNA Web Team\",\n            \"rights\": \"COPYRIGHT @ 2020 DILIGENT MEDIA CORPORATION LTD. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.dnaindia.com/science/report-launch-america-here-s-how-to-watch-nasa-spacex-s-historic-crewed-launch-to-iss-live-2825986\",\n            \"rank\": \"3107\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Launch America: Here's how to watch NASA, SpaceX's historic crewed launch to ISS live\",\n            \"published_date\": \"2020-05-26 07:56:00\",\n            \"_id\": \"eedac73b938500d4e7d8a4b546a4764e\",\n            \"_score\": 28.391527\n        },\n        {\n            \"summary\": \"SpaceX and NASA have delayed the launch of the Crew Dragon spacecraft on a historic mission to the ISS, after poor weather finally halted launch preparations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"forbes.com\",\n            \"author\": \"Jonathan O'Callaghan, Contributor\",\n            \"rights\": \"Copyright 2020 Forbes LLC\",\n            \"link\": \"https://www.forbes.com/sites/jonathanocallaghan/2020/05/27/spacex-delays-launch-of-historic-crew-dragon-spacecraft-for-nasa-after-bad-weather/\",\n            \"rank\": \"53\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Delays Launch Of Historic Crew Dragon Spacecraft For NASA After Bad Weather\",\n            \"published_date\": \"2020-05-27 20:33:22\",\n            \"_id\": \"59beca396deca0fa7c1d34e06a60eda4\",\n            \"_score\": 28.324541\n        },\n        {\n            \"summary\": \"Weather postpones launch of the manned Demo-2 mission, which is a joint enterprise between NASA and SpaceX.\\n \\nThis story continues at Weather postpones SpaceX Demo-2 mission to ISS\\n \\nOr just read more coverage at Electronics Weekly\",\n            \"country\": \"NA\",\n            \"clean_url\": \"electronicsweekly.com\",\n            \"author\": \"Alun Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.electronicsweekly.com/news/weather-postpones-spacex-demo-2-mission-iss-2020-05/\",\n            \"rank\": \"20022\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Weather postpones SpaceX Demo-2 mission to ISS\",\n            \"published_date\": \"2020-05-28 10:44:28\",\n            \"_id\": \"516a968ebbb89ce6fcceee30af4f32a3\",\n            \"_score\": 27.684563\n        },\n        {\n            \"summary\": \"SpaceX, NASA prepares to send the first Astronaut-manned launch into space from the US in nearly 10 years. Will the weather cooperate with their launch this Wednesday?\",\n            \"country\": \"NA\",\n            \"clean_url\": \"itechpost.com\",\n            \"author\": null,\n            \"rights\": \"All articles are copyrighted by iTech Post\",\n            \"link\": \"http://www.itechpost.com/articles/102749/20200525/spacex-nasas-historic-rocket-launch-iss-threatened-disruptive-weather-delay.htm\",\n            \"rank\": \"44855\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX, NASA's Historic Rocket Launch to the ISS Threatened by Disruptive Weather Delay\",\n            \"published_date\": \"2020-05-26 03:37:32\",\n            \"_id\": \"724e3b8318caeaf1319e545e250a8c91\",\n            \"_score\": 27.476181\n        },\n        {\n            \"summary\": \"SpaceX is hours away from its first manned flight. NASA and Elon Musk's space transportation services company will launch a Dragon 2 reusable spacecraft to the International Space Station (ISS). While the Crew Dragon craft has docked with the ISS before, this will be its first manned mission.How to watch the SpaceX Crew Dragon launchWhat: ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"popculture.com\",\n            \"author\": \"Thom Craver\",\n            \"rights\": null,\n            \"link\": \"https://popculture.com/trending/news/spacex-launch-watch-live-stream-start-time-crew-dragon-may-27/\",\n            \"rank\": \"14273\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch live stream, liftoff time, as NASA Crew Dragon Astronauts Make History\",\n            \"published_date\": \"2020-05-27 18:57:00\",\n            \"_id\": \"08a83557518fa805ebdb94f70afb59bc\",\n            \"_score\": 27.429981\n        },\n        {\n            \"summary\": \"SpaceX launched two Americans into orbit to ISS, a landmark mission that ended Russia's monopoly on flights there.\\n \\nThe post Russian space agency applauds NASA-SpaceX launch, calls Trump’s reaction ‘hysteria’ appeared first on Firstpost.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"http://www.firstpost.com/tech/science/russian-space-agency-calls-trumps-reaction-to-spacex-launch-hysteria-8431991.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Russian space agency applauds NASA-SpaceX launch, calls Trump's reaction ‘hysteria'\",\n            \"published_date\": \"2020-05-31 18:45:23\",\n            \"_id\": \"9db349e171dddbe959f8ce9957c51238\",\n            \"_score\": 27.42226\n        },\n        {\n            \"summary\": \"Astronauts Doug Hurley and Bob Behnken are scheduled to launch on the first manned SpaceX mission to the International Space Station at 4:33 pm on Wednesday. It will be the first manned liftoff from the U.S. on American-made rockets and spacecraft since 2011. The launch could usher in a new era of privatized space flight. […]\\n \\nThe post SpaceX Launch: Watch Today’s Historic Manned Mission Blast Off to the ISS LIVE appeared first on Towleroad Gay News.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"towleroad.com\",\n            \"author\": \"Andy Towle\",\n            \"rights\": null,\n            \"link\": \"http://feeds.towleroad.com/~r/towleroad/feed/~3/q5OXj-F1H_0/\",\n            \"rank\": \"20299\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch Today's Historic Manned Mission Blast Off to the ISS LIVE\",\n            \"published_date\": \"2020-05-27 16:30:00\",\n            \"_id\": \"b4a8941eb69cf643a0e3a81976652c93\",\n            \"_score\": 27.346134\n        },\n        {\n            \"summary\": \"Astronauts Doug Hurley and Bob Behnken are scheduled to launch on the first manned SpaceX mission to the International Space Station at 3:22 pm ET on Saturday, after a scheduled Wednesday lift-off scrubbed due to weather. It will be the first manned liftoff from the U.S. on American-made rockets and spacecraft since 2011. The launch […]\\n \\nThe post SpaceX Launch: Watch the Historic Manned Mission Blast Off to the ISS LIVE appeared first on Towleroad Gay News.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"towleroad.com\",\n            \"author\": \"Andy Towle\",\n            \"rights\": null,\n            \"link\": \"http://feeds.towleroad.com/~r/towleroad/feed/~3/PKc_tL-5m_k/\",\n            \"rank\": \"20299\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch the Historic Manned Mission Blast Off to the ISS LIVE\",\n            \"published_date\": \"2020-05-30 15:13:00\",\n            \"_id\": \"0489df170db008f43afd9e3611cb1a63\",\n            \"_score\": 27.346134\n        },\n        {\n            \"summary\": \"Elon Musk's SpaceX now becomes the first commercial company to launch a rocket carrying humans into orbit\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deccanchronicle.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.deccanchronicle.com/world/america/310520/nasa-resumes-human-spaceflight-from-us-soil-after-nine-years.html\",\n            \"rank\": \"5179\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends two NASA astronauts to ISS in historic mission\",\n            \"published_date\": \"2020-05-31 05:03:19\",\n            \"_id\": \"516090b87928fa04ad447c8b28032fc4\",\n            \"_score\": 27.272257\n        },\n        {\n            \"summary\": \"The historic mission to the ISS is the first crewed outing from American soil in nine years.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/world-europe-52805250\",\n            \"rank\": \"57\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch: Astronauts Doug Hurley and Bob Behnken successfully launch\",\n            \"published_date\": \"2020-05-27 19:50:00\",\n            \"_id\": \"220e769cde728c98dbe04c4f69300b30\",\n            \"_score\": 27.21506\n        },\n        {\n            \"summary\": \"Elon Musk's SpaceX now becomes the first commercial company to launch a rocket carrying humans into orbit\",\n            \"country\": \"NA\",\n            \"clean_url\": \"asianage.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.asianage.com/world/americas/310520/nasa-resumes-human-spaceflight-from-us-soil-after-nine-years.html\",\n            \"rank\": \"12071\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends two NASA astronauts to ISS in historic mission\",\n            \"published_date\": \"2020-05-31 05:02:54\",\n            \"_id\": \"29ca03293563ed6e0a8587bd19e69bbb\",\n            \"_score\": 27.090172\n        },\n        {\n            \"summary\": \"NASA and SpaceX are gearing up for the Demo-2 mission this week, which will see the Crew Dragon launch from the Kennedy Space Center and rendezvous with the ISS.\\n \\nThe post NASA and SpaceX Gearing Up For Historic Crew Dragon Launch This Week appeared first on Universe Today.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"today.com\",\n            \"author\": \"Matt Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.universetoday.com/146205/nasa-and-spacex-gearing-up-for-historic-crew-dragon-launch-this-week/\",\n            \"rank\": \"644\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA and SpaceX Gearing Up For Historic Crew Dragon Launch This Week\",\n            \"published_date\": \"2020-05-26 18:08:17\",\n            \"_id\": \"c14e6b28fa0fb7cec54a58649bae5206\",\n            \"_score\": 26.936369\n        },\n        {\n            \"summary\": \"NASA and SpaceX launched Crew Dragon spacecraft from NASA's Kennedy Space Center in Florida on Saturday, carrying two American astronauts to the International Space Station (ISS).\",\n            \"country\": \"NA\",\n            \"clean_url\": \"globalsecurity.org\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.globalsecurity.org/space/library/news/2020/space-200531-globaltimes01.htm\",\n            \"rank\": \"3478\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX launch astronauts to space\",\n            \"published_date\": \"2020-06-01 00:34:45\",\n            \"_id\": \"ba6bbe20a7e73107987f78216c15d163\",\n            \"_score\": 26.898512\n        },\n        {\n            \"summary\": \"We have liftoff for the Demo-2 mission.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cnet.com\",\n            \"author\": \"Amanda Kooser\",\n            \"rights\": null,\n            \"link\": \"https://www.cnet.com/news/spacex-nasa-make-history-with-launch-of-two-astronauts-to-iss/#ftag=CAD590a51e\",\n            \"rank\": \"135\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX, NASA make history with launch of two astronauts to ISS Saturday     - CNET\",\n            \"published_date\": \"2020-05-30 20:55:00\",\n            \"_id\": \"4c94d2b0aa5eb404a90c47327817953f\",\n            \"_score\": 26.801252\n        },\n        {\n            \"summary\": \"The historic mission to the ISS is the first crewed outing from American soil in nine years.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/world-europe-52805250\",\n            \"rank\": \"57\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch: Astronauts Doug Hurley and Bob Behnken attempt launch for second time\",\n            \"published_date\": \"2020-05-27 19:50:00\",\n            \"_id\": \"09a5481230a353d69171cf05a1b82d3c\",\n            \"_score\": 26.738663\n        },\n        {\n            \"summary\": \"Elon Musk's company becomes first to launch space rocket\",\n            \"country\": \"NA\",\n            \"clean_url\": \"samaa.tv\",\n            \"author\": \"AFP\",\n            \"rights\": null,\n            \"link\": \"https://www.samaa.tv/global/2020/05/nasa-astronauts-head-for-iss-on-historic-spacex-flight/\",\n            \"rank\": \"38006\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts head for ISS on historic SpaceX flight\",\n            \"published_date\": \"2020-05-31 03:27:16\",\n            \"_id\": \"27055748aefb0b911614d9a1061557e8\",\n            \"_score\": 26.7066\n        },\n        {\n            \"summary\": \"This Saturday, NASA and SpaceX will make their second attempt to send astronauts to the ISS from US soil for the first time since 2011!\\n \\nThe post Due to Weather Delay, NASA & SpaceX Push Historic Launch to Saturday appeared first on Universe Today.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"today.com\",\n            \"author\": \"Matt Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.universetoday.com/146273/due-to-weather-delay-nasa-spacex-push-historic-launch-to-saturday/\",\n            \"rank\": \"644\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Due to Weather Delay, NASA & SpaceX Push Historic Launch to Saturday\",\n            \"published_date\": \"2020-05-29 22:21:45\",\n            \"_id\": \"acac316e6bd4e79e0ca816d0733355dc\",\n            \"_score\": 26.610071\n        },\n        {\n            \"summary\": \"Currently, the ISS is running with a skeleton crew of three astronauts and the new mission is supposed to launch on 27 May.  \\n \\nThe post NASA astronauts launched to the ISS, by SpaceX on Wednesday, 2.00 am IST, will stay longer than originally planned appeared first on Firstpost.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"http://www.firstpost.com/tech/science/nasa-astronauts-launched-iss-spacex-wednesday-2-00-ist-will-stay-longer-originally-planned-8323611.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts launched to the ISS, by SpaceX on Wednesday, 2.00 am IST, will stay longer than originally planned\",\n            \"published_date\": \"2020-05-27 04:30:09\",\n            \"_id\": \"3c29a2cb32ee8b3f7906e84d57e406d3\",\n            \"_score\": 26.48954\n        },\n        {\n            \"summary\": \"Today NASA’s Commercial Crew Program will launch NASA astronauts Robert Behnken and Douglas Hurley on a SpaceX Crew Dragon to the ISS. The International Space Station will receive the SpaceX Crew Dragon spacecraft after the 4:33 EDT launch today on Wednesday, May 27, 2020. To participate and watch live, you’ll want to take a few steps. UPDATE: This launch was … Continue reading\",\n            \"country\": \"NA\",\n            \"clean_url\": \"slashgear.com\",\n            \"author\": \"Chris Burns\",\n            \"rights\": null,\n            \"link\": \"http://feeds.slashgear.com/~r/slashgear/~3/ZCDjfRp_wyo/\",\n            \"rank\": \"2400\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX NASA launch: How to watch live [UPDATE: Scrubbed]\",\n            \"published_date\": \"2020-05-27 15:22:45\",\n            \"_id\": \"5e4e6046910f46c20645be93551ce0fb\",\n            \"_score\": 26.346672\n        },\n        {\n            \"summary\": \"To intercept the International Space Station (ISS), the SpaceX capsule must match the station's speed, altitude and inclination. Here's is the science behind that.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"iafrikan.com\",\n            \"author\": \"Gareth Dorrian & Ian Whittaker\",\n            \"rights\": null,\n            \"link\": \"https://www.iafrikan.com/2020/06/01/spacex-astronauts-space-rockets-science-elon-must-international-space-station/\",\n            \"rank\": \"149566\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"The science behind the SpaceX astronaut launch\",\n            \"published_date\": \"2020-06-01 11:15:13\",\n            \"_id\": \"36714c8a2c4784008f81355e2d941a00\",\n            \"_score\": 26.327887\n        },\n        {\n            \"summary\": \"NASA-SpaceX Launch: अमेरिका के Astronauts Rob Behnken और Doug Hurley इंटरनैशनल स्पेस स्टेशन (ISS) पहुंच चुके हैं। साल 2011 के बाद से पहली बार America की धरती से Astronauts स्पेस पहुंचे हैं। ये Spacecraft Crew Dragon SpaceX कंपनी के Falcon 9 रॉकेट से लॉन्च किया गया था।\",\n            \"country\": \"IN\",\n            \"clean_url\": \"indiatimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://navbharattimes.indiatimes.com/world/america/crew-dragon-spacecraft-successfully-docked-at-the-international-space-center-carrying-rob-behnken-and-doug-hurley/articleshow/76122573.cms\",\n            \"rank\": \"340\",\n            \"topic\": \"NA\",\n            \"language\": \"hi\",\n            \"title\": \"ISS पर उतरा NASA, देखें अद्भुत नजारा\",\n            \"published_date\": \"2020-05-31 14:57:54\",\n            \"_id\": \"106ffd35d2b9838fbe2d3e5e55a18626\",\n            \"_score\": 26.32788\n        },\n        {\n            \"summary\": \"Today NASA’s Commercial Crew Program will launch NASA astronauts Robert Behnken and Douglas Hurley on a SpaceX Crew Dragon to the ISS. The International Space Station will receive the SpaceX Crew Dragon spacecraft after the 4:33 EDT launch today on Wednesday, May 27, 2020. To participate and watch live, you’ll want to take a few steps. First, viewers can take … Continue reading\",\n            \"country\": \"NA\",\n            \"clean_url\": \"slashgear.com\",\n            \"author\": \"Chris Burns\",\n            \"rights\": null,\n            \"link\": \"http://feeds.slashgear.com/~r/slashgear/~3/ZCDjfRp_wyo/\",\n            \"rank\": \"2400\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX NASA launch: How to watch live\",\n            \"published_date\": \"2020-05-27 15:22:45\",\n            \"_id\": \"db457a486ad7a0e86e3d0fe6d1789cc3\",\n            \"_score\": 26.091772\n        },\n        {\n            \"summary\": \"\\\"They're smart engineers at NASA. They're smart engineers at SpaceX, all with motivation to do the same thing, and that's fly missions effectively and safely,\\\" Cassidy said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cbsnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.cbsnews.com/~r/CBSNewsEarlyShow/~3/gJN8rCN_7qg/\",\n            \"rank\": \"214\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"\\\"The future is here\\\": ISS commander on historic SpaceX launch\",\n            \"published_date\": \"2020-05-27 14:58:44\",\n            \"_id\": \"806de3cf457fdb1056f9f0564a206f46\",\n            \"_score\": 25.962767\n        },\n        {\n            \"summary\": \"The historic launch of two astronauts aboard a SpaceX Crew Dragon capsule from Kennedy Space Center is scheduled for Wednesday.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mynews13.com\",\n            \"author\": \"Anthony Leone\",\n            \"rights\": null,\n            \"link\": \"http://www.mynews13.com/fl/orlando/new-space-race/2020/05/24/spacex-dragon-crew-launch\",\n            \"rank\": \"24463\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Astronaut Launch From US to ISS Will Be 1st in Nearly a Decade\",\n            \"published_date\": \"2020-05-25 06:51:00\",\n            \"_id\": \"980e17670ea49b1cb76f89d0e6f8cc90\",\n            \"_score\": 25.841951\n        },\n        {\n            \"summary\": \"The Demo-2 mission is the first launch from the United States in almost a decade.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vanityfair.com\",\n            \"author\": \"Jordan Hoffman\",\n            \"rights\": \"© Condé Nast 2020\",\n            \"link\": \"https://www.vanityfair.com/style/2020/05/elon-musks-spacex-successfully-sends-two-astronauts-to-the-iss\",\n            \"rank\": \"827\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk's SpaceX Successfully Sends Two Astronauts to the ISS\",\n            \"published_date\": \"2020-05-31 16:28:55\",\n            \"_id\": \"e6bed7829d9df61d65bcbbc376a63335\",\n            \"_score\": 25.835384\n        },\n        {\n            \"summary\": \"Two American astronauts are cruising to the International Space Station aboard a SpaceX capsule, forging a new landmark for NASA and visionary billionaire Elon Musk.\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"mybroadband.co.za\",\n            \"author\": \"Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://mybroadband.co.za/news/science/354207-spacex-sends-astronauts-to-iss-after-first-successful-crewed-launch.html\",\n            \"rank\": \"13098\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends astronauts to ISS after first successful crewed launch\",\n            \"published_date\": \"2020-05-31 05:57:52\",\n            \"_id\": \"785699f6365e55cc05a3bbce7e62dce6\",\n            \"_score\": 25.829676\n        },\n        {\n            \"summary\": \"Als erstes privates Raumfahrtunternehmen wollte Elon Musks SpaceX am Mittwoch zwei Menschen ins All schießen. Der Launch wurde wegen schlechten Wetters nun allerdings verschoben.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"manager-magazin.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.manager-magazin.de/unternehmen/artikel/a-1307355.html#ref=rss\",\n            \"rank\": \"7720\",\n            \"topic\": \"economics\",\n            \"language\": \"de\",\n            \"title\": \"Dragon-Kapsel sollte Astronauten zur ISS bringen: SpaceX verschiebt ersten bemannten Raketenstart\",\n            \"published_date\": \"2020-05-27 16:40:00\",\n            \"_id\": \"0ccc204bde68c9ada240434cd70e0f7e\",\n            \"_score\": 25.805803\n        },\n        {\n            \"summary\": \"ISS Commander Chris Cassidy praises NASA's upcoming historic space flight, which will be the first launched from US soil since the space shuttle program ended as a 'gigantic deal'.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"dailymail.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Associated Newspapers Ltd\",\n            \"link\": \"https://www.dailymail.co.uk/news/article-8355935/ISS-commander-celebrates-gigantic-SpaceX-launch-step-future-American-space-travel.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\",\n            \"rank\": \"129\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"ISS commander celebrates 'gigantic' SpaceX launch as 'step toward future' of American space travel\",\n            \"published_date\": \"2020-05-26 03:42:52\",\n            \"_id\": \"d6c935e73fa0fff83ee37a98d05b2c9c\",\n            \"_score\": 25.803553\n        },\n        {\n            \"summary\": \"With SpaceX sending people to the ISS soon, we sat down with retired astronaut Cady Coleman to help understand how important this launch really is.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"space.com\",\n            \"author\": \"Russell Holly\",\n            \"rights\": null,\n            \"link\": \"https://www.space.com/astronaut-cady-coleman-talks-spacex-crew-dragon-launch.html\",\n            \"rank\": \"1025\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Interview: Astronaut Cady Coleman on  SpaceX's historic Demo-2 launch for NASA\",\n            \"published_date\": \"2020-05-27 11:22:24\",\n            \"_id\": \"8d188e065ce3738fa95a7b7fc39e8401\",\n            \"_score\": 25.783997\n        },\n        {\n            \"summary\": \"Bermuda’s NASA Tracking Station on Cooper's Island played a role in the historic SpaceX and NASA launch of astronauts on Saturday [May 30], with the station providing data as it monitored the launch. The launch was successful, taking the astronauts into orbit before they docked with the International Space Station [ISS] yesterday [May 31]. In […]\\n\\n\\n\\n(Click to read the full article)\",\n            \"country\": \"BM\",\n            \"clean_url\": \"bernews.com\",\n            \"author\": \"Bernews3\",\n            \"rights\": null,\n            \"link\": \"http://bernews.com/2020/06/video-bermuda-plays-role-spacex-launch/\",\n            \"rank\": \"55004\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Video: Bermuda Mentioned During SpaceX Launch\",\n            \"published_date\": \"2020-06-01 16:16:47\",\n            \"_id\": \"7e82e5f3505763f3236eb5a768f73cba\",\n            \"_score\": 25.747267\n        },\n        {\n            \"summary\": \"THE ISS Commander has dubbed the &#8220;gigantic&#8221; SpaceX launch as &#8220;step toward the future&#8221; of American space travel. &#8220;Now the future is here,&#8221; Chris Cassidy said during an interview with CBS on Monday morning. &#8220;Oh, it's a gigantic deal. I mean, we retired the shuttle for very sound reasons when that decision was made with [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"the-sun.com\",\n            \"author\": \"Mollie Mansfield\",\n            \"rights\": null,\n            \"link\": \"https://www.the-sun.com/news/880871/iss-commander-spacex-launch/\",\n            \"rank\": \"34197\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"ISS commander celebrates ‘gigantic' SpaceX launch as ‘step toward the future' of American space travel\",\n            \"published_date\": \"2020-05-25 12:46:15\",\n            \"_id\": \"e963e794ec22497858c4e57a0e7ea3be\",\n            \"_score\": 25.403896\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"chicagotribune.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Chicago Tribune\",\n            \"link\": \"https://www.chicagotribune.com/nation-world/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.chicagotribune.com/arcio/rss/category/nation-world/\",\n            \"rank\": \"367\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"af807599e7a5d84b8e15d813421ef440\",\n            \"_score\": 25.393757\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nydailynews.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 New York Daily News\",\n            \"link\": \"http://feeds.nydailynews.com/~r/nydnrss/news/national/~3/erlNzXKe1KA/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html\",\n            \"rank\": \"454\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"e2f793f44dae04fd10aad92138cb70da\",\n            \"_score\": 25.38879\n        },\n        {\n            \"summary\": \"SpaceX's historic first crewed mission was set to blast off for the International Space Station as scheduled on Saturday, NASA said, although uncertainty remained over weather conditions at the Florida launch site.\",\n            \"country\": \"CA\",\n            \"clean_url\": \"digitaljournal.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.digitaljournal.com/news/world/spacex-launch-to-iss-on-schedule-though-weather-uncertain/article/572459\",\n            \"rank\": \"1534\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX launch to ISS on schedule though weather uncertain\",\n            \"published_date\": \"2020-05-30 13:50:18\",\n            \"_id\": \"ca20b52d55e100efb48f518c88050cc4\",\n            \"_score\": 25.33156\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"sun-sentinel.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Sun Sentinel\",\n            \"link\": \"https://www.sun-sentinel.com/news/florida/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.sun-sentinel.com/arcio/rss/category/news/\",\n            \"rank\": \"1699\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"be0c48f4ee19c94aab0429ed87426ebb\",\n            \"_score\": 25.323433\n        },\n        {\n            \"summary\": \"Retired astronaut Cady Coleman gives us insight into the significance of NASA and SpaceX's joint test flight to the ISS.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Jessie Wade\",\n            \"rights\": null,\n            \"link\": \"https://www.ign.com/articles/nasa-spacex-launch-marks-new-era-for-space-exploration\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX Launch Marks New Era for Space Exploration\",\n            \"published_date\": \"2020-05-27 17:40:04\",\n            \"_id\": \"f1923933c943d725503fa6dea6f0b9f8\",\n            \"_score\": 25.318848\n        },\n        {\n            \"summary\": \"Am Mittwochabend hätten zwei Astronauten an Bord einer Falcon-9-Rakete zur ISS aufbrechen sollen. Das Wetter spielte nicht mit.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"futurezone.at\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://futurezone.at/science/spacex-stoppt-raketenstart-knapp-vor-launch/400854200\",\n            \"rank\": \"24423\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"SpaceX stoppt Raketenstart knapp vor Launch\",\n            \"published_date\": \"2020-05-27 20:56:12\",\n            \"_id\": \"6b46e40de1fabaf2dc57e2eb87ab52c8\",\n            \"_score\": 25.290564\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mcall.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Morning Call\",\n            \"link\": \"https://www.mcall.com/news/breaking/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.mcall.com/arcio/rss/category/news/breaking/\",\n            \"rank\": \"4177\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"67f54771ead47d93afdca1acb2d166cb\",\n            \"_score\": 25.216644\n        },\n        {\n            \"summary\": \"History was made on March 30, 2020, with the successful launch of the SpaceX Crew Dragon spacecraft, carrying 2 NASA astronauts.  It was the first launch of astronauts on American rockets and spacecraft, from American soil, since 2011. The mission will carry the astronauts to the International Space Station.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"earthsky.org\",\n            \"author\": \"EarthSky\",\n            \"rights\": null,\n            \"link\": \"https://earthsky.org/space/watch-online-nasa-coverage-spacex-demo-2\",\n            \"rank\": \"4890\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Liftoff! SpaceX Crew Dragon is carrying astronauts to ISS\",\n            \"published_date\": \"2020-05-30 19:40:27\",\n            \"_id\": \"52e9d18bee9bbcca201ee348c04d2300\",\n            \"_score\": 25.198309\n        },\n        {\n            \"summary\": \"The occasion will mark the first time a private company blasts NASA astronauts into space. Here's everything you need to know.\",\n            \"country\": \"US\",\n            \"clean_url\": \"wired.com\",\n            \"author\": \"Daniel Oberhaus\",\n            \"rights\": \"© Condé Nast 2020\",\n            \"link\": \"https://www.wired.com/story/how-to-watch-spacex-launch-astronauts-to-the-iss\",\n            \"rank\": \"149\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"How to Watch SpaceX Launch Astronauts to the ISS\",\n            \"published_date\": \"2020-05-26 10:00:00\",\n            \"_id\": \"082e7087b375b7ea78f768bddfd7cabc\",\n            \"_score\": 25.178493\n        },\n        {\n            \"summary\": \"This launch to the ISS will mark the first time astronauts are able to test the Crew Dragon capsule in space and could change the future of commercial space exploration.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"techrepublic.com\",\n            \"author\": null,\n            \"rights\": \"2020 CBS Interactive Inc. All rights reserved\",\n            \"link\": \"https://www.techrepublic.com/article/spacex-nasa-plan-to-launch-astronauts-to-the-space-station-wednesday-afternoon/#ftag=RSS56d97e7\",\n            \"rank\": \"1169\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX and NASA launch to the Space Station postponed due to weather\",\n            \"published_date\": \"2020-05-27 21:32:00\",\n            \"_id\": \"9643536e65a459483dcf5c63f4ceb16c\",\n            \"_score\": 25.074377\n        },\n        {\n            \"summary\": \"Two NASA astronauts will fly on SpaceX's Crew Dragon spacecraft to the International Space Station (ISS) on Wednesday, the first launch of American astronauts on an American rocket from American soil since 2011.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ecns.cn\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.ecns.cn/news/2020-05-26/detail-ifzwqsxz6423917.shtml\",\n            \"rank\": \"10244\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX make final preparations for historic launch\",\n            \"published_date\": \"2020-05-26 08:45:32\",\n            \"_id\": \"2c9bfa6e669afc3c4fcb73972bc04e38\",\n            \"_score\": 25.0371\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"spaceX launch ISS\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-05-25 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"relevancy\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"2a7f3821-2a1d-4bdf-b619-b120d4e1cf6f"},{"name":"SpaceX Search Launch Time Lang","event":[{"listen":"test","script":{"id":"85c7fd5f-8557-4bf9-bd14-822e5e1aa5d0","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"6efc7a06-2f01-408f-9933-5240b4fdf076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=spaceX launch ISS&from=2020-05-30 19:21&to=2020-05-30 19:23&lang=en","description":"<p>News about SpaceX launch of Crew Dragon during the launch</p>\n","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"spaceX launch ISS"},{"key":"from","value":"2020-05-30 19:21"},{"key":"to","value":"2020-05-30 19:23"},{"key":"lang","value":"en"}],"variable":[]}},"response":[],"_postman_id":"6efc7a06-2f01-408f-9933-5240b4fdf076"},{"name":"SpaceX Search Launch Detailed Query","event":[{"listen":"test","script":{"id":"3355993e-d24b-4bbc-976f-1b762c99f379","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"97cbbce7-d5cd-45ec-8557-0875b9e0cf58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=spacex %26%26 \"Elon Musk\" %26%26\"crew dragon\" !tesla !grimes &page=2&page_size=100","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"spacex %26%26 \"Elon Musk\" %26%26\"crew dragon\" !tesla !grimes "},{"key":"page","value":"2"},{"key":"page_size","value":"100"}],"variable":[]}},"response":[{"id":"a7c0e425-a856-499a-bd3b-20576a062737","name":"SpaceX Search Launch Detailed Query","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=spacex %26%26 \"Elon Musk\" %26%26\"crew dragon\" !tesla !grimes &page=2&page_size=100","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"spacex %26%26 \"Elon Musk\" %26%26\"crew dragon\" !tesla !grimes "},{"key":"page","value":"2"},{"key":"page_size","value":"100"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:19:56 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 c40ee2288a7db28fefd61c3f2ec7ccd7.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd6XWGFkIAMF2pw="},{"key":"X-Amz-Cf-Id","value":"tgCgf8sXTP-k8DV5x_HTlDwV0zoZ2n845A5FI-NNqz68an97V2Z43A=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"135383"},{"key":"x-amzn-RequestId","value":"beb16437-29d0-4796-a6e5-5354bad7785c"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed570fb-228614401822df76d4127c5a;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99983"},{"key":"Content-Length","value":"135383"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 311,\n    \"page\": 2,\n    \"total_pages\": 4,\n    \"page_size\": 100,\n    \"articles\": [\n        {\n            \"summary\": \"https://dday.imgix.net/system/uploads/news/main_image/35533/crew_dragon_large.jpg?w=329&h=256&fit=crop&auto=format%2Ccompress&s=02e7685b9f76603eb099a74a5ffb4c95\\nIl 27 maggio l'America tornerà a inviare astronauti in orbita dal suolo americano con un razzo americano. Non accadeva dal 2011, la fine dell'era dello Space Shuttle. La nuova possibilità è arrivata dall'accordo tra la NASA e la SpaceX di Elon Musk, la cui navicella Crew Dragon porterà sulla...Continua\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dday.it\",\n            \"author\": \"Sergio Donato\",\n            \"rights\": null,\n            \"link\": \"https://www.dday.it/redazione/35533/spacex-missione-demo2-astronauti-suolo-americano-orbita\",\n            \"rank\": \"70113\",\n            \"topic\": \"tech\",\n            \"language\": \"it\",\n            \"title\": \"Tutto pronto per il primo volo con astronauti di SpaceX: Crew Dragon parte il 27 maggio\",\n            \"published_date\": \"2020-05-25 08:57:00\",\n            \"_id\": \"cbca7202b1a6afc17022386838a716bc\",\n            \"_score\": 36.877754\n        },\n        {\n            \"summary\": \"Az űrutazást a trópusi vihar és a tornádóriadó miatt szombatra halasztották.  Az Egyesült Államok űrkutatási és űrhajózási hivatala (NASA) nem önerőből, hanem először a történelemben egy magánvállalkozással – a dél-afrikai születésű amerikai milliárdos üzletember, Elon Musk cégével – közösen indította volna asztronautáit az űrbe.  [interestingbar group=\\\"interesting\\\"] A Musk tulajdonában lévő SpaceX Crew Dragon űrhajójának fedélzetén Robert Behnken és Douglas Hurley veterán űrhajósok várták az indulást. A helyszínen megjelent Donald Trump amerikai elnök és a first lady, Mike Pence alelnök és a felesége, valamint Elon Musk is.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"hirado.hu\",\n            \"author\": null,\n            \"rights\": \"© 2020 Hirado.hu | All rights reserved\",\n            \"link\": \"https://hirado.hu/tudomany-high-tech/cikk/2020/05/27/elmaradt-a-spacex-urhajojanak-floridai-startja\",\n            \"rank\": \"49208\",\n            \"topic\": \"NA\",\n            \"language\": \"hu\",\n            \"title\": \"Elmaradt a SpaceX űrhajójának floridai startja\",\n            \"published_date\": \"2020-05-27 22:02:28\",\n            \"_id\": \"63743d55f1d06302bd0fd06aac0a6b79\",\n            \"_score\": 36.81836\n        },\n        {\n            \"summary\": \"Il lancio del razzo di costruzione della Space X di Elon Musk &quot;SpaceX Falcon 9&quot; &egrave; riuscito con successo. A bordo vi sono&nbsp;gli astronauti Robert Behnken e Douglas Hurley.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tuttonapoli.net\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.tuttonapoli.net/dai-social/foto-space-x-la-crew-dragon-mostra-le-immagini-da-mozzafiato-della-terra-la-sscn-ritwitta-434163\",\n            \"rank\": \"253004\",\n            \"topic\": \"sport\",\n            \"language\": \"it\",\n            \"title\": \"FOTO - Space X, la 'Crew Dragon' mostra le immagini da mozzafiato della terra: la SSCN ritwitta\",\n            \"published_date\": \"2020-05-31 15:45:30\",\n            \"_id\": \"072fb0ca4188fbedd937f428903eb6d8\",\n            \"_score\": 36.8068\n        },\n        {\n            \"summary\": \"Een deceptie voor Elon Musk en ruimtevaartorganisatie NASA. In Florida zou vanavond de Crew Dragon van Elon Musk's SpaceX gelanceerd worden. Het ruimteschip zou om 22.33 uur Nederlandse tijd richting ruimtestations ISS vertrekken. Op het laatste moment werd de lancering afgebroken vanwege slecht weer. Zaterdag wordt er weer een nieuwe poging gedaan.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ed.nl\",\n            \"author\": \"William van Houte\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.ed.nl/buitenland/lancering-van-spacex-ruimteschip-uitgesteld-vanwege-slecht-weer-zaterdag-nieuwe-poging~aae811da/\",\n            \"rank\": \"26022\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Lancering van SpaceX-ruimteschip uitgesteld vanwege slecht weer, zaterdag nieuwe poging\",\n            \"published_date\": \"2020-05-27 20:11:00\",\n            \"_id\": \"510882e422b767a9b731b040c7d34c46\",\n            \"_score\": 36.657658\n        },\n        {\n            \"summary\": \"Miami\\n \\n \\tLos astronautas de la NASA Douglas Hurley y Robert Behnken pusieron rumbo a la Estación Espacial Internacional (EEI) abordo de la cápsula Crew Dragon para certificar el sistema de vuelo de la empresa SpaceX, fundada por Elon Musk, generando una expectación entre la población que no se veía desde hacía años.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lostiempos.com\",\n            \"author\": \"lmendoza\",\n            \"rights\": null,\n            \"link\": \"https://www.lostiempos.com/tendencias/tecnologia/20200531/spacex-inicia-era-misiones-comerciales-al-espacio\",\n            \"rank\": \"30227\",\n            \"topic\": \"NA\",\n            \"language\": \"ca\",\n            \"title\": \"SpaceX inicia la era de las misiones comerciales al espacio\",\n            \"published_date\": \"2020-05-31 10:22:04\",\n            \"_id\": \"1493acd1ead55d3288fef1def55cdfd0\",\n            \"_score\": 36.622375\n        },\n        {\n            \"summary\": \"The two NASA astronauts who blasted into orbit on a SpaceX rocket successfully docked Sunday at the International Space Station &#8212; just 19 hours after taking off on the historic journey with Elon Musk&#8217;s company. Space veterans Doug Hurley and Bob Behnken gave a thumbs up after the brand-new Dragon capsule automatically docked, with no...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nypost.com\",\n            \"author\": \"Jackie Salo\",\n            \"rights\": null,\n            \"link\": \"https://nypost.com/2020/05/31/spacex-crew-dragon-successfully-docks-at-iss/\",\n            \"rank\": \"378\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Crew Dragon successfully docks at International Space Station\",\n            \"published_date\": \"2020-05-31 15:37:35\",\n            \"_id\": \"c65b905f6acdaf54a2e00423bcde4ee4\",\n            \"_score\": 36.485794\n        },\n        {\n            \"summary\": \"Elon Musk heeft in een Amerikaans televisieprogramma gezegd dat hij erg zenuwachtig is voor de lancering van ruimteschip Crew Dragon vanavond. Vooral de verantwoordelijkheid die hij draagt voor de levens van de twee astronauten weegt erg zwaar, zei hij. Vanavond omstreeks 22.30 uur (onze tijd) zullen de Nasa-astronauten gelanceerd worden vanuit het Kennedy Space Center in Florida. Ook in Nederland moet het ruimteschip te zien zijn.\",\n            \"country\": \"NL\",\n            \"clean_url\": \"ad.nl\",\n            \"author\": \"Buitenlandredactie\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.ad.nl/buitenland/elon-musk-zenuwachtig-voor-spacex-lancering-vanavond-ook-te-zien-in-ons-land~a6fb593d/\",\n            \"rank\": \"4506\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Elon Musk zenuwachtig voor SpaceX-lancering, vanavond ook te zien in ons land!\",\n            \"published_date\": \"2020-05-27 16:39:00\",\n            \"_id\": \"a79e0557811d6fae424c197716640bb5\",\n            \"_score\": 36.42422\n        },\n        {\n            \"summary\": \"Spojené státy se po takřka deseti letech od zrušení programu raketoplánů vrací k dopravě astronautů do kosmu na palubách amerických lodí. Zlomem se stane středeční let kosmické lodi Crew Dragon soukromé americké společnosti SpaceX, za kterou stojí vizionář Elon Musk.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eurozpravy.cz\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://eurozpravy.cz/veda-a-technika/technika/americane-se-po-letech-vraci-do-vesmiru-na-palubach-americkych-lodi.a0813f02/\",\n            \"rank\": \"153177\",\n            \"topic\": \"news\",\n            \"language\": \"cs\",\n            \"title\": \"Američané se po letech vrací do vesmíru na palubách amerických lodí\",\n            \"published_date\": \"2020-05-26 07:33:00\",\n            \"_id\": \"f5514ebad3505c68cacdcc808939066a\",\n            \"_score\": 36.393284\n        },\n        {\n            \"summary\": \"E' stato rinviato a sabato 30 maggio a causa del maltempo l'attesissimo lancio spaziale, il primo della compagnia di Elon Musk con equipaggio verso la Stazione spaziale internazionale. Presenti a Cape Canaveral, in Florida, il presidente Donald Trump e Melania\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tg24.sky.it\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://tg24.sky.it/mondo/2020/05/27/space-x-nasa-crew-dragon-elon-musk-trump-foto\",\n            \"rank\": \"20892\",\n            \"topic\": \"world\",\n            \"language\": \"it\",\n            \"title\": \"SpaceX, rimandato il lancio della Crew Dragon con gli astronauti NASA. FOTO\",\n            \"published_date\": \"2020-05-27 21:54:15\",\n            \"_id\": \"23f9017af12517cf2905587c4c70db3e\",\n            \"_score\": 36.301243\n        },\n        {\n            \"summary\": \"NASA astronauts tested Elon Musk&#8217;s SpaceX spacecraft today on the first crewed &#8220;all American&#8221; mission in nearly a decade. A pair of space heroes blasted off to the International Space Station on board a SpaceX rocket today – in a bold mission fraught with risk. American space heroes Robert Behnken and Douglas Hurley fired into [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thesun.co.uk\",\n            \"author\": \"Sean Keach\",\n            \"rights\": null,\n            \"link\": \"https://www.thesun.co.uk/tech/11717609/spacex-nasa-astronauts-launch-rob-behnken-doug-hurley-mission-iss-today/\",\n            \"rank\": \"475\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX and Nasa launch LIVE: Astronauts blast into orbit aboard Crew Dragon spacecraft\",\n            \"published_date\": \"2020-05-30 16:20:00\",\n            \"_id\": \"5cfbc9b6c77a616ff81cf57c21783af7\",\n            \"_score\": 36.144\n        },\n        {\n            \"summary\": \"Completada con éxito la misión de la Crew Dragon por parte de la agencia espacial estadounidense y la compañía de Elon Musk: se ha acoplado este domingo a la Estación Espacial Internacional tras ser lanzada el sábado desde Cabo Cañaveral (Florida)\",\n            \"country\": \"ES\",\n            \"clean_url\": \"lavozdegalicia.es\",\n            \"author\": \"LA VOZ\",\n            \"rights\": \"LA VOZ DE GALICIA S.A.\",\n            \"link\": \"https://www.lavozdegalicia.es/noticia/sociedad/2020/05/31/nasa-spacex-abren-puerta-futuros-viajes-comerciales-espacio/00031590942395233856667.htm\",\n            \"rank\": \"6945\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"La NASA y SpaceX abren la puerta a futuros viajes comerciales al espacio\",\n            \"published_date\": \"2020-05-31 16:37:00\",\n            \"_id\": \"164d1c391f51086349743c3a0783d81d\",\n            \"_score\": 36.133663\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ledauphine.com\",\n            \"author\": null,\n            \"rights\": \"Le Dauphiné Libéré\",\n            \"link\": \"https://www.ledauphine.com/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"10175\",\n            \"topic\": \"news\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"a44b8dd5d602e617e629d2843dcd2b86\",\n            \"_score\": 36.131516\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"leprogres.fr\",\n            \"author\": null,\n            \"rights\": \"Le Progrès\",\n            \"link\": \"https://www.leprogres.fr/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"12646\",\n            \"topic\": \"world\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"dd090b1a8c51588053d1a36fdc5f208e\",\n            \"_score\": 36.078926\n        },\n        {\n            \"summary\": \"NASA astronauts Bob Behnken and Doug Hurley were set to head to space Wednesday, making history in several ways, however, due to threatening weather, their launch has been delayed until Saturday. The two are set to launch from Florida as they fly the SpaceX Falcon 9 as Crew Dragon, where they will board the International ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"popculture.com\",\n            \"author\": \"Victoria Moghaddami\",\n            \"rights\": null,\n            \"link\": \"https://popculture.com/trending/news/spacex-launch-elon-musk-reveals-epic-dragon-dawn-time-lapse-video/\",\n            \"rank\": \"14273\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Elon Musk Reveals Epic 'Dragon Dawn' Time Lapse Video\",\n            \"published_date\": \"2020-05-28 00:12:00\",\n            \"_id\": \"f1cb39d7ed4576d2892cad2e4d6cac19\",\n            \"_score\": 36.048832\n        },\n        {\n            \"summary\": \"Elon Musk heeft in een Amerikaans televisieprogramma gezegd dat hij erg zenuwachtig is voor de lancering van ruimteschip Crew Dragon vanavond. Vooral de verantwoordelijkheid die hij draagt voor de levens van de twee astronauten weegt erg zwaar, zei hij. Vanavond omstreeks 22.30 uur (onze tijd) zullen de Nasa-astronauten gelanceerd worden vanuit het Kennedy Space Center in Florida. Ook in Nederland moet het ruimteschip te zien zijn.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ed.nl\",\n            \"author\": \"Buitenlandredactie\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.ed.nl/buitenland/elon-musk-zenuwachtig-voor-spacex-lancering-vanavond-ook-te-zien-in-ons-land~a6fb593d/\",\n            \"rank\": \"26022\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Elon Musk zenuwachtig voor SpaceX-lancering, vanavond ook te zien in ons land!\",\n            \"published_date\": \"2020-05-27 16:39:11\",\n            \"_id\": \"098ddea2d61541e98180a211475eb0fe\",\n            \"_score\": 36.028244\n        },\n        {\n            \"summary\": \"La nave&nbsp;del Crew Dragon&nbsp;tripulada fue eyectada rumbo a la Estaci&oacute;n Espacial Internacional a las 16.22. Es la primera misi&oacute;n conjunta de la Nasa y la compa&ntilde;&iacute;a&nbsp;del magnate estadounidense Elon Musk\",\n            \"country\": \"NA\",\n            \"clean_url\": \"rosario3.com\",\n            \"author\": \"Rosario3\",\n            \"rights\": null,\n            \"link\": \"https://www.rosario3.com/informaciongeneral/Videos-asi-fue-el-lanzamiento-de-SpaceX-en-Estados-Unidos-20200530-0023.html\",\n            \"rank\": \"90061\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Videos: así fue el lanzamiento de SpaceX en Estados Unidos\",\n            \"published_date\": \"2020-05-30 16:32:00\",\n            \"_id\": \"0ba693cf03e8faa9fda1f58f591ede8e\",\n            \"_score\": 36.01232\n        },\n        {\n            \"summary\": \"La BBC responde algunas dudas sobre la colaboración entre la NASA y la empresa de Elon Musk en el primer lanzamiento de astronautas desde suelo estadounidense en nueve años.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Derechos Reservados de la British Broadcasting Corporation (Corporación Británica de Radiodifusión)\",\n            \"link\": \"http://www.bbc.com/mundo/noticias-52786743\",\n            \"rank\": \"57\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Lanzamiento de SpaceX y la NASA: 10 claves sobre la histórica misión de la cápsula Crew Dragon que abre la era de los viajes comerciales al espacio\",\n            \"published_date\": \"2020-05-31 20:23:15\",\n            \"_id\": \"cdd51080149eff7903080a5c90abc88e\",\n            \"_score\": 36.00376\n        },\n        {\n            \"summary\": \"La prima missione privata affiancata dalla Nasa porta gli astronauti Bob&Doug sulla stazione spaziale internazionale La capsula di Elon Musk porta gli astronauti della Nasa Bob&Doug sulla stazione spaziale internazionale dopo 19 ore di viaggio. È il primo volo spaziale commerciale della storia\",\n            \"country\": \"US\",\n            \"clean_url\": \"mashable.com\",\n            \"author\": \"Gabriele Di Donfrancesco\",\n            \"rights\": null,\n            \"link\": \"https://it.mashable.com/space/3396/la-spacex-crew-dragon-attracca-alliss-si-conclude-lo-storico-viaggio\",\n            \"rank\": \"236\",\n            \"topic\": \"tech\",\n            \"language\": \"it\",\n            \"title\": \"La SpaceX Crew Dragon attracca all&#x27;ISS: si conclude lo storico viaggio\",\n            \"published_date\": \"2020-05-31 14:28:00\",\n            \"_id\": \"2f71b1a459e060897f71ec69772ef856\",\n            \"_score\": 35.99331\n        },\n        {\n            \"summary\": \"Hoy se producirá un hito histórico en la carrera espacial del siglo XXI. La Administración Nacional de la Aeronáutica y del Espacio (NASA) lanzará al espacio la primera misión tripulada de la Crew Dragon. Esta ha sido desarrollada por SpaceX, la compañía de transporte aeroespacial del Elon Musk.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"genbeta.com\",\n            \"author\": \"Antonio Sabán\",\n            \"rights\": null,\n            \"link\": \"https://www.genbeta.com/multimedia/como-ver-lanzamiento-primera-mision-tripulada-spacex-directo-internet\",\n            \"rank\": \"18517\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Cómo ver el lanzamiento de la primera misión tripulada de SpaceX y la NASA en directo y por Internet\",\n            \"published_date\": \"2020-05-27 07:58:58\",\n            \"_id\": \"60c31121071c40374e47f274651e49fb\",\n            \"_score\": 35.984585\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"estrepublicain.fr\",\n            \"author\": null,\n            \"rights\": \"L'Est Républicain\",\n            \"link\": \"https://www.estrepublicain.fr/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"18792\",\n            \"topic\": \"news\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"9c331ee0e7f85cc57f2aad7b0aec61c9\",\n            \"_score\": 35.9807\n        },\n        {\n            \"summary\": \"L'America, dopo nove anni, riporta i propri astronauti in orbita. E per la prima volta grazie ai privati. Lanciata ieri sera da Cape Canaveral la capsula Crew Dragon della compagnia SpaceX del magnate Elon Musk. A bordo due veterani della Nasa. La navicella raggiungerà nel pomeriggio italiano la Stazione Spaziale Internazionale. Ad assistere al lancio in Florida anche il presidente Donald Trump e il suo vice, Mike Pence.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lapresse.it\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lapresse.it/tecnologia/la_crew_dragon_in_volo_verso_la_iss-2676927/video/2020-05-31/\",\n            \"rank\": \"106007\",\n            \"topic\": \"news\",\n            \"language\": \"it\",\n            \"title\": \"La Crew Dragon in volo verso la Iss\",\n            \"published_date\": \"2020-05-31 06:33:00\",\n            \"_id\": \"441531a099a9419494d07654aa7a113c\",\n            \"_score\": 35.94226\n        },\n        {\n            \"summary\": \"Los astronautas de la NASA Douglas Hurley y Robert Behnken lograron acoplarse en la Estación Espacial Internacional tras llegar a bordo de la cápsula Crew Dragon para certificar el sistema de vuelo de la empresa SpaceX, fundada por Elon Musk, generando una expectación entre la población que no se veía desde hacía años. Este es parte del calendario que cumplen los astronautas: 09.29: atraque de la Crew Dragon en la EEI.  11.45: apertura de la escotilla.  12.05: ceremonia de bienvenida.  14.15: conferencia de prensa de la NASA.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eluniverso.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2012 C.A. EL UNIVERSO\",\n            \"link\": \"https://www.eluniverso.com/noticias/2020/05/31/nota/7857501/capsula-dragon-crew-persiguio-estacion-espacial-internacional\",\n            \"rank\": \"10811\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Cápsula Crew Dragon persiguió a la Estación Espacial Internacional para lograr acoplamiento\",\n            \"published_date\": \"2020-05-31 14:51:14\",\n            \"_id\": \"dd39daf0247ad2e26c52168379331ab0\",\n            \"_score\": 35.93516\n        },\n        {\n            \"summary\": \"Elon Musk heeft in een Amerikaans televisieprogramma gezegd dat hij erg zenuwachtig is voor de lancering van ruimteschip Crew Dragon vanavond. Vooral de verantwoordelijkheid die hij draagt voor de levens van de twee astronauten weegt erg zwaar, zei hij. Vanavond omstreeks 22.30 uur (onze tijd) zullen de Nasa-astronauten gelanceerd worden vanuit het Kennedy Space Center in Florida. Ook in Nederland moet het ruimteschip te zien zijn.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tubantia.nl\",\n            \"author\": \"Buitenlandredactie\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.tubantia.nl/buitenland/elon-musk-zenuwachtig-voor-spacex-lancering-vanavond-ook-te-zien-in-ons-land~a6fb593d/\",\n            \"rank\": \"44277\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Elon Musk zenuwachtig voor SpaceX-lancering, vanavond ook te zien in ons land!\",\n            \"published_date\": \"2020-05-27 16:39:11\",\n            \"_id\": \"206d046ad13ef0ec87f3e3d19ae20be6\",\n            \"_score\": 35.91059\n        },\n        {\n            \"summary\": \"En una misión conjunta, SpaceX y la NASA enviarán dos astronautas a la Estación Espacial Internacional (EEI) en una prueba bautizada como Demo-2. Lo harán a bordo del Falcon 9 que incluye la cápsula Crew Dragon, diseñado por la compañía de Elon Musk...\",\n            \"country\": \"ES\",\n            \"clean_url\": \"lavanguardia.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.lavanguardia.com/ciencia/20200527/481420196969/lanzamiento-space-x-horario-donde-ver-primer-cohete-tripulado-privado-video-seo-ext.html\",\n            \"rank\": \"1891\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Lanzamiento Space X: Horario y dónde ver el primer cohete tripulado privado\",\n            \"published_date\": \"2020-05-27 06:00:00\",\n            \"_id\": \"1d8be40c5056fdec7170a1d232347b76\",\n            \"_score\": 35.906303\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lalsace.fr\",\n            \"author\": null,\n            \"rights\": \"L'Alsace\",\n            \"link\": \"https://www.lalsace.fr/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"29352\",\n            \"topic\": \"news\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"7a415d381308d924349e68824b1f1468\",\n            \"_score\": 35.872192\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"bienpublic.com\",\n            \"author\": null,\n            \"rights\": \"Le Bien Public\",\n            \"link\": \"https://www.bienpublic.com/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"37960\",\n            \"topic\": \"news\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"2644c635f8909984b28f9951d34a346b\",\n            \"_score\": 35.81506\n        },\n        {\n            \"summary\": \"La firme SpaceX, dirigée par le milliardaire Elon Musk, a réussi à faire sortir deux astronautes de l'attraction terrestre ce samedi 30 mai, à 21 h 22 (heure française) à bord de la capsule Crew Dragon qu'elle a elle-même mise au point. Un exploit pour l'entrepreneur, qui porte désormais son regard vers Mars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lejsl.com\",\n            \"author\": null,\n            \"rights\": \"Le Journal de Saône et Loire\",\n            \"link\": \"https://www.lejsl.com/science-et-technologie/2020/05/31/spacex-la-premiere-entreprise-privee-a-envoyer-des-humains-dans-l-espace\",\n            \"rank\": \"45876\",\n            \"topic\": \"news\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX, la première entreprise privée à envoyer des humains dans l'espace\",\n            \"published_date\": \"2020-05-31 17:30:00\",\n            \"_id\": \"1c5432f208e0c844c8871135f164156d\",\n            \"_score\": 35.776325\n        },\n        {\n            \"summary\": \"ROCKET-MAKER SpaceX will send man into orbit today for the first time in its history. The California firm, bankrolled by tech billionaire Elon Musk, is working with Nasa to fire two astronauts to the International Space Station. Musk and SpaceX have launched plenty of spacecraft before. The company&#8217;s primary goal is to make space travel [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thescottishsun.co.uk\",\n            \"author\": \"Harry Pettit\",\n            \"rights\": null,\n            \"link\": \"https://www.thescottishsun.co.uk/tech/5640414/spacex-falcon-9-rocket-crew-dragon-capsule-elon-musk/\",\n            \"rank\": \"11391\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Falcon 9 rocket and Crew Dragon capsule – a complete guide to Elon Musk's spaceship\",\n            \"published_date\": \"2020-05-27 16:24:59\",\n            \"_id\": \"81a1c2f9ccf4c2d369fd0d57a253bbe2\",\n            \"_score\": 35.76838\n        },\n        {\n            \"summary\": \"NASA and SpaceX on Saturday successfully launched the Elon Musk-led company&#8217;s Falcon 9 rocket carrying two NASA astronauts aboard the Crew Dragon spacecraft in a picture-perfect liftoff this afternoon from the Kennedy Space Center in Cape Canaveral, FL. The launch was postponed Wednesday due to weather concerns but saw the final weather system clear just [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deadline.com\",\n            \"author\": \"Patrick Hipes\",\n            \"rights\": null,\n            \"link\": \"https://deadline.com/2020/05/watch-spacex-launch-falcon-9-crew-dragon-livestream-nasa-1202943931/\",\n            \"rank\": \"1220\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"How To Watch The Ongoing Historic SpaceX Mission Online & On TV\",\n            \"published_date\": \"2020-05-31 00:17:55\",\n            \"_id\": \"53d79bfbd3ba93f27b638e7d9e7d28b3\",\n            \"_score\": 35.715084\n        },\n        {\n            \"summary\": \"NASA and SpaceX on Saturday successfully launched the Elon Musk-led company&#8217;s Falcon 9 rocket carrying two NASA astronauts aboard the Crew Dragon spacecraft in a picture-perfect liftoff this afternoon from the Kennedy Space Center in Cape Canaveral, FL. The planned launch was postponed Wednesday due to weather concerns but saw the final weather system clear [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deadline.com\",\n            \"author\": \"Patrick Hipes\",\n            \"rights\": null,\n            \"link\": \"https://deadline.com/2020/05/watch-spacex-launch-falcon-9-crew-dragon-livestream-nasa-1202943931/\",\n            \"rank\": \"1220\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"How To Watch The Historic SpaceX Mission Online & On TV\",\n            \"published_date\": \"2020-05-31 00:17:55\",\n            \"_id\": \"5d9ed8a4618678e597b1c7dcc5712f6c\",\n            \"_score\": 35.715084\n        },\n        {\n            \"summary\": \"ROCKET-MAKER SpaceX will send man into orbit today for the first time in its history. The California firm, bankrolled by tech billionaire Elon Musk, is working with Nasa to fire two astronauts to the International Space Station. Musk and SpaceX have launched plenty of spacecraft before. The company&#8217;s primary goal is to make space travel [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thesun.ie\",\n            \"author\": \"Harry Pettit\",\n            \"rights\": null,\n            \"link\": \"https://www.thesun.ie/tech/5476032/spacex-falcon-9-rocket-crew-dragon-capsule-complete-guide-elon-musk/\",\n            \"rank\": \"16817\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Falcon 9 rocket and Crew Dragon capsule – a complete guide to Elon Musk's spaceship\",\n            \"published_date\": \"2020-05-27 16:25:04\",\n            \"_id\": \"5636999638671083d45d84dec781e710\",\n            \"_score\": 35.671967\n        },\n        {\n            \"summary\": \"(Teleborsa) &#8211; Gli Stati Uniti si apprestano a vivere la ripresa dei voli umani in partenza dalla storica base Cape Canaveral, in Florida, nove anni dopo l'ultima missione dello Space Shuttle datata luglio 2011. Protagonisti della nuova era SpaceX, la società spaziale di Elon Musk, e la NASA. SpaceX e Nasa lanciano con un razzo\",\n            \"country\": \"NA\",\n            \"clean_url\": \"quifinanza.it\",\n            \"author\": \"redazioneteleborsaxml\",\n            \"rights\": null,\n            \"link\": \"https://quifinanza.it/finanza/roberto-vittori-missione-crew-dragon-evento-storico-per-il-programma-spaziale-americano/387166/\",\n            \"rank\": \"87986\",\n            \"topic\": \"economics\",\n            \"language\": \"it\",\n            \"title\": \"Roberto Vittori: missione Crew Dragon evento storico per il programma spaziale americano\",\n            \"published_date\": \"2020-05-27 10:25:40\",\n            \"_id\": \"f56764855777de90bfd756905c3d4dc0\",\n            \"_score\": 35.66857\n        },\n        {\n            \"summary\": \"BILLIONAIRE Elon Musk&#8217;s rocket firm SpaceX today sent astronauts into orbit today for the first time. The California firm is working with Nasa to taxi two astronauts to the International Space Station. Musk and SpaceX have launched plenty of spacecraft before. The company&#8217;s primary goal is to make space travel cheaper. Saturday&#8217;s launch involved a [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thesun.co.uk\",\n            \"author\": \"Harry Pettit\",\n            \"rights\": null,\n            \"link\": \"https://www.thesun.co.uk/tech/11721739/spacex-falcon-9-rocket-crew-dragon-capsule-elon-musk/\",\n            \"rank\": \"475\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Falcon 9 rocket and Crew Dragon capsule – a complete guide to Elon Musk's spaceship\",\n            \"published_date\": \"2020-05-30 16:00:00\",\n            \"_id\": \"abf860152fb0008e229cc2bc6f2cc91c\",\n            \"_score\": 35.491943\n        },\n        {\n            \"summary\": \"DO you have what it takes to be a space pilot? Elon Musk will now let you find out with SpaceX – for free! Musk&#8217;s firm SpaceX has created an online simulator website that lets you fly the new Crew Dragon spacecraft on a mission to the International Space Station. Normally only highly-skilled, expertly-trained geniuses [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thesun.co.uk\",\n            \"author\": \"Sean Keach\",\n            \"rights\": null,\n            \"link\": \"https://www.thesun.co.uk/tech/11611521/elon-musk-crew-dragon-simulator-nasa-its-mission-spacecraft/\",\n            \"rank\": \"475\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Could you fly Elon Musk's SpaceX ship? Free simulator website lets you try today's Nasa ISS mission\",\n            \"published_date\": \"2020-05-27 09:55:00\",\n            \"_id\": \"3c51618fcbee2657f18855fc5e0170a1\",\n            \"_score\": 35.491943\n        },\n        {\n            \"summary\": \"Lanzamiento espacial, REUTERS.\\n \\nA las 16.22 hora de Argentina la nave Crew Dragon, primera misión conjunta de la Administración Nacional de la Aeronáutica y del Espacio (NASA) y la compañía aeronáutica SpaceX del magnate estadounidense Elon Musk, fue lanzada rumbo a la Estación Espacial Internacional.\\n \\n \\n \\nEn un principio, el acontecimiento se iba a producir el pasado miércoles, pero fue postergado por la NASA para este sábado debido a las malas condiciones climáticas que había.\\n \\n\\n\\n.\\n\\n \\nLa misión espacial denominada Demo-2 partió, tal como estaba previsto, a las 16:22 (hora argentina) desde el Centro Espacial Kennedy de la NASA en Florida, con los astronautas Bob Behnken y Doug Hurley a bordo de la cápsula Crew Dragon, fabricada por la agencia Space X, de Elon Musk.\\n \\n \\n \\nSpaceX se convirtió en 2012 en la primera empresa particular en acoplar una cápsula de carga a la EEI. Dos años después, la NASA le pidió que adaptara la cápsula Dragon para poder transportar astronautas. \\\"SpaceX no estaría aquí sin la NASA\\\", dijo Musk el año pasado, después de un ensayo general del viaje a la EEI sin tripulación.\\n \\n \\n \\nElon Musk. El millonario, fundador de SpaceX, creó la compañía en 2002 con el objetivo de reducir los costos de los viajes espaciales y llegar a su máxima: la colonización de Marte. Esta es la primera etapa del ambicioso plan de Musk.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diario26.com\",\n            \"author\": \"canal26@26noticias.com.ar\",\n            \"rights\": null,\n            \"link\": \"https://www.diario26.com/284778--video-asi-fue-el-historico-lanzamiento-de-la-nave-crew-dragon\",\n            \"rank\": \"119418\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"VIDEO: así fue el histórico lanzamiento de la nave Crew Dragon\",\n            \"published_date\": \"2020-05-30 07:41:33\",\n            \"_id\": \"1b7df2c905c50805516586f8625edee9\",\n            \"_score\": 35.224995\n        },\n        {\n            \"summary\": \"NASA and SpaceX is trying again Saturday to launch the Elon Musk-led company&#8217;s Falcon 9 rocket to the International Space Station with a pair of NASA astronauts aboard the company&#8217;s Crew Dragon spacecraft. The planned launch was postponed Wednesday due to weather concerns. Today&#8217;s new window at Kennedy Space Center in Cape Canaveral, FL, is [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deadline.com\",\n            \"author\": \"Patrick Hipes\",\n            \"rights\": null,\n            \"link\": \"https://deadline.com/2020/05/watch-spacex-launch-falcon-9-crew-dragon-livestream-nasa-1202943931/\",\n            \"rank\": \"1220\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"How To Watch The Historic SpaceX Launch Online & On TV\",\n            \"published_date\": \"2020-05-30 16:45:55\",\n            \"_id\": \"02cd2b4962130a331dc7649b5d131688\",\n            \"_score\": 35.019577\n        },\n        {\n            \"summary\": \"NASA and SpaceX will try again Saturday to launch the Elon Musk-led company&#8217;s Falcon 9 rocket to the International Space Station with a pair of NASA astronauts aboard the company&#8217;s Crew Dragon spacecraft. The planned launch was postponed Wednesday due to weather concerns. Saturday&#8217;s new window at Kennedy Space Center in Cape Canaveral, FL, is [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deadline.com\",\n            \"author\": \"Patrick Hipes\",\n            \"rights\": null,\n            \"link\": \"https://deadline.com/2020/05/watch-spacex-launch-falcon-9-crew-dragon-livestream-nasa-1202943931/\",\n            \"rank\": \"1220\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"How To Watch The Historic SpaceX Launch Online & On TV – Update\",\n            \"published_date\": \"2020-05-29 23:00:55\",\n            \"_id\": \"4a008a4ce3aa77b931199c2b390bbdde\",\n            \"_score\": 35.019577\n        },\n        {\n            \"summary\": \"Oprichter Elon Musk van SpaceX werd na de succesvolle lancering zaterdag van een bemande Crew Dragon overmand door emotie. Dat zei hij tegen journalisten enkele uren nadat NASA-astronauten Douglas Hurley (53) en Bob Behnken (49) naar de ruimte werden gelanceerd voor een verblijf in het internationale ruimtestation ISS.\",\n            \"country\": \"NL\",\n            \"clean_url\": \"ad.nl\",\n            \"author\": \"Simone van Zwienen\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.ad.nl/buitenland/emotionele-musk-na-raketlancering-eerste-stap-naar-een-beschaving-op-mars~ae05a550/\",\n            \"rank\": \"4506\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Emotionele Musk na raketlancering: ‘Eerste stap naar een beschaving op Mars'\",\n            \"published_date\": \"2020-05-31 07:31:00\",\n            \"_id\": \"e2716ef16de7b0265250c79d15bc49c6\",\n            \"_score\": 34.987858\n        },\n        {\n            \"summary\": \"Una nueva era se acerca para SpaceX, la compañía tendrá por primera vez una misión espacial con tripulación a bordo. Después de varios intentos, la empresa de Elon Musk hará el despegue de la cápsula Crew Dragon impulsada por el cohete Falcon 9, donde estarán a bordo los astronautas Doug Hurley, comandante de la nave [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"rotativo.com.mx\",\n            \"author\": \"Redacción\",\n            \"rights\": null,\n            \"link\": \"https://rotativo.com.mx/2020/05/27/ciencia-tecnologia/spacex-y-nasa-lanzaran-por-primera-vez-una-nave-espacial-con-tripulacion-a-bordo-839843/\",\n            \"rank\": \"127230\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"SpaceX y NASA lanzarán por primera vez una nave espacial con tripulación a bordo\",\n            \"published_date\": \"2020-05-27 15:59:01\",\n            \"_id\": \"0ae03cd73084fc44773bd826cb66e72d\",\n            \"_score\": 34.899437\n        },\n        {\n            \"summary\": \"Les contamos sobre el lanzamiento del primer vuelo comercial al espacio, que ocurrirá en la tarde de Ecuador. La empresa SpaceX, de Elon Musk, espera hacer historia hoy transportando a dos astronautas de la NASA dentro de la cápsula Crew Dragon en el cohete Falcon 9.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eluniverso.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2012 C.A. EL UNIVERSO\",\n            \"link\": \"https://www.eluniverso.com/noticias/2020/05/27/nota/7852785/cohete-espacial-vuelos-comerciales-espacio-kits-emergencia\",\n            \"rank\": \"10811\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Cohete espacial se lanza y abre era de vuelos comerciales - Previsiones noticiosas de hoy\",\n            \"published_date\": \"2020-05-27 11:00:02\",\n            \"_id\": \"c2fe1429fdeb804e846da55ceb640b5e\",\n            \"_score\": 34.80769\n        },\n        {\n            \"summary\": \"Oprichter Elon Musk van SpaceX werd na de succesvolle lancering zaterdag van een bemande Crew Dragon overmand door emotie. Dat zei hij tegen journalisten enkele uren nadat NASA-astronauten Douglas Hurley (53) en Bob Behnken (49) naar de ruimte werden gelanceerd voor een verblijf in het internationale ruimtestation ISS.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ed.nl\",\n            \"author\": \"Simone van Zwienen\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.ed.nl/buitenland/emotionele-musk-na-raketlancering-eerste-stap-naar-een-beschaving-op-mars~ae05a550/\",\n            \"rank\": \"26022\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Emotionele Musk na raketlancering: ‘Eerste stap naar een beschaving op Mars'\",\n            \"published_date\": \"2020-05-31 07:31:00\",\n            \"_id\": \"ecdca79a326368a95bb29b4a859b0ec6\",\n            \"_score\": 34.59188\n        },\n        {\n            \"summary\": \"Oprichter Elon Musk van SpaceX werd na de succesvolle lancering zaterdag van een bemande Crew Dragon overmand door emotie. Dat zei hij tegen journalisten enkele uren nadat NASA-astronauten Douglas Hurley (53) en Bob Behnken (49) naar de ruimte werden gelanceerd voor een verblijf in het internationale ruimtestation ISS.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tubantia.nl\",\n            \"author\": \"Simone van Zwienen\",\n            \"rights\": \"DPG Media B.V.\",\n            \"link\": \"https://www.tubantia.nl/buitenland/emotionele-musk-na-raketlancering-eerste-stap-naar-een-beschaving-op-mars~ae05a550/\",\n            \"rank\": \"44277\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Emotionele Musk na raketlancering: ‘Eerste stap naar een beschaving op Mars'\",\n            \"published_date\": \"2020-05-31 07:31:00\",\n            \"_id\": \"b6c7282f0e5607101144f371e213f6a3\",\n            \"_score\": 34.474228\n        },\n        {\n            \"summary\": \"· SpaceX is about to launch two people to space — its first-ever human mission since Elon Musk founded the rocket company 18 years ago.  · SpaceX's new Crew Dragon spaceship will be piloted by NASA astronauts Bob Behnken and Doug Hurley during the test flight, called Demo-2.  · Both men ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"onenewspage.com\",\n            \"author\": null,\n            \"rights\": \"(c) copyright One News Page\",\n            \"link\": \"https://www.onenewspage.com/n/Technology/1zlrvakamd/Meet-Doug-Hurley-and-Bob-Behnken-badass.htm\",\n            \"rank\": \"40499\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Meet Doug Hurley and Bob Behnken, 2 'badass' astronauts, engineers, and dads who are poised to make history for SpaceX, NASA and the world\",\n            \"published_date\": \"2020-05-27 14:24:35\",\n            \"_id\": \"a3d9d9909c35e53b457bf3d1aa0eff5c\",\n            \"_score\": 34.381126\n        },\n        {\n            \"summary\": \"Oprichter Elon Musk van SpaceX werd na de succesvolle lancering zaterdag van een bemande Crew Dragon &#34;overmand door emoties&#34;. Dat zei hij tegen journalisten enkele uren nadat NASA-astronauten Douglas Hurley (53) en Bob Behnken (49) naar de ruimte zijn gebracht om naar het internationale ruimtestation ISS te gaan.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"welingelichtekringen.nl\",\n            \"author\": \"anp\",\n            \"rights\": null,\n            \"link\": \"https://www.welingelichtekringen.nl/samenleving/1824917/emotionele-musk-eerste-stap-naar-een-beschaving-op-mars.html\",\n            \"rank\": \"95011\",\n            \"topic\": \"news\",\n            \"language\": \"nl\",\n            \"title\": \"Emotionele Musk: eerste stap naar een beschaving op Mars\",\n            \"published_date\": \"2020-05-31 03:36:45\",\n            \"_id\": \"54fa24fc1daca78f8954aa4d92cbe4ce\",\n            \"_score\": 34.34951\n        },\n        {\n            \"summary\": \"La BBC responde algunas dudas sobre la colaboraci&oacute;n entre la NASA y la empresa de Elon Musk en el primer lanzamiento de astronautas desde suelo estadounidense en nueve a&ntilde;os.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eleconomista.net\",\n            \"author\": \"Paul Rincon Editor de Ciencia, BBC News\",\n            \"rights\": null,\n            \"link\": \"https://www.eleconomista.net/tendencias/Lanzamiento-de-SpaceX-y-la-NASA-10-claves-sobre-la-historica-mision-de-la-capsula-Crew-Dragon-que-abre-la-era-de-los-viajes-comerciales-al-espacio-20200528-0030.html\",\n            \"rank\": \"239421\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Lanzamiento de SpaceX y la NASA: 10 claves sobre la histórica misión de la cápsula Crew Dragon que abre la era de los viajes comerciales al espacio\",\n            \"published_date\": \"2020-05-28 17:52:00\",\n            \"_id\": \"20cc96e1c3bacd9cf7e4e63b650a946e\",\n            \"_score\": 34.264507\n        },\n        {\n            \"summary\": \"(AFP)- Dos astronautas de la NASA están asegurados ya a sus asientos dentro de la cápsula Crew Dragon de SpaceX, cuya escotilla se cerró el miércoles unos minutos antes de lo previsto. El cohete con la cápsula incorporada, de la compañía de Elon Musk, debe despegar a las 16H33 (20H33 GMT) para llevar a Bob [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"crhoy.com\",\n            \"author\": \"Agencia/Redacción\",\n            \"rights\": null,\n            \"link\": \"https://www.crhoy.com/tecnologia/se-cierra-la-escotilla-de-la-capsula-de-spacex-y-el-cohete-esta-listo-para-despegar/\",\n            \"rank\": \"88480\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Se cierra la escotilla de la cápsula de SpaceX y el cohete está listo para despegar\",\n            \"published_date\": \"2020-05-27 19:40:41\",\n            \"_id\": \"0f36c7b354abe1ad21657ce8d4564d7a\",\n            \"_score\": 34.24721\n        },\n        {\n            \"summary\": \"El sábado 30 de mayo es la fecha finalmente elegida por la Administración Nacional de Aeronáutica y Espacio (NASA), junto con SpaceX, la empresa del magnate Elon Musk, para lanzar al espacio una nave que tendrá como destino la Estación Espacial Internacional. Con este lanzamiento, la nave Crew Dragon marcará un hito histórico que busca encabezar el inicio de los viajes comerciales al espacio.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eleconomista.es\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.eleconomista.es/tecnologia/noticias/10574218/05/20/Todo-sobre-el-lanzamiento-de-SpaceX-que-es-cuando-es-y-como-puedes-verlo-.html\",\n            \"rank\": \"3876\",\n            \"topic\": \"tech\",\n            \"language\": \"es\",\n            \"title\": \"Todo sobre el lanzamiento de SpaceX: qué es, cuándo es y cómo puedes verlo\",\n            \"published_date\": \"2020-05-29 13:31:03\",\n            \"_id\": \"67ec228c3d5b95a5576a8a4ba19774d2\",\n            \"_score\": 34.23236\n        },\n        {\n            \"summary\": \"De eerste bemande commerciële ruimtevlucht ooit zou vanavond dan tóch misschien de lucht in kunnen gaan vanuit de startbasis Cape Canaveral in Florida. De Crew Dragon van ruimtebedrijf SpaceX van Elon Musk staat klaar voor vertrek, astronauten Robert Behnken en Douglas Hurley bereiden zich mentaal voor op de lancering. Tenminste, als het weer dat toelaat. De kans op vertrek is 50-50.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vrt.be\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://vrtnws.be/p.5kqL4qAJR\",\n            \"rank\": \"6033\",\n            \"topic\": \"news\",\n            \"language\": \"nl\",\n            \"title\": \"Historische ruimtevlucht van SpaceX staat (opnieuw) in de startblokken voor lancering: lukt het vanavond wel?\",\n            \"published_date\": \"2020-05-30 12:21:36\",\n            \"_id\": \"34677b6995f92d20bf9bca04c81b4e41\",\n            \"_score\": 34.155754\n        },\n        {\n            \"summary\": \"In Florida zou vanavond de Crew Dragon van Elon Musk's SpaceX gelanceerd worden. Het ruimteschip zou om 22.33 uur Nederlandse tijd richting ruimtestations ISS vertrekken. Op het laatste moment werd de lancering afgebroken vanwege slecht weer. Zaterdag wordt er weer een nieuwe poging gedaan.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dvhn.nl\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020\",\n            \"link\": \"https://www.dvhn.nl/extra/Het-ruimteschip-van-Elon-Musk-is-dinsdagavond-bij-helder-weer-te-zien-vanuit-Nederland.-Een-telescoop-heb-je-niet-nodig-25705460.html\",\n            \"rank\": \"27534\",\n            \"topic\": \"news\",\n            \"language\": \"nl\",\n            \"title\": \"Het ruimteschip van Elon Musk is dinsdagavond bij helder weer te zien vanuit Nederland. Een telescoop heb je niet nodig\",\n            \"published_date\": \"2020-05-27 15:46:10\",\n            \"_id\": \"89beeaa42bf680d3ff87d085b1e36816\",\n            \"_score\": 33.806324\n        },\n        {\n            \"summary\": \"&#x95; NASA and SpaceX have launched the Falcon 9 from Kennedy Space Center to the International Space Station &#x95; Astronauts Bob Behnken and Doug Hurley took off in Crew Dragon atop Falcon 9 at 3.22pm Eastern Time &#x95; This is the second attempt of Launch America - the initial launch was scrubbed Wed. due to poor weather &#x95; Crew Dragon will send Hurley and Behnken on a 19-hour ride to the International Space Station\",\n            \"country\": \"NA\",\n            \"clean_url\": \"freerepublic.com\",\n            \"author\": \"DailyMail\",\n            \"rights\": null,\n            \"link\": \"https://www.freerepublic.com/focus/f-news/3850020/posts\",\n            \"rank\": \"3937\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"&#x27;It&#x27;s a go&#x27;: Elon Musk blasts two astronauts into space in historic Spacex launch to the ISS bringing back manned spaceflight to America for the fist time in NINE years as Trump watches from pad\",\n            \"published_date\": \"2020-05-30 19:41:25\",\n            \"_id\": \"ab1078648a0bf1225376efe8f6545de5\",\n            \"_score\": 33.759167\n        },\n        {\n            \"summary\": \"Călătoria capsulei Crew Dragon către Staţia Spaţială Internaţională va începe în jurul orei 19:30, ora României, iar scopul misiunii DEMO-2 este să demonstreze că SpaceX are capacitatea reală de a transfera astronauţi către staţia spaţială şi înapoi în maximă siguranţă. DEMO-2 este ultima mare etapă pe care SpaceX trebuie să o bifeze pentru a putea trimite turişti în spaţiu.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mediafax.ro\",\n            \"author\": null,\n            \"rights\": \"Mediafax\",\n            \"link\": \"http://www.mediafax.ro/life-inedit/totul-despre-misiunea-istorica-pe-care-nasa-si-spacex-o-vor-lansa-diseara-cine-sunt-astronautii-care-pleaca-in-spatiu-cu-nava-lui-elon-musk-19193933\",\n            \"rank\": \"21995\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"Totul despre misiunea istorică pe care NASA şi SpaceX o vor lansa diseară. Cine sunt astronauţii care pleacă în spaţiu cu nava lui Elon Musk\",\n            \"published_date\": \"2020-05-27 12:31:00\",\n            \"_id\": \"882404bca73e2a63b26d60dbb1a5cd08\",\n            \"_score\": 33.72291\n        },\n        {\n            \"summary\": \"SpaceX, the private rocket company of billionaire entrepreneur Elon Musk, launched two Americans into orbit from Florida on Saturday in a landmark mission marking the first spaceflight of NASA astronauts from U.S. soil in nine years. A SpaceX Falcon 9 rocket lifted off from the Kennedy Space Center at 3:22 p.m. EDT (1922 GMT), launching Doug Hurley and Bob Behnken on a 19-hour ride aboard the company's newly designed Crew Dragon capsule bound for the International Space Station.\",\n            \"country\": \"KR\",\n            \"clean_url\": \"koreatimes.co.kr\",\n            \"author\": \"KoreaTimes\",\n            \"rights\": \"Copyright@ koreatimes.co.kr All rights reserved\",\n            \"link\": \"http://www.koreatimes.co.kr/www/nation/2020/05/684_290401.html\",\n            \"rank\": \"3105\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA resumes human spaceflight from U.S. soil with historic SpaceX launch\",\n            \"published_date\": \"2020-05-31 08:22:56\",\n            \"_id\": \"14f5fdccf64f13f4b47bda583b4acbd0\",\n            \"_score\": 33.55213\n        },\n        {\n            \"summary\": \"Bob Behnken y Doug Hurley tripularán la cápsula Crew Dragon, que será lanzada este miércoles por un cohete Falcon 9 de SpaceX, la empresa fundada en 2002 por Elon Musk. Es la operación más peligrosa y de más alto nivel jamás confiada a una compañía privada por la Administración Nacional de la Aeronáutica y del Espacio\",\n            \"country\": \"AR\",\n            \"clean_url\": \"infobae.com\",\n            \"author\": \"\",\n            \"rights\": null,\n            \"link\": \"https://www.infobae.com/america/fotos/2020/05/27/las-imagenes-de-los-preparativos-del-historico-lanzamiento-de-la-mision-tripulada-de-la-nasa/\",\n            \"rank\": \"3282\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Las imágenes de los preparativos del histórico lanzamiento de la misión tripulada de la NASA\",\n            \"published_date\": \"2020-05-27 14:18:40\",\n            \"_id\": \"6807fc420dae63740217bcaab615f945\",\n            \"_score\": 33.525948\n        },\n        {\n            \"summary\": \"Se pensaba que solo dos tripulantes componían el equipo de Crew Dragon, el cohete que la compañía de Elon Musk, SpaceX, y la NASA enviaron hacia la Estación Espacial Internacional. Pero, en redes sociales pronto se supo que había un tercer pasajero. Micka Mckinnon, una investigadora y geóloga se fijó que también había un peluche brillante, lleno de lentejuelas, con la figura de un dinosaurio. This is Tremor, a 6” tall TY Flippables Dinosaur with blue/pink sequins. It's this launch's zero-gravity indicator.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eluniverso.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2012 C.A. EL UNIVERSO\",\n            \"link\": \"https://www.eluniverso.com/noticias/2020/05/30/nota/7856904/tercer-pasajero-acompana-astronautas-viaje-crew-dragon\",\n            \"rank\": \"10811\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Un tercer pasajero acompaña a los astronautas en el viaje de la Crew Dragon\",\n            \"published_date\": \"2020-05-30 22:00:39\",\n            \"_id\": \"02a9f6ce01589c6592c9ded71430b19c\",\n            \"_score\": 33.459576\n        },\n        {\n            \"summary\": \"Elon Musk va a tener que esperar hasta mañana para ver cumplido sueño de lanzar al espacio su nave Crew Dragon, de SpaceX, que supone la primera misión tripulada operada por una compañía privada. Y es que el miércoles, cuando se suponía que iba a tener lugar este evento tan esperado a nivel internacional y […]\\n \\nLa entrada SpaceX lo intenta otra vez, mañana será el lanzamiento de su misión tripulada aparece primero en Todostartups.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"todostartups.com\",\n            \"author\": \"Ana Lacasa\",\n            \"rights\": null,\n            \"link\": \"https://www.todostartups.com/nuevas-tecnologias/spacex-lo-intenta-otra-vez-manana-sera-el-lanzamiento-de-su-mision-tripulada\",\n            \"rank\": \"238098\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"SpaceX lo intenta otra vez, mañana será el lanzamiento de su misión tripulada\",\n            \"published_date\": \"2020-05-29 13:31:33\",\n            \"_id\": \"c8775624c64b3348bfe04da7a0ff1a00\",\n            \"_score\": 33.35498\n        },\n        {\n            \"summary\": \"Elon Musk y la NASA cumplieron la noche de este sábado (hora española) su sueño compartido de lanzar al espacio una nace tripulada. La Crew Dragon, de SpaceX, supone la primera misión tripulada operada por una compañía privada. El miércoles, cuando se suponía que iba a tener lugar este evento tan esperado a nivel internacional y que […]\\n \\nLa entrada SpaceX y la NASA lanzan con éxito su primera misión tripulada aparece primero en Todostartups.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"todostartups.com\",\n            \"author\": \"Ana Lacasa\",\n            \"rights\": null,\n            \"link\": \"https://www.todostartups.com/nuevas-tecnologias/spacex-lo-intenta-otra-vez-manana-sera-el-lanzamiento-de-su-mision-tripulada\",\n            \"rank\": \"238098\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"SpaceX y la NASA lanzan con éxito su primera misión tripulada\",\n            \"published_date\": \"2020-05-30 19:45:33\",\n            \"_id\": \"586dd6db5a3cbe352da044602dd57a7c\",\n            \"_score\": 33.35498\n        },\n        {\n            \"summary\": \"Călătoria capsulei Crew Dragon către Staţia Spaţială Internaţională va începe în jurul orei 19:30, ora României, iar scopul misiunii DEMO-2 este să demonstreze că SpaceX are capacitatea reală de a transfera astronauţi către staţia spaţială şi înapoi în maximă siguranţă. DEMO-2 este ultima mare etapă pe care SpaceX trebuie să o bifeze pentru a putea trimite turişti în spaţiu.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"aradon.ro\",\n            \"author\": \"ARADON\",\n            \"rights\": null,\n            \"link\": \"https://www.aradon.ro/mapamond/totul-despre-misiunea-istorica-pe-care-nasa-si-spacex-o-vor-lansa-diseara-cine-sunt-astronautii-care-pleaca-in-spatiu-cu-nava-lui-elon-musk-1247815/\",\n            \"rank\": \"253858\",\n            \"topic\": \"NA\",\n            \"language\": \"ro\",\n            \"title\": \"Totul despre misiunea istorică pe care NASA şi SpaceX o vor lansa diseară. Cine sunt astronauţii care pleacă în spaţiu cu nava lui Elon Musk\",\n            \"published_date\": \"2020-05-27 13:36:42\",\n            \"_id\": \"7f5e10e948c8bffcd7b41dd7c5f39e41\",\n            \"_score\": 33.351234\n        },\n        {\n            \"summary\": \"Poprvé po devíti letech od konce programu raketoplánu odstartovala z území Spojených států do kosmu loď s lidskou posádkou. Dvojice astronautů Národního úřadu pro letectví a vesmír (NASA) Robert Behnken a Douglas Hurley letí na palubě plavidla Crew Dragon, které stejně jako nosnou raketu Falcon 9 vyvinula a provozuje soukromá společnost SpaceX. Tato firma, kterou založil miliardář a vizionář Elon Musk, se tak stála první soukromou společností, která dopravila posádku na oběžnou dráhu kolem Země a která s ní letí k Mezinárodní vesmírné stanici (ISS).\",\n            \"country\": \"NA\",\n            \"clean_url\": \"denik.cz\",\n            \"author\": null,\n            \"rights\": \"© Copyright VLTAVA LABE MEDIA a.s. 2000 - 2020\",\n            \"link\": \"https://www.denik.cz/ze_sveta/crew-dragonu-odstartoval-k-iss-pocasi-je-ale-dal-nejiste-20200530.html\",\n            \"rank\": \"18346\",\n            \"topic\": \"NA\",\n            \"language\": \"cs\",\n            \"title\": \"Crew Dragon odstartoval k ISS. U stanice zakotví za 19 hodin\",\n            \"published_date\": \"2020-05-30 19:48:00\",\n            \"_id\": \"f69050243a30b0bad7e866bbcb334159\",\n            \"_score\": 33.32964\n        },\n        {\n            \"summary\": \"<p>A las 2.22 p. m., La <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA </a>y la compañía <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX</a>, del magnate <a href=\\\"https://larepublica.pe/tag/elon-musk/\\\">Elon Musk</a>, escribieron un capítulo en la exploración espacial. La Crew Dragon partió de <a href=\\\"https://larepublica.pe/tag/estados-unidos/\\\">Estados Unidos </a>con rumbo a la Estación Espacial Internacional (EEI).</p><p>Una vez más, el evento contó con la asistencia de Donald Trump, presidente de <a href=\\\"https://larepublica.pe/tag/estados-unidos/\\\">Estados Unidos</a>, quien llegó junto a su comitiva a Florida para presenciar el vuelo tripulado a cargo de <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX</a>, que llevará a Doug Hurley y Bob Behnken a la EEI.</p><p>Afortunadamente para la alianza NASA - SpaceX, firmada durante el gobierno de Barack Obama, en esta ocasión las condiciones climáticas fueron favorables y la Crew Dragon pudo abandonar la tierra.</p><p>Como se recuerda, el primer lanzamiento estaba programado para realizarse a las 3:33 del pasado miércoles 27. A través de su cuenta de Twitter, la <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA </a>informó de que 'Debido a las condiciones climáticas, el lanzamiento ha sido arruinado”.</p><p>Tras su exitoso despegue de las instalaciones del complejo de lanzamiento 39A, en Florida, la Crew Dragon se dirigirá a la atmósfera, donde se desprenderá del cohete Falcon 9 que le iba a servir de impulso desde la tierra.</p><p>Se espera que en aproximadamente 24 horas, la nave llegase a la Estación Espacial Internacional (EEI).</p><p>Gracias a un trabajo de programación conjunto entre <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX </a>y la <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA</a>, la Crew Dragon debe encontrarse en posición de acoplarse de manera autónoma. Aun así, tanto Doug Hurley como Bob Behnken, pilotos de la operación, tienen como tarea supervisar el proceso y tomar el control de ser necesario.</p><p>'Una vez en órbita, la tripulación y el control de la misión <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX </a>verificarán que la nave espacial esté funcionando según lo previsto, probando el sistema de control ambiental, las pantallas, los propulsores de maniobra, entre otras cosas”, indicó la <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA</a> en un comunicado.</p><p>La alianza entre la <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA </a>y <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX</a> le permitirá a la agencia norteamericana poner fin a la dependencia de los cohetes rusos que les permitían llegar a la Estación Espacial Internacional. Los cohetes Soyuz han sido, por muchos años, la única manera que astronautas de varios países, incluyendo <a href=\\\"https://larepublica.pe/tag/estados-unidos/\\\">Estados Unidos</a>, han tenido para llegar a la EEI.</p><p>Por otro lado, si la misión de la <b>Crew Dragon </b>es exitosa, se podrán realizar otras seis expediciones, las cuales se encuentran especificadas en el contrato de 2.600 millones de dólares que <a href=\\\"https://larepublica.pe/tag/spacex/\\\">SpaceX</a> firmó con la <a href=\\\"https://larepublica.pe/tag/nasa/\\\">NASA</a>.</p><p>Meses atrás, <a href=\\\"https://larepublica.pe/tag/elon-musk/\\\">Elon Musk</a>, presidente de SpaceX, presentó un <a href=\\\"https://larepublica.pe/mundo/2019/11/21/elon-musk-explota-cohete-starship-durante-una-prueba-iba-a-transportar-personas-a-marte-video/\\\">prototipo de cohete interplanetario</a> con el que planea llevar hasta 100 personas por el Sistema Solar.</p> ]]&gt;\",\n            \"country\": \"NA\",\n            \"clean_url\": \"larepublica.pe\",\n            \"author\": \"\",\n            \"rights\": \"Noticias destacadas LaRepublica.pe\",\n            \"link\": \"https://larepublica.pe/ciencia/2020/05/30/nasa-spacex-en-vivo-crew-dragon-de-elon-musk-despega-de-florida-video-youtube/\",\n            \"rank\": \"9026\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"NASA y SpaceX: ¡Despegó! la Crew Dragon salió de Florida con rumbo a la Estación Espacial Internacional [VIDEO]\",\n            \"published_date\": \"2020-05-30 19:49:57\",\n            \"_id\": \"81e3bad8057c5465280947cbb1134847\",\n            \"_score\": 33.03518\n        },\n        {\n            \"summary\": \"· SpaceX designed new spacesuits for NASA astronauts to wear on the rocket company's Crew Dragon spaceship.  · The company's first crewed launch was originally scheduled for Wednesday but has been pushed back to Saturday. It will be the first time an American spacecraft has carried astronauts ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"onenewspage.com\",\n            \"author\": null,\n            \"rights\": \"(c) copyright One News Page\",\n            \"link\": \"https://www.onenewspage.com/n/Technology/1zlrvakooz/Elon-Musk-said-he-spent-to.htm\",\n            \"rank\": \"40499\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk said he spent 3 to 4 years working on SpaceX's new spacesuits, and hopes the design gets kids 'fired up' about astronauts\",\n            \"published_date\": \"2020-05-28 12:23:00\",\n            \"_id\": \"40a78d22b22230ed30fe37624fc8d539\",\n            \"_score\": 32.982986\n        },\n        {\n            \"summary\": \"TONIGHT, Elon Musk&#8217;s SpaceX and NASA are set to make history as they launch two NASA astronauts to the International Space Station (ISS). Lift off is scheduled for 21:33pm BST from Florida&#8217;s Kennedy Space Center inside the Crew Dragon capsule built by billionaire Musk&#8217;s company. The mission, known as Demo-2, will send astronauts Robert Behnken [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thescottishsun.co.uk\",\n            \"author\": \"Harry Pettit\",\n            \"rights\": null,\n            \"link\": \"https://www.thescottishsun.co.uk/tech/5640560/nasa-spacex-launch-live-iss/\",\n            \"rank\": \"11391\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch LIVE: Watch the livestream from Florida as Demo-2 sends Robert Behnken and Douglas Hurley to the ISS\",\n            \"published_date\": \"2020-05-27 20:27:37\",\n            \"_id\": \"49562b114eaf23571ed5432a58a678e3\",\n            \"_score\": 32.757942\n        },\n        {\n            \"summary\": \"Réponse le 27 mai 2020 à 16 h 33 (22 h 33 heure de Paris) date à laquelle les Américains Robert Behnken et Douglas Hurley décolleront à bord d'une capsule Crew Dragon. Après quoi, Elon Musk pourrait assouvir ses ambitions d’envoyer des touristes dans l’espace. La NASA a donné son feu vert à SpaceX\\n \\nL'article SpaceX sera-t-elle la première société privée à envoyer des astronautes vers l'ISS ? est apparu en premier sur TOM.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tom.travel\",\n            \"author\": \"Hugo Pellegrin\",\n            \"rights\": null,\n            \"link\": \"https://www.tom.travel/2020/05/25/spacex-sera-t-elle-la-premiere-societe-privee-a-envoyer-des-astronautes-vers-liss%e2%80%89/\",\n            \"rank\": \"538101\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX sera-t-elle la première société privée à envoyer des astronautes vers l'ISS ?\",\n            \"published_date\": \"2020-05-25 09:09:37\",\n            \"_id\": \"7526cc67920c56565a91e3c495d2d3a0\",\n            \"_score\": 32.738144\n        },\n        {\n            \"summary\": \"Zo dadelijk wordt de eerste bemande commerciële ruimtevlucht ooit gelanceerd vanaf de startbasis Cape Canaveral in Florida. De Crew Dragon van ruimtebedrijf SpaceX van Elon Musk vertrekt op missie naar het internationale ruimtestation ISS. Aan boord zitten astronauten Robert Behnken en Douglas Hurley. De vlucht wordt om 21.22 uur gelanceerd. Afgelopen woensdag werd de lancering afgebroken door het slechte weer.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vrt.be\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://vrtnws.be/p.5kqL4qAJR\",\n            \"rank\": \"6033\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Lancering van eerste bemande commerciële ruimtevlucht ooit: wat staat er te gebeuren?\",\n            \"published_date\": \"2020-05-30 12:21:36\",\n            \"_id\": \"ae2fd3aa182db9f7aaeeffd829e3aba0\",\n            \"_score\": 32.719322\n        },\n        {\n            \"summary\": \"NASA şi SpaceX au lansat sâmbătă, la ora 22.22 (ora României), în premieră, un echipaj uman la bordul capsulei Crew Dragon, dezvoltată de compania lui Elon Musk, către Staţia Spaţială Internaţională. Lansarea fusese programată iniţial pentru miercuri, 27 mai, dar vremea a fost nefavorabilă. Este prima dată în ultimii nouă ani când NASA trimite astronauţi pe orbită de pe teritoriul SUA.\",\n            \"country\": \"RO\",\n            \"clean_url\": \"adevarul.ro\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Adevarul Holding\",\n            \"link\": \"https://adevarul.ro/tech/stiinta/spacex-nasa-lanseaza-premiera-echipaj-uman-bordul-capsulei-dragon-statia-spatiala-tentativa-anterioara-fost-anulata-cauza-vremii-1_5ed2325b5163ec42714ee603/index.html\",\n            \"rank\": \"15688\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"SpaceX şi NASA au lansat, în premieră, un echipaj uman la bordul capsulei Dragon, către Staţia Spaţială. Lansarea istorică a decurs cu succes\",\n            \"published_date\": \"2020-05-30 11:05:26\",\n            \"_id\": \"68b2fd869141f1f10ebe1bfff6a386c5\",\n            \"_score\": 32.678967\n        },\n        {\n            \"summary\": \"NASA şi SpaceX au lansat sâmbătă, la ora 22.22 (ora României), în premieră, un echipaj uman la bordul capsulei Crew Dragon, dezvoltată de compania lui Elon Musk, către Staţia Spaţială Internaţională. Lansarea fusese programată iniţial pentru miercuri, 27 mai, dar vremea a fost nefavorabilă. Este prima dată în ultimii nouă ani când NASA trimite astronauţi pe orbită de pe teritoriul SUA.\",\n            \"country\": \"RO\",\n            \"clean_url\": \"adevarul.ro\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Adevarul Holding\",\n            \"link\": \"https://adevarul.ro/tech/stiinta/spacex-nasa-lanseaza-premiera-echipaj-uman-bordul-capsulei-dragon-statia-spatiala-tentativa-anterioara-fost-anulata-cauza-vremii-1_5ed2325b5163ec42714ee603/index.html\",\n            \"rank\": \"15688\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"LIVE VIDEO SpaceX şi NASA au lansat, în premieră, un echipaj uman la bordul capsulei Dragon, către Staţia Spaţială. Lansarea istorică a decurs cu succes\",\n            \"published_date\": \"2020-05-30 11:05:26\",\n            \"_id\": \"ffcbaa641be430f680eff6670b7fe00d\",\n            \"_score\": 32.678967\n        },\n        {\n            \"summary\": \"TONIGHT, Elon Musk&#8217;s SpaceX and NASA are set to make history as they launch two NASA astronauts to the International Space Station (ISS). Lift off is scheduled for 21:33pm BST from Florida&#8217;s Kennedy Space Center inside the Crew Dragon capsule built by billionaire Musk&#8217;s company. The mission, known as Demo-2, will send astronauts Robert Behnken [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thesun.ie\",\n            \"author\": \"Harry Pettit\",\n            \"rights\": null,\n            \"link\": \"https://www.thesun.ie/tech/5476214/nasa-spacex-launch-live-iss/\",\n            \"rank\": \"16817\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch LIVE: Watch the livestream from Florida as Demo-2 sends Robert Behnken and Douglas Hurley to the ISS\",\n            \"published_date\": \"2020-05-27 20:27:38\",\n            \"_id\": \"b9a5687ae7e24896397723f2f78bca09\",\n            \"_score\": 32.661526\n        },\n        {\n            \"summary\": \"In den USA laufen die Vorbereitungen für den ersten eigenen Astronauten-Flug zur Raumstation ISS seit neun Jahren. In rund anderthalb Stunden soll vom Weltraumbahnhof  Cape Canaveral  die Trägerrakete mit dem Raumschiff  \\\" Crew Dragon \\\" starten. Die beiden US-Astronauten wurden bereits an Bord gebracht. Trotz schwieriger Wetterverhältnisse hat die US-Weltraumbehörde NASA die Startgenehmigung erteilt. Weltweit wird der bemannte Test mit Spannung erwartet. Das Raumschiff \\\"Crew Dragon\\\" wurde vom Unternehmen  SpaceX  gebaut, das zum Firmenimperium von  Elon Musk  gehört. Seit 2011 das Shuttle-Programm eingestellt wurde, konnten US-Astronauten nur noch mit russischen Sojus-Raketen zur ISS fliegen.\",\n            \"country\": \"DE\",\n            \"clean_url\": \"mdr.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.mdr.de/nachrichten/nachrichten100.html#sprung0\",\n            \"rank\": \"4569\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Erster bemannter US-Raumflug seit neun Jahren soll starten\",\n            \"published_date\": \"2020-05-27 19:01:16\",\n            \"_id\": \"e2efee9ddc191d18f543471e07f8f50b\",\n            \"_score\": 32.59115\n        },\n        {\n            \"summary\": \"Salvo contratiempos meteorológicos de última hora, SpaceX, la compañía liderada por Elon Musk, tiene programado este miércoles su primer vuelo tripulado al espacio. La misión, que enviará a los astronautas de la NASA, Bob Behnken y Doug Hurley, a la Estación Espacial Internacional (EEI) a bordo de la cápsula Crew Dragon, forma parte de un acuerdo de 2.600 millones de dólares con el Programa de Tripulación Comercial de la NASA que busca completar un total de seis vuelos.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eleconomista.es\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.eleconomista.es/mercados-cotizaciones/noticias/10567245/05/20/El-viaje-tripulado-de-SpaceX-un-hito-clave-pare-el-apetito-del-mercado-en-el-espacio.html\",\n            \"rank\": \"3876\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"El viaje tripulado de SpaceX, un hito clave pare el apetito del mercado en el espacio\",\n            \"published_date\": \"2020-05-26 18:46:12\",\n            \"_id\": \"d6be61c0dc50dbf8fe5f9ee46b50ad7e\",\n            \"_score\": 32.380314\n        },\n        {\n            \"summary\": \"Americká vesmírná loď Crew Dragon úspěšně odstartovala do vesmíru. Z floridského Mysu Canaveral  odstartovala ve 21:22 středevropského času, namířeno má k Mezinárodní vesmírné stanici (ISS). V okolí byly sice bouřky, před startem se ale přesunuly dostatečně daleko. Na palubě letí dvojice astronautů Národního úřadu pro letectví a vesmír (NASA) Robert Behnken a Douglas Hurley. Dragon Crew, tejně jako nosnou raketu Falcon 9 vyvinula a provozuje soukromá společnost SpaceX. Tato firma, kterou založil miliardář a vizionář Elon Musk. Firma  se tak stála první soukromou společností, která dopravila posádku na oběžnou dráhu kolem Země.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"blesk.cz\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.blesk.cz/clanek/zpravy-svet/645271/lod-crew-dragon-odstartovala-do-vesmiru-neco-neuveritelneho-rika-trump-musk-chce-na-mars.html\",\n            \"rank\": \"21211\",\n            \"topic\": \"NA\",\n            \"language\": \"cs\",\n            \"title\": \"Loď Crew Dragon odstartovala do vesmíru. „Něco neuvěřitelného,' říká Trump, Musk chce na Mars\",\n            \"published_date\": \"2020-05-30 20:01:00\",\n            \"_id\": \"9dadffe76d81aa3da3ba153ad2281e70\",\n            \"_score\": 32.247368\n        },\n        {\n            \"summary\": \"De ruimterace blijft toch een interessant onderwerp. Gaan we inderdaad ooit naar Mars? Kunnen we als toerist naar de Maan? En: welk bedrijf zal de race winnen. De nogal aanwezige Elon Musk wil dat met zijn SpaceX maar al te graag. Zo cirkelen nu twee Amerikaanse astronauten rondom de wereld. Je kunt ze zien. Vanavond, boven Nederland.\\n \\n \\nCrew Dragon\\n \\nDe Crew Dragon van SpaceX zal 22 minuten nadat hij vanaf Cape Canaveral (Florida) is gelanceerd langs Nederland gaan. Dat is naar verwachting rond 5 voor 11. Gelukkig is de zon op dat moment al een uurtje onder, waardoor het gevaarte goed te zien moet zijn. Kijk om hem te zien in zuidelijke richting. Het is natuurlijk maar een stipje, waardoor je misschien denkt dat je een ster ziet, maar het is zeker de moeite waard om vanavond even naar buiten te gaan. Gewoon met het blote oog kijken: een telescoop is niet nodig. \\n \\nDe Crew Dragon beweegt zich daarna weer snel in oostelijke richting, want het is de bedoeling dat hij eindigt bij het ISS (International Space Station). Een spannende lancering, want het is voor het eerst in negen jaar dat er een Amerikaanse ruimtevlucht met mensen aan boord wordt gelanceerd. De laatste keer was in 2011 toen NASA zijn Space Shuttle lanceerde. Bijzonder ook, dat het ditmaal niet een staatsbedrijf is, maar een commercieel bedrijf. \\n \\n     \\n         \\n                             \\n\\nDragon Dawn pic.twitter.com/mz1EzU5GSO\\n— Elon Musk (@elonmusk) May 26, 2020\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dutchcowboys.nl\",\n            \"author\": \"Laura Jenny\",\n            \"rights\": null,\n            \"link\": \"https://www.dutchcowboys.nl/nieuws/omhoog-kijken-vanavond-elon-musks-crew-dragon-vliegt-voorbij\",\n            \"rank\": \"58487\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"​Omhoog kijken vanavond: Elon Musks Crew Dragon vliegt voorbij\",\n            \"published_date\": \"2020-05-27 09:30:00\",\n            \"_id\": \"5749b8329e2727aec2ea98060e0efa63\",\n            \"_score\": 32.16303\n        },\n        {\n            \"summary\": \"NASA şi SpaceX au programat pentru sâmbătă, la ora 22.22 (ora României), lansarea în premieră a unui echipaj uman la bordul capsulei Crew Dragon, dezvoltată de compania lui Elon Musk, către Staţia Spaţială Internaţională. Lansarea fusese programată iniţial pentru miercuri, 27 mai, dar vremea a fost nefavorabilă. Evenimentul reprezintă o premieră, fiind prima dată în ultimii nouă ani când NASA trimite astronauţi pe orbită de pe teritoriul SUA.\",\n            \"country\": \"RO\",\n            \"clean_url\": \"adevarul.ro\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Adevarul Holding\",\n            \"link\": \"https://adevarul.ro/tech/stiinta/spacex-nasa-lanseaza-premiera-echipaj-uman-bordul-capsulei-dragon-statia-spatiala-tentativa-anterioara-fost-anulata-cauza-vremii-1_5ed2325b5163ec42714ee603/index.html\",\n            \"rank\": \"15688\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"LIVE VIDEO SpaceX şi NASA lansează, în premieră, un echipaj uman la bordul capsulei Dragon, către Staţia Spaţială. Decolarea, programată pentru ora 22:22\",\n            \"published_date\": \"2020-05-30 11:05:26\",\n            \"_id\": \"f147316c2d7b11edd2bd0a74c2b496fc\",\n            \"_score\": 32.085308\n        },\n        {\n            \"summary\": \"Tutto è pronto per il primo passo nello spazio firmato Elon Musk. Oggi, sabato 30 maggio, alle ore 21.22 ora italiana, la Crew Dragon con a bordo Doug Hurley e Bob Behnken cercherà di tornare nello spazio segnando un nuovo traguardo nelle avventure del miliardario sognatore.\\n \\n\\n\\nSpaceX Falcon-9 Rocket And Crew Dragon Capsule Launches From Cape Canaveral Sending Astronauts To The International Space Station\\n\\nThe SpaceX Falcon 9. (Photo by Saul Martinez/Getty Images)\\nSaul Martinez\\n\\n\\nUn lancio che arriva oggi dopo il primo tentativo andato a vuoto a causa del maltempo e che si riproporrà sempre dalla storia rampa 39/A. Ma come seguire il lancio di SpaceX in diretta streaming? Le soluzioni sono molteplici.\\n \\n\\n\\nNASA Scrubs Launch Of The SpaceX Falcon-9 Rocket And Manned Crew Dragon Capsule At Cape Canaveral\\n\\nBob Behnken e Doug Hurley. (Photo by Joe Raedle/Getty Images)\\nJoe Raedle\\n\\n\\nPer chi volesse seguirlo su YouTube sarà attivata una diretta sul canale di SpaceX mentre saranno ovviamente attivati dei live streaming sui canali social (Facebook e Twitter) di Nasa e SpaceX. Per chi volesse invece seguire il lancio in televisione sul canale Focus, canale 35 del digitale terrestre a partire dalle 22 con commento in italiano. \",\n            \"country\": \"NA\",\n            \"clean_url\": \"vogue.it\",\n            \"author\": \"Vogue Italia\",\n            \"rights\": null,\n            \"link\": \"https://www.vogue.it/news/article/spacex-lancio-dove-vedere-diretta-streaming\",\n            \"rank\": \"7413\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX: dove vedere il lancio in diretta streaming\",\n            \"published_date\": \"2020-05-30 04:30:00\",\n            \"_id\": \"5690f5250da45806f2c89fa7ec551dc8\",\n            \"_score\": 32.033943\n        },\n        {\n            \"summary\": \"Vanavond is de eerste bemande commerciële ruimtevlucht ooit met succes gelanceerd vanaf de startbasis Cape Canaveral in Florida. De Crew Dragon van ruimtebedrijf SpaceX van Elon Musk is vertrokken op missie naar het internationale ruimtestation ISS. Aan boord zitten de ervaren astronauten Robert Behnken en Douglas Hurley. Afgelopen woensdag werd de lancering afgebroken door het slechte weer. Nu klaarde zo'n uur voor het lanceermoment de lucht in Florida op.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vrt.be\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://vrtnws.be/p.aPNAal0wJ\",\n            \"rank\": \"6033\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Historisch moment: de eerste bemande commerciële ruimtevlucht ooit is met succes gelanceerd\",\n            \"published_date\": \"2020-05-30 19:32:50\",\n            \"_id\": \"98d1a17512f6c05efe0213b57a18fea7\",\n            \"_score\": 31.395065\n        },\n        {\n            \"summary\": \"Der erste eigene Flug zweier US-Astronauten zur Internationalen Raumstation ISS seit neun Jahren ist kurz vor dem Start verschoben worden. Grund sind nach Angaben der US-Raumfahrtbehörde Nasa schlechte Wetterbedingungen. Über dem Weltraumbahnhof  Cape Canaveral  im US-Bundesstaat Florida waren dunkle Wolken zu sehen und es regnete. Ein nächster Startversuch könnte am Samstag stattfinden. - Das Raumschiff \\\" Crew Dragon \\\" wurde vom Unternehmen  SpaceX  gebaut, das zum Firmenimperium von  Elon Musk  gehört. Seit 2011 das Shuttle-Programm eingestellt wurde, konnten US-Astronauten nur noch mit russischen Sojus-Raketen zur ISS fliegen.\",\n            \"country\": \"DE\",\n            \"clean_url\": \"mdr.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.mdr.de/nachrichten/nachrichten100.html#sprung0\",\n            \"rank\": \"4569\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"SpaceX-Flug zur ISS wegen schlechten Wetters verschoben\",\n            \"published_date\": \"2020-05-28 00:13:11\",\n            \"_id\": \"dd31cfb4aa78ff60ef5dd2e5a07dd334\",\n            \"_score\": 31.2312\n        },\n        {\n            \"summary\": \"ANTD.VN - Công ty SpaceX của tỷ phú Elon Musk đã làm nên lịch sử, khi con tàu vũ trụ Crew Dragon do công ty này thiết kế chế tạo đã được phóng lên quỹ đạo và kết nối thành công với Trạm Vũ trụ Quốc tế ISS. Chuyến bay này của con tàu Crew Dragon đã không chỉ giúp người Mỹ thoát khỏi sự phụ thuộc vào nước Nga, mà còn là chuyến bay thương mại đưa người vào vũ trụ đầu tiên trên thế giới do 1 công ty tư nhân tiến hành, mở ra 1 kỷ nguyên mới cho lĩnh vực du hành không gian thương mại.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"anninhthudo.vn\",\n            \"author\": \"Trang Vũ - Diệu Thúy\",\n            \"rights\": \"Copyright 2013–Trang thông tin điện tử Báo Điện tử An ninh Thủ đô\",\n            \"link\": \"https://anninhthudo.vn/the-gioi/anh-the-doc-ton-ve-du-hanh-vu-tru-cua-nga-bat-ngo-bi-my-pha-vo/855847.antd\",\n            \"rank\": \"122866\",\n            \"topic\": \"NA\",\n            \"language\": \"vi\",\n            \"title\": \"[ẢNH] Thế độc tôn về du hành vũ trụ của Nga bất ngờ bị Mỹ phá vỡ\",\n            \"published_date\": \"2020-06-01 11:07:22\",\n            \"_id\": \"284e76e2313b98779566e4626ccfbaa7\",\n            \"_score\": 30.642185\n        },\n        {\n            \"summary\": \"Liputan6.com, Florida - Pada Sabtu 30 Mei 2020, SpaceX meluncurkan dua astronaut NASA Bob Behnken dan Doug Hurley ke orbit, menjadikan misi itu sebagai keberhasilan perdana perusahaan ruang angkasa swasta yang didirikan Elon Musk dalam mengirim wahana berawak ke angkasa luar.\\n \\n Pada pukul 3:22 siang waktu setempat, Roket Falcon 9 dan pesawat ruang angkasa Crew Dragon milik SpaceX lepas landas dari Kennedy Space Center NASA di Florida, Amerika Serikat. \\n \\nSekitar 12 menit kemudian, Crew Dragon dilaporkan mencapai orbit dengan sukses. Kesuksesan itu juga menandai pertama kalinya peluncuran awak NASA dari tanah AS sejak 9 tahun terakhir.\\n \\nPara astronaut itu dijadwalkan untuk mencapai Stasiun Angkasa Luar Internasional (ISS) pada Minggu pagi (31/5/2020) dan akan menghabiskan beberapa bulan disana belum kembali ke Bumi.\\n \\nKapsul itu juga dikatakan sebagai pesawat ruang angkasa pertama yang dirancang dan dibangun oleh perusahaan swasta untuk membawa astronaut ke angkasa luar dan menuju ke ISS.\\n \\nAstronaut NASA Bob Behnken mengatakan mengenai peluncuran tersebut, bahwa \\\"itu luar biasa,\\\" beberapa saat setelah pesawat ruang angkasa mencapai orbit. \\n \\nBob Behnken lalu juga menyampaikan apreasiasi dan terima kasihnya dengan mengucapkan, \\\"Saya menghargai semua kerja keras dan terima kasih untuk perjalanan luar biasa ke angkasa luar.\\\"\\n \\nPada tahun 2002, Elon Musk mendirikan SpaceX dan sejak itu menyatakan kredo informal untuk \\\"menjadikan manusia spesies multi-planet.\\\"\\n \\nSpaceX sampai saat ini telah meluncurkan puluhan satelit dan pesawat ruang angkasa, tetapi, sebelum Sabtu kemarin, SpaceX belum pernah membawa manusia ke angkasa luar, seperti dikutip dari CNBC, Minggu (31/5/2020).\\n \\nMisi peluncuran perdana itu sempat dijadwalkan berlangsung pada pertengahan pekan ini, namun ditunda akibat cuaca buruk.\\n\\n  \\n\\nRoket Falcon 9 Berhasil Mendarat Di Bumi\\n \\n\\nDua Astronaut NASA, Bob Behnken dan Doug Hurley saat berada di dalam kapsul SpaceX Crew Dragon (Photo Credit: NASA TV/AFP/)\\n\\n\\nSpaceX juga berhasil mendaratkan booster dari Roket Falcon 9. Booster adalah bagian bawah roket yang besar, yang berhasil memasuki kembali atmosfer Bumi dan mendarat di kapal drone perusahaan di Samudera Atlantik.\\n \\nBob Cabana, Direktur NASA Kennedy Space Center, mengatakan sebelum peluncuran bahwa \\\"Ini hanya permulaan: itu hanya akan menjadi lebih baik.\\\"\\n \\nUntuk mengembangkan pesawat ruang angkasa baru di bawah program yang disebut Commercial Crew, NASA memberikan SpaceX dan Boeing kontrak masing-masing senilai $ 3.1 miliar m(sekitar Rp. 45 triliun) dan $ 4,8 miliar (sekitar Rp. 70 triliun).\\n \\nUntuk SpaceX, peluncuran Demo-2 mewakili tes penerbangan terakhir kapsul Crew Dragon-nya, dibuat untuk membawa sebanyak tujuh orang ke angkasa luar.\\n \\nDengan perkiraan dana untuk membayar SpaceX sekitar $ 55 juta per astronaut (sekitar Rp. 805 miliar), NASA berencana untuk menerbangkan para astronautnya secara teratur ke Stasiun Luar Angkasa (ISS).\\n \\nSetelah misi tersebut dimulai, SpaceX juga dikatakan berencana untuk menggunakan pesawat ruang angkasa Crew Dragon untuk misi lainnya. Hal ini termasuk wisata antariksa.\\n \\nNASA juga dilaporkan akan menyiarkan liputan langsung 24 jam tanpa henti dari SpaceX Demo-2. Webcast dimulai empat jam sebelum lepas landas dan akan berlanjut sampai pesawat ruang angkasa Crew Dragon berlabuh dengan ISS.\\n\\n  \\n\\nSaksikan Video Berikut Ini:\",\n            \"country\": \"NA\",\n            \"clean_url\": \"liputan6.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.liputan6.com/global/read/4267225/perdana-spacex-sukses-kirim-2-astronaut-nasa-ke-angkasa-luar?utm_source=lpfeed&utm_medium=lpfeed&utm_campaign=rss2\",\n            \"rank\": \"13982\",\n            \"topic\": \"NA\",\n            \"language\": \"id\",\n            \"title\": \"Perdana, SpaceX Sukses Kirim 2 Astronaut NASA ke Angkasa Luar\",\n            \"published_date\": \"2020-05-31 03:28:00\",\n            \"_id\": \"fbd851d9ab8a7d77af74f6c7c21e1450\",\n            \"_score\": 30.26125\n        },\n        {\n            \"summary\": \"Redacción / Foto: Captura de pantalla y AFP\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n \\nESTADOS UNIDOS.\\n \\nLa tarde de este sábado por fin fue lanzado el cohete espacial Crew Dragon de la empresa SpaceX, en unión con la NASA.\\n \\nEste era el segundo intento en el que los astronautas Bob Behnken y Doug Hurley intentaban despegar.\\n \\nEl primer intento de lanzamiento el pasado miércoles 27, fue suspendido y pospuesto para este sábado, debido al mal tiempo.\\n \\nEste es el primer viaje espacial realizado por una empresa privada, y cuyo resultado puede ser la contratación de productos aeroespaciales para la NASA.\\n \\nRecordemos que Trump propuso en campaña implementar un nuevo programa espacial para llegar nuevamente a la Luna.\\n \\nEn el evento espacial estuvieron presentes Elon Musk, presidente y dueño de SpaceX y el presidente Donald Trump.\\n \\nAdemás, entre los invitados estuvieron los familiares de los astronautas que partieron hoy rumbo a la Estación Espacial Internacional (EEI).\\n \\n \\n \\n\\n \\nTe recomendamos...\\n \\n \\nParticipante de 'Masterchef' presenta ave sin desplumar como platillo\\n \\nLa extraña forma de comer aguacate en Vietnam, viral en redes\\n \\nPeriodista aparece sin pantalones durante noticiero en vivo; es viral\\n \\n \\n \\n \\n \\n \\n \\nemb\\n \\n \\n \\n \\n \\n \\n \\n \\n\\n\\n\\n\\nContenidos Relacionados: \\n\\n\\nRusia trabaja en vacuna contra Covid-19; se aplicaría vía nasal\\n\\nDespega con éxito la Crew Dragon de SpaceX y EU vuelve al espacio\\n\\nAsí es el diseño del traje espacial de astronautas de SpaceX\",\n            \"country\": \"NA\",\n            \"clean_url\": \"excelsior.com.mx\",\n            \"author\": \"eduardo.morales\",\n            \"rights\": null,\n            \"link\": \"https://www.excelsior.com.mx/global/te-lo-perdiste-asi-fue-el-lanzamiento-del-crew-dragon-de-spacex/1385203\",\n            \"rank\": \"9324\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"¿Te lo perdiste? Así fue el lanzamiento del Crew Dragon de SpaceX\",\n            \"published_date\": \"2020-05-30 19:40:25\",\n            \"_id\": \"caeae6613bf80c139df08811af692cee\",\n            \"_score\": 30.061354\n        },\n        {\n            \"summary\": \"Despegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\\n         \\n'Hemos logrado el despegue”, dio a conocer la NASA en su cuenta oficial de Twitter. Acontecimiento es histórico pues por primera vez el sector privado lanza un cohete al espacio.\\n         \\n 2020-05-31T18:41:09.012Z\\n       \\n       \\n\\n\\n,\\n\\n,\\n\\n,\\n\\n,\\n\\n\\nDespegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\\n\\n              \\nRedacción Diario Correo\\n       \\nLos astronautas Bob Behnken y Doug Hurley despegaron este sábado del Centro Espacial Kennedy en Florida a bordo de un cohete de SpaceX, primera vez que una empresa privada de Estados Unidos logra concretar una misión de esta naturaleza para la NASA.\\n\\n\\n \\n\\n\\n\\n\\nEl cohete Falcon 9, de la compañía creada por Elon Musk, despegó según lo previsto a las 15H22 (19H22 GMT), y los primeros minutos de su ascenso transcurrieron sin inconvenientes, según la transmisión en directo que realiza la agencia espacial de Estados Unidos.\\n\\n\\n\\nLa primera etapa del cohete se separó de acuerdo al programa después de dos minutos de vuelo, cuando la nave ascendía a una velocidad de cerca de 4.000 km/h, dejando a la cápsula Crew Dragon en la órbita adecuada para llegar a su destino, la Estación Espacial Internacional, impulsada por la segunda etapa del cohete.\\n\\n\\n\\n\\nWe have liftoff. History is made as @NASA_Astronauts launch from @NASAKennedy for the first time in nine years on the @SpaceX Crew Dragon: pic.twitter.com/alX1t1JBAt\\n— NASA (@NASA) May 30, 2020\\n \\n\\n\\n\\nLa cápsula Dragon está en la órbita correcta para llegar a la Estación Espacial Internacional.\\n\\nEl presidente de Estados Unidos, Donald Trump, que asistió el sábado desde el Centro Espacial Kennedy, en Florida, al histórico lanzamiento de un cohete SpaceX con dos astronautas a bordo, describió un despegue \\\"increíble\\\".\\n\\n'Verdadera genialidad, nadie hace esto como nosotros”, estimó.\\n\\n\\n\\n\\nThe phase burn has started, putting @SpaceX's Crew Dragon spacecraft on its path to dock to the @Space_Station tomorrow at 10:29am ET. #LaunchAmerica pic.twitter.com/PF5LWNNtFz\\n— NASA (@NASA) May 30, 2020\\n \\n\\n\\n \\n\\n\\n\\n                \\nVer nota completa\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diariocorreo.pe\",\n            \"author\": \"Redacción Diario Correo\",\n            \"rights\": null,\n            \"link\": \"https://diariocorreo.pe/mundo/despegue-de-la-crew-dragon-demo2-de-spacex-las-imagenes-del-cohete-lanzado-al-espacio-nasa-video-fotos-noticia/\",\n            \"rank\": \"29267\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Despegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\",\n            \"published_date\": \"2020-05-31 18:41:09\",\n            \"_id\": \"838b763a91639b4effd15088eb02e042\",\n            \"_score\": 29.930214\n        },\n        {\n            \"summary\": \"It's a big day for Elon Musk and the future of NASA's space program.\\n      \\n      SpaceX and NASA are launching two NASA astronauts to the Internation Space Station from U.S. soil today—the first time since NASA shelved its shuttle program in 2011. If the launch is successful, it will also be the first time a commercial aerospace company has sent people into the planet's orbit. \\n      \\n      NASA astronauts Bob Behnken and Doug Hurley will be piloting SpaceX's Crew Dragon spacecraft strapped to a Space X Falcon 9 rocket in a mission called Demo-2.…\",\n            \"country\": \"NA\",\n            \"clean_url\": \"tucsonweekly.com\",\n            \"author\": \"Austin Counts\",\n            \"rights\": \"Copyright 2020 Tucson Weekly. All rights reserved. This RSS file is offered to individuals, Tucson Weekly readers, and non-commercial organizations only. Any commercial websites wishing to use this RSS file, please contact Tucson Weekly.\",\n            \"link\": \"https://www.tucsonweekly.com/TheRange/archives/2020/05/27/watch-live-spacex-and-nasa-to-launch-astronauts-from-us-soil-today\",\n            \"rank\": \"30435\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Watch Live: SpaceX and NASA to Launch Astronauts From U.S. Soil Today\",\n            \"published_date\": \"2020-05-27 18:00:00\",\n            \"_id\": \"0eee6b3f5f67fb710e99f2e1e7a5ac11\",\n            \"_score\": 29.756475\n        },\n        {\n            \"summary\": \"Ontem foi um dia histórico para o mundo. A SpaceX, de Elon Musk, criou uma parceria com a NASA de forma a levar astronautas à Estação Espacial Internacional (ISS). Este lançamento marcou o dia em que a NASA contratou uma empresa privada para levar os astronautas à órbita terrestre. Foi também um lançamento em solo americano. Algo que já não acontecia há uma década. Revê o lançamento para parou o mundo aqui Watch SpaceX Falcon 9 and Dragon rocket launch Depois de a primeira tentativa ter sido cancelada, devido ao mão tempo, ontem vimos os astronautas Doug Hurley e Bob Behnken saírem do nosso planeta a uma velocidade estonteante. Qual é o objetivo da missão da SpaceX e da NASA O objetivo da missão passa por testar o novo &quot;Crew Dragon&quot;. A cápsula que leva os astronautas ao espaço. Esta cápsula já foi testada no passado sem tripulantes, agora é a vez de percebermos como funcionam os comandos manuais para um &quot;estacionamento&quot; na ISS de forma segura. Ambos os astronautas são &quot;pilotos teste&quot;. Ou seja, o seu objetivo é reportar alguns pontos a melhorar e qual o comportamento da &quot;Crew Dragon&quot; no transporte de pessoas e mercadorias. Um momento histórico para o mundo que marca uma nova Era Contudo, esta missão foi importante porque foi a primeira vez que a NASA contratou uma empresa privada para levar homens à ISS. Até ao momento, a SpaceX era apenas contratada para o lançamento de carga para o espaço. A NASA e a SpaceX já referiram que o objetivo é fazer das viagens espaciais comerciais. De forma a conseguir lucrar com este tipo de viagem. Se tudo correr como é esperado, espera-se que &quot;pessoas normais&quot; possam fazer passeios até à ISS nos próximos anos. Aliás, chegou-se a falar que Tom Cruise poderia ser o primeiro cidadão (não astronauta) a fazê-lo para a gravação de um novo filme. Algo que ainda não é confirmado. Hoje teremos o &quot;estacionamento&quot; da Crew Dragon na Estação Espacial Internacional e daqui a uns dias, veremos os astronautas a voltarem ao nosso planeta. Editores 4gnews recomendam: Space X de Elon Musk criou um &quot;jogo&quot; para o PC e smartphone que vais adorar! Experimenta-o! Space X: Serviço de Internet Global de Elon Musk confundido por OVNI's Sony ZV-1: nova câmara para Volgers tem apenas 2 defeitos!\",\n            \"country\": \"NA\",\n            \"clean_url\": \"4gnews.pt\",\n            \"author\": \"Filipe Alves\",\n            \"rights\": \"2020 4gnews\",\n            \"link\": \"https://4gnews.pt/dia-historico-para-a-spacex-elon-musk-nasa-e-para-o-mundo-reve-o-lancamento-dos-astronautas-video/\",\n            \"rank\": \"325622\",\n            \"topic\": \"tech\",\n            \"language\": \"pt\",\n            \"title\": \"Dia histórico para a SpaceX, Elon Musk, NASA e para o mundo! Revê o lançamento dos astronautas (vídeo)\",\n            \"published_date\": \"2020-05-31 10:25:21\",\n            \"_id\": \"6dacb228a7fe9e4b4834769fb8518d32\",\n            \"_score\": 29.748173\n        },\n        {\n            \"summary\": \"SpaceX, compania spaţială privată a miliardarului Elon Musk, a lansat doi astronauţi americani pe orbită, sâmbătă, din Florida, într-o misiune ce marchează primul zbor spaţial al unor astronauţi americani de pe pământ american în aproape 10 ani. Capsula SpaceX Crew Dragon, având la bord doi astronauţi NASA, s-a cuplat cu succes duminică la Staţia Spaţială Internaţională (ISS), informează agenţiile de presă. Este prima oară când o navă construită de o companie privată a plasat pe orbită un echipaj uman!\",\n            \"country\": \"NA\",\n            \"clean_url\": \"a1.ro\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://a1.ro/news/inedit/space-x-a-devenit-prima-companie-privata-ce-a-lansat-in-cosmos-o-capsula-cu-echipaj-uman-id995065.html\",\n            \"rank\": \"75136\",\n            \"topic\": \"news\",\n            \"language\": \"ro\",\n            \"title\": \"Space X, prima companie privată ce a lansat în cosmos o capsulă cu echipaj uman! Zborurile în spațiu vor deveni mai ieftine și mai dese\",\n            \"published_date\": \"2020-05-31 19:41:30\",\n            \"_id\": \"b23b64d7b674a6aa55dc32b6df3dec2f\",\n            \"_score\": 29.583494\n        },\n        {\n            \"summary\": \"Si vas a viajar en una misión que cambiará la historia de la exploración espacial, más vale que te vistas para la ocasión. Esa es la premisa de SpaceX, la compañía creada por Elon Musk que este sábado tendrá un segundo intento de llevar a dos astronautas de la NASA. El miércoles, la misión tuvo que suspenderse minutos antes del lanzamiento debido a las malas condiciones del tiempo. Si el sábado tienen éxito, será la primera vez que una compañía privada ponga a humanos en órbita.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eluniverso.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2012 C.A. EL UNIVERSO\",\n            \"link\": \"https://www.eluniverso.com/noticias/2020/05/30/nota/7856880/como-son-nuevos-trajes-inspirados-superheroes-que-utilizan\",\n            \"rank\": \"10811\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Cómo son los nuevos trajes inspirados en superhéroes que utilizan los astronautas de la nave Crew Dragon\",\n            \"published_date\": \"2020-05-30 21:26:58\",\n            \"_id\": \"bdccf1b2e94bb0804beeb1757b521b6f\",\n            \"_score\": 28.923014\n        },\n        {\n            \"summary\": \"Impresionante: mira las imágenes del despegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\\n         \\n'Hemos logrado el despegue”, dio a conocer la NASA en su cuenta oficial de Twitter. Acontecimiento es histórico pues por primera vez el sector privado lanza un cohete al espacio.\\n         \\n 2020-05-30T20:20:40.159Z\\n       \\n       \\n\\n\\n,\\n\\n,\\n\\n,\\n\\n,\\n\\n\\nImpresionante: mira las imágenes del despegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\\n\\n                     \\nLos astronautas Bob Behnken y Doug Hurley despegaron este sábado del Centro Espacial Kennedy en Florida a bordo de un cohete de SpaceX, primera vez que una empresa privada de Estados Unidos logra concretar una misión de esta naturaleza para la NASA.\\n\\n\\n \\n\\n\\n\\n\\nEl cohete Falcon 9, de la compañía creada por Elon Musk, despegó según lo previsto a las 15H22 (19H22 GMT), y los primeros minutos de su ascenso transcurrieron sin inconvenientes, según la transmisión en directo que realiza la agencia espacial de Estados Unidos.\\n\\n\\n\\nLa primera etapa del cohete se separó de acuerdo al programa después de dos minutos de vuelo, cuando la nave ascendía a una velocidad de cerca de 4.000 km/h, dejando a la cápsula Crew Dragon en la órbita adecuada para llegar a su destino, la Estación Espacial Internacional, impulsada por la segunda etapa del cohete.\\n\\n\\n\\n\\nWe have liftoff. History is made as @NASA_Astronauts launch from @NASAKennedy for the first time in nine years on the @SpaceX Crew Dragon: pic.twitter.com/alX1t1JBAt\\n— NASA (@NASA) May 30, 2020\\n \\n\\n\\n\\nLa cápsula Dragon está en la órbita correcta para llegar a la Estación Espacial Internacional.\\n\\nEl presidente de Estados Unidos, Donald Trump, que asistió el sábado desde el Centro Espacial Kennedy, en Florida, al histórico lanzamiento de un cohete SpaceX con dos astronautas a bordo, describió un despegue \\\"increíble\\\".\\n\\n'Verdadera genialidad, nadie hace esto como nosotros”, estimó.\\n\\n\\n\\n\\nThe phase burn has started, putting @SpaceX's Crew Dragon spacecraft on its path to dock to the @Space_Station tomorrow at 10:29am ET. #LaunchAmerica pic.twitter.com/PF5LWNNtFz\\n— NASA (@NASA) May 30, 2020\\n \\n\\n\\n \\n\\n\\n\\n                \\nVer nota completa\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diariocorreo.pe\",\n            \"author\": \"\",\n            \"rights\": null,\n            \"link\": \"https://diariocorreo.pe/mundo/despegue-de-la-crew-dragon-demo2-de-spacex-las-imagenes-del-cohete-lanzado-al-espacio-nasa-video-fotos-noticia/\",\n            \"rank\": \"29267\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Impresionante: mira las imágenes del despegue de la Crew Dragon Demo2 de SpaceX (VIDEO y FOTOS)\",\n            \"published_date\": \"2020-05-30 20:20:40\",\n            \"_id\": \"07256d94932db97081e8ae4af084f31f\",\n            \"_score\": 28.666462\n        },\n        {\n            \"summary\": \"De ruimtecapsule van SpaceX met aan boord NASA-astronauten Doug Hurley en Bob Behnken is veilig aangekomen bij het Internationale Ruimtestation. De Crew Dragon legde een paar minuten voor de geplande tijd aan bij het ISS, in de ruimte boven China en Mongolië.\\n \\nBekijk de beelden hier: \\n \\nDe ruimtevlucht met de Crew Dragon van SpaceX, de eerste van een commercieel bedrijf naar het ISS, is daarmee een succes. De capsule vertrok gisteravond laat en kwam iets minder dan 19 uur later veilig aan. De lancering werd eerder uitgesteld vanwege stormachtig weer en bliksem.\\n \\nHet is de bedoeling dat Hurley en Behnken 110 dagen in de ruimte blijven om het ruimtestation voor te bereiden op meer bemande missies van Amerikaanse bodem. Voordat ze zich kunnen aansluiten bij de bemanning van het ISS, moeten ze wachten tot de druk in hun capsule is gedaald. Dat is naar verwachting rond 18.45 uur: Hurley en Behnken sluiten zich dan aan bij NASA-collega Christopher Cassidy en de Russische astronauten Anatoli Ivanishin en Ivan Vagner.\\n \\nHurley zegt dat het \\\"een hele eer is om deel uit te maken van het ruimteschip van de Verenigde Staten dat is aangemeerd bij het internationale ruimtestation.\\\"\\n \\nDe astronaut was ook onderdeel van de laatste bemande Amerikaanse ruimtevlucht in 2011. In dat jaar kwam er een eind aan het Space Shuttle-programma. Sindsdien waren de Amerikanen voor de lancering van hun astronauten afhankelijk van Rusland.\\n \\nElon Musk\\n \\nOprichter van ruimtevaartbedrijf SpaceX is Elon Musk. Hij werkte achttien jaar toe naar dit moment en maakte het tot zijn persoonlijke doel om de mens vanaf Amerikaanse bodem de ruimte in te sturen. Na de succesvolle lancering zaterdag van een bemande Crew Dragon werd hij daarom \\\"overmand door emoties\\\".\\n \\nMusk wil uiteindelijk met een nieuw prototype raket, Starship genaamd, naar de maan en uiteindelijk Mars vliegen.\\n \\nHij noemde de lancering gisteren de \\\"eerste stap\\\" naar een \\\"beschaving op Mars\\\" en naar een \\\"multiplanetair leven\\\" met een basis op de maan.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nos.nl\",\n            \"author\": null,\n            \"rights\": \"Copyright NOS\",\n            \"link\": \"https://nos.nl/l/2335738\",\n            \"rank\": \"3412\",\n            \"topic\": \"news\",\n            \"language\": \"nl\",\n            \"title\": \"Ruimtecapsule van SpaceX aangekomen bij ISS\",\n            \"published_date\": \"2020-05-31 14:29:24\",\n            \"_id\": \"6d46f82fd8ceab2e17d38bb054aac5a0\",\n            \"_score\": 28.572647\n        },\n        {\n            \"summary\": \"Les astronautes américains Bob Behnken et Doug Hurley se sont envolés samedi du centre spatial Kennedy en Floride à bord d'une fusée SpaceX, première société privée à se voir confier par la Nasa la responsabilité d'acheminer ses précieux astronautes.  Profitant d'une éclaircie, une fusée de la société fondée par Elon Musk a décollé à 15H22 (19H22 GMT) et placé en orbite sans encombre la capsule Crew Dragon une dizaine de minutes plus tard, pour son premier vol habité, et le premier lancé par les Etats-Unis depuis 2011.  Après avoir accompli sa tâche d'arracher les deux hommes à la gravité terrestre, le premier étage de la fusée de 70 mètres s'est séparé ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mosaiquefm.net\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.mosaiquefm.net/fr/sciences/748537/spacex-a-lance-deux-astronautes-dans-l-espace\",\n            \"rank\": \"109440\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"SpaceX a lancé deux astronautes dans l'espace\",\n            \"published_date\": \"2020-05-30 22:21:00\",\n            \"_id\": \"740b27cdb7ae595125f5f9e1c100e8d3\",\n            \"_score\": 28.559704\n        },\n        {\n            \"summary\": \"NASA, REUTERS.\\n \\nEl cohete Canon9 fue lanzado exitosamente esta tarde al espacio desde Cabo Cañaveral, en lo que se constituyó el primer lanzamiento en de una nace espacial tripulada en casi 10 años.\\n  \\n \\nEn un principio, el acontecimiento se iba a producir el pasado miércoles, pero fue postergado por la NASA para este sábado debido a las malas condiciones climáticas que había.\\n \\n\\n\\n.\\n\\n \\n  \\n \\nLa misión espacial denominada Demo-2 partió, tal como estaba previsto, a las 16:22 (hora argentina) desde el Centro Espacial Kennedy de la NASA en Florida, con los astronautas Bob Behnken y Doug Hurley a bordo de la cápsula Crew Dragon, fabricada por la agencia Space X, de Elon Musk.\\n \\n\\n \\n\\nSe espera que el domingo a las 14.29 GTM (11.29 de Argentina) la cápsula Crew Dragon, con los astronautas Bob Behnken y Doug Hurley, llegue a la Estación Espacial Internacional (EEI) para acoplarse a ella, tras lo cual serán bienvenidos por la tripulación de abordo, consignó Ansa.\\n \\n\\n\\nLa NASA está realizando una transmisión en vivo de la previa al lanzamiento, donde se puede ver a los astronautas dentro de la sala de trajes en el Edificio Neil Armstrong del Centro Kennedy.\\n \\n \\n \\nEsta es la primera operación conjunta del organismo espacial con una empresa privada, en este caso la del empresario multimillonario Elon Musk, dueño de SpaceX.\\n \\n \\n \\nEl sudafricano Musk es físico y emprendedor y se encuentra en la vanguardia de los viajes espaciales ya que, tal como él mismo aseveró, en el futuro se podrá \\\"estar entre las estrellas\\\".\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diario26.com\",\n            \"author\": \"canal26@26noticias.com.ar\",\n            \"rights\": null,\n            \"link\": \"https://www.diario26.com/284777--en-una-historica-mision-espacial-de-la-nasa-y-spacex-despego-el-crew-dragon\",\n            \"rank\": \"119418\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"En una histórica misión espacial de la NASA y SpaceX: despegó el Crew Dragon\",\n            \"published_date\": \"2020-05-30 07:25:09\",\n            \"_id\": \"3ad033084bff06bf8d64fd17d1e2c0b4\",\n            \"_score\": 28.249601\n        },\n        {\n            \"summary\": \"Kennedy Space Center (AFP) - Der erste bemannte Flug des Privatunternehmens SpaceX zur Internationalen Raumstation ISS ist wegen eines Unwetters verschoben worden. Der Start sei nun für Samstag vorgesehen, erklärte SpaceX am Mittwoch. Über dem Kennedy Space Center in Cape Canaveral tobte am Morgen ein Gewitter.\\n\\nDie Absage erfolgte nur knapp 17 Minuten vor dem geplanten Start. Die Luke der Raumkapsel \\\"Crew Dragon\\\" hatte sich bereits hinter den beiden US-Astronauten Doug Hurley und Bob Behnken geschlossen. \\n\\nLaut SpaceX hätte sich das Wetter etwa zehn Minuten nach dem für den Start vorgesehenen Zeitfenster bessern sollen. Die Gefahr durch Regen und Blitze sei jedoch zu hoch. Eine Verschiebung auf einen späteren Zeitpunkt war nicht möglich, da der Orbit der \\\"Crew Dragon\\\" auf den der ISS abgestimmt sein muss.\\n\\n\\\"Alle sind bestimmt ein bisschen enttäuscht\\\", sagte Astronaut Doug Hurley. US-Präsident Donald Trump war eigens angereist, um den Start zu verfolgen. SpaceX arbeitet seit 18 Jahren auf den Moment hin.\\n\\nEin Erfolg der ersten bemannten Mission des kommerziellen Raumfahrtunternehmens von Firmengründer Elon Musk ist auch für die US-Raumfahrtbehörde Nasa von großer Bedeutung. Die US-Raumfahrtbehörde hatte ihr Shuttle-Programm 2011 wegen hoher Kosten und nach zwei Unglücken eingestellt. Seitdem fliegen die US-Astronauten mit russischen Raketen zur ISS.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dtoday.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.dtoday.de/startseite/nachrichten_artikel,-Bemannter-SpaceX-Flug-wegen-schlechten-Wetters-verschoben-_arid,727753.html\",\n            \"rank\": \"164426\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Bemannter SpaceX-Flug wegen schlechten Wetters verschoben\",\n            \"published_date\": \"2020-05-27 21:30:01\",\n            \"_id\": \"069822109e73f648c227444a68832559\",\n            \"_score\": 27.879372\n        },\n        {\n            \"summary\": \"SpaceX y NASA HOY EN VIVO: Lanzamiento del Crew Dragon hacia la ISS\\n         \\nEl mal tiempo amenaza el primer vuelo tripulado de SpaceX hacia la Estación Espacial Internacional \\n         \\n 2020-05-27T16:03:20.591Z\\n       \\n       \\n\\nSpaceX y NASA HOY EN VIVO: Lanzamiento del Crew Dragon hacia la ISS\\n\\n              \\nRedacción Diario Correo\\n       \\nSpaceX, la compañía de Elon Musk tendrá la complicada pero no imposible tarea de transportar a dos astronautas de la NASA hacia la Estación Espacial Internacional (ISS) y podrás ver la transmisión EN VIVO y ONLINE desde el canal oficial de la NASA TV en Youtube.\\n\\nLa misión, llamada Demo-2 , transportará a los astronautas de la NASA Bob Behnken y Doug Hurley a la órbita de una nave espacial Crew Dragon sobre un cohete Falcon 9. El despegue está programado para hoy a las 15:30 (hora México) del Centro Espacial Kennedy de la NASA en Cabo Cañaveral, Florida.\\n\\n\\n\\n\\nOur #LaunchAmerica LIVE coverage includes liftoff of @SpaceX's Crew Dragon spacecraft, a @KellyClarkson performance, live video from space while @AstroBehnken & @Astro_Doug fly to the @Space_Station and much more.\\n\\nFull schedule: https://t.co/n3m0Tx4yeD pic.twitter.com/xbSN9unevE\\n— NASA (@NASA) May 27, 2020\\n \\n\\n\\n \\n\\n\\n\\n\\n\\n\\n\\nTargeting 4:33 p.m. EDT today for Falcon 9's launch of Crew Dragon with @NASA astronauts on board. Teams are closely monitoring launch and downrange weather → https://t.co/bJFjLCilmc pic.twitter.com/XyyT9YgESB\\n— SpaceX (@SpaceX) May 27, 2020\\n \\n\\n\\n\\nCómo ver el canal de Youtube NASA TV ONLINE LIVE STREAMING\\n\\nPodrá ver el lanzamiento de SpaceX en vivo aquí y en la página de inicio de Space.com, cortesía de NASA TV EN VIVO a partir de las 12 p.m. EDT (1600 GMT). También puedes descargar la aplicación de la NASA desde tu dispositivo móvil y sistema operativo android.\\n\\n\\n\\n\\n\\nTransmisión del canal SpaceX ONLINE del lanzamiento del Crew Dragon Falcon9\\n\\n\\n\\n\\n\\nLos nuevos trajes espaciales que usarán los astronautas en la misión de SpaceX y NASA\\n\\n\\n \\n\\n\\n\\n\\nLos trajes espaciales que usarán los astronautas en el lanzamiento del Crew Dragon este miércoles han recibido mucha atención, ya que a vista parecen ser más livianos y han sido producidos por SpaceX. Y es que los trajes de vuelo futuristas que usarán Doug Hurley y Bob Behnken el miércoles parecen estar a un mundo de distancia de los voluminosos trajes de vuelo naranja que se usaron cuando los astronautas lanzaron por última vez desde el Centro Espacial Kennedy de Florida.\\n\\n\\n\\nLos trajes de Starman, como se les ha llamado, son todos de una sola pieza y personalizados para el astronauta. Su aspecto fue concebido por el diseñador de vestuario de Hollywood José Fernández, quien trabajó en Capitán América: Civil War y Batman v Superman: Dawn of Justice. Sin embargo, estos no están preparados para la caminatas espaciales, por lo que los trajes utilizados serán los diseñados por la compañía Boeing.\\n\\n\\n\\nLos cascos están impresos en 3D y los guantes son sensibles a la pantalla táctil. Su objetivo principal sigue siendo el mismo: proteger a los miembros de la tripulación de la despresurizacion, donde se pierde aire de la cápsula. También proporcionar y garantizar que los astronautas tengan suficiente oxígeno y regular la temperatura.\\n\\nEl mal tiempo amenaza el primer vuelo tripulado de SpaceX\\n \\nUna nueva era espacial debería comenzar este miércoles con el envío por parte de la empresa SpaceX de dos astronautas de la NASA al espacio, una capacidad monopolizada durante décadas por un puñado de países y de la que Estados Unidos había estado privada los últimos nueve años.\\n \\n\\n\\n\\n\\n\\n\\n\\nDragon Dawn pic.twitter.com/mz1EzU5GSO\\n— Elon Musk (@elonmusk) May 26, 2020\\n \\n\\n\\n\\nPero lluvia, truenos y relámpagos caían en el Centro Espacial Kennedy, en la costa de Florida la madrugada del miércoles, y el Centro Nacional de Huracanes anunció la formación de una tormenta tropical en Carolina del Sur más al norte, que podría representar un riesgo para los astronautas en caso de requerir un amerizaje de emergencia en el Atlántico tras el despegue.\\n\\nLos responsables de la agencia espacial NASA y de SpaceX se reunirán en las próximas horas para decidir si el evento histórico se pospone al sábado, la próxima ventana de lanzamiento posible.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diariocorreo.pe\",\n            \"author\": \"Redacción Diario Correo\",\n            \"rights\": null,\n            \"link\": \"https://diariocorreo.pe/mundo/como-ver-nasa-tv-online-live-stream-hbomax-lanzamiento-de-spacex-launch-today-desde-cabo-canaveral-estados-unidos-nnda-nnrt-noticia/\",\n            \"rank\": \"29267\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"SpaceX y NASA HOY EN VIVO: Lanzamiento del Crew Dragon hacia la ISS\",\n            \"published_date\": \"2020-05-27 16:03:20\",\n            \"_id\": \"7e9aed2097d049362c4f96d5ff10e7af\",\n            \"_score\": 27.454668\n        },\n        {\n            \"summary\": \"The very first SpaceX Crew Dragon prototype. Image source: Dan Carney\\n \\nOn the balmy afternoon of June 10, 2014, SpaceX CEO Elon Musk publicly unveiled the Crew Dragon space capsule at Washington, D.C.'s Newseum for an assembled crowd of guests from Congress, NASA, and the media.\\n \\nThe matte white Crew Dragon lounged beneath a sunshade on the sidewalk as guests, including your humble correspondent, took turns ascending the stairs and clambering inside to imagine a flight to space. The test article displayed that day was no mere mockup; SpaceX engineers on hand grumbled that their test schedule had been interrupted by this trip to the East Coast for their prized prototype.\\n \\n\\n \\nElon Musk (right) addresses reporters at the Newseum. Image source: Dan Carney\\n \\nMusk was the proud papa that day, touting the numerous features of the Crew Dragon (then called Dragon 2). Some of those features will be tested in this week's maiden crewed launch to the International Space Station, while others have been modified or dropped entirely.\\n \\n\\n \\nThe control panel in the 2014 Crew Dragon prototype. Image source: Dan Carney\\n \\nInside the capsule, the most striking aspect is the twin array of duplicate touch screen displays (one pair for each pilot) that are astronauts' primary means of controlling their craft. Experience using touch screens in cars suggests that during a bumpy ride it can be challenge to press the intended spot on the screen, so it will be interesting to see how well these systems work on a machine that is flying to space rather than sitting stationary for a media extravaganza.\\n \\nSpaceX has provided a shared central console between the displays that is equipped with physical buttons and switches for critical functions during ascent and descent, so it could be the touch screen interface is only used when gliding smoothly in zero-g orbit.\\n \\n\\n \\nAstronauts Doug Hurley and Bob Behnken practice using the current iteration of the Crew Dragon's display. Image source: NASA\\n \\nOutside, the Crew Dragon's massive Super Draco engines' black exhaust nozzles dominate the capsule's appearance. At the time of introduction, the Crew Dragon was going to use these engines for propulsive touch-down on land, like the rockets of science fiction. Musk explained his interest in this capability as an opportunity to test it for future use on Mars, where there's no water for splashdown and the air is too thin for parachutes to be as effective as on Earth.\\n \\n\\\"It is a step in the direction of Mars,\\\" Musk explained of the Crew Dragon's landing system. \\\"For Mars you need propulsive landing. You have to get really good at it.\\\" \\n \\n\\n \\nThe Crew Dragon splashed down at the conclusion of the previous uncrewed test flight to the International Space Station. Image source: NASA/Corey Huston\\n \\nAlas, SpaceX has since decided to revert to traditional water landings for Crew Dragon. The director of crew operations, Garrett Reisman, initially told Congress on Feb 27, 2015, that it would fly the early missions using water landings, but the company subsequently dropped dry landings using retro rockets entirely.\\n \\nNow, the Super Dracos' sole job is for emergency aborts, both from the launch pad and during flight, when the capsule needs to be lifted away from its Falcon 9 booster. SpaceX has successfully tested the Super Draco engines in both modes, but not without some drama along the way.\\n \\n\\n \\nA SpaceX rendering of the in-flight abort test firing of the Crew Dragon's Super Draco abort engines. Image source: SpaceX\\n \\nDuring an April 20, 2019 abort test the Super Draco engines exploded just before they were to ignite, destroying the Crew Dragon test article in a fireball. Subsequent analysis revealed that a small amount of nitrogen tetroxide had leaked into a helium pressurization line. When that line pressurized to 2,400 psi in preparation for ignition, the nitrogen tetroxide slammed into a check valve, causing the explosion.\\n \\nNow, Crew Dragons use burst discs in place of check valves. Unlike valves, burst discs cannot leak, ensuring that nitrogen tetroxide stays where it belongs. Such is the process of engineering development, as described by Hans Koenigsmann, SpaceX vice president of build and reliability. \\\"This was a ground test, it was not a flight test,\\\" he said. \\\"We do ground tests so we can learn, and in this case we learned a lot, maybe almost more than what we wanted. It was certainly something we didn't expect and a great lesson for us.\\\"\\n \\n\\n \\nThe Crew Dragon's Super Draco engines lift it off during the successful launch pad abort test. Image source: NASA/Kim Shiflett\\n \\n\\n\\n\\n \\nThese changes and setbacks along the way have delayed the first crewed flight of the Crew Dragon until now. Back in 2014, Musk predicted the first crewed flight would be in 2016 and that he might fly aboard a Dragon himself a couple years after that.\\n \\nThe timetable has moved back, as happens in spaceflight. It will be interesting to hear Musk's current plans for an orbital trip now that the possibility is becoming real. If he's changed his mind in the intervening years, we'll happily go in his stead.\\n \\n \\nRELATED ARTICLES: \\n \\n\\n\\n\\n\\nSpaceX Emergency Abort Test Mission\\n \\n\\n\\n\\n\\n \\n \\nElon Musk Has 4 Keys to Colonizing Mars\\n \\n \\n \\nPrivate Companies Will Lead the Next Wave of Space Travel\\n \\n \\n\\n \\nDan Carney is a Design News senior editor, covering automotive technology, engineering and design, especially emerging electric vehicle and autonomous technologies.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"designnews.com\",\n            \"author\": \"Dan Carney\",\n            \"rights\": \"Copyright 2020 UBM Americas, a UBM plc company\",\n            \"link\": \"https://www.designnews.com/aerospace/spacex-crew-dragon-perfected-continuous-development/12424060663097\",\n            \"rank\": \"15192\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Crew Dragon Perfected by Continuous Development\",\n            \"published_date\": \"2020-05-27 18:36:55\",\n            \"_id\": \"ebae0b05547d7ff06e89ebb6d2eb5299\",\n            \"_score\": 27.419819\n        },\n        {\n            \"summary\": \"Histórico lanzamiento espacial. Foto: NASA.\\n \\nSpaceX, la compañía de Elon Musk, se enfrenta al mayor y más esperado de sus retos en pocas horas. El lanzamiento de la misión Demo-2 que llevarán a cabo junto con la NASA ha levantado un expectación extraordinaria al ser el primero llevado a cabo por una empresa privada y suponer el primer vuelo espacial que despega de territorio estadounidense en casi una década.\\n \\n \\n \\nY lo hace en medio de una crisis sanitaria mundial que también ha afectado a la cobertura internacional del lanzamiento. Las acreditaciones de prensa escasean y tanto la NASA como SpaceX prometen proveernos de imágenes en directo del despegue y posterior vuelo de la Crew Dragon.\\n \\n \\n \\nSi la meteorología lo permite y todo sigue su marcha planeada, se espera que el Falcon 9 impulse a la Crew Dragon a eso de las 17:30 horas (de Argentina) de este miércoles 27, hora española peninsular. A esa hora, millones de personas permanecerán enganchadas a las retransmisiones que las compañías abrirán.\\n \\n \\n \\nEl canal de YouTube de la NASA es una de las fuentes de información de cabecera en todo lo relacionado con el espacio y en esta ocasión no iban a ser menos. Según podemos ver en su página web, tienen una programación especial dedicada a cubrir todo el proceso desde la llegada de los astronautas hasta el despegue y posterior seguimiento.\\n \\n \\n \\nPor su parte y siguiendo la tradición de sus anteriores lanzamientos, SpaceX hará lo propio a través de su canal de YouTube. Aunque no han habilitado el vídeo de la retransmisión, se espera que lo publiquen en las próximas horas. Para ir abriendo boca podemos visualizar todos despegues y aterrizajes de la compañía, incluidos algunos con la misma configuración de Crew Dragon y Falcon 9 con la que volarán los astronautas en la Demo-2.\\n \\n \\n \\n\\n\\n\\n \\nTransmisión en vivo de la NASA.\\n \\n \\n \\nSi no vamos a poder tener acceso a cualquiera de los streamings, siempre podemos recurrir a la información puntual que las compañías ofrecen a través de sus cuentas de Twitter. Tanto el perfil de la NASA como la de SpaceX y la del propio Elon Musk hacen también un seguimiento en esta red adjuntando imágenes y vídeos de todo el proceso. Se espera que el viaje hasta la Estación Espacial Internacional dure aproximadamente 19 horas en las que tendrán que permanecer en la Crew Dragon.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"diario26.com\",\n            \"author\": \"canal26@26noticias.com.ar\",\n            \"rights\": null,\n            \"link\": \"https://www.diario26.com/284613--historico-la-nasa-realiza-su-primer-vuelo-tripulado-tras-9-anos\",\n            \"rank\": \"119418\",\n            \"topic\": \"NA\",\n            \"language\": \"es\",\n            \"title\": \"Histórico: la Nasa realiza su primer vuelo tripulado tras 9 años\",\n            \"published_date\": \"2020-05-27 06:34:44\",\n            \"_id\": \"41fef430fdee5d6f57817e782c76ad2b\",\n            \"_score\": 26.974066\n        },\n        {\n            \"summary\": \"Entrepreneur Elon Musk is all geared up to launch two NASA astronauts to the ISS through Crew Dragon - a spacecraft developed by his private company SpaceX. However, during these intensity-ridden days, he took the time for an interview with Bloomberg. \\n\\nThe prime focus of the interview remained on the series of bizarre tweets he did on his Twitter profile, specifically during the lockdown period amidst coronavirus. \\n\\nAccording to Musk, the lockdown was a bit extreme, considering many people only had COVID-like symptoms and were not actually tested for the disease. He also argued that the data can no longer be called valid and are ‘off' by a couple of weeks.\\n\\nHe agrees that some of his tweets were indeed dumb but he says that it is better to be on a straight line of communication with the audience, instead of being boring and talking about things that no one cares about. \\n\\nNevertheless, Musk would like to retract some of the tweets he made!\\n\\n\\nPhoto: Bloomberg / Getty Images\\n\\nRead next: Elon Musk under fire again due to thoughts about Artificial Intelligence and its implications on the humans\",\n            \"country\": \"NA\",\n            \"clean_url\": \"digitalinformationworld.com\",\n            \"author\": \"Saima Salim (noreply@blogger.com)\",\n            \"rights\": null,\n            \"link\": \"https://www.digitalinformationworld.com/2020/05/elon-musk-realizes-his-mistake-wants-to-take-back-some-of-the-tweets-made-during-covid-19-lockdown.html\",\n            \"rank\": \"22080\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk realizes his mistake - Wants to take back some of the tweets made during COVID-19 lockdown\",\n            \"published_date\": \"2020-05-25 21:00:00\",\n            \"_id\": \"37edff9650bc766bcffb4c80764b0d68\",\n            \"_score\": 26.868677\n        },\n        {\n            \"summary\": \"미국이 또 원대한 꿈을 이뤘다. 아니, 미국보다는 기업인 일론 머스크(Elon Musk)와 스페이스엑스(SpaceX)의 승리다. 미국의 우주탐사업체 스페이스엑스는 지난 30일, 미국 플로리다 케네디우주센터에서 세계 최초의 민간 유인 우주선인 '크루 드래곤(Crew Dragon)' 발사에 성공했다.  크루 드래곤은 세계 최초의 유인 달 탐사선인 아폴로 11호가 발사된 런치 콤플렉스 39A에서 오후 3시 22분(한국 시간 31일 오전 4시 22분)에 이륙했고, 나사 우주비행사 로버트 벤켄(Robert Behnken)과 더글라스 헐리(Duglas Hurley)를 태운 채 약 19시간 후, 목적지인 국제 우주 정거장(International Space Station, ISS)에 무사히 도착했다.  스페이스엑스 데모-2로 이름지어진 이 프로젝트는 발사 과정과 궤도, 도킹 믹 착륙 작전을 포함한 스페이스엑스 승무원 운송 시스템을 검증하기 위한 테스트로, 지난 2011년 5월부터 시작된 나사의 유인 우주비행사 프로그\",\n            \"country\": \"NA\",\n            \"clean_url\": \"donga.com\",\n            \"author\": null,\n            \"rights\": \"Copyright donga.com\",\n            \"link\": \"https://www.donga.com/news/It/article/all/20200601/101313890/1\",\n            \"rank\": \"6235\",\n            \"topic\": \"news\",\n            \"language\": \"ko\",\n            \"title\": \"스페이스X의 일론 머스크, 새로운 우주 질서를 구상하다\",\n            \"published_date\": \"2020-06-01 11:14:00\",\n            \"_id\": \"b091e2889c86873d424f0b0774573801\",\n            \"_score\": 26.72317\n        },\n        {\n            \"summary\": \"De ruimterace blijft toch een interessant onderwerp. Gaan we inderdaad ooit naar Mars? Kunnen we als toerist naar de Maan? En: welk bedrijf zal de race winnen. De nogal aanwezige Elon Musk wil dat met zijn SpaceX maar al te graag. Zo cirkelen straks twee Amerikaanse astronauten rondom de wereld. Je kunt ze zien. Zaterdagavond, boven Nederland.\\n \\n \\nHet was de bedoeling dat het ruimtevaartuig op woensdagavond werd gelanceerd. De livestream was al gestart, maar helaas: op het allerlaatste moment gooide het weer roet in het eten. Gevolg: de brandstof moest uit de Crew Dragon worden gepompt, zodat de astronauten veilig en wel konden uitstappen. Waarschijnlijk nog vol adrenaline. Zaterdagavond wederom die spanning dus. En nu maar hopen dat het weer meezit bij de nieuwe poging. \\n \\nCrew Dragon\\n \\nDe Crew Dragon van SpaceX zal 22 minuten nadat hij vanaf Cape Canaveral (Florida) is gelanceerd langs Nederland gaan. Dat is naar verwachting rond 5 voor 11. Gelukkig is de zon op dat moment al een uurtje onder, waardoor het gevaarte goed te zien moet zijn. Kijk om hem te zien in zuidelijke richting. Het is natuurlijk maar een stipje, waardoor je misschien denkt dat je een ster ziet, maar het is zeker de moeite waard om zaterdagavond even naar buiten te gaan. Gewoon met het blote oog kijken: een telescoop is niet nodig. \\n \\nDe Crew Dragon beweegt zich daarna weer snel in oostelijke richting, want het is de bedoeling dat hij eindigt bij het ISS (International Space Station). Een spannende lancering, want het is voor het eerst in negen jaar dat er een Amerikaanse ruimtevlucht met mensen aan boord wordt gelanceerd. De laatste keer was in 2011 toen NASA zijn Space Shuttle lanceerde. Bijzonder ook, dat het ditmaal niet een staatsbedrijf is, maar een commercieel bedrijf. \\n \\n     \\n         \\n                             \\n\\n                                         \\nNASA Live: Official Stream of NASA TV\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dutchcowboys.nl\",\n            \"author\": \"Laura Jenny\",\n            \"rights\": null,\n            \"link\": \"https://www.dutchcowboys.nl/nieuws/omhoog-kijken-vanavond-elon-musks-crew-dragon-vliegt-voorbij\",\n            \"rank\": \"58487\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Zaterdagavond - omhoog kijken: Elon Musks Crew Dragon vliegt voorbij\",\n            \"published_date\": \"2020-05-27 09:30:00\",\n            \"_id\": \"a25cce2ca13f8f7be5e64728eded7328\",\n            \"_score\": 26.711128\n        },\n        {\n            \"summary\": \"\\\"This is a dream come true for me and everyone at SpaceX. It is the culmination of an incredible amount of work by the SpaceX team, by NASA and by a number of other partners in the process of making this happen. You can look at this as the results of a hundred thousand people roughly when you add up all the suppliers and everyone working incredibly hard to make this day happen.&rdquo; Source: Elon Musk, chief engineer at SpaceX. For the first time in history, NASA astronauts have launched from American soil in a commercially built and operated American crew spacecraft on its way to the International Space Station. The SpaceX Crew Dragon spacecraft carrying NASA astronauts Robert Behnken and Douglas Hurley lifted off at 3:22 p.m. EDT Saturday on the company&rsquo;s Falcon 9 rocket from Launch Complex 39A at NASA&rsquo;s Kennedy Space Center in Florida.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"aero-news.net\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.aero-news.net/index.cfm?do=main.textpost&id=8aecadac-d12a-4dba-b31c-5b69e2caeae0\",\n            \"rank\": \"54328\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Aero-News: Quote of the Day (05.31.20)\",\n            \"published_date\": \"2020-05-30 21:13:07\",\n            \"_id\": \"6bcc7f832a4b85b998dc852f168f5877\",\n            \"_score\": 26.710936\n        },\n        {\n            \"summary\": \"La NASA ha cancelado 17 minutos antes de la hora de despegue prevista el lanzamiento desde Florida de la nave Crew Dragon, el cohete fabricado por SpaceX, la empresa fundada por Elon Musk. La razón, las malas condiciones meteorológicas. \\\"Por desgracia no vamos a lanzar hoy\\\", se anunció desde la sala de mandos del Centro Espacial Kennedy, en Cabo Cañaveral. Misión abortada. El próximo intento tendrá lugar este mismo sábado\\\". El lanzamiento debía ocurrir exactamente a las 16:33 (hora local de Florida, seis horas menos en la península) para que el cohete se encontrara 19 horas después con la Estación Espacial Internacional, con cuya trayectoria estaba sincronizada. 10 años sin lanzar un cohete desde EE.UU Hace casi 10 años que Estados Unidos no es capaz de hacer un lanzamiento desde este tipo desde su territorio, desde la suspensión del programa de trasbordadores, en 2011. Ahora vuelven a intentarlo, con la colaboración de una empresa privada, la de Elon Musk. El cohete estaba situado en la histórica rampa 29A , el lugar desde donde salió el Apollo XI y todos los vuelos a la Luna. En su interior aguardaban instrucciones Doug Hurley y Bob Behnke, dos veteranos astronautas de la NASA, equipados con trajes especiales de última generación diseñados por el equipo de Musk, gran aficionado a la estética futurista en sus diseños, según avanza La Vanguardia. Entre los espectadores del acontecimiento estaba el presidente Donald Trump, que viajó acompañado por la primera dama Melania y sus tres hijos mayores. El próximo sábado, a las 15:21 horas, los estadounidenses lo volverán a intentar el lanzamiento del cohete, fabricado por la empresa espacial de Elon Musk,\",\n            \"country\": \"ES\",\n            \"clean_url\": \"elplural.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.elplural.com/sociedad/nasa-cancela-lanzamiento-cohete-spacex-elon-musk-donald-trump_240721102\",\n            \"rank\": \"37352\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"La NASA cancela por mal tiempo el lanzamiento del cohete SpaceX de Elon Musk\",\n            \"published_date\": \"2020-05-28 11:52:47\",\n            \"_id\": \"9a7eaed2b18d8363301fbd160deb1bb9\",\n            \"_score\": 26.191437\n        },\n        {\n            \"summary\": \"Washington (AFP) - Rund drei Stunden nach dem erfolgreichen Andockmanöver ihrer Raumkapsel sind die beiden US-Astronauten Bob Behnken und Doug Hurley in der Internationalen Raumstation ISS angekommen. Die Schleuse zwischen der SpaceX-Raumkapsel Crew Dragon und der ISS öffnete sich am Sonntag um 19.02 Uhr MESZ. Behnken und Hurley sind die ersten US-Astronauten seit neun Jahren, die mit einem US-Raumfahrzeug zur ISS gelangten. \\n\\nAn Bord der Internationalen Raumstation warteten bereits die russischen Kosmonauten Anatoli Iwanischin und Iwan Wagner sowie der US-Astronaut Chris Cassidy auf die Neuankömmlinge. Die Falcon-9-Rakete von SpaceX war am Samstag um 15.22 Uhr Ortszeit (21.22 Uhr MESZ) mit der Dragon-Kapsel vom Kennedy Space Center im US-Bundesstaat Florida gestartet. \\n\\nDas Unternehmen SpaceX von Elon Musk schreibt damit Raumfahrtgeschichte. Es war der erste bemannte Flug eines privaten Raumfahrtunternehmens zur ISS. Bislang hatte SpaceX nur unbemannte Transportflüge übernommen. Die US-Raumfahrtbehörde Nasa hatte ihr Shuttle-Programm 2011 wegen hoher Kosten und nach zwei Unglücken eingestellt und war in den vergangenen Jahren auf Russland angewiesen.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dtoday.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.dtoday.de/startseite/nachrichten_artikel,-Nasa-US-Astronauten-aus-SpaceX-Raumkapsel-in-der-ISS-angekommen-_arid,728369.html\",\n            \"rank\": \"164426\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Nasa: US-Astronauten aus SpaceX-Raumkapsel in der ISS angekommen\",\n            \"published_date\": \"2020-05-31 17:50:01\",\n            \"_id\": \"69686fa36469822193b781b734620381\",\n            \"_score\": 25.901009\n        },\n        {\n            \"summary\": \"SpaceX has been given the green light for its first crewed spacecraft launch. The mission will be a demonstration of a kind of \\\"taxi\\\" service that SpaceX will be selling to NASA as part of the space agency's Commercial Crew, which aims to defray the high costs of space travel. Taking place in just a few days, NASA astronauts will be making their way to the International Space Station.Doug Hurley and Bob Behnken will be lifting off U.S. soil in the coming days -- the first time in nine years since anyone has launched from the U.S. -- launching the two into orbit with SpaceX's Falcon 9 rocket in the Crew Dragon capsule. The mission was confirmed when SpaceX passed the Flight Readiness Review, a thorough test that ensures the mission's safety. One final review will follow.Crew Dragon will be taking off from Kennedy Space Center in Florida. After boarding the ISS, Hurley and Behnken will be joining their crew for up to three months, contributing to important work before making their trip back home. Never before has there ever been a private U.S.-built spacecraft launching humans into space, so this particular endeavor will be a big moment for the space industry.Lift-off for SpaceX's Crew Dragon is set for May 27, 4:30 p.m. EDT.In case you missed it, SpaceX will be publicly testing its internet service Starlink. View this post on Instagram SpaceX and @NASA completed a full rehearsal of launch day activities with NASA astronauts Bob Behnken and Doug Hurley ahead of Crew Demo-2A post shared by  SpaceX (@spacex) on May 24, 2020 at 4:34am PDT View this post on Instagram The @spacex Crew Dragon spacecraft and Falcon 9 rocket are at the launchpad. Next week: a new era of human spaceflight begins. ???\\u2063 \\u2063 Two @nasaastronauts, Robert Behnken and Douglas Hurley (@astro.doug) will be the first to fly aboard the Crew Dragon. This mission, targeted for liftoff Wednesday, May 27 at 4:33 p.m. EDT from Launch Complex 39A at Kennedy Space Center, will serve as an end-to-end demonstration of SpaceX's crew transportation system. Our astronauts will once again launch on an American rocket from American soil to the International Space Station, for the first time since the conclusion of the Space Shuttle Program in 2011. \\u2063 \\u2063 Image Credit: NASA/Bill Ingalls\\u2063 \\u2063 #rocket #spacecraft #nasa #spacex #launchamericaA post shared by  NASA (@nasa) on May 21, 2020 at 3:06pm PDTpic.twitter.com/iSGrzHgENp— Elon Musk (@elonmusk) May 24, 2020\\n\\nClick here to view full gallery at HYPEBEAST\",\n            \"country\": \"NA\",\n            \"clean_url\": \"hypebeast.com\",\n            \"author\": \"HYPEBEAST\",\n            \"rights\": null,\n            \"link\": \"http://feedproxy.google.com/~r/hypebeast/feed/~3/gxl2ip0jIHE/\",\n            \"rank\": \"3609\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX to Proceed With First Crewed Spacecraft Launch\",\n            \"published_date\": \"2020-05-25 10:29:11\",\n            \"_id\": \"565f3417c4b2b8049be76b28b5fa0f6f\",\n            \"_score\": 25.754295\n        },\n        {\n            \"summary\": \"O ambicioso plano de Tom Cruise de rodar um filme no espaço sideral está cada vez mais próximo da realidade. Segundo o site \\\"Deadline\\\", o diretor Doug Liman pretende acompanhar o ator na expedição na Estação Espacial Internacional. Ainda produzido de forma independente, sem um estúdio de cinema associado, o projeto já conta com o apoio da Nasa e do empresário Elon Musk, da empresa de foguetes Space X. \\n\\nVencedor do Oscar:'Star Wars' terá filme dirigido por Taika Waititi, de 'Jojo Rabbit'\\n\\nNesta quinta-feira, a SpaceX faz seu primeiro voo tripulado, levando dois astronautas da Nasa até a Estação Espacial Internacional. A cápsula Crew Dragon, da SpaceX, que transportará os astronautas Doug Hurley e Bob Behnken, e seu foguete Falcon 9 devem decolar às 17h33, no horário de Brasília, a partir da mesma plataforma de lançamento usada pela última missão de ônibus espacial da Nasa em 2011. A empreitada faz parte dos planos da Nasa de estimular o mercado espacial comercial.\\n\\nO projeto da agência espacial com Tom Cruise foi confirmado no começo do mês pelo administrador da Nasa Jim Bridenstine, em uma mensagem no Twitter. Liman e Cruise já trabalharam juntos em \\\"Feito na América\\\" (2017) e \\\"No limite do amanhã\\\" (2014).\",\n            \"country\": \"BR\",\n            \"clean_url\": \"globo.com\",\n            \"author\": \"\",\n            \"rights\": null,\n            \"link\": \"https://oglobo.globo.com/cultura/filmes/filme-de-tom-cruise-no-espaco-em-parceria-com-nasa-elon-musk-ganha-diretor-24447963\",\n            \"rank\": \"783\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Filme de Tom Cruise no espaço em parceria com Nasa e Elon Musk ganha diretor\",\n            \"published_date\": \"2020-05-27 12:03:33\",\n            \"_id\": \"f3168719e4e3f4fae2e1c59e7e0d0444\",\n            \"_score\": 25.346066\n        },\n        {\n            \"summary\": \"Cape Canaveral - Über dem Weltraumbahnhof Cape Canaveral im US-Bundesstaat Florida waren dunkle Wolken zu sehen und es regnete immer wieder leicht, zudem gab es Sorge wegen Blitzen. Im Vorfeld hatte die Nasa eine 60-prozentige Chance auf geeignete Wetterbedingungen gesehen.Weltweit war der Start mit Spannung erwartet worden. US-Präsident Donald Trump und Vizepräsident Mike Pence waren nach Florida gereist, um den Start live vor Ort zu verfolgen.Ein nächster Startversuch könnte am Samstag stattfinden. Dann sollen die US-Raumfahrer Robert Behnken und Douglas Hurley erneut versuchen, mit einer \\\"Falcon 9\\\"-Rakete in einer \\\"Crew Dragon\\\"-Raumkapsel zur ISS zu starten. Die Sicherheit der Astronauten sei die oberste Priorität der Nasa, kommentierte Nasa-Chef Jim Bridenstine per Kurznachrichtendienst Twitter nach der Verschiebung.Es handelt sich um den letzten Flugtest für den vom privaten Raumfahrtunternehmen SpaceX entwickelten \\\"Crew Dragon\\\". SpaceX wurde gegründet vom Unternehmer Elon Musk. Das Unternehmen hat bislang nur Fracht zur ISS transportiert.Zuletzt waren im Sommer 2011 Astronauten mit der US-Raumfähre \\\"Atlantis\\\" zur ISS geflogen. Danach mottete die US-Raumfahrtbehörde Nasa ihre Space-Shuttle-Flotte aus Kostengründen ein und war für Flüge zur ISS seither auf Russland angewiesen. Das war mit rund 80 Millionen Euro pro Flug in einer russischen Sojus-Kapsel nicht nur teuer, sondern kratzte auch mächtig am Ego.Eigentlich waren eigene Flüge aus den USA zur ISS von der Nasa schon für 2017 angekündigt gewesen - im Zuge technischer Probleme, Finanzierungsschwierigkeiten und Umstrukturierungen nach der Wahl von US-Präsident Trump wurde das Projekt aber immer weiter aufgeschoben.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nordbayern.de\",\n            \"author\": null,\n            \"rights\": \"nordbayern.de\",\n            \"link\": \"https://www.nordbayern.de/schlechtes-wetter-crew-dragon-start-zur-iss-verschoben-1.10137406\",\n            \"rank\": \"14446\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Schlechtes Wetter: \\\"Crew Dragon\\\"-Start zur ISS verschoben\",\n            \"published_date\": \"2020-05-27 21:08:37\",\n            \"_id\": \"03284a4b5eb7196c07d798fff93832e0\",\n            \"_score\": 25.29677\n        },\n        {\n            \"summary\": \"Compartir Twittear \\n\\n\\n\\n\\n \\n\\n\\n\\n\\nLa humanidad está atenta al lanzamiento de la nave de la NASA el Crew Dragon, en colaboración con la empresa SpaceX, que pertenece a Elon Musk.\\n \\n \\n \\nDentro de los detalles de la operación, destaca el diseñador mexicano, José Fernández, quien planeó junto a ambas firmas los trajes que Bob Behnken y Doug Hurley llevan puestos para su misión hacia el espacio exterior.\\n \\n \\n \\nLa propia revista Vogue en su versión mexicana, expuso la estáetica y los diseños de Fernández, que terminó llamando la atención de Musk.\\n \\n \\n \\nCabe recordarque el artista 'azteca', tiene una larga trayectoria en el mundo del vestuario de algunos famosos superhéroes de la industria cinematográfica de Hollywood.\\n \\n \\n \\nSus diseños se definen como \\\"minimalistas y futuristas\\\", asegura Vogue, que compartió imágenes de Fernández junto a superhéroes como Wolverine de X-Men y Batman.\\n \\n \\n \\nMusk descartó a seis empresas interesadas en elaborar los trajes, y decidió contratar a Fernández. Así fue que en seis meses, el mexicano trabajó para diseñar el casco 'Ironhead'.\\n \\n\\n\\nEtiquetas: \\n\\n\\nTrajes espaciales\\n\\nX-Men\\n\\nCrew Dragon\\n\\n\\n\\n\\nseleccion del editor: \\n\\nno ira en la selección del editor?\\n\\n\\n\\ntema del dia: \\n\\nno tema del dia\\n\\n\\n\\nEs nota destada: \\n\\nNo portada destacada\\n\\n\\n\\nDestacada home noticias: \\n\\nno destacada para noticias\\n\\n\\n\\nUltimas noticias importantes: \\n\\nNo es ultima nota a destacar\\n\\n\\n\\nMostrar gif: \\n\\nNo mostrar gif\\n\\n\\n\\nBloque de cobertura: \\n\\nNo colocar en bloque de cobertura\\n\\n\\n\\nBloque de Consulta: \\n\\n\\n\\n\\n\\nNoticia Censurada: \\n\\nNO\\n\\n\\n\\nFuente: \\n\\nREDACCIÓN\\n\\n\\n\\nRedactores (Fuente): \\n\\nKevin Verdezoto\\n\\n\\n\\nKeywords: \\n\\nTrajes espaciales X-Men Crew Dragon\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ecuavisa.com\",\n            \"author\": \"verdezotok\",\n            \"rights\": null,\n            \"link\": \"https://www.ecuavisa.com/articulo/noticias/internacionales/606686-trajes-espaciales-del-crew-dragon-fueron-elaborados\",\n            \"rank\": \"94221\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Trajes espaciales del Crew Dragon fueron elaborados por diseñador de X-Men\",\n            \"published_date\": \"2020-05-30 19:21:08\",\n            \"_id\": \"328ae49444322615379796fb8cca4318\",\n            \"_score\": 24.97348\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"spacex && \\\"Elon Musk\\\" &&\\\"crew dragon\\\" !tesla !grimes \",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-05-25 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"relevancy\",\n        \"page\": 2,\n        \"size\": 100,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"97cbbce7-d5cd-45ec-8557-0875b9e0cf58"},{"name":"Latest articles on nytimes.com","event":[{"listen":"test","script":{"id":"948ef3de-ce49-4834-ad71-d5884d19abaa","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"9458b467-f7f4-451a-992c-19a2dd8a7018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"}],"url":"https://newscatcher.p.rapidapi.com/v1/search?q=*&sort_by=date&sources=nytimes.com","urlObject":{"protocol":"https","path":["v1","search"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"*"},{"key":"sort_by","value":"date"},{"key":"sources","value":"nytimes.com"}],"variable":[]}},"response":[{"id":"78469131-2cb2-429b-8768-8704a6f600fb","name":"Latest articles on nytimes.com","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=*&sort_by=date&sources=nytimes.com","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"*"},{"key":"sort_by","value":"date"},{"key":"sources","value":"nytimes.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:22:26 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 fdb19a60fef99ccf6faacc3588fcd922.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd6u1E_5oAMFmfA="},{"key":"X-Amz-Cf-Id","value":"lxJTpmuOdo97BECr2S9jI3hALhkBP0jzAP2kXUKbIuFbDTeTevAQmw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"29286"},{"key":"x-amzn-RequestId","value":"7ddabd4d-ab97-4195-8c1f-1abf633d64fe"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed57192-c9c253b0955b9464161dcae8;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99982"},{"key":"Content-Length","value":"29286"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 1236,\n    \"page\": 1,\n    \"total_pages\": 25,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"Much remains unknown and mysterious, but these are some of the things we're pretty sure of after half a year of this pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"The New York Times\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/article/coronavirus-facts-history.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Six Months of Coronavirus: Here's Some of What We've Learned\",\n            \"published_date\": \"2020-06-01 21:01:15\",\n            \"_id\": \"9b321ae0dc14a6404a06ce3ef389860e\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Times journalists summarize some of the most critical things that scientists and public health officials have yet to understand.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"The New York Times\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/health/coronavirus-mysteries.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"After 6 Months, Important Mysteries About Coronavirus Endure\",\n            \"published_date\": \"2020-06-01 20:45:58\",\n            \"_id\": \"af8ab08e291be52524f0504a8ec8f872\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Even as major chains boarded up stores and halted operations, they largely sought to convey empathy for demonstrators and did not condemn the damage to their businesses.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Sapna Maheshwari and Michael Corkery\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/business/stores-protests-damage.html\",\n            \"rank\": \"42\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Retailers, Battered by Pandemic, Now Confront Protests\",\n            \"published_date\": \"2020-06-01 20:33:08\",\n            \"_id\": \"06fa7e0dcef93190f783d44e268db510\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"As cities brace for a seventh day of protests and possible violence, President Trump berates governors and demands a much harsher response.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/floyd-protests-live.html\",\n            \"rank\": \"42\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"Private Autopsy Says George Floyd Died of Asphyxia: Live Updates\",\n            \"published_date\": \"2020-06-01 20:15:14\",\n            \"_id\": \"88c2ac7a190314f8220e7565d20a4c2c\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"They're requiring masks, taking temperatures and speeding check-ins. But as one travel expert put it, 'So much is uncertain right now.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jane L. Levere\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/business/coronavirus-airports-airlines.html\",\n            \"rank\": \"42\",\n            \"topic\": \"travel\",\n            \"language\": \"en\",\n            \"title\": \"Airlines Say It's Safe to Travel. But Is It?\",\n            \"published_date\": \"2020-06-01 20:11:05\",\n            \"_id\": \"167d6d131d4287eeaa970693e43460c2\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"While many in the country abhor the kind of harassment Hana Kimura endured before her apparent suicide, some warn that cracking down on it could also chill rising internet activism.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Ben Dooley and Hikari Hida\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/business/hana-kimura-terrace-house.html\",\n            \"rank\": \"42\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"After Reality Star's Death, Japan Vows to Rip the Mask Off Online Hate\",\n            \"published_date\": \"2020-06-01 20:05:31\",\n            \"_id\": \"ec2bbe59e0b360554138d345b4e91c60\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Many artists have not been paid since March at the company, which hopes to return on New Year's Eve after its longest interruption in over a century.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Michael Cooper\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/arts/music/metropolitan-opera-cancels-season-virus.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Metropolitan Opera Cancels All Fall Performances\",\n            \"published_date\": \"2020-06-01 20:00:13\",\n            \"_id\": \"d49eb219bb14e5a7c4157dd40b2540be\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Created as a family meal dish for the El Bulli staff a decade ago, this three-ingredient dish utilizes pantry staples.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Alexa Weibel\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/dining/ferran-adria-potato-chip-omelet-recipe.html\",\n            \"rank\": \"42\",\n            \"topic\": \"food\",\n            \"language\": \"en\",\n            \"title\": \"Ferran Adrià's Potato Chip Omelet Delights Beyond Expectation\",\n            \"published_date\": \"2020-06-01 19:57:36\",\n            \"_id\": \"eec9df1752b2a3b4e7649d95ffd4fca7\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Newark, New Jersey's largest city, made no arrests and reported only minimal property damage during a weekend march.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Tracey Tully and Kevin Armstrong\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/nyregion/newark-protests-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"How a City Once Consumed by Civil Unrest Has Kept Protests Peaceful\",\n            \"published_date\": \"2020-06-01 19:51:02\",\n            \"_id\": \"3deb3ac60d29d8dee30110e0d46cee7f\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Days after China moved to enact new security laws for Hong Kong, the territory's police rejected permission for an annual vigil to honor the victims of the 1989 Tiananmen Square protests.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Daniel Victor\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/world/asia/Hong-kong-Tiananmen-vigil-banned.html\",\n            \"rank\": \"42\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"Hong Kong Bans Tiananmen Vigil for 1st Time, in New Challenge to Protests\",\n            \"published_date\": \"2020-06-01 19:50:51\",\n            \"_id\": \"76b7c6dc60bcb6d44e2e7e20d73c33a5\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"A former Israeli general cautions against a unilateral move. Another reader says such action is justified.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/letters/israel-west-bank.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Israel's Plan to Annex the West Bank\",\n            \"published_date\": \"2020-06-01 19:44:12\",\n            \"_id\": \"69f48ebb5dceb2c315a5b1365ab51205\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"There were largely peaceful demonstrations over the death of George Floyd on Sunday, but as the night wore on protesters clashed with the police throughout the city.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/nyregion/nyc-protests-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"N.Y.C. Will Have a Curfew, Governor Says: Live Updates\",\n            \"published_date\": \"2020-06-01 19:41:48\",\n            \"_id\": \"ad6951ab9c37532cc22f2e18f6ce912e\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Five hundred species are likely to become extinct over the next two decades, according to a new study.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Rachel Nuwer\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/science/mass-extinctions-are-accelerating-scientists-report.html\",\n            \"rank\": \"42\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Mass Extinctions Are Accelerating, Scientists Report\",\n            \"published_date\": \"2020-06-01 19:39:52\",\n            \"_id\": \"45ec778a9cb5a572afc19c473dfa6b71\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"With money flowing to candidates, bail funds and charities, the Democrats' online donor platform processed over $40 million between Friday and Sunday, a sign of strength for the party.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Shane Goldmacher\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/donations-protests-actblue-democrats.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Protests Spur Surge in Donations, Giving ActBlue Its Biggest Day of the Year\",\n            \"published_date\": \"2020-06-01 19:39:16\",\n            \"_id\": \"f04ca6eb605052776c48e39e6c8b423b\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Police must take collective responsibility for the failings within their ranks.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Brandon del Pozo\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/george-floyd-police-protests.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Justice Is About More Than the Killing of George Floyd\",\n            \"published_date\": \"2020-06-01 19:38:41\",\n            \"_id\": \"1b488c9543acaed55b6134d83f12d4bb\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"'You have to arrest people,” the president said, warning that governors would look like 'jerks” if they did not crack down.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/george-floyd-protests-live-updates.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Protests Today Live: News Updates on George Floyd's Autopsy\",\n            \"published_date\": \"2020-06-01 19:30:30\",\n            \"_id\": \"ad6ecd8f53638059ee0a6181d2fff290\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"‘I've really never seen anything like this': Reporters and news photographers describe being roughed up, arrested and shot by projectiles while covering demonstrations across the country.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Marc Tracy and Rachel Abrams\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/business/media/reporters-protests-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Police Target Journalists as Trump Blames ‘Lamestream Media' for Protests\",\n            \"published_date\": \"2020-06-01 19:29:12\",\n            \"_id\": \"c8b76423c8ff17709d520a53fc26b7d4\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"The artist recounts the genesis of her photo series on the sets and spaces where African Americans changed network television.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Carrie Mae Weems\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/carrie-mae-weems-black-television.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Carrie Mae Weems: A Crack in the Cultural Armor\",\n            \"published_date\": \"2020-06-01 19:26:05\",\n            \"_id\": \"f822beb108eff76c89da861eacec1e82\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"His political program and ratings derailed by the coronavirus, Russia's president pushes to get back on track.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Andrew Higgins\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/world/europe/russia-putin-coronavirus.html\",\n            \"rank\": \"42\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"Putin Sets New Date for Vote on Extending His Rule\",\n            \"published_date\": \"2020-06-01 19:25:28\",\n            \"_id\": \"21ceaccf95023a8293272e0ca7f13917\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"A reader cites the many miseries facing the U.S. and laments the president's 'utter failure to provide the requisite leadership.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/letters/trump-coronavirus-unrest.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"‘Our Nation Is Falling Apart'\",\n            \"published_date\": \"2020-06-01 19:10:00\",\n            \"_id\": \"c6f423d14f95434ace169e8ae607acd8\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Every month, subscription streaming services add a new batch of titles to their libraries. Here are our picks for June.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Noel Murray\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/arts/television/june-netflix.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Best Movies and TV Shows Coming to Netflix, Amazon and More in June\",\n            \"published_date\": \"2020-06-01 19:07:29\",\n            \"_id\": \"287f8e8a300c20bcd713e886aa344223\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Researchers whose canceled U.S. grant caused an outcry from other scientists urge preventive monitoring of viruses in southwestern China.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"James Gorman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/science/coronavirus-bats-wuhan.html\",\n            \"rank\": \"42\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"U.S. and Chinese Scientists Trace Evolution of Coronaviruses in Bats\",\n            \"published_date\": \"2020-06-01 19:01:23\",\n            \"_id\": \"b537bdb244d88cf9f390882f4a901790\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Providing a critical lifeline while the economy gets back on its feet is essential.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Larry Hogan\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/coronavirus-relief-states.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"States Need Coronavirus Disaster Relief, Not Bailouts\",\n            \"published_date\": \"2020-06-01 19:00:10\",\n            \"_id\": \"a3beb3c90dd6e7b14bf1eadd0f177df0\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"The agency tweaked the rules on how to apply the Clean Water Act, which New York and other states have used to fight fossil-fuel ventures.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Lisa Friedman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/climate/trump-clean-water-pipelines.html\",\n            \"rank\": \"42\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"E.P.A. Limits States' Power to Oppose Pipelines and Other Energy Projects\",\n            \"published_date\": \"2020-06-01 18:47:52\",\n            \"_id\": \"539b16a4b7547bf4968470e5bce4c5e6\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"'You have to arrest people,” the president said, warning that governors would look like 'jerks” if they did not crack down.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/george-floyd-protests-live-updates.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Protests Today Live: News Updates and Video\",\n            \"published_date\": \"2020-06-01 18:37:34\",\n            \"_id\": \"afe592a71d20f68d31f1f6329872746e\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Readers call on white Americans to 'wake up,” question the president's credibility on police brutality, encourage 'taking a knee” in peaceful protest, and more.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/opinion/letters/unrest-race-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Voices in an America in the Throes of Crisis\",\n            \"published_date\": \"2020-06-01 18:32:46\",\n            \"_id\": \"f076b8c0b226cf9e9336063bcbafbef4\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"President Trump, in a call with governors, said they would look like 'jerks” if they did not toughen their response to protesters. 'Someone throwing a rock is like shooting a gun. You have to do retribution.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jonathan Martin, Katie Rogers and Maggie Haberman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/trump-governors.html\",\n            \"rank\": \"42\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump's Governor Call: Full Audio [Listen]\",\n            \"published_date\": \"2020-06-01 18:26:10\",\n            \"_id\": \"8ea5ac15fc44ce5769b3054808541755\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"The online platform ActBlue processed more than $40 million between Friday and Sunday, a sign that the energy spilling into the streets nationwide might also be matched by a wave of money for Democrats.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Shane Goldmacher\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/donations-protests-actblue-democrats.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"As Protesters Flood Streets, Money Flows to Democrats, Bail Funds and Charities\",\n            \"published_date\": \"2020-06-01 18:19:44\",\n            \"_id\": \"73bf718b7aa2b7654574f718e4d43965\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"After weeks of virtual events, Mr. Biden went to Bethel A.M.E. Church in Wilmington to hear from parishioners and community leaders.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Maggie Astor and Thomas Kaplan\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/joe-biden-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Joe Biden Listens to Anguish at a Black Church in Wilmington\",\n            \"published_date\": \"2020-06-01 18:06:02\",\n            \"_id\": \"8915effa261f29cbdf872c508d65f4d4\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"President Trump, in a call with governors, said they would look like 'jerks” if they did not toughen their response to protesters. 'Someone throwing a rock is like shooting a gun. You have to do retribution.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jonathan Martin, Katie Rogers and Maggie Haberman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/trump-governors.html\",\n            \"rank\": \"42\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"[Audio] Trump Calls Protesters ‘Terrorists' in Call to Governors\",\n            \"published_date\": \"2020-06-01 18:02:22\",\n            \"_id\": \"e1630928f4c1e449c6d209a27826cb29\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"There were largely peaceful demonstrations over the death of George Floyd on Sunday, but as the night wore on protesters clashed with the police throughout the city.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/nyregion/nyc-protests-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"N.Y.C. Weighs Curfew After Fourth Night of Violence and Protests: Live Updates\",\n            \"published_date\": \"2020-06-01 17:58:23\",\n            \"_id\": \"ab34bc12833d70bad95e6670591cef9e\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Prime Minister Benjamin Netanyahu has promised to annex much of the occupied West Bank. But now that he can, there are questions about whether he will.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"David M. Halbfinger and Adam Rasgon\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/world/middleeast/israel-annex-netanyahu-westbank.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Netanyahu's Annexation Plans Meet Surprise Opponent: Israeli Settlers\",\n            \"published_date\": \"2020-06-01 17:54:22\",\n            \"_id\": \"1918cd351b7adb3665931adfcf4b71c5\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Missing parties and parades during Pride Month? These movies will fill your screen with joy, history and rainbows.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Erik Piepenburg\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/movies/pride-parade-movies-virus.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Celebrating Pride on Film\",\n            \"published_date\": \"2020-06-01 17:42:59\",\n            \"_id\": \"180867acf6f3adf00317ad84d93fe590\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"After weeks of virtual events, Mr. Biden went to Bethel A.M.E. Church in Wilmington to hear from parishioners and community leaders.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Maggie Astor and Thomas Kaplan\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/joe-biden-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Joe Biden Listens to Anguish at a Black Church in Delaware\",\n            \"published_date\": \"2020-06-01 17:42:33\",\n            \"_id\": \"0986cac27d082a7d98d10e43f6fb6b14\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"President Trump, in a call with governors, said they would look like 'jerks” if they did not toughen their response to protesters. 'Someone throwing a rock is like shooting a gun. You have to do retribution.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jonathan Martin, Katie Rogers and Maggie Haberman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/politics/trump-governors.html\",\n            \"rank\": \"42\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"Trump Call to Governors: President Urges Retribution Against Protesters\",\n            \"published_date\": \"2020-06-01 17:40:52\",\n            \"_id\": \"bcabdb8690292e757a9f42f3709d4d5d\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"There were widespread reports of looting and confrontations with the police in cities across the United States. The White House went dark as fires burned outside its gates.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/george-floyd-protests-live-updates.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Protests Today: Live News Updates and Video\",\n            \"published_date\": \"2020-06-01 17:38:29\",\n            \"_id\": \"8666fbe1432e12ab8867f22a2fac47ce\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Connecting the world online feels essential in moments of history. Is it a package deal with all of the horribles?\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Shira Ovide\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/technology/george-floyd-protests-twitter.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"The Power of Bearing Witness\",\n            \"published_date\": \"2020-06-01 17:31:54\",\n            \"_id\": \"562471392e7b717ce01a0216079d3f26\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Penguin Random House, HarperCollins, Hachette and Wiley accused the nonprofit of piracy for making over 1 million books free online.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Elizabeth A. Harris\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/books/internet-archive-emergency-library-coronavirus.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Publishers Sue Internet Archive Over Free E-Books\",\n            \"published_date\": \"2020-06-01 17:13:29\",\n            \"_id\": \"e23353f97893325e7b57afcff6e75a87\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"The New York Times\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://twitter.com/jenniferweiner\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Join Jennifer Weiner to discuss protests and quarantine bubbles\",\n            \"published_date\": \"2020-06-01 17:04:47\",\n            \"_id\": \"9a50fcb8bed24bf852b66275c580b551\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Three New York Times national correspondents who have been reporting from the front lines will provide their insights.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"The New York Times\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/george-floyd-ahmaud-arbery-race.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"America, Inflamed. Join Us for a Special Conversation About Race.\",\n            \"published_date\": \"2020-06-01 17:00:49\",\n            \"_id\": \"f208d2b2379e29bb6eae50579c6df3a1\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"There were widespread reports of looting and confrontations with the police in cities across the United States. The White House went dark as fires burned outside its gates.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/george-floyd-protests-live-updates.html\",\n            \"rank\": \"42\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"Live Protests Updates and Video\",\n            \"published_date\": \"2020-06-01 16:47:28\",\n            \"_id\": \"f5d7d194246d8665cdaa5f3744b7a6cd\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"The case concerned the constitutionality of appointments to a government board charged with restructuring billions of dollars of debt.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Adam Liptak\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/us/supreme-court-puerto-rico-debt.html\",\n            \"rank\": \"42\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Supreme Court Upholds Federal Response to Puerto Rico Debt\",\n            \"published_date\": \"2020-06-01 16:47:19\",\n            \"_id\": \"36e31ebb00de92b9e5bf120dcdfbec17\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"The Sergeants Benevolent Association posted a police report on the arrest of Chiara de Blasio during a protest on Saturday night.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Dana Rubinstein and Jeffery C. Mays\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/nyregion/chiara-de-blasio-arrest.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Chiara de Blasio Arrest: Police Union Disclosed Information in Privacy Breach\",\n            \"published_date\": \"2020-06-01 16:44:12\",\n            \"_id\": \"e47a399aa4628e9ac0bd49b3f7e8e291\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Researchers whose canceled U.S. grant caused an outcry from other scientists urge preventive monitoring of viruses in southwestern China.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"James Gorman\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/science/coronavirus-bats-wuhan.html\",\n            \"rank\": \"42\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"U.S. and Chinese Scientists Trace Evolution of Coronaviruses\",\n            \"published_date\": \"2020-06-01 16:42:17\",\n            \"_id\": \"14a1fd88898bfcc46339b70e6b7e739f\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"There were largely peaceful demonstrations over the death of George Floyd on Sunday, but as the night wore on protesters clashed with the police throughout the city.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/05/31/nyregion/nyc-protests-george-floyd.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"N.Y.C. Weighs Curfew After 4th Night of Violence and Protests: Live Updates\",\n            \"published_date\": \"2020-06-01 16:40:16\",\n            \"_id\": \"2dabc7fd108cf5e4350f343f6ee660fd\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Same-sex couples, on average, resolve conflict more constructively than different-sex couples, and with less animosity, studies have shown.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"By Christina Caron\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/parenting/relationship-advice-gay-straight.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Gay Couples Can Teach Straight People a Thing or Two About Arguing\",\n            \"published_date\": \"2020-06-01 16:36:03\",\n            \"_id\": \"b7357ce11979db50b928a095ccfbe52b\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"While Twitter started labeling some of the president's inflammatory posts, Facebook's chief executive, Mark Zuckerberg, has said his company should leave them alone.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Sheera Frenkel and Mike Isaac\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/technology/facebook-employee-protest-trump.html\",\n            \"rank\": \"42\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Facebook Employees Stage Virtual Walkout to Protest Trump Posts\",\n            \"published_date\": \"2020-06-01 16:31:18\",\n            \"_id\": \"32b83a29793964a2d1e78d613d4cd248\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Penguin Random House, HarperCollins, Hachette and Wiley accused the nonprofit of piracy for making over 1 million books free online during the coronavirus outbreak.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Elizabeth A. Harris\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/books/internet-archive-emergency-library-coronavirus.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Publishers Sue Internet Archive Over National Emergency Library\",\n            \"published_date\": \"2020-06-01 16:23:01\",\n            \"_id\": \"a3f956e49b18b538d219448106078385\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"After the killing of George Floyd, a small Minneapolis fund that is paying bail for protesters saw a huge influx of donations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"Jonah Engel Bromwich\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/style/minnesota-freedom-fund-bail-george-floyd-protests.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"How a Minnesota Bail Fund Raised $20 Million to Help Jailed Protestors\",\n            \"published_date\": \"2020-06-01 16:14:54\",\n            \"_id\": \"fedaba60806caae2fcd09c98e4a2f641\",\n            \"_score\": 1.9976418\n        },\n        {\n            \"summary\": \"Compared with women who had delivered, those who experienced a pregnancy loss were at an 18 percent increased risk for Type 2 diabetes.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nytimes.com\",\n            \"author\": \"By Nicholas Bakalar\",\n            \"rights\": \"Copyright 2020 The New York Times Company\",\n            \"link\": \"https://www.nytimes.com/2020/06/01/well/family/pregnancy-loss-tied-to-increased-risk-of-type-2-diabetes.html\",\n            \"rank\": \"42\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Pregnancy Loss Tied to Increased Risk of Type 2 Diabetes\",\n            \"published_date\": \"2020-06-01 16:02:39\",\n            \"_id\": \"8d79ed8acdeea80fb4c83ab37dbaa7cb\",\n            \"_score\": 1.9976418\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"*\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-05-25 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": [\n            \"nytimes.com\"\n        ],\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"9458b467-f7f4-451a-992c-19a2dd8a7018"}],"id":"6c8dc930-e084-402c-80e0-4e79afa2f78c","_postman_id":"6c8dc930-e084-402c-80e0-4e79afa2f78c","description":""},{"name":"/aggregation","item":[{"name":"\"Vaccin\" or \"Cure\" words mentioned in news","event":[{"listen":"test","script":{"id":"0dd9357d-cd11-4163-9f88-38a892fec312","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"19ffa5c9-bb4d-4cc8-a0a7-2021dd10ec3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"}],"url":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=vaccin cure","description":"<p>How many time words \"vaccin\" or \"cure\" have been mentioned in new for the last 100 days.</p>\n","urlObject":{"protocol":"https","path":["v1","aggregation"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"vaccin cure"}],"variable":[]}},"response":[{"id":"427d178b-2528-4b97-872c-20370d3a6018","name":"\"Vaccin\" mentioned in news","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=vaccin cure","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","aggregation"],"query":[{"key":"q","value":"vaccin cure"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:28:22 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 7419ebe6dc61a036c7f081375facfd52.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd7mlHcCIAMFUmg="},{"key":"X-Amz-Cf-Id","value":"jr5bu988HJJxgFKMh7E3u0t6wdnneK0IrdxtufDwkXM5DBCQ2oGFpw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"2300"},{"key":"x-amzn-RequestId","value":"f7517f1e-b478-4051-800e-a00cbb746136"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed572f6-9eec0c7a93eb09fc4f537100;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99977"},{"key":"Content-Length","value":"2300"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"aggregation\": [\n        {\n            \"key_as_string\": \"2020-06-01\",\n            \"doc_count\": 75\n        },\n        {\n            \"key_as_string\": \"2020-05-31\",\n            \"doc_count\": 82\n        },\n        {\n            \"key_as_string\": \"2020-05-30\",\n            \"doc_count\": 84\n        },\n        {\n            \"key_as_string\": \"2020-05-29\",\n            \"doc_count\": 135\n        },\n        {\n            \"key_as_string\": \"2020-05-28\",\n            \"doc_count\": 176\n        },\n        {\n            \"key_as_string\": \"2020-05-27\",\n            \"doc_count\": 194\n        },\n        {\n            \"key_as_string\": \"2020-05-26\",\n            \"doc_count\": 141\n        },\n        {\n            \"key_as_string\": \"2020-05-25\",\n            \"doc_count\": 111\n        },\n        {\n            \"key_as_string\": \"2020-05-24\",\n            \"doc_count\": 83\n        },\n        {\n            \"key_as_string\": \"2020-05-23\",\n            \"doc_count\": 131\n        },\n        {\n            \"key_as_string\": \"2020-05-22\",\n            \"doc_count\": 126\n        },\n        {\n            \"key_as_string\": \"2020-05-21\",\n            \"doc_count\": 168\n        },\n        {\n            \"key_as_string\": \"2020-05-20\",\n            \"doc_count\": 224\n        },\n        {\n            \"key_as_string\": \"2020-05-19\",\n            \"doc_count\": 310\n        },\n        {\n            \"key_as_string\": \"2020-05-18\",\n            \"doc_count\": 344\n        },\n        {\n            \"key_as_string\": \"2020-05-17\",\n            \"doc_count\": 139\n        },\n        {\n            \"key_as_string\": \"2020-05-16\",\n            \"doc_count\": 68\n        },\n        {\n            \"key_as_string\": \"2020-05-15\",\n            \"doc_count\": 79\n        },\n        {\n            \"key_as_string\": \"2020-05-14\",\n            \"doc_count\": 77\n        },\n        {\n            \"key_as_string\": \"2020-05-13\",\n            \"doc_count\": 45\n        },\n        {\n            \"key_as_string\": \"2020-05-12\",\n            \"doc_count\": 20\n        },\n        {\n            \"key_as_string\": \"2020-05-11\",\n            \"doc_count\": 22\n        },\n        {\n            \"key_as_string\": \"2020-05-10\",\n            \"doc_count\": 14\n        },\n        {\n            \"key_as_string\": \"2020-05-09\",\n            \"doc_count\": 5\n        },\n        {\n            \"key_as_string\": \"2020-05-08\",\n            \"doc_count\": 13\n        },\n        {\n            \"key_as_string\": \"2020-05-07\",\n            \"doc_count\": 16\n        },\n        {\n            \"key_as_string\": \"2020-05-06\",\n            \"doc_count\": 16\n        },\n        {\n            \"key_as_string\": \"2020-05-05\",\n            \"doc_count\": 10\n        },\n        {\n            \"key_as_string\": \"2020-05-04\",\n            \"doc_count\": 20\n        },\n        {\n            \"key_as_string\": \"2020-05-03\",\n            \"doc_count\": 1\n        },\n        {\n            \"key_as_string\": \"2020-05-02\",\n            \"doc_count\": 4\n        },\n        {\n            \"key_as_string\": \"2020-05-01\",\n            \"doc_count\": 12\n        },\n        {\n            \"key_as_string\": \"2020-04-30\",\n            \"doc_count\": 8\n        },\n        {\n            \"key_as_string\": \"2020-04-29\",\n            \"doc_count\": 14\n        },\n        {\n            \"key_as_string\": \"2020-04-28\",\n            \"doc_count\": 16\n        },\n        {\n            \"key_as_string\": \"2020-04-27\",\n            \"doc_count\": 6\n        },\n        {\n            \"key_as_string\": \"2020-04-26\",\n            \"doc_count\": 3\n        },\n        {\n            \"key_as_string\": \"2020-04-25\",\n            \"doc_count\": 3\n        },\n        {\n            \"key_as_string\": \"2020-04-24\",\n            \"doc_count\": 26\n        },\n        {\n            \"key_as_string\": \"2020-04-23\",\n            \"doc_count\": 9\n        },\n        {\n            \"key_as_string\": \"2020-04-22\",\n            \"doc_count\": 8\n        },\n        {\n            \"key_as_string\": \"2020-04-21\",\n            \"doc_count\": 7\n        },\n        {\n            \"key_as_string\": \"2020-04-20\",\n            \"doc_count\": 4\n        },\n        {\n            \"key_as_string\": \"2020-04-19\",\n            \"doc_count\": 1\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"vaccin cure\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-02-23 21:28:22\",\n        \"to\": \"2020-06-01 21:28:22\",\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"19ffa5c9-bb4d-4cc8-a0a7-2021dd10ec3d"},{"name":"Revolution on metioning SpaceX for the last month","event":[{"listen":"test","script":{"id":"ee70be39-cdfe-4d16-82ee-1ecee7d38f40","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"8bed87cd-d83a-48bb-a79c-e96b0ce3e5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"}],"url":"https://newscatcher.p.rapidapi.com/v1/aggregation?q=vaccin&agg_by=hour","description":"<p>Lets try to find some information about the SpaceX launch of Crew Dragon</p>\n","urlObject":{"protocol":"https","path":["v1","aggregation"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"q","value":"vaccin"},{"key":"agg_by","value":"hour"}],"variable":[]}},"response":[{"id":"c473564d-114e-4b16-af17-fe3255061eb0","name":"Search on a phrase","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","value":"{{X-API-KEY}}","type":"text"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/search?q=spaceX launch ISS","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","search"],"query":[{"key":"q","value":"spaceX launch ISS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:16:28 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 b541956a3e11a8d6bd72d74e925ca434.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd527GKMIAMFiIw="},{"key":"X-Amz-Cf-Id","value":"RgG9xVqIQW7p3s_B2CS_42TFaJ-0fPAmqUnCHDIF080s1KGOnnGcGw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"33613"},{"key":"x-amzn-RequestId","value":"ac41ef7d-46c2-4aa6-a0ae-d3183c0d82d1"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed5702c-3ddd84db6840fbcafe5fc9fb;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99987"},{"key":"Content-Length","value":"33613"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 10000,\n    \"page\": 1,\n    \"total_pages\": 200,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"NASA astronauts complete their dress rehearsal before their SpaceX launch to the ISS on 28 May, 2.00 am IST\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"FP Trending\",\n            \"rights\": \"https://www.firstpost.com\",\n            \"link\": \"https://www.firstpost.com/tech/science/nasa-astronauts-complete-their-dress-rehearsal-before-their-spacex-launch-to-the-iss-on-28-may-2-00-am-ist-8408991.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts complete their dress rehearsal before their SpaceX launch to the ISS on 28 May, 2.00 am IST\",\n            \"published_date\": \"2020-05-26 04:06:44\",\n            \"_id\": \"9ba9c3cc3ce5fead8830084dd8e1ca11\",\n            \"_score\": 29.94878\n        },\n        {\n            \"summary\": \"Ahead of the launch of the Crew Dragon mission, the BBC explains what SpaceX actually does.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/science-environment-52809202\",\n            \"rank\": \"57\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX launch: What is SpaceX and why is it going to the ISS?\",\n            \"published_date\": \"2020-05-26 23:46:18\",\n            \"_id\": \"977dd898d91b98eabff437798ab0abfb\",\n            \"_score\": 29.70415\n        },\n        {\n            \"summary\": null,\n            \"country\": \"GB\",\n            \"clean_url\": \"telegraph.co.uk\",\n            \"author\": \"Hannah Boland\",\n            \"rights\": null,\n            \"link\": \"https://www.telegraph.co.uk/technology/2020/05/31/us-astronauts-dock-iss-spacex-launch/\",\n            \"rank\": \"113\",\n            \"topic\": \"NA\",\n            \"language\": null,\n            \"title\": \"US astronauts dock at ISS after SpaceX launch\",\n            \"published_date\": \"2020-05-31 15:00:45\",\n            \"_id\": \"0496105a84473c29e8e168659b5898f0\",\n            \"_score\": 29.570526\n        },\n        {\n            \"summary\": \"After a delay, NASA and SpaceX are now set to try to launch astronauts to the the International Space Station (ISS) on Saturday. It will be the first mission to launch astronauts from the American soil on an American rocket to the ISS since 2011.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ndtv.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://gadgets.ndtv.com/science/news/spacex-launch-how-to-watch-live-crew-dragon-demo-2-time-where-when-astronauts-2235445\",\n            \"rank\": \"978\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: How to Watch Crew Dragon Demo-2 Launch Live, Timings, Astronauts, and More\",\n            \"published_date\": \"2020-05-30 14:18:37\",\n            \"_id\": \"96e64bf0425356daf01b6640453c7bbc\",\n            \"_score\": 29.092037\n        },\n        {\n            \"summary\": \"SpaceX will launch its Crew Dragon reusable spacecraft to the International Space Station (ISS) on Wednesday. While the Crew Dragon has docked with the ISS before, this will be its first manned mission.How to watch the SpaceX Crew Dragon launchWhat: SpaceX Falcon 9 launchPayload: Manned Crew Dragon spacecraftDate: Wednesday, May 27, 2020Time: 4:33 p.m. ETLocation: ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"popculture.com\",\n            \"author\": \"Thom Craver\",\n            \"rights\": null,\n            \"link\": \"https://popculture.com/trending/news/spacex-launch-how-to-watch-crew-dragon-online-stream-info-launch/\",\n            \"rank\": \"14273\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: How to Watch Crew Dragon Online, Stream Info, Launch Time\",\n            \"published_date\": \"2020-05-26 23:06:00\",\n            \"_id\": \"4e406796761a5eb0fa8c501e62510608\",\n            \"_score\": 29.070173\n        },\n        {\n            \"summary\": \"Nasa astronauts Douglas Hurley and Robert Behnken have joined the crew of the ISS after a successful launch on the SpaceX Falcon craft.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"onenewspage.com\",\n            \"author\": null,\n            \"rights\": \"(c) copyright One News Page\",\n            \"link\": \"https://www.onenewspage.com/video/20200531/13084755/SpaceX-astronauts-join-ISS-crew.htm\",\n            \"rank\": \"40499\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX astronauts join ISS crew\",\n            \"published_date\": \"2020-05-31 19:15:14\",\n            \"_id\": \"c4034b63d489ef86bbb992155bf97827\",\n            \"_score\": 28.95085\n        },\n        {\n            \"summary\": \"Read more...\\n \\n \\n\\nMore about Nasa, Spacex, Iss, Crew Dragon, and Tech\",\n            \"country\": \"US\",\n            \"clean_url\": \"mashable.com\",\n            \"author\": \"Stan Schroeder\",\n            \"rights\": null,\n            \"link\": \"http://feeds.mashable.com/~r/mashable/tech/~3/BTJEykG-l50/\",\n            \"rank\": \"236\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"How to watch SpaceX launch NASA astronauts into space\",\n            \"published_date\": \"2020-05-26 14:04:09\",\n            \"_id\": \"f0a3a31acf7865439742524cfb7bd38d\",\n            \"_score\": 28.688875\n        },\n        {\n            \"summary\": \"In a historic first, Hawthorne, California-based SpaceX had a successful launch, and subsequent docking, of a SpaceX Dragon capsule--the Endeavor--with the International Space Station. The launch on Friday went off without a hitch, and the SpaceX Dragon docked with the ISS, delivering Astronauts Bob Behnken and Col. Doug Hurley to the ISS at 10:16 a.m. ET. The successful launch and docking is the first time that the United States has delivered astronauts from its own soil, using U.S. vehicles, since the retirement of the Space Shuttle. The SpaceX Dragon spent 19 hours orbiting the earth before berthing with the ISS. Behnken and Hurley are expected to spend between six and 16 weeks aboard the ISS; the return date for the SpaceX Crew Dragon has not been specified yet by NASA.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"socaltech.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2008 SOCALTECH LLC\",\n            \"link\": \"http://www.socaltech.com/spacex_dragon_with_crew_in_historic_launch_and_docking/s-0079913.html\",\n            \"rank\": \"117346\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Dragon, With Crew, In Historic Launch And Docking\",\n            \"published_date\": \"2020-06-01 12:50:00\",\n            \"_id\": \"c7098f4e05814aae38de335b528cd1f6\",\n            \"_score\": 28.597439\n        },\n        {\n            \"summary\": \"A SpaceX Crew Dragon spacecraft will be flying the astronauts to the ISS with the help of the Falcon 9 rocket.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dnaindia.com\",\n            \"author\": \"DNA Web Team\",\n            \"rights\": \"COPYRIGHT @ 2020 DILIGENT MEDIA CORPORATION LTD. ALL RIGHTS RESERVED\",\n            \"link\": \"https://www.dnaindia.com/science/report-launch-america-here-s-how-to-watch-nasa-spacex-s-historic-crewed-launch-to-iss-live-2825986\",\n            \"rank\": \"3107\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Launch America: Here's how to watch NASA, SpaceX's historic crewed launch to ISS live\",\n            \"published_date\": \"2020-05-26 07:56:00\",\n            \"_id\": \"eedac73b938500d4e7d8a4b546a4764e\",\n            \"_score\": 28.391527\n        },\n        {\n            \"summary\": \"SpaceX and NASA have delayed the launch of the Crew Dragon spacecraft on a historic mission to the ISS, after poor weather finally halted launch preparations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"forbes.com\",\n            \"author\": \"Jonathan O'Callaghan, Contributor\",\n            \"rights\": \"Copyright 2020 Forbes LLC\",\n            \"link\": \"https://www.forbes.com/sites/jonathanocallaghan/2020/05/27/spacex-delays-launch-of-historic-crew-dragon-spacecraft-for-nasa-after-bad-weather/\",\n            \"rank\": \"53\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Delays Launch Of Historic Crew Dragon Spacecraft For NASA After Bad Weather\",\n            \"published_date\": \"2020-05-27 20:33:22\",\n            \"_id\": \"59beca396deca0fa7c1d34e06a60eda4\",\n            \"_score\": 28.324541\n        },\n        {\n            \"summary\": \"Weather postpones launch of the manned Demo-2 mission, which is a joint enterprise between NASA and SpaceX.\\n \\nThis story continues at Weather postpones SpaceX Demo-2 mission to ISS\\n \\nOr just read more coverage at Electronics Weekly\",\n            \"country\": \"NA\",\n            \"clean_url\": \"electronicsweekly.com\",\n            \"author\": \"Alun Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.electronicsweekly.com/news/weather-postpones-spacex-demo-2-mission-iss-2020-05/\",\n            \"rank\": \"20022\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Weather postpones SpaceX Demo-2 mission to ISS\",\n            \"published_date\": \"2020-05-28 10:44:28\",\n            \"_id\": \"516a968ebbb89ce6fcceee30af4f32a3\",\n            \"_score\": 27.684563\n        },\n        {\n            \"summary\": \"SpaceX, NASA prepares to send the first Astronaut-manned launch into space from the US in nearly 10 years. Will the weather cooperate with their launch this Wednesday?\",\n            \"country\": \"NA\",\n            \"clean_url\": \"itechpost.com\",\n            \"author\": null,\n            \"rights\": \"All articles are copyrighted by iTech Post\",\n            \"link\": \"http://www.itechpost.com/articles/102749/20200525/spacex-nasas-historic-rocket-launch-iss-threatened-disruptive-weather-delay.htm\",\n            \"rank\": \"44855\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX, NASA's Historic Rocket Launch to the ISS Threatened by Disruptive Weather Delay\",\n            \"published_date\": \"2020-05-26 03:37:32\",\n            \"_id\": \"724e3b8318caeaf1319e545e250a8c91\",\n            \"_score\": 27.476181\n        },\n        {\n            \"summary\": \"SpaceX is hours away from its first manned flight. NASA and Elon Musk's space transportation services company will launch a Dragon 2 reusable spacecraft to the International Space Station (ISS). While the Crew Dragon craft has docked with the ISS before, this will be its first manned mission.How to watch the SpaceX Crew Dragon launchWhat: ...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"popculture.com\",\n            \"author\": \"Thom Craver\",\n            \"rights\": null,\n            \"link\": \"https://popculture.com/trending/news/spacex-launch-watch-live-stream-start-time-crew-dragon-may-27/\",\n            \"rank\": \"14273\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch live stream, liftoff time, as NASA Crew Dragon Astronauts Make History\",\n            \"published_date\": \"2020-05-27 18:57:00\",\n            \"_id\": \"08a83557518fa805ebdb94f70afb59bc\",\n            \"_score\": 27.429981\n        },\n        {\n            \"summary\": \"SpaceX launched two Americans into orbit to ISS, a landmark mission that ended Russia's monopoly on flights there.\\n \\nThe post Russian space agency applauds NASA-SpaceX launch, calls Trump’s reaction ‘hysteria’ appeared first on Firstpost.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"http://www.firstpost.com/tech/science/russian-space-agency-calls-trumps-reaction-to-spacex-launch-hysteria-8431991.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Russian space agency applauds NASA-SpaceX launch, calls Trump's reaction ‘hysteria'\",\n            \"published_date\": \"2020-05-31 18:45:23\",\n            \"_id\": \"9db349e171dddbe959f8ce9957c51238\",\n            \"_score\": 27.42226\n        },\n        {\n            \"summary\": \"Astronauts Doug Hurley and Bob Behnken are scheduled to launch on the first manned SpaceX mission to the International Space Station at 4:33 pm on Wednesday. It will be the first manned liftoff from the U.S. on American-made rockets and spacecraft since 2011. The launch could usher in a new era of privatized space flight. […]\\n \\nThe post SpaceX Launch: Watch Today’s Historic Manned Mission Blast Off to the ISS LIVE appeared first on Towleroad Gay News.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"towleroad.com\",\n            \"author\": \"Andy Towle\",\n            \"rights\": null,\n            \"link\": \"http://feeds.towleroad.com/~r/towleroad/feed/~3/q5OXj-F1H_0/\",\n            \"rank\": \"20299\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch Today's Historic Manned Mission Blast Off to the ISS LIVE\",\n            \"published_date\": \"2020-05-27 16:30:00\",\n            \"_id\": \"b4a8941eb69cf643a0e3a81976652c93\",\n            \"_score\": 27.346134\n        },\n        {\n            \"summary\": \"Astronauts Doug Hurley and Bob Behnken are scheduled to launch on the first manned SpaceX mission to the International Space Station at 3:22 pm ET on Saturday, after a scheduled Wednesday lift-off scrubbed due to weather. It will be the first manned liftoff from the U.S. on American-made rockets and spacecraft since 2011. The launch […]\\n \\nThe post SpaceX Launch: Watch the Historic Manned Mission Blast Off to the ISS LIVE appeared first on Towleroad Gay News.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"towleroad.com\",\n            \"author\": \"Andy Towle\",\n            \"rights\": null,\n            \"link\": \"http://feeds.towleroad.com/~r/towleroad/feed/~3/PKc_tL-5m_k/\",\n            \"rank\": \"20299\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX Launch: Watch the Historic Manned Mission Blast Off to the ISS LIVE\",\n            \"published_date\": \"2020-05-30 15:13:00\",\n            \"_id\": \"0489df170db008f43afd9e3611cb1a63\",\n            \"_score\": 27.346134\n        },\n        {\n            \"summary\": \"Elon Musk's SpaceX now becomes the first commercial company to launch a rocket carrying humans into orbit\",\n            \"country\": \"NA\",\n            \"clean_url\": \"deccanchronicle.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.deccanchronicle.com/world/america/310520/nasa-resumes-human-spaceflight-from-us-soil-after-nine-years.html\",\n            \"rank\": \"5179\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends two NASA astronauts to ISS in historic mission\",\n            \"published_date\": \"2020-05-31 05:03:19\",\n            \"_id\": \"516090b87928fa04ad447c8b28032fc4\",\n            \"_score\": 27.272257\n        },\n        {\n            \"summary\": \"The historic mission to the ISS is the first crewed outing from American soil in nine years.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/world-europe-52805250\",\n            \"rank\": \"57\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch: Astronauts Doug Hurley and Bob Behnken successfully launch\",\n            \"published_date\": \"2020-05-27 19:50:00\",\n            \"_id\": \"220e769cde728c98dbe04c4f69300b30\",\n            \"_score\": 27.21506\n        },\n        {\n            \"summary\": \"Elon Musk's SpaceX now becomes the first commercial company to launch a rocket carrying humans into orbit\",\n            \"country\": \"NA\",\n            \"clean_url\": \"asianage.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.asianage.com/world/americas/310520/nasa-resumes-human-spaceflight-from-us-soil-after-nine-years.html\",\n            \"rank\": \"12071\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends two NASA astronauts to ISS in historic mission\",\n            \"published_date\": \"2020-05-31 05:02:54\",\n            \"_id\": \"29ca03293563ed6e0a8587bd19e69bbb\",\n            \"_score\": 27.090172\n        },\n        {\n            \"summary\": \"NASA and SpaceX are gearing up for the Demo-2 mission this week, which will see the Crew Dragon launch from the Kennedy Space Center and rendezvous with the ISS.\\n \\nThe post NASA and SpaceX Gearing Up For Historic Crew Dragon Launch This Week appeared first on Universe Today.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"today.com\",\n            \"author\": \"Matt Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.universetoday.com/146205/nasa-and-spacex-gearing-up-for-historic-crew-dragon-launch-this-week/\",\n            \"rank\": \"644\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA and SpaceX Gearing Up For Historic Crew Dragon Launch This Week\",\n            \"published_date\": \"2020-05-26 18:08:17\",\n            \"_id\": \"c14e6b28fa0fb7cec54a58649bae5206\",\n            \"_score\": 26.936369\n        },\n        {\n            \"summary\": \"NASA and SpaceX launched Crew Dragon spacecraft from NASA's Kennedy Space Center in Florida on Saturday, carrying two American astronauts to the International Space Station (ISS).\",\n            \"country\": \"NA\",\n            \"clean_url\": \"globalsecurity.org\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.globalsecurity.org/space/library/news/2020/space-200531-globaltimes01.htm\",\n            \"rank\": \"3478\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX launch astronauts to space\",\n            \"published_date\": \"2020-06-01 00:34:45\",\n            \"_id\": \"ba6bbe20a7e73107987f78216c15d163\",\n            \"_score\": 26.898512\n        },\n        {\n            \"summary\": \"We have liftoff for the Demo-2 mission.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cnet.com\",\n            \"author\": \"Amanda Kooser\",\n            \"rights\": null,\n            \"link\": \"https://www.cnet.com/news/spacex-nasa-make-history-with-launch-of-two-astronauts-to-iss/#ftag=CAD590a51e\",\n            \"rank\": \"135\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX, NASA make history with launch of two astronauts to ISS Saturday     - CNET\",\n            \"published_date\": \"2020-05-30 20:55:00\",\n            \"_id\": \"4c94d2b0aa5eb404a90c47327817953f\",\n            \"_score\": 26.801252\n        },\n        {\n            \"summary\": \"The historic mission to the ISS is the first crewed outing from American soil in nine years.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"bbc.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright: (C) British Broadcasting Corporation, see http://news.bbc.co.uk/2/hi/help/rss/4498287.stm for terms and conditions of reuse.\",\n            \"link\": \"https://www.bbc.co.uk/news/world-europe-52805250\",\n            \"rank\": \"57\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Nasa SpaceX launch: Astronauts Doug Hurley and Bob Behnken attempt launch for second time\",\n            \"published_date\": \"2020-05-27 19:50:00\",\n            \"_id\": \"09a5481230a353d69171cf05a1b82d3c\",\n            \"_score\": 26.738663\n        },\n        {\n            \"summary\": \"Elon Musk's company becomes first to launch space rocket\",\n            \"country\": \"NA\",\n            \"clean_url\": \"samaa.tv\",\n            \"author\": \"AFP\",\n            \"rights\": null,\n            \"link\": \"https://www.samaa.tv/global/2020/05/nasa-astronauts-head-for-iss-on-historic-spacex-flight/\",\n            \"rank\": \"38006\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts head for ISS on historic SpaceX flight\",\n            \"published_date\": \"2020-05-31 03:27:16\",\n            \"_id\": \"27055748aefb0b911614d9a1061557e8\",\n            \"_score\": 26.7066\n        },\n        {\n            \"summary\": \"This Saturday, NASA and SpaceX will make their second attempt to send astronauts to the ISS from US soil for the first time since 2011!\\n \\nThe post Due to Weather Delay, NASA & SpaceX Push Historic Launch to Saturday appeared first on Universe Today.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"today.com\",\n            \"author\": \"Matt Williams\",\n            \"rights\": null,\n            \"link\": \"https://www.universetoday.com/146273/due-to-weather-delay-nasa-spacex-push-historic-launch-to-saturday/\",\n            \"rank\": \"644\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Due to Weather Delay, NASA & SpaceX Push Historic Launch to Saturday\",\n            \"published_date\": \"2020-05-29 22:21:45\",\n            \"_id\": \"acac316e6bd4e79e0ca816d0733355dc\",\n            \"_score\": 26.610071\n        },\n        {\n            \"summary\": \"Currently, the ISS is running with a skeleton crew of three astronauts and the new mission is supposed to launch on 27 May.  \\n \\nThe post NASA astronauts launched to the ISS, by SpaceX on Wednesday, 2.00 am IST, will stay longer than originally planned appeared first on Firstpost.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"http://www.firstpost.com/tech/science/nasa-astronauts-launched-iss-spacex-wednesday-2-00-ist-will-stay-longer-originally-planned-8323611.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA astronauts launched to the ISS, by SpaceX on Wednesday, 2.00 am IST, will stay longer than originally planned\",\n            \"published_date\": \"2020-05-27 04:30:09\",\n            \"_id\": \"3c29a2cb32ee8b3f7906e84d57e406d3\",\n            \"_score\": 26.48954\n        },\n        {\n            \"summary\": \"Today NASA’s Commercial Crew Program will launch NASA astronauts Robert Behnken and Douglas Hurley on a SpaceX Crew Dragon to the ISS. The International Space Station will receive the SpaceX Crew Dragon spacecraft after the 4:33 EDT launch today on Wednesday, May 27, 2020. To participate and watch live, you’ll want to take a few steps. UPDATE: This launch was … Continue reading\",\n            \"country\": \"NA\",\n            \"clean_url\": \"slashgear.com\",\n            \"author\": \"Chris Burns\",\n            \"rights\": null,\n            \"link\": \"http://feeds.slashgear.com/~r/slashgear/~3/ZCDjfRp_wyo/\",\n            \"rank\": \"2400\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX NASA launch: How to watch live [UPDATE: Scrubbed]\",\n            \"published_date\": \"2020-05-27 15:22:45\",\n            \"_id\": \"5e4e6046910f46c20645be93551ce0fb\",\n            \"_score\": 26.346672\n        },\n        {\n            \"summary\": \"To intercept the International Space Station (ISS), the SpaceX capsule must match the station's speed, altitude and inclination. Here's is the science behind that.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"iafrikan.com\",\n            \"author\": \"Gareth Dorrian & Ian Whittaker\",\n            \"rights\": null,\n            \"link\": \"https://www.iafrikan.com/2020/06/01/spacex-astronauts-space-rockets-science-elon-must-international-space-station/\",\n            \"rank\": \"149566\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"The science behind the SpaceX astronaut launch\",\n            \"published_date\": \"2020-06-01 11:15:13\",\n            \"_id\": \"36714c8a2c4784008f81355e2d941a00\",\n            \"_score\": 26.327887\n        },\n        {\n            \"summary\": \"NASA-SpaceX Launch: अमेरिका के Astronauts Rob Behnken और Doug Hurley इंटरनैशनल स्पेस स्टेशन (ISS) पहुंच चुके हैं। साल 2011 के बाद से पहली बार America की धरती से Astronauts स्पेस पहुंचे हैं। ये Spacecraft Crew Dragon SpaceX कंपनी के Falcon 9 रॉकेट से लॉन्च किया गया था।\",\n            \"country\": \"IN\",\n            \"clean_url\": \"indiatimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://navbharattimes.indiatimes.com/world/america/crew-dragon-spacecraft-successfully-docked-at-the-international-space-center-carrying-rob-behnken-and-doug-hurley/articleshow/76122573.cms\",\n            \"rank\": \"340\",\n            \"topic\": \"NA\",\n            \"language\": \"hi\",\n            \"title\": \"ISS पर उतरा NASA, देखें अद्भुत नजारा\",\n            \"published_date\": \"2020-05-31 14:57:54\",\n            \"_id\": \"106ffd35d2b9838fbe2d3e5e55a18626\",\n            \"_score\": 26.32788\n        },\n        {\n            \"summary\": \"Today NASA’s Commercial Crew Program will launch NASA astronauts Robert Behnken and Douglas Hurley on a SpaceX Crew Dragon to the ISS. The International Space Station will receive the SpaceX Crew Dragon spacecraft after the 4:33 EDT launch today on Wednesday, May 27, 2020. To participate and watch live, you’ll want to take a few steps. First, viewers can take … Continue reading\",\n            \"country\": \"NA\",\n            \"clean_url\": \"slashgear.com\",\n            \"author\": \"Chris Burns\",\n            \"rights\": null,\n            \"link\": \"http://feeds.slashgear.com/~r/slashgear/~3/ZCDjfRp_wyo/\",\n            \"rank\": \"2400\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX NASA launch: How to watch live\",\n            \"published_date\": \"2020-05-27 15:22:45\",\n            \"_id\": \"db457a486ad7a0e86e3d0fe6d1789cc3\",\n            \"_score\": 26.091772\n        },\n        {\n            \"summary\": \"\\\"They're smart engineers at NASA. They're smart engineers at SpaceX, all with motivation to do the same thing, and that's fly missions effectively and safely,\\\" Cassidy said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cbsnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.cbsnews.com/~r/CBSNewsEarlyShow/~3/gJN8rCN_7qg/\",\n            \"rank\": \"214\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"\\\"The future is here\\\": ISS commander on historic SpaceX launch\",\n            \"published_date\": \"2020-05-27 14:58:44\",\n            \"_id\": \"806de3cf457fdb1056f9f0564a206f46\",\n            \"_score\": 25.962767\n        },\n        {\n            \"summary\": \"The historic launch of two astronauts aboard a SpaceX Crew Dragon capsule from Kennedy Space Center is scheduled for Wednesday.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mynews13.com\",\n            \"author\": \"Anthony Leone\",\n            \"rights\": null,\n            \"link\": \"http://www.mynews13.com/fl/orlando/new-space-race/2020/05/24/spacex-dragon-crew-launch\",\n            \"rank\": \"24463\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Astronaut Launch From US to ISS Will Be 1st in Nearly a Decade\",\n            \"published_date\": \"2020-05-25 06:51:00\",\n            \"_id\": \"980e17670ea49b1cb76f89d0e6f8cc90\",\n            \"_score\": 25.841951\n        },\n        {\n            \"summary\": \"The Demo-2 mission is the first launch from the United States in almost a decade.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vanityfair.com\",\n            \"author\": \"Jordan Hoffman\",\n            \"rights\": \"© Condé Nast 2020\",\n            \"link\": \"https://www.vanityfair.com/style/2020/05/elon-musks-spacex-successfully-sends-two-astronauts-to-the-iss\",\n            \"rank\": \"827\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Elon Musk's SpaceX Successfully Sends Two Astronauts to the ISS\",\n            \"published_date\": \"2020-05-31 16:28:55\",\n            \"_id\": \"e6bed7829d9df61d65bcbbc376a63335\",\n            \"_score\": 25.835384\n        },\n        {\n            \"summary\": \"Two American astronauts are cruising to the International Space Station aboard a SpaceX capsule, forging a new landmark for NASA and visionary billionaire Elon Musk.\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"mybroadband.co.za\",\n            \"author\": \"Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://mybroadband.co.za/news/science/354207-spacex-sends-astronauts-to-iss-after-first-successful-crewed-launch.html\",\n            \"rank\": \"13098\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX sends astronauts to ISS after first successful crewed launch\",\n            \"published_date\": \"2020-05-31 05:57:52\",\n            \"_id\": \"785699f6365e55cc05a3bbce7e62dce6\",\n            \"_score\": 25.829676\n        },\n        {\n            \"summary\": \"Als erstes privates Raumfahrtunternehmen wollte Elon Musks SpaceX am Mittwoch zwei Menschen ins All schießen. Der Launch wurde wegen schlechten Wetters nun allerdings verschoben.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"manager-magazin.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.manager-magazin.de/unternehmen/artikel/a-1307355.html#ref=rss\",\n            \"rank\": \"7720\",\n            \"topic\": \"economics\",\n            \"language\": \"de\",\n            \"title\": \"Dragon-Kapsel sollte Astronauten zur ISS bringen: SpaceX verschiebt ersten bemannten Raketenstart\",\n            \"published_date\": \"2020-05-27 16:40:00\",\n            \"_id\": \"0ccc204bde68c9ada240434cd70e0f7e\",\n            \"_score\": 25.805803\n        },\n        {\n            \"summary\": \"ISS Commander Chris Cassidy praises NASA's upcoming historic space flight, which will be the first launched from US soil since the space shuttle program ended as a 'gigantic deal'.\",\n            \"country\": \"GB\",\n            \"clean_url\": \"dailymail.co.uk\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 Associated Newspapers Ltd\",\n            \"link\": \"https://www.dailymail.co.uk/news/article-8355935/ISS-commander-celebrates-gigantic-SpaceX-launch-step-future-American-space-travel.html?ns_mchannel=rss&ns_campaign=1490&ito=1490\",\n            \"rank\": \"129\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"ISS commander celebrates 'gigantic' SpaceX launch as 'step toward future' of American space travel\",\n            \"published_date\": \"2020-05-26 03:42:52\",\n            \"_id\": \"d6c935e73fa0fff83ee37a98d05b2c9c\",\n            \"_score\": 25.803553\n        },\n        {\n            \"summary\": \"With SpaceX sending people to the ISS soon, we sat down with retired astronaut Cady Coleman to help understand how important this launch really is.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"space.com\",\n            \"author\": \"Russell Holly\",\n            \"rights\": null,\n            \"link\": \"https://www.space.com/astronaut-cady-coleman-talks-spacex-crew-dragon-launch.html\",\n            \"rank\": \"1025\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Interview: Astronaut Cady Coleman on  SpaceX's historic Demo-2 launch for NASA\",\n            \"published_date\": \"2020-05-27 11:22:24\",\n            \"_id\": \"8d188e065ce3738fa95a7b7fc39e8401\",\n            \"_score\": 25.783997\n        },\n        {\n            \"summary\": \"Bermuda’s NASA Tracking Station on Cooper's Island played a role in the historic SpaceX and NASA launch of astronauts on Saturday [May 30], with the station providing data as it monitored the launch. The launch was successful, taking the astronauts into orbit before they docked with the International Space Station [ISS] yesterday [May 31]. In […]\\n\\n\\n\\n(Click to read the full article)\",\n            \"country\": \"BM\",\n            \"clean_url\": \"bernews.com\",\n            \"author\": \"Bernews3\",\n            \"rights\": null,\n            \"link\": \"http://bernews.com/2020/06/video-bermuda-plays-role-spacex-launch/\",\n            \"rank\": \"55004\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Video: Bermuda Mentioned During SpaceX Launch\",\n            \"published_date\": \"2020-06-01 16:16:47\",\n            \"_id\": \"7e82e5f3505763f3236eb5a768f73cba\",\n            \"_score\": 25.747267\n        },\n        {\n            \"summary\": \"THE ISS Commander has dubbed the &#8220;gigantic&#8221; SpaceX launch as &#8220;step toward the future&#8221; of American space travel. &#8220;Now the future is here,&#8221; Chris Cassidy said during an interview with CBS on Monday morning. &#8220;Oh, it's a gigantic deal. I mean, we retired the shuttle for very sound reasons when that decision was made with [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"the-sun.com\",\n            \"author\": \"Mollie Mansfield\",\n            \"rights\": null,\n            \"link\": \"https://www.the-sun.com/news/880871/iss-commander-spacex-launch/\",\n            \"rank\": \"34197\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"ISS commander celebrates ‘gigantic' SpaceX launch as ‘step toward the future' of American space travel\",\n            \"published_date\": \"2020-05-25 12:46:15\",\n            \"_id\": \"e963e794ec22497858c4e57a0e7ea3be\",\n            \"_score\": 25.403896\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"chicagotribune.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Chicago Tribune\",\n            \"link\": \"https://www.chicagotribune.com/nation-world/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.chicagotribune.com/arcio/rss/category/nation-world/\",\n            \"rank\": \"367\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"af807599e7a5d84b8e15d813421ef440\",\n            \"_score\": 25.393757\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nydailynews.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 New York Daily News\",\n            \"link\": \"http://feeds.nydailynews.com/~r/nydnrss/news/national/~3/erlNzXKe1KA/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html\",\n            \"rank\": \"454\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"e2f793f44dae04fd10aad92138cb70da\",\n            \"_score\": 25.38879\n        },\n        {\n            \"summary\": \"SpaceX's historic first crewed mission was set to blast off for the International Space Station as scheduled on Saturday, NASA said, although uncertainty remained over weather conditions at the Florida launch site.\",\n            \"country\": \"CA\",\n            \"clean_url\": \"digitaljournal.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.digitaljournal.com/news/world/spacex-launch-to-iss-on-schedule-though-weather-uncertain/article/572459\",\n            \"rank\": \"1534\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX launch to ISS on schedule though weather uncertain\",\n            \"published_date\": \"2020-05-30 13:50:18\",\n            \"_id\": \"ca20b52d55e100efb48f518c88050cc4\",\n            \"_score\": 25.33156\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"sun-sentinel.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Sun Sentinel\",\n            \"link\": \"https://www.sun-sentinel.com/news/florida/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.sun-sentinel.com/arcio/rss/category/news/\",\n            \"rank\": \"1699\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"be0c48f4ee19c94aab0429ed87426ebb\",\n            \"_score\": 25.323433\n        },\n        {\n            \"summary\": \"Retired astronaut Cady Coleman gives us insight into the significance of NASA and SpaceX's joint test flight to the ISS.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Jessie Wade\",\n            \"rights\": null,\n            \"link\": \"https://www.ign.com/articles/nasa-spacex-launch-marks-new-era-for-space-exploration\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX Launch Marks New Era for Space Exploration\",\n            \"published_date\": \"2020-05-27 17:40:04\",\n            \"_id\": \"f1923933c943d725503fa6dea6f0b9f8\",\n            \"_score\": 25.318848\n        },\n        {\n            \"summary\": \"Am Mittwochabend hätten zwei Astronauten an Bord einer Falcon-9-Rakete zur ISS aufbrechen sollen. Das Wetter spielte nicht mit.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"futurezone.at\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://futurezone.at/science/spacex-stoppt-raketenstart-knapp-vor-launch/400854200\",\n            \"rank\": \"24423\",\n            \"topic\": \"tech\",\n            \"language\": \"de\",\n            \"title\": \"SpaceX stoppt Raketenstart knapp vor Launch\",\n            \"published_date\": \"2020-05-27 20:56:12\",\n            \"_id\": \"6b46e40de1fabaf2dc57e2eb87ab52c8\",\n            \"_score\": 25.290564\n        },\n        {\n            \"summary\": \"NASA and SpaceX are preparing to launch astronauts to the ISS on Wedneday at 4:33 p.m. from Kennedy Space Center, but weather might get in the way.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mcall.com\",\n            \"author\": \"Chabeli Carrazana\",\n            \"rights\": \"© 2020 Morning Call\",\n            \"link\": \"https://www.mcall.com/news/breaking/os-bz-nasa-spacex-launch-story-20200527-m5urj3orszf53p3rllohhx5jki-story.html#ed=rss_www.mcall.com/arcio/rss/category/news/breaking/\",\n            \"rank\": \"4177\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"It's NASA and SpaceX's astronaut launch day, but the weather is 50/50\",\n            \"published_date\": \"2020-05-27 14:46:08\",\n            \"_id\": \"67f54771ead47d93afdca1acb2d166cb\",\n            \"_score\": 25.216644\n        },\n        {\n            \"summary\": \"History was made on March 30, 2020, with the successful launch of the SpaceX Crew Dragon spacecraft, carrying 2 NASA astronauts.  It was the first launch of astronauts on American rockets and spacecraft, from American soil, since 2011. The mission will carry the astronauts to the International Space Station.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"earthsky.org\",\n            \"author\": \"EarthSky\",\n            \"rights\": null,\n            \"link\": \"https://earthsky.org/space/watch-online-nasa-coverage-spacex-demo-2\",\n            \"rank\": \"4890\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Liftoff! SpaceX Crew Dragon is carrying astronauts to ISS\",\n            \"published_date\": \"2020-05-30 19:40:27\",\n            \"_id\": \"52e9d18bee9bbcca201ee348c04d2300\",\n            \"_score\": 25.198309\n        },\n        {\n            \"summary\": \"The occasion will mark the first time a private company blasts NASA astronauts into space. Here's everything you need to know.\",\n            \"country\": \"US\",\n            \"clean_url\": \"wired.com\",\n            \"author\": \"Daniel Oberhaus\",\n            \"rights\": \"© Condé Nast 2020\",\n            \"link\": \"https://www.wired.com/story/how-to-watch-spacex-launch-astronauts-to-the-iss\",\n            \"rank\": \"149\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"How to Watch SpaceX Launch Astronauts to the ISS\",\n            \"published_date\": \"2020-05-26 10:00:00\",\n            \"_id\": \"082e7087b375b7ea78f768bddfd7cabc\",\n            \"_score\": 25.178493\n        },\n        {\n            \"summary\": \"This launch to the ISS will mark the first time astronauts are able to test the Crew Dragon capsule in space and could change the future of commercial space exploration.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"techrepublic.com\",\n            \"author\": null,\n            \"rights\": \"2020 CBS Interactive Inc. All rights reserved\",\n            \"link\": \"https://www.techrepublic.com/article/spacex-nasa-plan-to-launch-astronauts-to-the-space-station-wednesday-afternoon/#ftag=RSS56d97e7\",\n            \"rank\": \"1169\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"SpaceX and NASA launch to the Space Station postponed due to weather\",\n            \"published_date\": \"2020-05-27 21:32:00\",\n            \"_id\": \"9643536e65a459483dcf5c63f4ceb16c\",\n            \"_score\": 25.074377\n        },\n        {\n            \"summary\": \"Two NASA astronauts will fly on SpaceX's Crew Dragon spacecraft to the International Space Station (ISS) on Wednesday, the first launch of American astronauts on an American rocket from American soil since 2011.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ecns.cn\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.ecns.cn/news/2020-05-26/detail-ifzwqsxz6423917.shtml\",\n            \"rank\": \"10244\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"NASA, SpaceX make final preparations for historic launch\",\n            \"published_date\": \"2020-05-26 08:45:32\",\n            \"_id\": \"2c9bfa6e669afc3c4fcb73972bc04e38\",\n            \"_score\": 25.0371\n        }\n    ],\n    \"user_input\": {\n        \"q\": \"spaceX launch ISS\",\n        \"search_in\": \"title_summary\",\n        \"lang\": null,\n        \"country\": null,\n        \"from\": \"2020-05-25 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"relevancy\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null,\n        \"topic\": null\n    }\n}"}],"_postman_id":"8bed87cd-d83a-48bb-a79c-e96b0ce3e5bb"}],"id":"024a8e95-e68e-425d-aa21-4f6698e7b1d0","_postman_id":"024a8e95-e68e-425d-aa21-4f6698e7b1d0","description":""},{"name":"/stocks","item":[{"name":"Lastest Articles On A Company","event":[{"listen":"test","script":{"id":"392f16e1-29e0-4dae-aaf3-d9129eadd16b","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"171d2666-1f3c-4aba-aea2-e04317f5dcdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM","description":"<p>Make a search on Zoom based on its ticker. 23 results are found for the last week.</p>\n","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"ticker","value":"ZM"}],"variable":[]}},"response":[{"id":"01f8ebf7-e171-42ee-b231-ee936f675935","name":"Lastest Articles On A Company","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"ZM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:09:41 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 fdb19a60fef99ccf6faacc3588fcd922.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"NkevRHwRIAMF9ng="},{"key":"X-Amz-Cf-Id","value":"MQVhEkAmnyXGe-naedeSirEmntDHn3DXJThRbIuEpMEkWhSE0yE6eA=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"62278"},{"key":"x-amzn-RequestId","value":"5e462b4d-4f94-4f7d-a268-afdf577e64d3"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed81194-0d3defde16c310ace63e3d9e;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99932"},{"key":"Content-Length","value":"62278"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 127,\n    \"page\": 1,\n    \"total_pages\": 3,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"Zoominfo Technologies is looking to price its initial public offering on Wednesday above its upwardly revised target range in what is set to be the largest US technology listing so far this year, people familiar with the matter said. A B2B data-seller, Zoominfo — not to be confused with Zoom Video Communications, the firm that...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nypost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"https://nypost.com/2020/06/03/zoominfo-aims-to-price-ipo-above-target-in-largest-2020-tech-listing/\",\n            \"rank\": \"369\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zoominfo aims to price IPO above target in largest 2020 tech listing\",\n            \"published_date\": \"2020-06-03 20:32:21\",\n            \"_id\": \"5bec627cf1f0ff588bed9a4a6bb3a243\"\n        },\n        {\n            \"summary\": \"(zonebourse.com) Sterling Auty de chez JP Morgan conserve son opinion positive sur le titre avec une recommandation d'achat. L'objectif de cours est revu à la hausse et passe de 150 USD à 220 USD.\\nhttps://www.zonebourse.com/ZOOM-VIDEO-COMMUNICATIONS-57086220/actualite-broker/ZOOM-VIDEO-COMMUNICATIONS-JP-Morgan-reitere-son-opinion-positive-sur-le-titre-30717503/?utm_medium=RSS&utm_content=20200603\",\n            \"country\": \"NA\",\n            \"clean_url\": \"zonebourse.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2001 - 2020 Surperformance\",\n            \"link\": \"https://www.zonebourse.com/ZOOM-VIDEO-COMMUNICATIONS-57086220/actualite-broker/ZOOM-VIDEO-COMMUNICATIONS-JP-Morgan-reitere-son-opinion-positive-sur-le-titre-30717503/?utm_medium=RSS&utm_content=20200603\",\n            \"rank\": \"41080\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"ZOOM VIDEO COMMUNICATIONS : JP Morgan réitère son opinion positive sur le titre\",\n            \"published_date\": \"2020-06-03 19:31:05\",\n            \"_id\": \"a9b58c977ce71dff9033ac7369541c0b\"\n        },\n        {\n            \"summary\": \"(zonebourse.com) Heather Bellini de chez Goldman Sachs confirme son conseil et reste à vendre sur le dossier. L'objectif de cours est réhaussé à 154 USD contre 90 USD auraparavant.\\nhttps://www.zonebourse.com/ZOOM-VIDEO-COMMUNICATIONS-57086220/actualite-broker/ZOOM-VIDEO-COMMUNICATIONS-Goldman-Sachs-toujours-negatif-30717479/?utm_medium=RSS&utm_content=20200603\",\n            \"country\": \"NA\",\n            \"clean_url\": \"zonebourse.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2001 - 2020 Surperformance\",\n            \"link\": \"https://www.zonebourse.com/ZOOM-VIDEO-COMMUNICATIONS-57086220/actualite-broker/ZOOM-VIDEO-COMMUNICATIONS-Goldman-Sachs-toujours-negatif-30717479/?utm_medium=RSS&utm_content=20200603\",\n            \"rank\": \"41080\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"ZOOM VIDEO COMMUNICATIONS : Goldman Sachs toujours négatif\",\n            \"published_date\": \"2020-06-03 19:19:03\",\n            \"_id\": \"5dfb116a9249cc39450de78c7afcbd8a\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications, Inc. (NASDAQ:ZM) shareholders will have a reason to smile today, with the analysts making...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/news-flash-analysts-just-made-175857727.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"News Flash: Analysts Just Made An Incredible Upgrade To Their Zoom Video Communications, Inc. (NASDAQ:ZM) Forecasts\",\n            \"published_date\": \"2020-06-03 17:58:57\",\n            \"_id\": \"b3889c525a10609a6fad16ffa6ef040a\"\n        },\n        {\n            \"summary\": \"Zoom entretient la flamme de Wall Street pour sa valorisation stratosphérique.\",\n            \"country\": \"FR\",\n            \"clean_url\": \"lesechos.fr\",\n            \"author\": \"Les Echos\",\n            \"rights\": \"copyright 2020\",\n            \"link\": \"https://www.lesechos.fr/idees-debats/crible/0603337826831-zoom-video-communications-distance-et-effet-de-loupe-2349592.php#xtor=RSS-145\",\n            \"rank\": \"2202\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"Zoom Video Communications : Distance et effet de loupe\",\n            \"published_date\": \"2020-06-03 17:04:33\",\n            \"_id\": \"77584a0dddceecb4a3342a8a8e0a7531\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. gain a new crop of believers Wednesday after the videoconference company's first-quarter results came in far ahead of expectations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://www.marketwatch.com/news/story.asp?guid=%7BC080A56C-A59D-11EA-9237-EF7B9133097E%7D&siteid=rss&rss=1\",\n            \"rank\": \"290\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"The Ratings Game: Zoom stock surges 6% to record as videoconference company post ‘most impressive' results in ‘enterprise software history'\",\n            \"published_date\": \"2020-06-03 16:17:50\",\n            \"_id\": \"15e86d59fb927d02e1b96f197aa0c6cb\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. gain a new crop of believers Wednesday after the videoconference company's first-quarter results came in far ahead of expectations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://www.marketwatch.com/news/story.asp?siteid=YAHOOB&guid=%7BC080A56C-A59D-11EA-9237-EF7B9133097E%7D&\",\n            \"rank\": \"294\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom stock surges 6% to record as videoconference firm post ‘most impressive' results in ‘enterprise software history'\",\n            \"published_date\": \"2020-06-03 16:16:46\",\n            \"_id\": \"3ffec7c7d88ba6a8eea909d7d9faa63e\"\n        },\n        {\n            \"summary\": \"La aplicación de videoconferencias Zoom Video Communications ha registrado un crecimiento del 169% de sus ingresos en el primer trimestre de su año fiscal, que comprende los meses de febrero a abril, hasta 328,16 millones de dólares (292 millones de euros), ante la fuerte demanda de sus servicios durante el confinamiento por la pandemia de Covid-19, cuando la empresa llegó a contar con 300 millones de usuarios diarios.   De este modo, en su primer trimestre fiscal Zoom ha estimado un beneficio neto atribuido de 27 millones de dólares (24 millones de euros), frente a las ganancias de 198.000 dólares (176.000 euros) del mismo periodo del ejercicio anterior. De hecho, el beneficio de Zoom entre febrero y abril ha superado ya el resultado de 21,7 millones de dólares (19 millones de euros) registrado en el conjunto de su anterior año fiscal.   «Nos sentimos honrados por la rápida adopción de Zoom en todo el mundo en el primer trimestre», declaró el fundador y consejero delegado de la compañía, Eric Yuan, para quien la crisis del Covid-19 ha impulsado la demanda de plataformas para facilitar la interacción y colaboración, acelerando la integración de Zoom en el aprendizaje y la vida profesional de las personas.   Al finalizar el primer trimestre, Zoom contaba con alrededor de 265.400 clientes con más de una decena de empleados, lo que representa un crecimiento anual del 354%, precisó la empresa.   Durante la conferencia de presentación de las cuentas de la compañía, seguida en directo telemáticamente por 3.000 personas, Yuan ha destacado que un solo nuevo cliente bancario había adquirido durante el trimestre 175.000 nuevas licencias de Zoom y añadió que el uso de la aplicación «alcanzó un pico de 300 millones de usuarios diarios, gratuitos y de pago, en abril de 2020, frente a los 10 millones de diciembre de 2019».   En este sentido, el fundador de Zoom ha indicado que la compañía continúa registrando unos niveles elevados de participación incluso cuando muchos gobiernos ha comenzado a levantar las medidas de confinamiento de la población de sus respectivos países.   De este modo, la plataforma confía alcanzar en el segundo trimestre de su ejercicio, entre mayo y julio, unos ingresos de entre 495 y 500 millones de dólares (441 y 445 millones de euros) y ha revisado al alza su previsión de ingresos para todo el año, hasta una horquilla de entre 1.775 y 1.800 millones de dólares (1.581 y 1.604 millones de euros), que supondría prácticamente triplicar los 622 millones de dólares (554 millones de euros), facturados por Zoom en todo su ejercicio anterior.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"abc.es\",\n            \"author\": \"(abc)\",\n            \"rights\": null,\n            \"link\": \"https://www.abc.es/economia/abci-zoom-dispara-ingresos-169-por-ciento-entre-febrero-abril-hasta-292-millones-covid-19-202006031724_noticia.html\",\n            \"rank\": \"1496\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Zoom dispara sus ingresos un 169% entre febrero a abril hasta los 292 millones por el Covid-19\",\n            \"published_date\": \"2020-06-03 15:24:30\",\n            \"_id\": \"3c6c3831be5ecbf687c25f27d7152aff\"\n        },\n        {\n            \"summary\": \"La aplicación de videoconferencias Zoom Video Communications registró un crecimiento del 169% de sus ingresos en el primer trimestre de su año fiscal, que comprende los meses de febrero a abril, hasta 328,16 millones de dólares (292 millones de euros), ante la fuerte demanda de sus servicios durante el confinamiento por la pandemia de Covid-19, cuando la empresa llegó a contar con 300 millones de usuarios diarios.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"eleconomista.es\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.eleconomista.es/empresas-finanzas/noticias/10583796/06/20/Zoom-dispara-un-169-sus-ingresos-durante-el-confinamiento-y-confia-en-triplicar-su-facturacion-anual.html\",\n            \"rank\": \"3826\",\n            \"topic\": \"economics\",\n            \"language\": \"es\",\n            \"title\": \"Zoom dispara un 169% sus ingresos durante el confinamiento y confía en triplicar su facturación anual\",\n            \"published_date\": \"2020-06-03 15:16:18\",\n            \"_id\": \"9a82a264ff19ed44c03a34d784945ddb\"\n        },\n        {\n            \"summary\": \"Több mint 328 millió dolláros bevételt ért a koronavírus-járvány hatására rendkívül népszerűvé váló videokonferencia alkalmazást üzemeltető Zoom Video Communications.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"computerworld.hu\",\n            \"author\": \"info@computerworld.hu\",\n            \"rights\": null,\n            \"link\": \"https://computerworld.hu/uzlet/elkapraztat-a-zoom-279723.html\",\n            \"rank\": \"323547\",\n            \"topic\": \"tech\",\n            \"language\": \"hu\",\n            \"title\": \"Elkápráztat a Zoom\",\n            \"published_date\": \"2020-06-03 15:04:30\",\n            \"_id\": \"c3d0084c0826ec28efb863378531002b\"\n        },\n        {\n            \"summary\": \"評級信息來自Benzinga: https://www.benzinga.com/stock/ZM/ratings\",\n            \"country\": \"NA\",\n            \"clean_url\": \"money-link.com.tw\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.money-link.com.tw/news/newsc.aspx?sn=2020060300500887&k=125&page=2\",\n            \"rank\": \"556419\",\n            \"topic\": \"NA\",\n            \"language\": \"sw\",\n            \"title\": \"Cantor Fitzgerald將Zoom Video Communications評級維持在增持\",\n            \"published_date\": \"2020-06-03 14:56:00\",\n            \"_id\": \"1e694d18133164d678726a56b12365b0\"\n        },\n        {\n            \"summary\": \"評級信息來自Benzinga: https://www.benzinga.com/stock/ZM/ratings\",\n            \"country\": \"NA\",\n            \"clean_url\": \"money-link.com.tw\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.money-link.com.tw/news/newsc.aspx?sn=2020060300500888&k=125&page=2\",\n            \"rank\": \"556419\",\n            \"topic\": \"NA\",\n            \"language\": \"sw\",\n            \"title\": \"Cantor Fitzgerald將Zoom Video Communications目標價從150.00美元上調至261.00美元\",\n            \"published_date\": \"2020-06-03 14:56:00\",\n            \"_id\": \"e57c11db4e2b5f02ae2bad1a72ebad30\"\n        },\n        {\n            \"summary\": \"評級信息來自Benzinga: https://www.benzinga.com/stock/ZM/ratings\",\n            \"country\": \"NA\",\n            \"clean_url\": \"money-link.com.tw\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.money-link.com.tw/news/newsc.aspx?sn=2020060300500881&k=125&page=2\",\n            \"rank\": \"556419\",\n            \"topic\": \"NA\",\n            \"language\": \"sw\",\n            \"title\": \"Piper Sandler將Zoom Video Communications評級維持在中性\",\n            \"published_date\": \"2020-06-03 14:51:00\",\n            \"_id\": \"080ccfb4b02def0e589af871c3bc0b49\"\n        },\n        {\n            \"summary\": \"評級信息來自Benzinga: https://www.benzinga.com/stock/ZM/ratings\",\n            \"country\": \"NA\",\n            \"clean_url\": \"money-link.com.tw\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.money-link.com.tw/news/newsc.aspx?sn=2020060300500882&k=125&page=2\",\n            \"rank\": \"556419\",\n            \"topic\": \"NA\",\n            \"language\": \"sw\",\n            \"title\": \"Piper Sandler將Zoom Video Communications目標價從144.00美元上調至211.00美元\",\n            \"published_date\": \"2020-06-03 14:51:00\",\n            \"_id\": \"7317ce523359c7428cdf97165b1f9a40\"\n        },\n        {\n            \"summary\": \"On Wednesday, 109 companies set new 52-week highs.\\n \\nNoteables:\\n \\n \\nUnitedHealth Group (NYSE: UNH) was the largest firm on a market cap basis to set a new 52-week high.\\n \\nThe smallest company in terms of market cap to set a new 52-week high was Sphere 3D (NASDAQ: ANY).\\n \\nFSD Pharma (NASDAQ: HUGE)'s stock saw the most upside, trading up 222.58% to reach a new 52-week high\\n \\n \\nThe following stocks set new 52-week highs during the first half-hour of trading on Wednesday:\\n \\n \\nUnitedHealth Group (NYSE: UNH) shares set a new 52-week high of $310.12 on Wednesday.\\n \\nPayPal Holdings (NASDAQ: PYPL) shares made a 52-week high of $158.27.\\n \\nThermo Fisher Scientific (NYSE: TMO) stock set a new 52-week high of $352.59 Wednesday morning.\\n \\nASML Holding (NASDAQ: ASML) shares hit a new 52-week high of $345.84. The stock traded up 2.78% on the session.\\n \\nAmerican Tower (NYSE: AMT) shares hit $267.19 on Wednesday morning, setting a new 52-week high for a change of up 0.77%.\\n \\nLowe's Companies (NYSE: LOW) shares broke to a new 52-week high of $132.92 on Wednesday. Shares of the company traded up 0.53%.\\n \\nJD.com (NASDAQ: JD) stock set a new 52-week high of $57.53 Wednesday morning. Over the session, the stock traded up 2.49%.\\n \\nS&P Global (NYSE: SPGI) shares were up 1.27% for the day, having made a 52-week high of $331.74.\\n \\nCrown Castle Intl (NYSE: CCI) shares were up 0.01% on Wednesday to hit a new 52-week high of $176.58 for a change of up 0.01%.\\n \\nEcolab (NYSE: ECL) stock on Wednesday broke to a yearly high of $221.46. Shares traded up 3.91%.\\n \\nNetEase (NASDAQ: NTES) shares reached a new 52-week high of $423.00 on Wednesday morning, moving up 1.25%.\\n \\nSherwin-Williams (NYSE: SHW) shares were up 0.33% on Wednesday morning to hit a new 52-week high of $600.01.\\n \\nMercadoLibre (NASDAQ: MELI) shares broke to a new 52-week high of $874.00 on Wednesday. Shares of the company traded up 1.04%.\\n \\nPinduoduo (NASDAQ: PDD) shares achieved a new 52-week high on Wednesday morning, hitting $69.99 with a daily change of up 2.99%.\\n \\nAutodesk (NASDAQ: ADSK) shares reached a new 52-week high of $223.89 on Wednesday morning, moving up 1.71%.\\n \\nZoom Video Communications (NASDAQ: ZM) stock set a new 52-week high of $220.90 Wednesday morning. Over the session, the stock traded up 5.06%.\\n \\nRoper Technologies (NYSE: ROP) stock made a new 52-week high of $400.20 Wednesday. The stock was up 0.52% for the day.\\n \\nSBA Communications (NASDAQ: SBAC) shares broke to a new 52-week high of $323.02 on Wednesday. Shares of the company traded up 0.32%.\\n \\nSplunk (NASDAQ: SPLK) shares were up 1.13% on Wednesday to hit a new 52-week high of $192.75 for a change of up 1.13%.\\n \\nChunghwa Telecom (NYSE: CHT) shares were up 0.79% on Wednesday morning to hit a new 52-week high of $37.86.\\n \\nSquare (NYSE: SQ) shares broke to $91.99 on Wednesday, setting a new 52-week high with a change of up 2.91%.\\n \\neBay (NASDAQ: EBAY) shares hit a new 52-week high of $46.72. The stock traded up 1.28% on the session.\\n \\nAgilent Technologies (NYSE: A) stock made a new 52-week high of $91.02 Wednesday. The stock was up 0.41% for the day.\\n \\nSea (NYSE: SE) shares broke to a new 52-week high of $87.70 on Wednesday. Shares of the company traded up 0.69%.\\n \\nVerisk Analytics (NASDAQ: VRSK) shares hit $173.77 on Wednesday morning, setting a new 52-week high for a change of up 1.26%.\\n \\nLululemon Athletica (NASDAQ: LULU) shares set a new 52-week high of $318.82 on Wednesday, moving up 1.56%.\\n \\nSynopsys (NASDAQ: SNPS) shares hit $184.15 on Wednesday morning, setting a new 52-week high for a change of down 0.26%.\\n \\nIDEXX Laboratories (NASDAQ: IDXX) shares set a new 52-week high of $318.07 on Wednesday, moving up 0.02%.\\n \\nOtis Worldwide (NYSE: OTIS) shares hit a new 52-week high of $55.52. The stock traded up 2.37% on the session.\\n \\nMarvell Technology Group (NASDAQ: MRVL) shares were up 3.02% for the day, having made a 52-week high of $35.99.\\n \\nIAC/InterActiveCorp (NASDAQ: IAC) shares hit a yearly high of $285.18. The stock traded up 0.95% on the ...\\n\\n\\nFull story available on Benzinga.com\",\n            \"country\": \"NA\",\n            \"clean_url\": \"benzinga.com\",\n            \"author\": \"Benzinga Insights\",\n            \"rights\": null,\n            \"link\": \"http://feeds.benzinga.com/~r/benzinga/markets/~3/JdKTPF-flZA/stocks-that-hit-52-week-highs-on-wednesday\",\n            \"rank\": \"3445\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Stocks That Hit 52-Week Highs On Wednesday\",\n            \"published_date\": \"2020-06-03 14:45:20\",\n            \"_id\": \"87e102d7286b1f9e576e7f613f662d39\"\n        },\n        {\n            \"summary\": \"This elevator ride keeps zooming higher, almost like the market is scrambling to get back to where it was before the crisis began. We’re up more than 40% from the late-March lows, and stocks have a firm tone again this morning as reopening optimism continues. \\n \\nRemember there’s no reason to go “all in” at times like these. Enthusiasm is definitely high right now, and the market has obviously come a long way. On the other hand, things are really rough around the U.S. economy and a lot of people have lost their livelihoods. This is a very tough situation and there’s no guarantee the market won’t make another move lower at some point. Jobs data due tomorrow and Friday are bound to be ugly (see more below).\\n \\nThe general consensus seems to be that people think the economy will get back to normal as COVID-19 looks to be somewhat under control for now. Having some of the stores in major cities destroyed by civil unrest could slow that somewhat, but people are thinking cities will rebuild.\\n \\nMarkets in Europe and Asia rose in the early going today, and European stocks are up nearly 30% from their March lows. So the rally isn’t just here.\\n \\nVolatility is pulling back, with the CBOE Volatility Index (VIX) now starting to flirt with 25. That’s down from above 80 at the peak of the crisis.\\n \\nIt wouldn’t be surprising to see Financial stocks come strong out of the gate today as the 10-year yield climbed to 0.72% this morning. The safety of bonds is getting sold and rates are inching higher.\\n \\nMidweek Data Watch\\n \\nTwo key numbers to consider watching as today’s session moves along are April factory orders and the May ISM non-manufacturing index, both due soon after the opening bell. \\n \\nOn Monday, manufacturing ISM moved up a bit from April, providing a little solace to people worried about the economy. Analyst consensus for non-manufacturing ISM stands at 45%, which would be up from 41.8% in April, according to research firm Briefing.com. \\n \\nAnalysts look for factory orders to have declined 13% in April vs. 10.3% in March, but this will likely be dismissed as a backward-looking data point.\\n \\nA private payrolls number out this morning showed job losses continued in May but at a much slower pace than in April. It also was far better than analysts had expected, but still showed major losses in the manufacturing sector. That could be a category to consider watching in the government’s report Friday for any signs of improving economic conditions. \\n \\nThe payrolls report this Friday is almost certainly going to be hard to digest, but it may not hold as much weight as usual because people know it’s going to be a disaster. Wall Street’s consensus is for job losses of 8.5 million in May, according to research firm Briefing.com. That would be an improvement from 20.5 million jobs shed in April, though it’s still horrible to imagine the pain and suffering of so many represented by that one number. \\n \\nIt’s important to keep an eye on the weekly initial jobless claims data out tomorrow ahead of the payrolls report to get a better sense of whether the needle is moving back in the right direction as the economy reopens. The consensus is for new initial claims to jump another 1.8 million in tomorrow’s report, down from 2.1 million the previous week, Briefing.com says. \\n \\nTurning to earnings for a moment, it was a nice looking quarter that Zoom Video Communications Inc (NASDAQ: ZM) reported after the close yesterday. They beat Wall Street’s expectations and raised guidance. So what happened? The stock initially fell in after-hours trading, though it did engineer a slight comeback ahead of the opening bell.\\n \\nThe takeaway behind the initial weakness could be that ZM shares have come a long way very quickly (tripling so far ...\\n\\nFull story available on Benzinga.com\",\n            \"country\": \"NA\",\n            \"clean_url\": \"benzinga.com\",\n            \"author\": \"JJ Kinahan\",\n            \"rights\": null,\n            \"link\": \"http://feeds.benzinga.com/~r/benzinga/tech/~3/09met82ynI4/zoom-initially-slips-despite-strong-earnings-then-reverses-course-in-pre-market-trading\",\n            \"rank\": \"3498\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Initially Slips Despite Strong Earnings, Then Reverses Course In Pre-Market Trading\",\n            \"published_date\": \"2020-06-03 14:00:45\",\n            \"_id\": \"a9d3d7feacde8f150afae46a997f15a5\"\n        },\n        {\n            \"summary\": \"NEW YORK, June 3, 2020 /PRNewswire/ -- InvestorsObserver issues critical PriceWatch Alerts for BUD, ZM, DAL, PGEN, and AAL.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"oleantimesherald.com\",\n            \"author\": \"By InvestorsObserver\",\n            \"rights\": null,\n            \"link\": \"https://www.oleantimesherald.com/news/state/thinking-about-trading-options-or-stock-in-anheuser-busch-zoom-video-communications-delta-air-lines/article_85b71b5a-9c66-5bb8-9cf5-c561d0bbf891.html\",\n            \"rank\": \"39254\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Thinking about trading options or stock in Anheuser Busch, Zoom Video Communications, Delta Air Lines, Precigen Inc, or American Airlines?\",\n            \"published_date\": \"2020-06-03 13:31:00\",\n            \"_id\": \"d92b5faa7ab2ab0ef75f4b460cd7cd39\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"CA\",\n            \"clean_url\": \"cbc.ca\",\n            \"author\": \"The Associated Press\",\n            \"rights\": \"Copyright: (C) Canadian Broadcasting\\tCorporation,\\t\\t\\t\\t\\t\\t\\thttp://www.cbc.ca/aboutcbc/discover/termsofuse.html#Rss\",\n            \"link\": \"https://www.cbc.ca/news/business/zoom-earnings-1.5596289?cmp=rss\",\n            \"rank\": \"313\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom profits soar as pandemic spurs boom in video chatting\",\n            \"published_date\": \"2020-06-03 13:16:02\",\n            \"_id\": \"e11f104ab67cb1831667f1cc57d7e8fd\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications (NASDAQ:ZM) stock lost about 4% in after-hours trading on Tuesday following its results for the first quarter of fiscal 2021.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketrealist.com\",\n            \"author\": \"Ambrish Shah\",\n            \"rights\": null,\n            \"link\": \"https://marketrealist.com/2020/06/buy-zoom-video-before-makes-another-big-move/\",\n            \"rank\": \"15327\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Buy Zoom Video before It Makes Another Big Move\",\n            \"published_date\": \"2020-06-03 12:49:04\",\n            \"_id\": \"d34f13043a1e7091099fe3c812fc064d\"\n        },\n        {\n            \"summary\": \"Die Coronakrise hat von einigen Unternehmen ihren Tribut gefordert. Wenn man so in die Börsenlandschaft blickt, erspäht man Unternehmen, die mit gravierenden Problemen zu kämpfen haben. Andere Unternehmen hingegen scheinen übermäßig von der   gegenwärtigen Situation zu profitieren. Als ein wahrer Coronaprofiteur hat sich Zoom Video Communications (WKN: A2PGJ2) entpuppt.     Das US-amerikanische\",\n            \"country\": \"NA\",\n            \"clean_url\": \"wallstreet-online.de\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.wallstreet-online.de/nachricht/12591776-wachstumsaktie-erwartet-2-000-000-000-us-dollar-umsatz-investoren-reich-machen\",\n            \"rank\": \"16680\",\n            \"topic\": \"NA\",\n            \"language\": \"de\",\n            \"title\": \"Diese Wachstumsaktie erwartet jetzt fast 2.000.000.000 US-Dollar Umsatz und könnte Investoren reich machen!\",\n            \"published_date\": \"2020-06-03 12:25:46\",\n            \"_id\": \"f6321ff1544feae9daac8812ba130bca\"\n        },\n        {\n            \"summary\": \"SAN FRANCISCO, EUA - A Zoom Video Communications, popularizada durante o confinamento social generalizado provocado pela pandemia do novo coronavírus, confirmou as expectativas, ao anunciar resultados financeiros animadores. Entre janeiro e março, a empresa californiana, que fornece serviços de videoconferência, obteve um lucro de US$ 27,1 milhões, um aumento de 1.123% na comparação com os US$ 2,2 milhões registrados em igual período do ano passado.\\n\\nA receita cresceu 169%, para US$ 328,2 milhões, superando as estimativas de analistas, que era de US$ 202,7 milhões, segundo dados da Refinitiv. Para o segundo trimestre, a empresa espera uma receita total de US$ 450 milhões a US$ 500 milhões.\\n\\nDo trabalho à família:Saiba o que vai mudar na vida dos brasileiros no mundo pós-pandemia\\n\\nAs medidas de distanciamento social impostas ao redor do mundo durante a pandemia transformaram a comunicação entre as pessoas, que passaram a depender em grande medida das chamadas em vídeo e das conferências tanto para trabalhar em casa quanto em sua vida social, para se conectarem com famiiares e amigos.\\n\\n\\\"A crise do novo coronavírus resultou em uma demanda maior de interações e colaborações cara a cara e com muitas pessoas ao mesmo tempo\\\", destacou Eric Yuan, fundador e CEO do Zoom, no informe de resultados. \\\"Os diferentes usos cresceram rapidamente à medida que as pessoas incorporaram o Zoom à sua vida profissional, educacional e pessoal\\\", acrescentou o executivo.\\n\\nNova rotina:No pós-pandemia, escritórios ficarão com mais cara de casa, diz o arquiteto Sérgio Athié\\n\\nA plataforma tem sido utilizada para reuniões familiares, jogos de pôquer, aulas de escola, sessões de ioga e ginásrica, além, é claro, reuniões de trabalho.\\n\\nA tela de mosaicos, com os rostos dos participantes, se tornou uma marca registrada, copiada em seguida por gigantes da tecnologia, como Facebook, Google e Microsoft. A companhia concorre com Webex, Teams e com a plataforma Meet, do Google, oferecendo uma versão gratuita para consumidores.\\n\\nFuturo:Mundo não será mais o mesmo após doença\\n\\nNo fim do primeiro trimestre deste ano, a Zoom tinha aproximadamente 265.400 clientes pagantes - empresas com pelo menos dez funcionários. A cifra representou um aumento de 354% com relação ao ano passado, segundo a empresa sediada em San José, no Vale do Silício.\\n\\nMas nem tudo foram flores: a afluência maciça e repentina de novos usuários levou a problemas de segurança e revelou falhas na gestão de dados confidenciais, o que a levou a investir em atualizações do serviço. \\n\\nNo Brasil:Ministério da Justiça investiga uso de dados pelo app Zoom, febre na quarentena\\n\\nO estado de Nova York anunciou em maio ter alcançado um acordo com o grupo proprietário do Zoom para melhorar a proteção em sua plataforma contra as ameaças de cibersegurança. Encerrou, assim, uma investigação da promotoria do estado lançada em março por causa das falhas.\\n\\nPor outro lado, a Zoom lançou recentemente uma fundação filantrópica que começou a doar a associações locais e internacionais, incluindo a Organização Mundial da Saúde.\\n\\nA companhia elevou a previsão de receita para o ano, da faixa de US$ 905 milhões a US$ 915 milhões para a faixa de US$ 1,78 bilhão a US$ 1,8 bilhão. Analistas, em média, previam receita de US$ 935,2 milhões.\\n\\nApós o anúncio dos resultados financeiros do primeiro trimestre, as ações da empresa da Califórnia subiram quase 5% no after-market . Em termos ajustados, a empresa ganhou 20 centavo de dólar por ação no trimestre, superando a estimativa de analistas de nove centavos. Neste ano, as ações do Zoom mais que triplicaram de valor.\",\n            \"country\": \"BR\",\n            \"clean_url\": \"globo.com\",\n            \"author\": \"O Globo, com agências interncionais\",\n            \"rights\": null,\n            \"link\": \"https://oglobo.globo.com/economia/em-meio-pandemia-lucro-da-zoom-cresce-mais-de-1000-somando-us-271-milhoes-no-primeiro-trimestre-24459873\",\n            \"rank\": \"783\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Em meio à pandemia, lucro da Zoom cresce mais de 1.000%, somando US$ 27,1 milhões no primeiro trimestre\",\n            \"published_date\": \"2020-06-03 12:13:11\",\n            \"_id\": \"5b4bce4b8cc5d6b6b89c2d740276be6a\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"gillettenewsrecord.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://www.gillettenewsrecord.com/news/national_world/article_c2503feb-c0e3-5e24-bd49-a54bb06c9768.html\",\n            \"rank\": \"89385\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 11:45:00\",\n            \"_id\": \"fa85590e31d42dc14804512232c1ea2c\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications saw its revenue nearly tripled in its fiscal quarter to April. From $122-million a year earlier to $328-million in Q1. The company saw a massive jump in meeting participants during the month of April as worldwide lockdowns began, with over 300-million participants on the platform. This is as more and more people [&#8230;]\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"itnewsafrica.com\",\n            \"author\": \"Luis Monzon\",\n            \"rights\": null,\n            \"link\": \"https://www.itnewsafrica.com/2020/06/zoom-profits-jump-in-q1-after-strong-customer-growth-from-remote-working/\",\n            \"rank\": \"38998\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Profits Soar in Q1 After Strong Customer Growth during Pandemic\",\n            \"published_date\": \"2020-06-03 11:30:22\",\n            \"_id\": \"e1bcce6a38e25a9df3f4107f8876c1c5\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications a présenté ses résultats financiers pour le premier trimestre 2020. Ses revenus ont doublé pour atteindre 328 millions de dollars et son nombre d'utilisateurs a explosé. Poussée par des besoins accrus en visioconférence pendant la crise sanitaire, l'application a connu un pic de 300 millions d'utilisateurs […] Lire l'article\",\n            \"country\": \"NA\",\n            \"clean_url\": \"usine-digitale.fr\",\n            \"author\": \"Alice Vitard\",\n            \"rights\": \"Usine Digitale\",\n            \"link\": \"https://www.usine-digitale.fr/article/zoom-n-a-pas-depasse-son-pic-d-usage-de-300-millions-d-utilisateurs-quotidiens-du-mois-d-avril.N971301\",\n            \"rank\": \"25440\",\n            \"topic\": \"tech\",\n            \"language\": \"fr\",\n            \"title\": \"Zoom n'a pas dépassé son pic d'usage de 300 millions d'utilisateurs quotidiens du mois d'avril\",\n            \"published_date\": \"2020-06-03 11:16:00\",\n            \"_id\": \"d5a1115075e98776f111fc637980bcac\"\n        },\n        {\n            \"summary\": \"(Bloomberg) -- Investors could face more name confusion this week when ZoomInfo Technologies Inc. joins Zoom Video Communications Inc. on the Nasdaq Stock Market.ZoomInfo, which provides data on sales prospects, is expected to price its initial public offering on June 3 and begin trading under the ticker symbol ZI the following day. It will join three other publicly traded companies globally whose names begin with Zoom, the most well-known of which is the maker of video-conferencing software that has become a household name during the coronavirus pandemic.The surging popularity of Zoom Video, used daily by millions of people for remote face-to-face interactions, has fueled a three-fold rally in its stock this year. But for a brief time, it caused even bigger spikes in the shares of Zoom Technologies Inc, a Beijing-based company with few operations to speak of. That stock traded under the symbol ZOOM and had been moribund for years before Zoom Video's IPO in April 2019 helped revive it.”The challenging part is we're just running out of names that are distinctive,” said A.J. Ericksen, corporate partner at Baker Botts, in an interview. 'So you'll get some that sound alike and it gets even worse when you start with tickers -- which was a big problem with Zoom Technologies. The retail investors start typing in ‘Zoom' and get that.”ZOOM's daily volume soared from about 30,000 shares on April 10, 2019, to nearly 1 million shares eight days later, while the stock price rose about five-fold over three trading days. Things were quieter until the coronavirus started to spread rapidly across the U.S. this spring, sparking a surge in Zoom video chats and sending shares of its doppelganger up more than 10-fold.That volatility captured the attention of the Securities and Exchange Commission, which halted trading in Zoom Technologies for two weeks on March 25. The regulator cited concerns about ticker confusion and a lack of public disclosures since 2015. Ultimately Zoom Technologies changed its ticker symbol from ZOOM to ZTNO.'I think it's just going to be left to ‘buyer beware,'” Ericksen said.Of course, ZoomInfo has little in common with Zoom Technologies aside from its name. The Vancouver, Washington-based company has about 202,000 paying users, $293 million in revenue last year and is backed by Carlyle Group, according to a filing.It's unclear whether Zoom Corp., a Japanese seller of video and sound recording devices, has also benefited from name confusion. Its stock rallied to a four-month high in April but has since fallen about 14%.Meanwhile, Zoom Video shares continue to chug higher. The stock has gained 27% since Friday, when it was added to the MSCI World Index. On Tuesday, the company nearly doubled its annual revenue forecast after a blowout first quarter in which customers with more than 10 employees jumped 354% compared with the same period a year ago.For more articles like this, please visit us at bloomberg.comSubscribe now to stay ahead with the most trusted business news source.©2020 Bloomberg L.P.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/yet-another-zoom-risks-more-110000092.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Yet Another Zoom Risks More Stock Confusion With ZoomInfo Debut\",\n            \"published_date\": \"2020-06-03 11:00:00\",\n            \"_id\": \"c3489d899366940404fcb3d7baeabf68\"\n        },\n        {\n            \"summary\": \"Companies in the Technology sector have received a lot of coverage today as analysts weigh in on Zoom Video Communications (ZM), PDF Solutions ...\\n \\nThe post Analysts Have Conflicting Sentiments on These Technology Companies: Zoom Video Communications (ZM), PDF Solutions (PDFS) and Ambarella (AMBA) appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Howard Kim\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/analysts-have-conflicting-sentiments-on-these-technology-companies-zoom-video-communications-zm-pdf-solutions-pdfs-and-ambarella-amba/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Analysts Have Conflicting Sentiments on These Technology Companies: Zoom Video Communications (ZM), PDF Solutions (PDFS) and Ambarella (AMBA)\",\n            \"published_date\": \"2020-06-03 10:57:54\",\n            \"_id\": \"512448b6b8caabb53ad15e195b7541f3\"\n        },\n        {\n            \"summary\": \"Needham analyst Richard Valera assigned a Buy rating to Zoom Video Communications (ZM) today and set a price target of $230.00.\\n \\nThe post Needham Releases a Buy Rating on Zoom Video Communications (ZM) appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Brian Anderson\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/needham-releases-a-buy-rating-on-zoom-video-communications-zm/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Needham Releases a Buy Rating on Zoom Video Communications (ZM)\",\n            \"published_date\": \"2020-06-03 10:09:48\",\n            \"_id\": \"b167e0df5f282f6605574b5bb9063ea3\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"wraltechwire.com\",\n            \"author\": \"Wire reports\",\n            \"rights\": null,\n            \"link\": \"https://www.wraltechwire.com/2020/06/03/incredible-pandemic-helps-turn-zoom-video-into-a-gold-mine-for-investors/\",\n            \"rank\": \"36057\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"‘Incredible': Pandemic helps turn Zoom Video into a gold mine for investors\",\n            \"published_date\": \"2020-06-03 09:59:27\",\n            \"_id\": \"714b071413838a0100695e2ee38cbae4\"\n        },\n        {\n            \"summary\": \"A Zoom Video Communications está a emergir rapidamente como a mais recente mina de ouro da internet, à medida que milhões de pessoas recorrem ao seu serviço de videoconferência para verem familiares, amigos e colegas retidos em casa pela pandemia. Os resultados financeiros divulgados na terça-feira pela plataforma de videonconferência relativos ao período fevereiro-abril, evidenciam um crescimento astronómico que a tornou numa uma estrela de Wall Street. As receitas da Zoom para o seu primeiro trimestre fiscal mais do que duplicaram, em relação ao mesmo período do ano passado, para os 328 milhões de dólares (293 milhões de euros), com […]\\n \\nThe post Pandemia fez receitas do Zoom crescer 169% appeared first on DN Insider.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dn.pt\",\n            \"author\": \"DN Insider\",\n            \"rights\": null,\n            \"link\": \"https://insider.dn.pt/em-rede/pandemia-fez-receitas-do-zoom-crescer-169/25279/\",\n            \"rank\": \"15707\",\n            \"topic\": \"NA\",\n            \"language\": \"pt\",\n            \"title\": \"Pandemia fez receitas do Zoom crescer 169%\",\n            \"published_date\": \"2020-06-03 09:34:00\",\n            \"_id\": \"3dd21d5a2d45fa668cd2d7340b3fdabe\"\n        },\n        {\n            \"summary\": \"Bloomberg Zoom Video Communications Inc. informó ventas trimestrales que superaron las estimaciones, lo que demuestra que un aumento en la demanda de su servicio de videoconferencia durante la pandemia de coronavirus se ha traducido en más clientes que pagan. La compañía también aumentó su pronóstico de ingresos anuales en casi el doble. Los ingresos aumentaron [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"5dias.com.py\",\n            \"author\": \"Editor\",\n            \"rights\": null,\n            \"link\": \"http://www.5dias.com.py/2020/06/en-pandemia-zoom-brilla-con-aumento-en-ventas-y-clientes/?utm_source=rss&utm_medium=rss&utm_campaign=en-pandemia-zoom-brilla-con-aumento-en-ventas-y-clientes\",\n            \"rank\": \"374680\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"En pandemia, Zoom brilla con aumento en ventas y clientes\",\n            \"published_date\": \"2020-06-03 09:00:36\",\n            \"_id\": \"daf25f9d366dbfa38feddac839a6eead\"\n        },\n        {\n            \"summary\": \"Videokonferenční platforma Zoom Video Communications se stala během koronakrize miláčkem investorů, avšak masivní růst jejích akcií zjevně vyhnal neformální očekávání vysoko nad oficiální konsensus trhu.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"patria.cz\",\n            \"author\": null,\n            \"rights\": \"Copyright - Patria Online, a.s.\",\n            \"link\": \"http://www.patria.cz/zpravodajstvi/4420661/zoom-buy-the-rumour-sell-the-news-komentar-analytika.html\",\n            \"rank\": \"347544\",\n            \"topic\": \"finance\",\n            \"language\": \"cs\",\n            \"title\": \"ZOOM: Buy the rumour, sell the news? (Komentář analytika)\",\n            \"published_date\": \"2020-06-03 09:00:00\",\n            \"_id\": \"efbf770eb40adaee427eac1eaa7c370f\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"techxplore.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://techxplore.com/news/2020-06-booms-pandemic-millions-video.html\",\n            \"rank\": \"15218\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 08:10:02\",\n            \"_id\": \"3eb9870f1fe80c46ac7612f8c9c7e790\"\n        },\n        {\n            \"summary\": \"A Zoom Video Communications está a emergir rapidamente como a mais recente mina de ouro da internet, à medida que milhões de pessoas recorrem ao seu serviço de videoconferência para verem familiares, amigos e colegas retidos em casa pela pandemia. \\n\\nOs resultados financeiros divulgados na terça-feira por esta outrora obscura companhia, relativos ao período fevereiro-abril, evidenciam um crescimento astronómico que a tornou em uma estrela de Wall Street. \\n\\nAs receitas da Zoom para o seu primeiro trimestre fiscal mais do que duplicaram, em relação ao mesmo período do ano passado, para os 328 milhões de dólares (293 milhões de euros), com os lucros a dispararem de 198 mil dólares há um ano para os atuais 27 milhões de dólares. \\n\\nEstes números excederam as expectativas, já elevadas, dos analistas, o que forneceu novo impulso a esta ação que já mais do que triplicou a sua cotação durante este ano. \\n\\nDepois de uma progressão consistente na antecipação da divulgação dos resultados, a Zoom valorizou três por cento na terça-feira, para 213,60 dólares, o que representa mais de cinco vezes o preço da oferta pública inicial (IPO, na sigla em inglês) com que abriu o capital ao público, há 14 meses, a 36 dólares. \\n\\nA subida da sua cotação já coloca a Zoom com um valor bolsista de 59 mil milhões de dólares, mais do que a soma do valor de mercado de cada uma das quatro maiores transportadoras aéreas dos EUA, que viram o seu negócio pulverizado pelo surto do novo coronavirus, que reduziu dramaticamente as viagens aéreas. \\n\\nA empresa foi fundada há nove anos por vários sócios, entre os quais o atual presidente executivo, Eric Yuan.\\n\\nComo sinal de que os seus dirigentes não esperam que o atual desempenho seja de curta duração, as previsões do volume de negócios para o trimestre que acaba em julho é de 500 milhões de dólares, o que mais do que quadruplica o homólogo.  \\n\\nPara o seu ano fiscal completo, a Zoom espera agora um volume de negócios de 1,8 mil milhões de dólares, o que praticamente triplica o alcançado no último exercício. \\n\\nO crescimento acentuado da Zoom verificou-se apesar de problemas de privacidade, que permitiu a intrusos aparecimentos sem convite nas sessões em linha, por vezes de forma insultuosa e provocadora. \\n\\nAs preocupações levaram algumas escolas a deixarem de usar a Zoom nas suas aulas em linha, que se generalizaram em fevereiro, se bem que os esforços da empresa para aumentar a segurança conseguiram trazer alguma de volta. \\n\\nAgora existem mais de 100 mil escolas à escala mundial que usam a Zoom para as suas aulas em linha, segundo a empresa. \\n\\nA empresa acabou abril com 265.400 clientes empresariais com pelo menos 10 empregados, o que significa a multiplicação por quatro da situação de há um ano. \\n\\nPara procurar responder aos desafios da segurança, e garantir a privacidade das suas videoconferências, a Zoom tem estado a trabalhar desde abril com Alex Stamos, um conhecido perito de segurança informática, que já trabalhou para a Yahoo e a Facebook, empresas estas que também já tiveram problemas de segurança e privacidade. \\n\\nO sucesso da Zoom provocou, por outro lado, que também empresas de outra dimensão, como Microsoft, Google e Facebook, passassem a dar mais atenção a este negócio.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"dnoticias.pt\",\n            \"author\": \"Agência Lusa\",\n            \"rights\": null,\n            \"link\": \"https://www.dnoticias.pt/mundo/sucesso-da-zoom-torna-a-na-mais-recente-mina-de-ouro-da-internet-GC6370866\",\n            \"rank\": \"113446\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Sucesso da Zoom torna-a na mais recente mina de ouro da internet\",\n            \"published_date\": \"2020-06-03 07:21:26\",\n            \"_id\": \"1a7832bceb732bfcda1dd29d937a61d5\"\n        },\n        {\n            \"summary\": \"Popular video-conferencing company Zoom Video Communications (ZM) far outpaced sales expectations in the first quarter as millions of users flocked to use its ...\\n \\nThe post Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169% appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Sharon Wrobel\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/stock-news/zoom-lifts-full-year-sales-guidance-as-quarterly-revenue-balloons-169/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169%\",\n            \"published_date\": \"2020-06-03 06:57:22\",\n            \"_id\": \"5303cb40b6c2673057941ed34b0b536f\"\n        },\n        {\n            \"summary\": \"Popular video-conferencing company Zoom Video Communications (ZM) far outpaced sales expectations in the first quarter as millions of users flocked to use its technology to host business and social meetings during the coronavirus pandemic.First-quarter revenue surged 169% to $328.2 million year-on-year, beating analysts' estimates of $202.7 million. Zoom now has about 265,400 customers with more than 10 employees, up about 354% from the same quarter last fiscal year.'The COVID-19 crisis has driven higher demand for distributed, face-to-face interactions and collaboration using Zoom,” said Zoom founder and CEO Eric S. Yuan. 'Use cases have grown rapidly as people integrated Zoom into their work, learning, and personal lives. We also supported an unprecedented number of free participants, including over 100,000 K-12 schools.”Commenting on the earnings, five-star analyst Ittai Kidron at Oppenheimer, said that while Zoom reported 'exceptional” results, 'its gross margin significantly contracted (-1,480bps QoQ and -1,149bps YoY) due to high levels of free meeting minutes (K-12 schools) and increased public cloud hosting costs”. Indeed, cost of revenue in the first quarter skyrocketed 330% to $103.7 million year-on-year.Shares rose 1.9% to close at $208.08 ahead of the earnings release on Tuesday and dropped 1.7% in after-market trading.Looking ahead, the company raised its full-year revenue forecast to a range of $1.78 billion to $1.80 billion from $905 million to $915 million. This compares with analysts' average estimates of $935.2 million for the fiscal year ending January 2021.Shares have more than tripled this year as Zoom has gone from an average of 10 million daily users to about 300 million this year. The analyst community will now wait to see if the user boom is sustainable as some countries are starting to relax their lockdown restrictions and employees are beginning to go back to their work place.Oppenheimer's Kidron, who maintained a Hold rating on the stock due to valuation, says that Zoom has seen strong adoption, which calls into question how this develops as businesses reopen.'Zoom reported robust net expansion and user growth,” Kidron wrote in a note to investors. 'Going forward, exposure to multiple growth levers (new customer growth and use cases, upselling, cross-selling Rooms/ Phones, int'l expansion, etc.) leaves us feeling positive. However, we admit we likely missed an entry point earlier this year and remain Perform-rated on valuation.”The rest of the Street is cautiously optimistic on the stock. The Moderate Buy consensus showcases 14 Hold and 2 Sell ratings versus 8 Buy ratings. Following this year's sharp rally the $131.18 average analyst price target, now implies shares may decline 37% from current levels. (See Zoom stock analysis on TipRanks).Related News:  Lyft Rises 5% After-Hours On Strong May Performance  Beleaguered Hertz Sinks 36% In After-Market On Bankruptcy Protection Filing  Carl Icahn Initiates Position in Delek US Holdings, Boosts Occidental Petroleum More recent articles from Smarter Analyst:  * Alibaba Rolls Out Online Business Services As Covid-19 Boosts Digitalization Need   * Glu Mobile Sinks On $100M Public Offering Announcement   * Microchip Gains 7% After-Hours On Boosted Guidance; Top Analyst Ups PT   * Cheesecake Factory Spikes After-Hours As 75% Sales Recaptured\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/zoom-lifts-full-sales-guidance-065722291.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169%\",\n            \"published_date\": \"2020-06-03 06:57:22\",\n            \"_id\": \"44e4e93ed9ec112f0a8eccb79a88abe1\"\n        },\n        {\n            \"summary\": \"Trong đại dịch viêm đường hô hấp cấp COVID-19, ứng dụng nhóm họp trực tuyến Zoom đã trở thành công cụ phổ biến được nhiều người sử dụng phục vụ mục đích học tập, chia sẻ nhóm, họp hội nghị,... để đảm bảo quy định giãn cách xã hội. Nhờ đó, doanh thu của công ty Zoom Video Communications đã tăng vọt trong 3 tháng đầu năm 2020. \\n \\nBáo cáo kinh doanh công bố ngày 2/6 cho thấy, trong quý 1/2020, doanh thu của Zoom đã tăng 169% lên hơn 328 triệu USD, trong đó lợi nhuận mà hãng thu về là 27 triệu USD.  Trong 3 tháng đầu năm, cổ phiếu của Zoom trên thị trường chứng khoán vẫn dừng ở con số 0 USD/cổ phiếu, song đến nay đã tăng lên 200 USD vào chốt phiên giao dịch ngày 2/6.\\n \\n\\n \\nMới đây, Zoom đã được chuyển đổi từ công cụ họp trực tuyến chuyên dùng cho các doanh nghiệp sang ứng dụng trò chuyện toàn cầu qua video. Trước đó, ứng dụng này đã hứng chịu một làn sóng tẩy chay do các vấn đề về bảo mật an ninh và dữ liệu cá nhân và buộc phải tiến hành nâng cấp nền tảng trên quy mô lớn.\\n \\nHồi tháng trước, người đứng đầu cơ quan tư pháp bang New York (Mỹ) Letitia James yêu cầu Zoom phải có những biện pháp tăng cường bảo mật an ninh. Phán quyết trên được đưa ra sau cuộc điều tra tiến hành từ tháng 3 về những lỗ hổng bảo mật trong ứng dụng Zoom.\\n \\nTuy nhiên, vấn đề trên dường như không ảnh hưởng nhiều đến doanh thu của Zoom. Công ty cho biết hiện sở hữu khoảng 265.400 khách hàng là doanh nghiệp, trong đó mỗi doanh nghiệp có ít nhất 10 người sử dụng, cao gấp gần 4 lần so với cùng kỳ năm ngoái. \\n \\nVới đà sử dụng hiện nay, Zoom đã tăng dự báo doanh thu năm 2020 từ 905-915 triệu USD lên mức 1,78-1,8 tỷ USD, trong khi giới phân tích cho rằng mức doanh thu trung bình của Zoom là 935,2 triệu USD./.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vietnamplus.vn\",\n            \"author\": \"Minh Tuấn\",\n            \"rights\": \"Copyright (C) VietnamPlus\",\n            \"link\": \"https://www.vietnamplus.vn/zoom-dat-doanh-thu-tang-vot-bat-chap-nhung-quan-ngai-ve-bao-mat/643669.vnp\",\n            \"rank\": \"16946\",\n            \"topic\": \"news\",\n            \"language\": \"vi\",\n            \"title\": \"Zoom đạt doanh thu tăng vọt bất chấp những quan ngại về bảo mật\",\n            \"published_date\": \"2020-06-03 06:54:02\",\n            \"_id\": \"42b25aed7a3283f619c7c14db56df94d\"\n        },\n        {\n            \"summary\": \"(Telecompaper) Zoom Video Communications saw its revenue nearly triple in its fiscal first quarter to April, to USD 328 million from USD 122 million a year earlier, as more people adopted the videoconferencing platform while at home during the Covid-19 pandemic. The company's operating profit jumped to USD 23.4 million from USD 1.6 million a year ago, and adjusted net profit earnings rose to 20 cents a share from USD 0.03, double the company's forecast.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"telecompaper.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.telecompaper.com/news/zoom-profits-jump-in-q1-after-strong-customer-growth-from-home-working--1340997\",\n            \"rank\": \"10623\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom profits jump in Q1 after strong customer growth from home working\",\n            \"published_date\": \"2020-06-03 06:40:00\",\n            \"_id\": \"41ea13755e8543ae48f2cd5cd5abbe07\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications, Inc. (NASDAQ: ZM) sales and profits jumped in the first business quarter, which ended April 30, 2020. And Zoom assumes a permanent plus: For the entire business year, the Company expects to triple its earnings. It is interesting that all numbers revolve around 300 for this quarter.: Non-GAAP income from operations for [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"idahoreporter.com\",\n            \"author\": \"Robert K. Reed\",\n            \"rights\": null,\n            \"link\": \"http://www.idahoreporter.com/2020/zooms-300-million-participants-push-zm-stock-300-higher/\",\n            \"rank\": \"404489\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"ZOOM's  300 million participants push ZM stock 300% higher\",\n            \"published_date\": \"2020-06-03 06:39:09\",\n            \"_id\": \"02dae4535dee12e35c4e2de39876d00c\"\n        },\n        {\n            \"summary\": \"REPUBLIKA.CO.ID, BEIJING -- Zoom Video Communications Inc (ZM.O) hampir meningkatkan target penjualan tahunannya pada Selasa (2/6). Hal itu didorong oleh lonjakan pengguna karena semakin banyak orang bekerja dari rumah...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"republika.co.id\",\n            \"author\": \"Fuji Pratiwi\",\n            \"rights\": null,\n            \"link\": \"https://republika.co.id/berita/qbc7ka457/pengguna-melonjak-zoom-naikkan-target-pendapatan-tahunan\",\n            \"rank\": \"23975\",\n            \"topic\": \"NA\",\n            \"language\": \"id\",\n            \"title\": \"Pengguna Melonjak, Zoom Naikkan Target Pendapatan Tahunan\",\n            \"published_date\": \"2020-06-03 06:33:46\",\n            \"_id\": \"0525a699f2d3b61d1cf3eae912702596\"\n        },\n        {\n            \"summary\": \"U petak, 29. maja, vrednost akcija kompanije Zoom Video Communications Inc. na berzi Nasdaq porasla je 9,7 odsto. Tržišna kapitalizacija kompanije prvi put je premašila 50 milijardi dolara.\",\n            \"country\": \"RS\",\n            \"clean_url\": \"blic.rs\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.blic.rs/biznis/osnivac-zooma-u-jednom-danu-bogatiji-za-800-miliona-dolara/7qdemc9\",\n            \"rank\": \"17541\",\n            \"topic\": \"NA\",\n            \"language\": \"hr\",\n            \"title\": \"Osnivač Zooma u jednom danu bogatiji za 800 MILIONA DOLARA\",\n            \"published_date\": \"2020-06-03 06:28:00\",\n            \"_id\": \"97901f16c03669c47722640aa6e971fa\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ndtv.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://gadgets.ndtv.com/apps/news/zoom-booms-as-pandemic-drives-millions-to-its-video-service-2239846\",\n            \"rank\": \"978\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Booms as Pandemic Drives Millions to Its Video Service\",\n            \"published_date\": \"2020-06-03 06:21:12\",\n            \"_id\": \"5d23e230070d366b37b33a68fc747f45\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns.\\n \\nThe post Zoom nearly doubles revenue forecast on remote-work boost, but costs rising appeared first on The Himalayan Times.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thehimalayantimes.com\",\n            \"author\": \"Kriti Joshi\",\n            \"rights\": null,\n            \"link\": \"https://thehimalayantimes.com/business/zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising/\",\n            \"rank\": \"15967\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 06:15:16\",\n            \"_id\": \"68e1ed1d77bf75ef0799ad761439a6fd\"\n        },\n        {\n            \"summary\": \"A Zoom Video Communications está a emergir rapidamente como a mais recente mina de ouro da internet,...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"noticiasaominuto.com\",\n            \"author\": \"Lusa\",\n            \"rights\": null,\n            \"link\": \"https://www.noticiasaominuto.com/tech/1500884/sucesso-da-zoom-torna-a-na-mais-recente-mina-de-ouro-da-internet?utm_source=rss-tech&utm_medium=rss&utm_campaign=rssfeed\",\n            \"rank\": \"42846\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Sucesso da Zoom torna-a na mais recente mina de ouro da internet\",\n            \"published_date\": \"2020-06-03 06:10:46\",\n            \"_id\": \"3c8195aa173597b5549142b2bd8ef396\"\n        },\n        {\n            \"summary\": \"SAN FRANCISCO (Reuters) - Zoom Video Communications, le spécialiste de la visioconférence qui a rencontré un vif succès à la faveur du confinement, a annoncé mardi qu'il doublait quasiment ses objectifs de vente pour cette année. L'entreprise californienne basée à San Jose, qui offre une version gratuite pour les particuliers mais facture ses services pour les entreprises, table désormais sur un chiffre d'affaires annuel compris entre 1,78 et 1,80 milliard de dollars. Sa précédente prévision pour l'année 2020 oscillait entre 905 et 915 millions de dollars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"challenges.fr\",\n            \"author\": \"Reuters\",\n            \"rights\": \"Copyright 2020, Challenges\",\n            \"link\": \"https://www.challenges.fr/finance-et-marche/le-specialiste-de-la-visioconference-zoom-double-sa-prevision-de-revenus-pour-2020_712894?xtor=RSS-21\",\n            \"rank\": \"8630\",\n            \"topic\": \"finance\",\n            \"language\": \"fr\",\n            \"title\": \"Le spécialiste de la visioconférence Zoom double sa prévision de revenus pour 2020\",\n            \"published_date\": \"2020-06-03 05:51:17\",\n            \"_id\": \"ca34ad702624d50e35133b9a2758b8a8\"\n        },\n        {\n            \"summary\": \"SAN FRANCISCO (Reuters) - Zoom Video Communications, le spécialiste de la visioconférence qui a rencontré un vif succès à la faveur du confinement, a annoncé mardi qu'il doublait quasiment ses objectifs de vente pour cette année. L'entreprise californienne basée à San Jose, qui offre une version gratuite pour les particuliers mais facture ses services pour les entreprises, table désormais sur un chiffre d'affaires annuel compris entre 1,78 et 1,80 milliard de dollars. Sa précédente prévision pour l'année 2020 oscillait entre 905 et 915 millions de dollars.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"sciencesetavenir.fr\",\n            \"author\": \"Reuters\",\n            \"rights\": \"Copyright 2020, Sciences et Avenir\",\n            \"link\": \"https://www.sciencesetavenir.fr/high-tech/le-specialiste-de-la-visioconference-zoom-double-sa-prevision-de-revenus-pour-2020_144863?xtor=RSS-12\",\n            \"rank\": \"11989\",\n            \"topic\": \"NA\",\n            \"language\": \"fr\",\n            \"title\": \"Le spécialiste de la visioconférence Zoom double sa prévision de revenus pour 2020\",\n            \"published_date\": \"2020-06-03 05:51:17\",\n            \"_id\": \"3654923385d668dba0d4eb4d29c6ab13\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. demonstrated that paying customers have flocked to its virtual-meeting software.\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"mybroadband.co.za\",\n            \"author\": \"Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://mybroadband.co.za/news/software/354661-huge-jump-in-sales-for-zoom.html\",\n            \"rank\": \"13098\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Huge jump in sales for Zoom\",\n            \"published_date\": \"2020-06-03 05:02:41\",\n            \"_id\": \"56921c760082eb39ebaec06dbe827924\"\n        },\n        {\n            \"summary\": null,\n            \"country\": \"NA\",\n            \"clean_url\": \"seekingalpha.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://seekingalpha.com/article/4351642-zoom-video-communications-inc-2021-q1-results-earnings-call-presentation?source=feed_all_articles\",\n            \"rank\": \"1093\",\n            \"topic\": \"finance\",\n            \"language\": null,\n            \"title\": \"Zoom Video Communications, Inc. 2021 Q1 - Results - Earnings Call Presentation\",\n            \"published_date\": \"2020-06-03 04:28:00\",\n            \"_id\": \"cdfc412adea0ee7551bc57b3713ce9d5\"\n        },\n        {\n            \"summary\": null,\n            \"country\": \"NA\",\n            \"clean_url\": \"seekingalpha.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://seekingalpha.com/article/4351641-zoom-video-communications-inc-zm-ceo-eric-yuan-on-q1-2021-earnings-call-transcript?source=feed_all_articles\",\n            \"rank\": \"1093\",\n            \"topic\": \"finance\",\n            \"language\": null,\n            \"title\": \"Zoom Video Communications, Inc. (ZM) CEO Eric Yuan on Q1 2021 - Earnings Call Transcript\",\n            \"published_date\": \"2020-06-03 04:22:06\",\n            \"_id\": \"dd340d33c975aa55797e5c4e9b0c0a93\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while…\",\n            \"country\": \"NA\",\n            \"clean_url\": \"japantoday.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://japantoday.com/category/tech/zoom-booms-as-pandemic-drives-millions-to-its-video-service\",\n            \"rank\": \"3897\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 03:27:01\",\n            \"_id\": \"a2ed5f7ca2146b01c7b1eecbd8ce912c\"\n        },\n        {\n            \"summary\": \"Oppenheimer analyst Ittai Kidron assigned a Hold rating to Zoom Video Communications (ZM) yesterday. The company’s shares closed last Tuesday at $208.\\n \\nThe post Zoom Video Communications (ZM) Gets a Hold Rating from Oppenheimer appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Christine Brown\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/zoom-video-communications-zm-gets-a-hold-rating-from-oppenheimer-2/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Video Communications (ZM) Gets a Hold Rating from Oppenheimer\",\n            \"published_date\": \"2020-06-03 03:21:54\",\n            \"_id\": \"c94cb1ccfcf2fe2f01d629c834ea63ad\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"ZM\",\n        \"key_people\": null,\n        \"lang\": null,\n        \"from\": \"2020-05-27 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null\n    }\n}"}],"_postman_id":"171d2666-1f3c-4aba-aea2-e04317f5dcdc"},{"name":"Lastest Articles On A Company And Key People","event":[{"listen":"test","script":{"id":"3d86d1ae-6b71-4336-8b94-c185a91b81cc","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"9fbbeab6-c2a5-4b82-811f-049d0c9f4359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&lang=en","description":"<p>Expend the search on Zoom by taking into account people on high positions. Now we have 32 articles.</p>\n","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"ticker","value":"ZM"},{"key":"key_people","value":"True"},{"key":"lang","value":"en"}],"variable":[]}},"response":[{"id":"aa6ddd8f-426e-48f9-9b46-eb75e4e1edbd","name":"Lastest Articles On A Company And Key People","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&lang=en","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"ZM"},{"key":"key_people","value":"True"},{"key":"lang","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:10:08 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 821f1951140ddf83c7de719a44727403.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"NkezjFtRoAMFr9Q="},{"key":"X-Amz-Cf-Id","value":"gnYFpj4Nzv4M3MxSTalAOmfsx6m30c0FyTY0JYNIAklRWOsf9y7aVQ=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"89598"},{"key":"x-amzn-RequestId","value":"9db5d8ac-69bd-45af-aaf2-28714d5156ca"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed811b0-158485402ebbec1061959c00;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99931"},{"key":"Content-Length","value":"89598"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 106,\n    \"page\": 1,\n    \"total_pages\": 3,\n    \"page_size\": 50,\n    \"articles\": [\n        {\n            \"summary\": \"Zoominfo Technologies is looking to price its initial public offering on Wednesday above its upwardly revised target range in what is set to be the largest US technology listing so far this year, people familiar with the matter said. A B2B data-seller, Zoominfo — not to be confused with Zoom Video Communications, the firm that...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nypost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"https://nypost.com/2020/06/03/zoominfo-aims-to-price-ipo-above-target-in-largest-2020-tech-listing/\",\n            \"rank\": \"369\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zoominfo aims to price IPO above target in largest 2020 tech listing\",\n            \"published_date\": \"2020-06-03 20:32:21\",\n            \"_id\": \"5bec627cf1f0ff588bed9a4a6bb3a243\"\n        },\n        {\n            \"summary\": \"Zoom has big privacy plans — for its paying customers, that is.\\n \\nAfter getting caught falsely claiming it offered end-to-end encryption, the video-conferencing app Zoom promised to increase the privacy and security of its product and even announced some concrete steps it would take to follow through on that promise. In a June 2 earnings call, however, Zoom CEO Eric Yuan clarified that one of those steps — adding true end-to-end encryption to its platform — will only be available to paying customers. \\n \\nThe reason for the two-tiered service? So that Zoom can more easily turn over its users' to the FBI. Seriously.  Read more...\\nMore about Privacy, Encryption, Zoom, Tech, and Big Tech Companies\",\n            \"country\": \"US\",\n            \"clean_url\": \"mashable.com\",\n            \"author\": \"Jack Morse\",\n            \"rights\": null,\n            \"link\": \"http://feeds.mashable.com/~r/mashable/tech/~3/ADe_RAOWBtw/\",\n            \"rank\": \"236\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The FBI must be stoked about Zoom's encryption policy\",\n            \"published_date\": \"2020-06-03 20:24:27\",\n            \"_id\": \"2fcbfaec905a10562a9e46145cf30407\"\n        },\n        {\n            \"summary\": \"A cat is seen on a table during a video call on May 27, 2020, in Milan, Italy. | Vittorio Zunino Celotto/Getty Images    \\nEveryone's mad at Zoom again.\\n \\n  \\n            \\n \\n \\nZoom can't win. The videoconferencing service that catapulted to both fame and infamy during the pandemic was subjected to a fresh round of criticism on Wednesday. In a tweet, Bloomberg reporter Nico Grant quoted Zoom CEO Eric Yuan, who appeared to express his company's enthusiasm for working with law enforcement to investigate its users.\\n \\nBut after the tweet went viral, Zoom said the feature Yuan discussed is actually part of a safety initiative to protect users from images of child abuse, which the platform has been criticized for helping to spread. As is so often the case with tweets, no one looks great here.\\n \\n \\n \\nZoom's CEO says he won't encrypt free calls so Zoom can work more with law enforcement:\\n\\n'Free users for sure we don't want to give that because we also want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose,” Yuan said. $ZM\\n— Nico Grant (@NicoAGrant) June 3, 2020 \\n \\n \\n \\nIt's worth pointing out that Grant's tweet, which has more than 18,000 retweets as of this writing, is a bit misleading and takes Yuan's statement out of context. After Zoom security consultant and former Facebook security chief Alex Stamos called his tweet 'incorrect,” Grant said in a follow-up that he 'ran out of space” to specify that he was referring to end-to-end encryption. He also referenced his full Bloomberg article. That follow-up tweet currently has three retweets.\\n \\nOther replies to Grant's tweets are more anxious, as many called for people to cancel their Zoom accounts. Given the current unrest and the American government's expressed desire to use any and all means to investigate protesters, it's understandable why people would automatically equivocate 'work together with the FBI” with 'allow the government to surveil any activity it deems potentially unlawful.” The truth is a bit more complicated and shows that what Zoom says are its two biggest focuses — user safety and privacy — aren't always one and the same.\\n \\nFirst of all, both free and paid calls on Zoom are encrypted and now offer far better security compared with a few months ago. Encryption is not the same as end-to-end encryption, which encrypts the message to everyone except the sender and receiver. In other words, with end-to-end encryption, neither Zoom nor law enforcement would have a way to intercept and interpret messages. Zoom says it's working on end-to-end encryption capabilities for its service but will only offer them to business and enterprise customers whose identities the company can confirm. Zoom told Recode it is still deciding whether to extend this to users of its 'pro” tier, its cheapest paid plan.\\n \\n'We plan to provide end-to-end encryption to users for whom we can verify identity, thereby limiting harm to these vulnerable groups,” Zoom said. 'Free users sign up with an email address, which does not provide enough information to verify identity.”\\n \\nThe reason for this, the company said, is so that law enforcement can investigate if the platform is used to spread images of child sex abuse. Stamos, Zoom's outside security consultant, said on Twitter that not giving free users end-to-end encryption enables Zoom's trust and safety teams to respond to reports of abuse. Zoom's addition of a 'report abuse” option in the app was a response to widespread criticism that the platform offered no way to report Zoombombers who sabotaged calls.\\n \\n'Zoom does not proactively monitor meeting content, and we do not share information with law enforcement except in circumstances like child sex abuse,” the company said in a statement. 'We do not have backdoors where participants can enter meetings without being visible to others.”\\n \\nWhile most will agree that child sex abuse is bad, there's also a history of the government using the crime to weaken legal protections that affect everyone, most recently as part of the proposed EARN IT Act, which would force tech companies to institute 'best practices” or else be held responsible for images of child sex abuse shared on their platforms. So there is cause for concern for people who are, say, using Zoom to coordinate protests against police violence. In that case, they should turn to apps that do offer end-to-end encryption, such as Signal, WhatsApp, and Telegram.\\n \\nDon't feel too bad for Zoom, however. The company's earnings in the first quarter of 2020 were pretty damn good. Zoom's revenue is up 169 percent, and the number of companies with more than 10 employees that had signed on as paying customers was up 354 percent over the same time last year, which is both impressive and likely explained by the fact that a pandemic has forced millions of employees to work from home and companies to invest in virtual meeting software. Zoom expects these trends to continue, forecasting $500 million in revenue for the current quarter.\\n \\nOpen Sourced is made possible by Omidyar Network. All Open Sourced content is editorially independent and produced by our journalists.\\n \\n \\nSupport Vox's explanatory journalism\\n \\nEvery day at Vox, we aim to answer your most important questions and provide you, and our audience around the world, with information that has the power to save lives. Our mission has never been more vital than it is in this moment: to empower you through understanding. Vox's work is reaching more people than ever, but our distinctive brand of explanatory journalism takes resources — particularly during a pandemic and an economic downturn. Your financial contribution will not constitute a donation, but it will enable our staff to continue to offer free articles, videos, and podcasts at the quality and volume that this moment requires. Please consider making a contribution to Vox today.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"vox.com\",\n            \"author\": \"Sara Morrison\",\n            \"rights\": null,\n            \"link\": \"https://www.vox.com/recode/2020/6/3/21279285/zoom-fbi-encryption-calls-free-users\",\n            \"rank\": \"326\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Zoom wants to 'work together” with the FBI. That may not be as bad as it sounds.\",\n            \"published_date\": \"2020-06-03 18:45:00\",\n            \"_id\": \"07682f8329fac0b0738b28cfe51fc3aa\"\n        },\n        {\n            \"summary\": \"Photo by Becca Farsace / The Verge    \\nVideo calling company Zoom confirmed this week that it won't enable end-to-end encryption for free calls in part because it wants to give law enforcement access to these calls if necessary. 'We think this feature should be a part of our offering” for professional customers, said Zoom CEO Eric Yuan in a meeting with investors Tuesday. 'Free users — for sure we don't want to give [them] that, because we also want to work together with the FBI, with local law enforcement, in case some people use Zoom for a bad purpose.”\\n \\nEncryption is a key issue for Zoom, which has been attempting to beef up its privacy and security after heavy usage exposed weak points during the COVID-19 pandemic. Reuters reported last week that the company will only roll...\\n   \\n     Continue reading…\",\n            \"country\": \"US\",\n            \"clean_url\": \"theverge.com\",\n            \"author\": \"Adi Robertson\",\n            \"rights\": null,\n            \"link\": \"https://www.theverge.com/2020/6/3/21279355/zoom-end-encryption-calls-fbi-police-free-users\",\n            \"rank\": \"217\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom says free users won't get end-to-end encryption so FBI and police can access calls\",\n            \"published_date\": \"2020-06-03 18:31:55\",\n            \"_id\": \"ce55f56c7192c44e91100921d7c931b1\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications, Inc. (NASDAQ:ZM) shareholders will have a reason to smile today, with the analysts making...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/news-flash-analysts-just-made-175857727.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"News Flash: Analysts Just Made An Incredible Upgrade To Their Zoom Video Communications, Inc. (NASDAQ:ZM) Forecasts\",\n            \"published_date\": \"2020-06-03 17:58:57\",\n            \"_id\": \"b3889c525a10609a6fad16ffa6ef040a\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. gain a new crop of believers Wednesday after the videoconference company's first-quarter results came in far ahead of expectations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://www.marketwatch.com/news/story.asp?guid=%7BC080A56C-A59D-11EA-9237-EF7B9133097E%7D&siteid=rss&rss=1\",\n            \"rank\": \"290\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"The Ratings Game: Zoom stock surges 6% to record as videoconference company post ‘most impressive' results in ‘enterprise software history'\",\n            \"published_date\": \"2020-06-03 16:17:50\",\n            \"_id\": \"15e86d59fb927d02e1b96f197aa0c6cb\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. gain a new crop of believers Wednesday after the videoconference company's first-quarter results came in far ahead of expectations.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://www.marketwatch.com/news/story.asp?siteid=YAHOOB&guid=%7BC080A56C-A59D-11EA-9237-EF7B9133097E%7D&\",\n            \"rank\": \"294\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom stock surges 6% to record as videoconference firm post ‘most impressive' results in ‘enterprise software history'\",\n            \"published_date\": \"2020-06-03 16:16:46\",\n            \"_id\": \"3ffec7c7d88ba6a8eea909d7d9faa63e\"\n        },\n        {\n            \"summary\": \"'We want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose' says CEO Eric Yuan  \\n           \\n  \\nZoom will be rolling out end-to-end encryption for its popular video meetings software, but only for paying users. Calls between users of the free client will not be protected by encryption, said CEO Eric Yuan, because \\\"we also want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose.\\\"\\n \\nYuan made this remark, as reported by during a conference call to announce Zoom's financial figures.\\nThe company has grown rapidly since lockdown has been imposed around the world, and in the three months to April 30 revenues surged by 169 per cent to $328.2 million. Earlier, Yuan revealed that Zoom's user base had grown from 10 million active users in December 2019 to 300 million in March 2020, causing the firm to move its operations to Oracle's cloud.\\n \\nYuan cited security and support among the factors that led to the choice of Oracle, the announcement of which came after a string of bad headlines about 'Zoombombing', privacy problems and data being routed through China. An earlier claim by Yaun, who seems to have a habit of shooting himself in the foot, that the service was end-to-end encrypted was also found to be false. These issues led to warnings by the MoD and others not to use the app for sensitive calls or government business.\\n \\nSee also: Working from home, keeping connected: 17 video conferencing and collaboration tools to consider\\n \\nLast month Zoom acquired security firm Keybase as part of its \\\"90-day plan to further strengthen the security of our video communications platform\\\", and to \\\"help us build end-to-end encryption that can reach current Zoom scalability\\\".\\n \\nHowever, the company is using encryption as a paid-for add-on rather than as a default setting, a stance that is in contrast to Apple's long-term refusal to help law enforcement agencies decrypt its devices. However, in January Apple ditched plans for end-to-end encryption to enable iPhone users to secure their iCloud backups following complaints from the FBI.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"computing.co.uk\",\n            \"author\": \"john.leonard@incisivemedia.com(John Leonard)\",\n            \"rights\": null,\n            \"link\": \"https://www.computing.co.uk/news/4016037/zoom-won-encrypt-meetings-free-users\",\n            \"rank\": \"6344\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom won't encrypt meetings for free users\",\n            \"published_date\": \"2020-06-03 15:12:29\",\n            \"_id\": \"9ee3bed6c37be91ff3b2b064a795395e\"\n        },\n        {\n            \"summary\": \"On Wednesday, 109 companies set new 52-week highs.\\n \\nNoteables:\\n \\n \\nUnitedHealth Group (NYSE: UNH) was the largest firm on a market cap basis to set a new 52-week high.\\n \\nThe smallest company in terms of market cap to set a new 52-week high was Sphere 3D (NASDAQ: ANY).\\n \\nFSD Pharma (NASDAQ: HUGE)'s stock saw the most upside, trading up 222.58% to reach a new 52-week high\\n \\n \\nThe following stocks set new 52-week highs during the first half-hour of trading on Wednesday:\\n \\n \\nUnitedHealth Group (NYSE: UNH) shares set a new 52-week high of $310.12 on Wednesday.\\n \\nPayPal Holdings (NASDAQ: PYPL) shares made a 52-week high of $158.27.\\n \\nThermo Fisher Scientific (NYSE: TMO) stock set a new 52-week high of $352.59 Wednesday morning.\\n \\nASML Holding (NASDAQ: ASML) shares hit a new 52-week high of $345.84. The stock traded up 2.78% on the session.\\n \\nAmerican Tower (NYSE: AMT) shares hit $267.19 on Wednesday morning, setting a new 52-week high for a change of up 0.77%.\\n \\nLowe's Companies (NYSE: LOW) shares broke to a new 52-week high of $132.92 on Wednesday. Shares of the company traded up 0.53%.\\n \\nJD.com (NASDAQ: JD) stock set a new 52-week high of $57.53 Wednesday morning. Over the session, the stock traded up 2.49%.\\n \\nS&P Global (NYSE: SPGI) shares were up 1.27% for the day, having made a 52-week high of $331.74.\\n \\nCrown Castle Intl (NYSE: CCI) shares were up 0.01% on Wednesday to hit a new 52-week high of $176.58 for a change of up 0.01%.\\n \\nEcolab (NYSE: ECL) stock on Wednesday broke to a yearly high of $221.46. Shares traded up 3.91%.\\n \\nNetEase (NASDAQ: NTES) shares reached a new 52-week high of $423.00 on Wednesday morning, moving up 1.25%.\\n \\nSherwin-Williams (NYSE: SHW) shares were up 0.33% on Wednesday morning to hit a new 52-week high of $600.01.\\n \\nMercadoLibre (NASDAQ: MELI) shares broke to a new 52-week high of $874.00 on Wednesday. Shares of the company traded up 1.04%.\\n \\nPinduoduo (NASDAQ: PDD) shares achieved a new 52-week high on Wednesday morning, hitting $69.99 with a daily change of up 2.99%.\\n \\nAutodesk (NASDAQ: ADSK) shares reached a new 52-week high of $223.89 on Wednesday morning, moving up 1.71%.\\n \\nZoom Video Communications (NASDAQ: ZM) stock set a new 52-week high of $220.90 Wednesday morning. Over the session, the stock traded up 5.06%.\\n \\nRoper Technologies (NYSE: ROP) stock made a new 52-week high of $400.20 Wednesday. The stock was up 0.52% for the day.\\n \\nSBA Communications (NASDAQ: SBAC) shares broke to a new 52-week high of $323.02 on Wednesday. Shares of the company traded up 0.32%.\\n \\nSplunk (NASDAQ: SPLK) shares were up 1.13% on Wednesday to hit a new 52-week high of $192.75 for a change of up 1.13%.\\n \\nChunghwa Telecom (NYSE: CHT) shares were up 0.79% on Wednesday morning to hit a new 52-week high of $37.86.\\n \\nSquare (NYSE: SQ) shares broke to $91.99 on Wednesday, setting a new 52-week high with a change of up 2.91%.\\n \\neBay (NASDAQ: EBAY) shares hit a new 52-week high of $46.72. The stock traded up 1.28% on the session.\\n \\nAgilent Technologies (NYSE: A) stock made a new 52-week high of $91.02 Wednesday. The stock was up 0.41% for the day.\\n \\nSea (NYSE: SE) shares broke to a new 52-week high of $87.70 on Wednesday. Shares of the company traded up 0.69%.\\n \\nVerisk Analytics (NASDAQ: VRSK) shares hit $173.77 on Wednesday morning, setting a new 52-week high for a change of up 1.26%.\\n \\nLululemon Athletica (NASDAQ: LULU) shares set a new 52-week high of $318.82 on Wednesday, moving up 1.56%.\\n \\nSynopsys (NASDAQ: SNPS) shares hit $184.15 on Wednesday morning, setting a new 52-week high for a change of down 0.26%.\\n \\nIDEXX Laboratories (NASDAQ: IDXX) shares set a new 52-week high of $318.07 on Wednesday, moving up 0.02%.\\n \\nOtis Worldwide (NYSE: OTIS) shares hit a new 52-week high of $55.52. The stock traded up 2.37% on the session.\\n \\nMarvell Technology Group (NASDAQ: MRVL) shares were up 3.02% for the day, having made a 52-week high of $35.99.\\n \\nIAC/InterActiveCorp (NASDAQ: IAC) shares hit a yearly high of $285.18. The stock traded up 0.95% on the ...\\n\\n\\nFull story available on Benzinga.com\",\n            \"country\": \"NA\",\n            \"clean_url\": \"benzinga.com\",\n            \"author\": \"Benzinga Insights\",\n            \"rights\": null,\n            \"link\": \"http://feeds.benzinga.com/~r/benzinga/markets/~3/JdKTPF-flZA/stocks-that-hit-52-week-highs-on-wednesday\",\n            \"rank\": \"3445\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Stocks That Hit 52-Week Highs On Wednesday\",\n            \"published_date\": \"2020-06-03 14:45:20\",\n            \"_id\": \"87e102d7286b1f9e576e7f613f662d39\"\n        },\n        {\n            \"summary\": \"This elevator ride keeps zooming higher, almost like the market is scrambling to get back to where it was before the crisis began. We’re up more than 40% from the late-March lows, and stocks have a firm tone again this morning as reopening optimism continues. \\n \\nRemember there’s no reason to go “all in” at times like these. Enthusiasm is definitely high right now, and the market has obviously come a long way. On the other hand, things are really rough around the U.S. economy and a lot of people have lost their livelihoods. This is a very tough situation and there’s no guarantee the market won’t make another move lower at some point. Jobs data due tomorrow and Friday are bound to be ugly (see more below).\\n \\nThe general consensus seems to be that people think the economy will get back to normal as COVID-19 looks to be somewhat under control for now. Having some of the stores in major cities destroyed by civil unrest could slow that somewhat, but people are thinking cities will rebuild.\\n \\nMarkets in Europe and Asia rose in the early going today, and European stocks are up nearly 30% from their March lows. So the rally isn’t just here.\\n \\nVolatility is pulling back, with the CBOE Volatility Index (VIX) now starting to flirt with 25. That’s down from above 80 at the peak of the crisis.\\n \\nIt wouldn’t be surprising to see Financial stocks come strong out of the gate today as the 10-year yield climbed to 0.72% this morning. The safety of bonds is getting sold and rates are inching higher.\\n \\nMidweek Data Watch\\n \\nTwo key numbers to consider watching as today’s session moves along are April factory orders and the May ISM non-manufacturing index, both due soon after the opening bell. \\n \\nOn Monday, manufacturing ISM moved up a bit from April, providing a little solace to people worried about the economy. Analyst consensus for non-manufacturing ISM stands at 45%, which would be up from 41.8% in April, according to research firm Briefing.com. \\n \\nAnalysts look for factory orders to have declined 13% in April vs. 10.3% in March, but this will likely be dismissed as a backward-looking data point.\\n \\nA private payrolls number out this morning showed job losses continued in May but at a much slower pace than in April. It also was far better than analysts had expected, but still showed major losses in the manufacturing sector. That could be a category to consider watching in the government’s report Friday for any signs of improving economic conditions. \\n \\nThe payrolls report this Friday is almost certainly going to be hard to digest, but it may not hold as much weight as usual because people know it’s going to be a disaster. Wall Street’s consensus is for job losses of 8.5 million in May, according to research firm Briefing.com. That would be an improvement from 20.5 million jobs shed in April, though it’s still horrible to imagine the pain and suffering of so many represented by that one number. \\n \\nIt’s important to keep an eye on the weekly initial jobless claims data out tomorrow ahead of the payrolls report to get a better sense of whether the needle is moving back in the right direction as the economy reopens. The consensus is for new initial claims to jump another 1.8 million in tomorrow’s report, down from 2.1 million the previous week, Briefing.com says. \\n \\nTurning to earnings for a moment, it was a nice looking quarter that Zoom Video Communications Inc (NASDAQ: ZM) reported after the close yesterday. They beat Wall Street’s expectations and raised guidance. So what happened? The stock initially fell in after-hours trading, though it did engineer a slight comeback ahead of the opening bell.\\n \\nThe takeaway behind the initial weakness could be that ZM shares have come a long way very quickly (tripling so far ...\\n\\nFull story available on Benzinga.com\",\n            \"country\": \"NA\",\n            \"clean_url\": \"benzinga.com\",\n            \"author\": \"JJ Kinahan\",\n            \"rights\": null,\n            \"link\": \"http://feeds.benzinga.com/~r/benzinga/tech/~3/09met82ynI4/zoom-initially-slips-despite-strong-earnings-then-reverses-course-in-pre-market-trading\",\n            \"rank\": \"3498\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Initially Slips Despite Strong Earnings, Then Reverses Course In Pre-Market Trading\",\n            \"published_date\": \"2020-06-03 14:00:45\",\n            \"_id\": \"a9d3d7feacde8f150afae46a997f15a5\"\n        },\n        {\n            \"summary\": \"NEW YORK, June 3, 2020 /PRNewswire/ -- InvestorsObserver issues critical PriceWatch Alerts for BUD, ZM, DAL, PGEN, and AAL.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"oleantimesherald.com\",\n            \"author\": \"By InvestorsObserver\",\n            \"rights\": null,\n            \"link\": \"https://www.oleantimesherald.com/news/state/thinking-about-trading-options-or-stock-in-anheuser-busch-zoom-video-communications-delta-air-lines/article_85b71b5a-9c66-5bb8-9cf5-c561d0bbf891.html\",\n            \"rank\": \"39254\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Thinking about trading options or stock in Anheuser Busch, Zoom Video Communications, Delta Air Lines, Precigen Inc, or American Airlines?\",\n            \"published_date\": \"2020-06-03 13:31:00\",\n            \"_id\": \"d92b5faa7ab2ab0ef75f4b460cd7cd39\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"CA\",\n            \"clean_url\": \"cbc.ca\",\n            \"author\": \"The Associated Press\",\n            \"rights\": \"Copyright: (C) Canadian Broadcasting\\tCorporation,\\t\\t\\t\\t\\t\\t\\thttp://www.cbc.ca/aboutcbc/discover/termsofuse.html#Rss\",\n            \"link\": \"https://www.cbc.ca/news/business/zoom-earnings-1.5596289?cmp=rss\",\n            \"rank\": \"313\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom profits soar as pandemic spurs boom in video chatting\",\n            \"published_date\": \"2020-06-03 13:16:02\",\n            \"_id\": \"e11f104ab67cb1831667f1cc57d7e8fd\"\n        },\n        {\n            \"summary\": \"Zoom’s CEO Eric Yuan says the company won't encrypt free users' video calls in order to allow law enforcement to intercept calls. This comes after the company announced that it was going to add stronger encryption for its paying customers. The accounts and institutions that pay for the service will have increased encryption, which means...\\n \\nThe post Zoom says free users’ calls won’t be encrypted to allow law enforcement to intercept appeared first on MobileSyrup.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"mobilesyrup.com\",\n            \"author\": \"Aisha Malik\",\n            \"rights\": null,\n            \"link\": \"https://mobilesyrup.com/2020/06/03/zoom-free-users-calls-wont-encrypted-allow-law-enforcement-intercept/\",\n            \"rank\": \"17054\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom says free users' calls won't be encrypted to allow law enforcement to intercept\",\n            \"published_date\": \"2020-06-03 13:04:07\",\n            \"_id\": \"6cc9bd0e2b209b4d108a0bd2910a8f3a\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications (NASDAQ:ZM) stock lost about 4% in after-hours trading on Tuesday following its results for the first quarter of fiscal 2021.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketrealist.com\",\n            \"author\": \"Ambrish Shah\",\n            \"rights\": null,\n            \"link\": \"https://marketrealist.com/2020/06/buy-zoom-video-before-makes-another-big-move/\",\n            \"rank\": \"15327\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Buy Zoom Video before It Makes Another Big Move\",\n            \"published_date\": \"2020-06-03 12:49:04\",\n            \"_id\": \"d34f13043a1e7091099fe3c812fc064d\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"gillettenewsrecord.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://www.gillettenewsrecord.com/news/national_world/article_c2503feb-c0e3-5e24-bd49-a54bb06c9768.html\",\n            \"rank\": \"89385\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 11:45:00\",\n            \"_id\": \"fa85590e31d42dc14804512232c1ea2c\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications saw its revenue nearly tripled in its fiscal quarter to April. From $122-million a year earlier to $328-million in Q1. The company saw a massive jump in meeting participants during the month of April as worldwide lockdowns began, with over 300-million participants on the platform. This is as more and more people [&#8230;]\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"itnewsafrica.com\",\n            \"author\": \"Luis Monzon\",\n            \"rights\": null,\n            \"link\": \"https://www.itnewsafrica.com/2020/06/zoom-profits-jump-in-q1-after-strong-customer-growth-from-remote-working/\",\n            \"rank\": \"38998\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Profits Soar in Q1 After Strong Customer Growth during Pandemic\",\n            \"published_date\": \"2020-06-03 11:30:22\",\n            \"_id\": \"e1bcce6a38e25a9df3f4107f8876c1c5\"\n        },\n        {\n            \"summary\": \"(Bloomberg) -- Investors could face more name confusion this week when ZoomInfo Technologies Inc. joins Zoom Video Communications Inc. on the Nasdaq Stock Market.ZoomInfo, which provides data on sales prospects, is expected to price its initial public offering on June 3 and begin trading under the ticker symbol ZI the following day. It will join three other publicly traded companies globally whose names begin with Zoom, the most well-known of which is the maker of video-conferencing software that has become a household name during the coronavirus pandemic.The surging popularity of Zoom Video, used daily by millions of people for remote face-to-face interactions, has fueled a three-fold rally in its stock this year. But for a brief time, it caused even bigger spikes in the shares of Zoom Technologies Inc, a Beijing-based company with few operations to speak of. That stock traded under the symbol ZOOM and had been moribund for years before Zoom Video's IPO in April 2019 helped revive it.”The challenging part is we're just running out of names that are distinctive,” said A.J. Ericksen, corporate partner at Baker Botts, in an interview. 'So you'll get some that sound alike and it gets even worse when you start with tickers -- which was a big problem with Zoom Technologies. The retail investors start typing in ‘Zoom' and get that.”ZOOM's daily volume soared from about 30,000 shares on April 10, 2019, to nearly 1 million shares eight days later, while the stock price rose about five-fold over three trading days. Things were quieter until the coronavirus started to spread rapidly across the U.S. this spring, sparking a surge in Zoom video chats and sending shares of its doppelganger up more than 10-fold.That volatility captured the attention of the Securities and Exchange Commission, which halted trading in Zoom Technologies for two weeks on March 25. The regulator cited concerns about ticker confusion and a lack of public disclosures since 2015. Ultimately Zoom Technologies changed its ticker symbol from ZOOM to ZTNO.'I think it's just going to be left to ‘buyer beware,'” Ericksen said.Of course, ZoomInfo has little in common with Zoom Technologies aside from its name. The Vancouver, Washington-based company has about 202,000 paying users, $293 million in revenue last year and is backed by Carlyle Group, according to a filing.It's unclear whether Zoom Corp., a Japanese seller of video and sound recording devices, has also benefited from name confusion. Its stock rallied to a four-month high in April but has since fallen about 14%.Meanwhile, Zoom Video shares continue to chug higher. The stock has gained 27% since Friday, when it was added to the MSCI World Index. On Tuesday, the company nearly doubled its annual revenue forecast after a blowout first quarter in which customers with more than 10 employees jumped 354% compared with the same period a year ago.For more articles like this, please visit us at bloomberg.comSubscribe now to stay ahead with the most trusted business news source.©2020 Bloomberg L.P.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/yet-another-zoom-risks-more-110000092.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Yet Another Zoom Risks More Stock Confusion With ZoomInfo Debut\",\n            \"published_date\": \"2020-06-03 11:00:00\",\n            \"_id\": \"c3489d899366940404fcb3d7baeabf68\"\n        },\n        {\n            \"summary\": \"Companies in the Technology sector have received a lot of coverage today as analysts weigh in on Zoom Video Communications (ZM), PDF Solutions ...\\n \\nThe post Analysts Have Conflicting Sentiments on These Technology Companies: Zoom Video Communications (ZM), PDF Solutions (PDFS) and Ambarella (AMBA) appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Howard Kim\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/analysts-have-conflicting-sentiments-on-these-technology-companies-zoom-video-communications-zm-pdf-solutions-pdfs-and-ambarella-amba/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Analysts Have Conflicting Sentiments on These Technology Companies: Zoom Video Communications (ZM), PDF Solutions (PDFS) and Ambarella (AMBA)\",\n            \"published_date\": \"2020-06-03 10:57:54\",\n            \"_id\": \"512448b6b8caabb53ad15e195b7541f3\"\n        },\n        {\n            \"summary\": \"Keumars Afifi-Sabet   \\n     \\n      \\n3 Jun, 2020\\n    \\n\\n\\n \\n \\n       \\n​Zoom has defied fears that an explosion in activity and new users would not translate to rising revenues, boasting 169% year-on-year growth in the first quarter of 2020.\\n \\nThe video conferencing platform recorded revenues of $328.2 million for the quarter ending 30 April 2020, driven mainly by acquiring new customers and expanding across existing customers. Zoom previously reported in April that it gained 100 million new users within a three-week period.\\n \\n The surge in demand for Zoom's services been almost exclusively fuelled by the coronavirus pandemic, with millions of people around the world desperate to keep in touch with colleagues and loved ones while under lockdown.\\n \\nFigures from Zoom's financial results suggest the company has managed to capitalise on this growth in users, with a net income of $27 million, despite offering a solid and reliable service for non-subscribers.\\n \\n\\\"The COVID-19 crisis has driven higher demand for distributed, face-to-face interactions and collaboration using Zoom,” said founder and CEO Eric Yuan. 'Use cases have grown rapidly as people integrated Zoom into their work, learning, and personal lives. \\n \\n'I am proud of our Zoom employees who dedicated themselves to support customers and the global community during this crisis. With their tremendous efforts, we were able to provide high-quality video services to new and existing customers.”\\n \\nThe company has also revealed a more detailed breakdown of its customer base, recording 354% year-on-year growth in the number of customers with more than ten employees to 265,400. Meanwhile, 769 customers contributed more than $100,000 in revenue, which is approximately 90% higher than in the same quarter last year.\\n \\nZoom has projected that its revenue will be between $495 million and $500 million in the next quarter, with a full fiscal year revenue of between $1.775 billion and $1.8 billion. \\n \\nThe firm has announced its financial success days after pledging to improve encryption standards for paid users. End-to-end encryption will arrive for subscribers, but not free users, because of Zoom's intentions to co-operate with law enforcement agencies. \\n \\n'Free users for sure we don't want to give that because we also want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose,” Yuan said, according to Bloomberg tech reporter Nico Grant.\\n \\nAlex Stamos, recently hired by the company as a security consultant, elaborated that while all members will continue to benefit from 256-bit encryption after its recent implementation, end-to-end encryption will be rolled out on an opt-in basis for now. \\n \\n'We have to design the system to securely allow hosts to opt-into an E2E meeting and to carefully communicate the current security guarantees to hosts and attendees. We are looking at ways to upgrade to E2E once a meeting has started, but there will be no downgrades,” he explained on Twitter.\\n \\n'So this creates a difficult balancing act for Zoom, which is trying to both improve the privacy guarantees it can provide while reducing the human impact of the abuse of its product.\\n \\n\\\"Lots of companies are facing this balancing act, but as a paid enterprise product that has to offer E2EE as an option due to legitimate product needs, Zoom has a slightly different calculus. The current decision by Zoom's management is to offer E2EE to the business and enterprise tiers and not to the limited, self-service free tier.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"cloudpro.co.uk\",\n            \"author\": \"Keumars Afifi-Sabet\",\n            \"rights\": null,\n            \"link\": \"https://www.cloudpro.co.uk/collaboration/8601/zoom-capitalises-on-high-demand-with-169-revenue-surge\",\n            \"rank\": \"88004\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom capitalises on high demand with 169% revenue surge\",\n            \"published_date\": \"2020-06-03 10:50:28\",\n            \"_id\": \"70692f1ba300022c9f3b1db87513836d\"\n        },\n        {\n            \"summary\": \"Zoom has confirmed it won't be offering end-to-end encryption on free accounts. Last week, the company's security consultant Alex Stamos revealed that plans for tightened security on paying accounts were in the pipeline — today Zoom CEO Eric Yuan has confirmed it. Predictably, the move has stirred a lot of controversy, namely because Yuan has given the impression that in doing so, Zoom wants to keep authorities sweet.\\n\\nIn the company's latest financial results announcement, Yuan said, 'Free users, for sure, we don't want to give that [end-to-end encryption]. Because we also want to work it together with FBI and local law enforcement, in case some people use Zoom for bad purpose.” Some have subsequently accused Zoom of 'kowtowing to the police.”\\n \\t\\t\\t\\t\\t\\t\\t\\nHowever, Stamos asserted that Yuan's statement was not clear (and also gave a tongue-in-cheek nod to his relationship with his former CEO Mark Zuckerberg), and then took to Twitter to explain in more detail why Zoom has made this decision. According to Stamos, Zoom faces a 'difficult balancing act” trying to improve privacy guarantees while 'reducing the human impact of the abuse of its product.” Here, he's referring to hate speech, exposure to children and other illegal behaviors which have blighted Zoom in recent times. Those involved in this type of activity will mostly use a free account with throwaway email addresses – a lower level of encryption will allow Zoom, with the assistance of law enforcement, to take action on repeat offenders.\\n\\n \\n  \\nSome facts on Zoom's current plans for E2E encryption, which are complicated by the product requirements for an enterprise conferencing product and some legitimate safety issues.\\n\\nThe E2E design is available here:https://t.co/beLdeAwMSM\\n— Alex Stamos (@alexstamos)   June 3, 2020 \\n \\n\\nConcluding, Stamos notes, 'Will this eliminate all abuse? No, but since the vast majority of harm comes from self-service users with fake identities this will create friction and reduce harm.” He also reiterated that Zoom does not proactively monitor content in meetings and 'will not in the future.” Nor does it, or will it, record meetings silently.\\n\\nThe company has faced a raft of challenges in recent times, largely catalyzed by its increased uptake due to the coronavirus crisis. And now, as the platform is increasingly being used by nefarious individuals for illegal activities, Zoom — like all other tech companies — must strike a balance between security for its trusted users, and mechanisms for weeding out the bad actors. Zoom hasn't yet given a release date for the new encryption feature.\",\n            \"country\": \"US\",\n            \"clean_url\": \"engadget.com\",\n            \"author\": \"Rachel England\",\n            \"rights\": \"Copyright 2020 AOL Inc. The contents of this feed are available for non-commercial use only.\",\n            \"link\": \"https://www.engadget.com/zoom-explains-why-free-users-wont-get-encrypted-video-calls-103046648.html\",\n            \"rank\": \"281\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom explains why free users won't get encrypted video calls\",\n            \"published_date\": \"2020-06-03 10:30:46\",\n            \"_id\": \"0bb0fda4ea32a65807b22cc3621af1a5\"\n        },\n        {\n            \"summary\": \"Needham analyst Richard Valera assigned a Buy rating to Zoom Video Communications (ZM) today and set a price target of $230.00.\\n \\nThe post Needham Releases a Buy Rating on Zoom Video Communications (ZM) appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Brian Anderson\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/needham-releases-a-buy-rating-on-zoom-video-communications-zm/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Needham Releases a Buy Rating on Zoom Video Communications (ZM)\",\n            \"published_date\": \"2020-06-03 10:09:48\",\n            \"_id\": \"b167e0df5f282f6605574b5bb9063ea3\"\n        },\n        {\n            \"summary\": \"Illustration by James Bareham / The Verge    \\nOn Tuesday morning, Mark Zuckerberg held a meeting with employees over video chat to address concerns related to the company's decision not to take action on some recent posts by President Trump. As I reported on Thursday, the decision sparked an unusual amount of internal dissent among employees, and on Monday it spilled over into public with a virtual walkout of a few hundred employees.\\n \\nEmployees sent me a recording of the Tuesday meeting, and it offers a valuable window into Mark Zuckerberg's decision-making progress, his planned next steps, and the ongoing dissatisfaction of some employees. My colleague Adi Robertson listened in with me. She wrote:\\n \\n \\nWhile Zuckerberg said he should have offered more transparency to employees, he stood by what he called a 'pretty thorough” evaluation of Trump's posts, saying the choice to avoid labeling or removing them was difficult but correct.\\n \\nAccording to a recording obtained by The Verge, Zuckerberg described being upset by Trump's recent posts, one of which warned protesters that 'when the looting starts, the shooting starts.” But 'I knew that I needed to separate out my personal opinion ... from what our policy is and the principles of the platform we're running are — knowing that the decision that we made was going to lead to a lot of people being very upset inside the company and a lot of the media criticism we're going to get,” said Zuckerberg.\\n \\n \\nOn some level, the dispute between top executives and the walkout participants is intractable — you either think Trump's post should have come down, or shouldn't have. But if you assume there will be many more decisions like this to be made in the run-up to the US presidential election, as I do, it's valuable to understand how Facebook justifies and communicates its policy decisions. Last week, Trump put the company in a bad position — and if events continue to unfold as they have for the past few days, he'll likely soon put them into a worse one. Today's meeting can help us understand how Facebook might react when that happens.\\n \\nHere are my top takeaways from the roughly 85-minute recording.\\n \\n \\n Facebook might adopt temporary speech restrictions for state actors in the United States if civil unrest escalates. 'If we were entering a period where there may be a prolonged period of civil unrest, then that might suggest that we need different policies, even if just temporarily in the United States for some period, compared to where we were before,” Zuckerberg said. 'And we have some precedents for what that might look like.” He said that the company had moved to remove COVID-19 misinformation because it represented a public health emergency, and that excessive policing of the use of state force could similarly be considered an emergency that would warrant policy changes. \\n \\n Zuckerberg acknowledged talking to Trump about his posts, but said the phone call happened only after he had decided to leave them up. Zuckerberg had been criticized for personally talking to the subject of a high-profile decision on the day he made it — a privilege granted to exceedingly few subjects of content moderation on Facebook, and a decision that disappointed some employees I know.\\n \\n Only one black employee was involved in the final Trump decision. That was Maxine Williams, Facebook's global diversity officer. Zuckerberg added that there are additional black employees on the policy and integrity teams, but employees pressed him on why there weren't more black voices included in the discussion.\\n \\n Facebook has a seven-point plan to address employee concerns over the decision about Trump posts. Zuckerberg said Facebook will re-examine policies about states threatening the use of force; re-examine policies that could let people use the threat of contracting COVID-19 to suppress the vote; consider adding new labels for content that doesn't violate Facebook's community standards but is objectionable in some way; communicate better internally about how policy decisions are made; include more diverse viewpoints on the policy team; solicit new initiatives to advance racial justice on Facebook from employees; and create a new product modeled on the COVID-19 information hub that helps people vote.\\n \\n Zuckerberg thinks that Facebook keeping the Trump posts up likely damaged public perception of the company. 'Likely this decision has incurred a massive practical cost for the company to do what we think is the right step,” he said.\\n \\n Zuckerberg encouraged employees to see defending free speech as a noble cause. He noted that the original video of George Floyd's murder by a police officer had been posted to Facebook, sparking global protests. Facebook employees should take some measure of pride in that, he said: 'I would urge people not to look at the moral impact of what we do just through the lens of harm and mitigation. That's clearly a huge part of what we have to do — I'm not downplaying that. ... But it's also about the upside, and the good, and giving people a voice who wouldn't have previously been able to get into the news and talk about stuff. And having painful things be visible. I think that matters, too.”\\n \\n There is a red line Trump can't cross, and Facebook already enforced it. Yesterday I wrote here that much employee frustration can be traced to concerns that there's nothing Trump could do that would prompt Facebook to remove one of his posts. Zuckerberg noted for employees today that Facebook actually did remove Trump ads in March that misled users into thinking that a campaign survey was actually the US Census. That said, it's generally much less controversial to remove an ad than a regular post — so far as I can tell, Trump never even commented about the ad situation.\\n \\n Zuckerberg is worried that free speech will only ever ratchet down, and that we'll regret it someday. 'Over time, in general we tend to add more policies to restrict things more and more,” he said. 'If every time there's something that's controversial your instinct is, okay let's restrict a lot, then you do end up restricting a lot of things that I think will be eventually good for everyone.”\\n \\n Employees I spoke with did not seem particularly moved by these answers. 'Everyone's grateful we have a chance to address these things directly with him,” one told me. 'At the same time, no one thinks he gave a single real answer.” Another said Zuckerberg appeared 'really scared” on the call. 'I think he fears his employees turning on him,” the employee said. 'At least that's what I got from facial expressions and tone.”\\n \\n \\nAt the same time, another employee told me that Zuckerberg's decision was supported by the majority of the company, but that people who agreed with it were afraid to speak out for fear of appearing insensitive. (An employee who spoke on the call echoed this point.)\\n \\nHow you view the controversy over Trump posts ultimately depends, I think, on how you think the next year is going to play out. Some are predicting a return to equilibrium; others are expecting an ongoing escalation of violent rhetoric. Another way of saying this is that there are optimists and pessimists. \\n \\nThe optimists argue that social media is neither good nor bad, but simply a powerful new tool for society to use. Its misuses get more attention than its positive uses, but those positive uses — such as drawing attention to the murder of an innocent man by police — ultimately outweigh the negative ones. This year might be a particularly fraught moment, the optimists say, but eventually (and maybe even soon!), things will start getting back to normal and we'll be glad we preserved our free speech traditions so that movements like Black Lives Matter can continue to use these tools for positive ends. Zuckerberg, in this framing, is an optimist.\\n \\nThe pessimists argue that social networks are getting played by bad actors who have gamed it to re-enforce and worsen existing power imbalances. The president, for example, has used these platforms to call on police and the military to 'dominate” peaceful protesters and crack down on constitutionally protected gatherings — using his own free speech, coupled with the algorithmic promotion that social platforms to provide, to suppress the free speech of others. The pessimist knows that you can never truly de-platform the president of the United States, but she would rather not help a wealthy and powerful corporation build the megaphone. Especially given that she knows worse posts are to come, and that the collective damage is likely only to increase.\\n \\nThe optimist believes that the long arc of history bends toward justice. The pessimist turns on the TV and sees fascist boots on the ground already, tear-gassing their fellowAmericans. The optimist may have the time and privilege to wait out any civil unrest. The pessimist may not.\\n \\nThe Ratio\\n \\nToday in news that could affect public perception of the big tech platforms.\\n \\n⬆️Trending up: Grindr is removing ethnicity filters from its app. The decision is meant to show solidarity with protests in the US over police brutality against black women and men. This is a great step — the ethnicity filters have been the source of countless racist interactions on the platform. (Ashley Carman / The Verge)\\n \\n⬇️Trending down: Google is placing ads on websites that publish coronavirus conspiracy theories, helping their owners generate revenue and continue their operations. In at least one instance, Google has run ads featuring a conspiracist it has already banned. (Ryan Gallagher and Mark Bergen / Bloomberg)\\n \\nVirus tracker\\n \\nTotal cases in the US: More than 1,831,400 \\n \\nTotal deaths in the US: At least 105,700\\n \\nReported cases in California: 2,071,591\\n \\nTotal test results (positive and negative) in California: 116,394\\n \\nReported cases in New York: 377,881\\n \\nTotal test results (positive and negative) in New York: 2,167,831\\n \\nReported cases in New Jersey: 161,545\\n \\nTotal test results (positive and negative) in New Jersey: 817,677\\n \\nReported cases in Illinois: 121,666\\n \\nTotal test results (positive and negative) in Illinois: 934,704\\n \\nData from The New York Times. Test data from The COVID Tracking Project.\\n \\nGoverning\\n \\n⭐The nonprofit Center for Democracy and Technology filed a lawsuit against Donald Trump. The group says Trump's executive order against social media companies violated the companies' right to free speech. But I thought the president loved free speech! Here's Kate Conger at the The New York Times:\\n \\n \\nMr. Trump's order is 'plainly retaliatory,” the Center for Democracy and Technology said in a legal filing. 'It attacks a private company, Twitter, for exercising its First Amendment right to comment on the president's statements.”\\n \\nThe order could also prevent other companies from speaking freely, the organization argued. 'President Trump — by publicly attacking Twitter and issuing the order — sought to chill future online speech by other speakers,” its filing said.\\n \\n \\nTwitter has restricted a tweet from Rep. Matt Gaetz (R-FL) for violating its policies against glorifying violence. The news follows a similar action taken against President Donald Trump last week. This tweet is truly disturbing, and I'm glad Twitter acted. (Makena Kelly / The Verge)\\n \\nA narrow majority of Americans believe Twitter was right to flag one of President Trump's tweets as violating its rules on violence. Unsurprisingly, according to a National Research Group survey, liberals were far more likely to support Twitter, with conservatives more likely to oppose the decision. (Ina Fried / Axios)\\n \\nDonald Trump's anger at Twitter is drawing more attention to the platform. That's good for Twitter's bottom line. (Sarah Frier / Bloomberg)\\n \\nMisinformation about the George Floyd protests is continuing to surge on Twitter. Conspiracy theorists are spreading rumors that Floyd is still alive, and that George Soros is funding the protests. (Davey Alba / The New York Times)\\n \\nIn the past week, Donald Trump's violent rhetoric has been realized in actual violence across the streets of the country. With he and his allies now threatening a military crackdown, it's time to ban them from Facebook and Twitter, my colleague TC Sottek argues. (The Verge)\\n \\nMisinformation about MSNBC running footage of World War Z instead of real protest images went viral on Twitter last weekend. One person tweeted it as a joke, then tried to shut it down as the post went viral, but it was already too late. (Adi Robertson / The Verge)\\n \\nA white nationalist organization posing as antifa called for violence on Twitter. 'Tonight we say ‘F--- The City' and we move into the residential areas... the white hoods.... and we take what's ours …” they tweeted, in an effort in incite violence at the protests. (Ben Collins, Brandy Zadrozny and Emmanuelle Saliba / NBC)\\n \\nA largely peaceful protest in Oakland turned violent at the very end when the police accused protestors of violating curfew. Online, images of the clash dominated the coverage. (Zoe Schiffer / The Verge)\\n \\nThe scale of the protests is all-encompassing, writes Charlie Warzel. It's a singular, collective trauma dominating the national consciousness, with no other channels to watch, and no distractions. (Charlie Warzel / The New York Times)\\n \\nSince May 29th, at least 125 press freedom violations have been reported nationwide by journalists covering the demonstrations against the police killing of George Floyd. (Committee to Protect Journalists)\\n \\nIn a censorship case filed against YouTube by LGBTQ content creators, the US Justice Department is defending Section 230 — the law that protects internet companies from lawsuits. It's the same statute President Trump has threatened to revoke. (Malathi Nayak / Bloomberg)\\n \\nMedia outlets that post their own articles on Facebook are liable for other Facebook users' defamatory comments on those posts, an Australian court ruled. The media companies that were defendants in the original lawsuit, which include News Corp and the Sydney Morning Herald, said they are considering a further appeal to the country's highest court. (Mike Cherney / The Wall Street Journal)\\n \\nThe Trump administration said it would open an investigation into taxes on digital commerce that have been adopted in the European Union. The move escalates a global battle that will affect where tech giants like Facebook and Amazon pay taxes. (Jim Tankersley and Ana Swanson / The New York Times)\\n \\nIndustry\\n \\n⭐TikTok is becoming a political platform as users speak out in support of the Black Lives Matter movement. The news comes a year after TikTok was accused of censoring videos related to the protests in Hong Kong. The company said then that the videos weren't getting views because they weren't what users wanted to see. Arriana McLymore and Echo Wang at Reuters have the story:\\n \\n \\nThe hashtag #blacklivesmatter has shot up TikTok's trending list with 3 billion views as of Tuesday morning. TikTok superstars like Charli D'Amelio, whose 60 million followers is nearly twice the number of HBO's U.S. subscribers, hit pause on showing off dance moves to discuss George Floyd, a black man in Minnesota whose death as a white police officer knelt on his neck has sparked a national debate on race and power.\\n \\n'I will continue to spread these messages and be an ally,” said D'Amelio, who is white, in a post which garnered more than 47.7 million views and 12 million likes over the weekend.\\n \\n \\n'Out of context” Twitter accounts are turning into protest accounts to support the ongoing movement fighting against police brutality. Creators are listing bail funds for people to donate to and posting advice on safely protesting. (Julia Alexander / The Verge)\\n \\nSpotify, Apple Music, Amazon Music, and YouTube Music have pledged their support for Blackout Tuesday with special playlists, moments of silence, and social media blackouts. The campaign is aimed at protesting police violence and racism as well as honoring George Floyd. (Nick Statt and Jon Porter / The Verge)\\n \\nBlackout Tuesday posts inadvertently drowned out protest movements by using the #BlackLivesMatter hashtag. It's a high-stakes example of the limitations of using hashtags to organize. (James Vincent / The Verge)\\n \\nFormer Facebook executive Barry Schnitt wrote an open letter to employees on Medium. 'Facebook says, and may even believe, that it is on the side of free speech. In fact, it has put itself on the side of profit and cowardice,” he said. (Barry Schnitt / Medium)\\n \\nGoogle Translate supports only about 100 languages. During a pandemic, when COVID PSAs need to be translated into as many languages as possible, in ways that are accurate and culturally appropriate, that's a problem. (Gretchen McCulloch / Wired)\\n \\nZoom revenue grew 169 percent this quarter. The company also doubled its revenue guidance for the year. (Jordan Novet / CNBC)\\n \\nThings to do\\n \\nStuff to occupy you online during the quarantine.\\n \\nDonate to support the fight for justice. I promise you'll feel better after you do; this link has lots of ideas.\\n \\nRead this thread about anti-racism. It's geared toward educators, but I got a lot out of it.\\n \\nAnd finally...\\n \\n \\n \\nthe CEO of Zoom, Eric Yuan, just started talking on his company's blowout earnings call on Zoom and he was on mute pic.twitter.com/NV0VQ14SEQ\\n— Jordan Novet (@jordannovet) June 2, 2020 \\n \\n \\n \\n \\n \\nme (posting the black square): solidarity\\n\\n*the black square gets owned by every single black person i know online*\\n\\nme (deleting the black square): solidarity\\n— Rajat Suresh (@rajat_suresh) June 2, 2020 \\n \\n \\n \\n \\n \\nThis is NOT what America is about. America is about *opens history book*\\n\\nuh oh\\n\\n*Frantically starts flipping though pages*\\n\\nuh oh. oh no. no no no. uh oh\\n— Grosdoriane (@Grosdoriane) May 24, 2019 \\n \\n \\n \\nTalk to us\\n \\nSend us tips, comments, questions, and keep that internal audio coming: casey@theverge.com and zoe@theverge.com.\",\n            \"country\": \"US\",\n            \"clean_url\": \"theverge.com\",\n            \"author\": \"Casey Newton\",\n            \"rights\": null,\n            \"link\": \"https://www.theverge.com/interface/2020/6/3/21278233/mark-zuckerberg-facebook-walkout-employee-meeting-leaked-audio\",\n            \"rank\": \"225\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Nine things we learned from leaked audio of Mark Zuckerberg facing his employees\",\n            \"published_date\": \"2020-06-03 10:00:00\",\n            \"_id\": \"24f3768b0836399f7f1594150cf1f90a\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"wraltechwire.com\",\n            \"author\": \"Wire reports\",\n            \"rights\": null,\n            \"link\": \"https://www.wraltechwire.com/2020/06/03/incredible-pandemic-helps-turn-zoom-video-into-a-gold-mine-for-investors/\",\n            \"rank\": \"36057\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"‘Incredible': Pandemic helps turn Zoom Video into a gold mine for investors\",\n            \"published_date\": \"2020-06-03 09:59:27\",\n            \"_id\": \"714b071413838a0100695e2ee38cbae4\"\n        },\n        {\n            \"summary\": \"Zoom has defied fears that an explosion in activity and new users would not translate to rising revenues, boasting 169% year-on-year growth in the first quarter of 2020.\\n \\nThe video conferencing platform recorded revenues of $328.2 million for the quarter ending 30 April 2020, driven mainly by acquiring new customers and expanding across existing customers. Zoom previously reported in April that it gained 100 million new users within a three-week period.\\n \\nThe surge in demand for Zoom's services been almost exclusively fuelled by the coronavirus pandemic, with millions of people around the world desperate to keep in touch with colleagues and loved ones while under lockdown.\\n \\nFigures from Zoom's financial results suggest the company has managed to capitalise on this growth in users, with a net income of $27 million, despite offering a solid and reliable service for non-subscribers.\\n \\n\\\"The COVID-19 crisis has driven higher demand for distributed, face-to-face interactions and collaboration using Zoom,” said founder and CEO Eric Yuan. 'Use cases have grown rapidly as people integrated Zoom into their work, learning, and personal lives. \\n \\n'I am proud of our Zoom employees who dedicated themselves to support customers and the global community during this crisis. With their tremendous efforts, we were able to provide high-quality video services to new and existing customers.”\\n \\nThe company has also revealed a more detailed breakdown of its customer base, recording 354% year-on-year growth in the number of customers with more than ten employees to 265,400. Meanwhile, 769 customers contributed more than $100,000 in revenue, which is approximately 90% higher than in the same quarter last year.\\n \\nZoom has projected that its revenue will be between $495 million and $500 million in the next quarter, with a full fiscal year revenue of between $1.775 billion and $1.8 billion. \\n \\nThe firm has announced its financial success days after pledging to improve encryption standards for paid users. End-to-end encryption will arrive for subscribers, but not free users, because of Zoom's intentions to co-operate with law enforcement agencies. \\n \\n'Free users for sure we don't want to give that because we also want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose,” Yuan said, according to Bloomberg tech reporter Nico Grant.\\n \\nAlex Stamos, recently hired by the company as a security consultant, elaborated that while all members will continue to benefit from 256-bit encryption after its recent implementation, end-to-end encryption will be rolled out on an opt-in basis for now. \\n \\n'We have to design the system to securely allow hosts to opt-into an E2E meeting and to carefully communicate the current security guarantees to hosts and attendees. We are looking at ways to upgrade to E2E once a meeting has started, but there will be no downgrades,” he explained on Twitter.\\n \\n'So this creates a difficult balancing act for Zoom, which is trying to both improve the privacy guarantees it can provide while reducing the human impact of the abuse of its product. \\n \\n\\\"Lots of companies are facing this balancing act, but as a paid enterprise product that has to offer E2EE as an option due to legitimate product needs, Zoom has a slightly different calculus. The current decision by Zoom's management is to offer E2EE to the business and enterprise tiers and not to the limited, self-service free tier.”\",\n            \"country\": \"NA\",\n            \"clean_url\": \"itpro.co.uk\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.itpro.co.uk/~r/ITPro/Today/~3/Al85mp8HIVE/zoom-q1-2020-169-revenue-surge\",\n            \"rank\": \"8644\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom capitalises on high demand with 169% revenue surge\",\n            \"published_date\": \"2020-06-03 09:35:35\",\n            \"_id\": \"ac061a04aabb4bb88a8106c014d64e2f\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"techxplore.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://techxplore.com/news/2020-06-booms-pandemic-millions-video.html\",\n            \"rank\": \"15218\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 08:10:02\",\n            \"_id\": \"3eb9870f1fe80c46ac7612f8c9c7e790\"\n        },\n        {\n            \"summary\": \"'We also want to work together with FBI, with local law enforcement in case some people use Zoom for a bad purpose,' Zoom CEO Eric Yuan said\",\n            \"country\": \"GB\",\n            \"clean_url\": \"independent.co.uk\",\n            \"author\": \"Adam Smith\",\n            \"rights\": null,\n            \"link\": \"https://www.independent.co.uk/life-style/gadgets-and-tech/news/zoom-call-encryption-free-users-law-enforcement-a9545991.html\",\n            \"rank\": \"157\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Zoom won&apos;t encrypt conversations for free users so law enforcement can intercept calls\",\n            \"published_date\": \"2020-06-03 08:03:46\",\n            \"_id\": \"5c0f7717eed24f341e4c2ce0419c0d20\"\n        },\n        {\n            \"summary\": \"Zoom CEO Eric Yuan left his mic on mute during a meeting with investors\",\n            \"country\": \"NA\",\n            \"clean_url\": \"indiatoday.in\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.indiatoday.in/technology/news/story/zoom-ceo-eric-yuan-left-his-mic-on-mute-during-a-meeting-with-investors-1685009-2020-06-03?utm_source=rss\",\n            \"rank\": \"2713\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom CEO Eric Yuan left his mic on mute during a meeting with investors\",\n            \"published_date\": \"2020-06-03 08:00:25\",\n            \"_id\": \"3d86802c07c8be0ceb1615429ec15d8d\"\n        },\n        {\n            \"summary\": \"During an earnings call with his investors, Zoom CEO left his mic on mute by mistake. He did not realise that he could not be heard until it was pointed out.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"businesstoday.in\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.businesstoday.in/technology/zoom-ceo-eric-yuan-left-his-mic-on-mute-during-a-meeting-with-investors/story/405781.html\",\n            \"rank\": \"6383\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom CEO Eric Yuan left his mic on mute during a meeting with investors\",\n            \"published_date\": \"2020-06-03 08:00:21\",\n            \"_id\": \"84f896f056c84381fc12ec09917cbe4b\"\n        },\n        {\n            \"summary\": \"Popular video-conferencing company Zoom Video Communications (ZM) far outpaced sales expectations in the first quarter as millions of users flocked to use its ...\\n \\nThe post Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169% appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Sharon Wrobel\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/stock-news/zoom-lifts-full-year-sales-guidance-as-quarterly-revenue-balloons-169/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169%\",\n            \"published_date\": \"2020-06-03 06:57:22\",\n            \"_id\": \"5303cb40b6c2673057941ed34b0b536f\"\n        },\n        {\n            \"summary\": \"Popular video-conferencing company Zoom Video Communications (ZM) far outpaced sales expectations in the first quarter as millions of users flocked to use its technology to host business and social meetings during the coronavirus pandemic.First-quarter revenue surged 169% to $328.2 million year-on-year, beating analysts' estimates of $202.7 million. Zoom now has about 265,400 customers with more than 10 employees, up about 354% from the same quarter last fiscal year.'The COVID-19 crisis has driven higher demand for distributed, face-to-face interactions and collaboration using Zoom,” said Zoom founder and CEO Eric S. Yuan. 'Use cases have grown rapidly as people integrated Zoom into their work, learning, and personal lives. We also supported an unprecedented number of free participants, including over 100,000 K-12 schools.”Commenting on the earnings, five-star analyst Ittai Kidron at Oppenheimer, said that while Zoom reported 'exceptional” results, 'its gross margin significantly contracted (-1,480bps QoQ and -1,149bps YoY) due to high levels of free meeting minutes (K-12 schools) and increased public cloud hosting costs”. Indeed, cost of revenue in the first quarter skyrocketed 330% to $103.7 million year-on-year.Shares rose 1.9% to close at $208.08 ahead of the earnings release on Tuesday and dropped 1.7% in after-market trading.Looking ahead, the company raised its full-year revenue forecast to a range of $1.78 billion to $1.80 billion from $905 million to $915 million. This compares with analysts' average estimates of $935.2 million for the fiscal year ending January 2021.Shares have more than tripled this year as Zoom has gone from an average of 10 million daily users to about 300 million this year. The analyst community will now wait to see if the user boom is sustainable as some countries are starting to relax their lockdown restrictions and employees are beginning to go back to their work place.Oppenheimer's Kidron, who maintained a Hold rating on the stock due to valuation, says that Zoom has seen strong adoption, which calls into question how this develops as businesses reopen.'Zoom reported robust net expansion and user growth,” Kidron wrote in a note to investors. 'Going forward, exposure to multiple growth levers (new customer growth and use cases, upselling, cross-selling Rooms/ Phones, int'l expansion, etc.) leaves us feeling positive. However, we admit we likely missed an entry point earlier this year and remain Perform-rated on valuation.”The rest of the Street is cautiously optimistic on the stock. The Moderate Buy consensus showcases 14 Hold and 2 Sell ratings versus 8 Buy ratings. Following this year's sharp rally the $131.18 average analyst price target, now implies shares may decline 37% from current levels. (See Zoom stock analysis on TipRanks).Related News:  Lyft Rises 5% After-Hours On Strong May Performance  Beleaguered Hertz Sinks 36% In After-Market On Bankruptcy Protection Filing  Carl Icahn Initiates Position in Delek US Holdings, Boosts Occidental Petroleum More recent articles from Smarter Analyst:  * Alibaba Rolls Out Online Business Services As Covid-19 Boosts Digitalization Need   * Glu Mobile Sinks On $100M Public Offering Announcement   * Microchip Gains 7% After-Hours On Boosted Guidance; Top Analyst Ups PT   * Cheesecake Factory Spikes After-Hours As 75% Sales Recaptured\",\n            \"country\": \"NA\",\n            \"clean_url\": \"yahoo.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Yahoo! Inc. All rights reserved\",\n            \"link\": \"https://finance.yahoo.com/news/zoom-lifts-full-sales-guidance-065722291.html\",\n            \"rank\": \"29\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Lifts Full-Year Sales Guidance As Quarterly Revenue Balloons 169%\",\n            \"published_date\": \"2020-06-03 06:57:22\",\n            \"_id\": \"44e4e93ed9ec112f0a8eccb79a88abe1\"\n        },\n        {\n            \"summary\": \"(Telecompaper) Zoom Video Communications saw its revenue nearly triple in its fiscal first quarter to April, to USD 328 million from USD 122 million a year earlier, as more people adopted the videoconferencing platform while at home during the Covid-19 pandemic. The company's operating profit jumped to USD 23.4 million from USD 1.6 million a year ago, and adjusted net profit earnings rose to 20 cents a share from USD 0.03, double the company's forecast.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"telecompaper.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.telecompaper.com/news/zoom-profits-jump-in-q1-after-strong-customer-growth-from-home-working--1340997\",\n            \"rank\": \"10623\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom profits jump in Q1 after strong customer growth from home working\",\n            \"published_date\": \"2020-06-03 06:40:00\",\n            \"_id\": \"41ea13755e8543ae48f2cd5cd5abbe07\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications, Inc. (NASDAQ: ZM) sales and profits jumped in the first business quarter, which ended April 30, 2020. And Zoom assumes a permanent plus: For the entire business year, the Company expects to triple its earnings. It is interesting that all numbers revolve around 300 for this quarter.: Non-GAAP income from operations for [&#8230;]\",\n            \"country\": \"NA\",\n            \"clean_url\": \"idahoreporter.com\",\n            \"author\": \"Robert K. Reed\",\n            \"rights\": null,\n            \"link\": \"http://www.idahoreporter.com/2020/zooms-300-million-participants-push-zm-stock-300-higher/\",\n            \"rank\": \"404489\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"ZOOM's  300 million participants push ZM stock 300% higher\",\n            \"published_date\": \"2020-06-03 06:39:09\",\n            \"_id\": \"02dae4535dee12e35c4e2de39876d00c\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"ndtv.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://gadgets.ndtv.com/apps/news/zoom-booms-as-pandemic-drives-millions-to-its-video-service-2239846\",\n            \"rank\": \"978\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Booms as Pandemic Drives Millions to Its Video Service\",\n            \"published_date\": \"2020-06-03 06:21:12\",\n            \"_id\": \"5d23e230070d366b37b33a68fc747f45\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns.\\n \\nThe post Zoom nearly doubles revenue forecast on remote-work boost, but costs rising appeared first on The Himalayan Times.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thehimalayantimes.com\",\n            \"author\": \"Kriti Joshi\",\n            \"rights\": null,\n            \"link\": \"https://thehimalayantimes.com/business/zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising/\",\n            \"rank\": \"15967\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 06:15:16\",\n            \"_id\": \"68e1ed1d77bf75ef0799ad761439a6fd\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc. demonstrated that paying customers have flocked to its virtual-meeting software.\",\n            \"country\": \"ZA\",\n            \"clean_url\": \"mybroadband.co.za\",\n            \"author\": \"Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://mybroadband.co.za/news/software/354661-huge-jump-in-sales-for-zoom.html\",\n            \"rank\": \"13098\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Huge jump in sales for Zoom\",\n            \"published_date\": \"2020-06-03 05:02:41\",\n            \"_id\": \"56921c760082eb39ebaec06dbe827924\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while…\",\n            \"country\": \"NA\",\n            \"clean_url\": \"japantoday.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://japantoday.com/category/tech/zoom-booms-as-pandemic-drives-millions-to-its-video-service\",\n            \"rank\": \"3897\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-03 03:27:01\",\n            \"_id\": \"a2ed5f7ca2146b01c7b1eecbd8ce912c\"\n        },\n        {\n            \"summary\": \"Oppenheimer analyst Ittai Kidron assigned a Hold rating to Zoom Video Communications (ZM) yesterday. The company’s shares closed last Tuesday at $208.\\n \\nThe post Zoom Video Communications (ZM) Gets a Hold Rating from Oppenheimer appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Christine Brown\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/zoom-video-communications-zm-gets-a-hold-rating-from-oppenheimer-2/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Video Communications (ZM) Gets a Hold Rating from Oppenheimer\",\n            \"published_date\": \"2020-06-03 03:21:54\",\n            \"_id\": \"c94cb1ccfcf2fe2f01d629c834ea63ad\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns.\",\n            \"country\": \"BD\",\n            \"clean_url\": \"bdnews24.com\",\n            \"author\": null,\n            \"rights\": \"Bangladesh News 24 Hours Ltd.\",\n            \"link\": \"https://bdnews24.com/business/2020/06/03/zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising\",\n            \"rank\": \"18279\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 02:31:00\",\n            \"_id\": \"5d2639cc878504f13c3e7b0248fbd2b2\"\n        },\n        {\n            \"summary\": \"Zoom on Tuesday reported that its earnings soared as its video-meeting service became a popular way to work or socialise while hunkered down due to the pandemic.  Zoom said it made a profit of US$27 million on revenue that leapt 169 percent to slightly more than US$328 million in the first three months of this year.  In the first quarter last year, Zoom reported zero dollars per share in net income for stockholders.  \\\"The Covid-19 crisis has driven higher demand for distributed, face-to-face interactions and collaboration using Zoom,\\\" founder and chief executive Eric Yuan said in a release.  \\\"Use cases have grown rapidly as people integrated Zoom into their work, learning, and personal lives.\\\"  Zoom shares that ended the formal trading day up nearly two percent, topping US$200, climbed another three percent in after-market trades.  The quarter ended with Zoom having approximately 265,400 paying customers with at least 10 employees each in an increase of 354 percent from the first quarter in 2019, according to the company based in the Silicon Valley city of San Jose.  The earnings come with Zoom under pressure to deal with security and privacy as the platform faces scrutiny from rising usage.  New York state's top prosecutor last month announced that Zoom would improve security measures, after flaws were detected as the video conferencing platform soared in popularity amid the coronavirus pandemic.  The agreement ended an investigation launched in March by New York Attorney General Letitia James into vulnerabilities in the company's software.  Zoom recently launched a philanthropic foundation with initial grants to San Jose Digital Inclusion Fund , Destination Home, the CDC Foundation , the World Health Organization and the CDE Foundation. (AFP)\",\n            \"country\": \"NA\",\n            \"clean_url\": \"rthk.hk\",\n            \"author\": null,\n            \"rights\": \"Radio Television Hong Kong\",\n            \"link\": \"https://news.rthk.hk/rthk/en/component/k2/1529880-20200603.htm\",\n            \"rank\": \"11059\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom earnings soar as video meets become norm\",\n            \"published_date\": \"2020-06-03 01:00:17\",\n            \"_id\": \"348af9f67fbdfa7b1f1948db5ed5f30e\"\n        },\n        {\n            \"summary\": \"By Ayanti Bera and Stephen Nellis (Reuters) - Zoom Video Communications Inc nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns. But Zoom's costs also rose sharply, and executives said gross margins would likely remain below Zoom's historical norms in the coming quarters, sending shares of the San Jose, California-based down 3.5% to $200.75 in after-market trading. The company has transformed itself into a global video hangout from a business-oriented teleconferencing tool. \\n \\nThe post Zoom nearly doubles revenue forecast on remote-work boost, but costs rising appeared first on Firstpost.\",\n            \"country\": \"IN\",\n            \"clean_url\": \"firstpost.com\",\n            \"author\": \"Reuters\",\n            \"rights\": null,\n            \"link\": \"http://www.firstpost.com/business/zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising-8441701.html\",\n            \"rank\": \"2371\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 00:36:03\",\n            \"_id\": \"beba90514c75ed0cbbedeca39d71be83\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc  nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/topNews/~3/SAC0uzPm5G0/zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising-idUSKBN2392XF\",\n            \"rank\": \"80\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 00:09:29\",\n            \"_id\": \"e1c1e7a4e08cc01600851831f39400e2\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications Inc nearly doubled its expectations for annual sales on Tuesday, driven by a surge in users as more people work from home and connect with friends online during coronavirus lockdowns.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/companyNews/~3/plFXPDLBGgA/update-4-zoom-nearly-doubles-revenue-forecast-on-remote-work-boost-but-costs-rising-idUSL4N2DF3MU\",\n            \"rank\": \"80\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"UPDATE 4-Zoom nearly doubles revenue forecast on remote-work boost, but costs rising\",\n            \"published_date\": \"2020-06-03 00:08:55\",\n            \"_id\": \"a32b7d46306c61d8a3f4b7d5f25f5d7e\"\n        },\n        {\n            \"summary\": \"Few companies have become more widely known during the COVID-19 pandemic than Zoom Video Communications Inc., and its first quarter financial numbers reflect its incredible surge in popularity. The company, which sells videoconferencing tools, crushed Wall Street's estimates, reporting a profit before certain costs such as stock compensation of 9 cents per share on revenue of […]\\n \\nThe post Zoom crushes earning estimates and its guidance doubles expectations appeared first on SiliconANGLE.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"siliconangle.com\",\n            \"author\": \"Mike Wheatley\",\n            \"rights\": null,\n            \"link\": \"https://siliconangle.com/2020/06/02/zoom-crushes-q1-estimates-outlook-doubles-expectations/\",\n            \"rank\": \"7471\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom crushes earning estimates and its guidance doubles expectations\",\n            \"published_date\": \"2020-06-03 00:03:43\",\n            \"_id\": \"b442fd16df3a1c5f491c9a1bf6137270\"\n        },\n        {\n            \"summary\": \"U.S. stock-index futures rose Tuesday evening, implying that the trend for Wall Street continues to be higher after the stock market closed at its highest level since early March. Futures for the Dow Jones Industrial Average   were trading 102 points, or 0.4%, higher at 25,803, those for the S&P 500 index   were gaining 0.3%, while Nasdaq-100 futures   were advancing 26 points, or 0.3%, at 9.673.75, at last check. The gains come as unrelenting bullishness surrounding the prospects of business reopenings in the U.S. continue to buoy stocks, despite a wave of issues that should otherwise serve as impediments to a bullish uptrend. Those factors include, Chinese-U.S. tensions, seething civil unrest in America and a pandemic that remains a public-health problem throughout the world. In Tuesday's regular session, the Dow  rose 267.63 points, or 1.1%, to end at 25,742.65, marking its highest close since March 6, according to Dow Jones Market Data. Meanwhile, the S&P 500 index  rose 25.09 points, or 0.8%, closing at 3,080.82, its loftiest finish since March 4, and the Nasdaq Composite Index  advanced 56.33 points, or 0.6%, to finish at 9,608.37, representing its best closing level since Feb. 20. On Wednesday, investors will get a fresh read of the impact of efforts to limit the spread of COVID-19, with a report on private-sector employment likely to show that 8.663 million jobs were lost in May, according to Econoday, compared with Automatic Data Processing Inc.'s  estimate in April for a loss of 20.236 million. Markets have shrugged off poor economic news and a wave of protests across U.S. cities sparked partly by the death of George Floyd in Minneapolis last week, an unarmed black man who perished under the knee of a white police officer. Protests about social injustice in America has resulted in curfews imposed in a number of major cities, including New York, which has set a curfew from 8 p.m. Eastern to 5 a.m. In corporate news, shares of Zoom Video Communications Inc.  soared in after-hours trade Tuesday after the videoconference company reported record sales and earnings, and expectations for more amid boom times during a pandemic that has fostered, perhaps, a lasting stay-at-home business culture. \\n\\nMarket Pulse Stories are Rapid-fire, short news bursts on stocks and markets as they move. Visit MarketWatch.com for more information on this news.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"marketwatch.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020, MarketWatch, Inc.\",\n            \"link\": \"http://feeds.marketwatch.com/~r/marketwatch/marketpulse/~3/6vHWPCkjthE/story.aspx\",\n            \"rank\": \"294\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Dow futures climb Tuesday evening after stocks shook off civil unrest to end at a 3-month high as ADP jobs report looms\",\n            \"published_date\": \"2020-06-03 00:03:16\",\n            \"_id\": \"5606f20b6799900f4f2c146837bf7072\"\n        },\n        {\n            \"summary\": \"The teleconferencing company made $27m in the first quarter and expects sales to double despite security and privacy fears\\n\\nCoronavirus latest updates\\n\\nThe teleconferencing company Zoom has seen a massive increase in profits and has doubled its annual sales forecast, driven by a surge in users as more people work from home and connect with friends online during the coronavirus crisis. \\n\\nThe once-obscure Zoom Video Communications, which has rapidly emerged as the latest Silicon Valley gold mine, released financial results on Tuesday showing the astronomical growth that has turned it into a stock market star.\\n Continue reading...\",\n            \"country\": \"AU\",\n            \"clean_url\": \"theguardian.com\",\n            \"author\": \"Associated Press\",\n            \"rights\": \"Guardian News and Media Limited or its affiliated companies. All rights reserved. 2020\",\n            \"link\": \"https://www.theguardian.com/technology/2020/jun/03/zoom-booms-as-teleconferencing-company-profits-from-coronavirus-crisis\",\n            \"rank\": \"54\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as teleconferencing company profits from coronavirus crisis\",\n            \"published_date\": \"2020-06-02 23:51:24\",\n            \"_id\": \"5a4512dd1f312a9555efd426e12a0170\"\n        },\n        {\n            \"summary\": \"Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"wral.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 by Capitol Broadcasting Company. All rights reserved. This material may not be published, broadcast, rewritten or redistributed.\",\n            \"link\": \"https://www.wral.com/zoom-booms-as-pandemic-drives-millions-to-its-video-service/19126694/\",\n            \"rank\": \"3659\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-02 23:22:13\",\n            \"_id\": \"4fae69a2305264b5cf1ec41e51e4d85a\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"stltoday.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://www.stltoday.com/business/zoom-booms-as-pandemic-drives-millions-to-its-video-service/article_d9ac5462-812e-5181-a657-e27fdb02532d.html\",\n            \"rank\": \"1959\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-02 23:21:46\",\n            \"_id\": \"1d86451638a29ea05f7122302881be03\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"lancasteronline.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://lancasteronline.com/business/nation/zoom-booms-as-pandemic-drives-millions-to-its-video-service/article_e9343abc-bd22-55b2-bd57-e02d0880798b.html\",\n            \"rank\": \"8651\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-02 23:21:46\",\n            \"_id\": \"a21923a33a4bfd42f55fc77eac499f52\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"timesdaily.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://www.timesdaily.com/business/zoom-booms-as-pandemic-drives-millions-to-its-video-service/article_29e18d46-2e84-5ad6-be43-1940f20d739c.html\",\n            \"rank\": \"29430\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-02 23:21:46\",\n            \"_id\": \"5dfcc7644174547cbf721f18f3b832bf\"\n        },\n        {\n            \"summary\": \"SAN RAMON, Calif. (AP) — Zoom Video Communications is rapidly emerging as the latest internet gold mine as millions of people flock to its conferencing service to see colleagues, friends and family while tethered to their homes during the pandemic.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"decaturdaily.com\",\n            \"author\": \"By MICHAEL LIEDTKE AP Technology Writer\",\n            \"rights\": null,\n            \"link\": \"https://www.decaturdaily.com/business/zoom-booms-as-pandemic-drives-millions-to-its-video-service/article_ae52b7ed-0f1a-5b75-8516-edcf915c7070.html\",\n            \"rank\": \"38211\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom booms as pandemic drives millions to its video service\",\n            \"published_date\": \"2020-06-02 23:21:46\",\n            \"_id\": \"e061bd9aa5fd5c0d03bc6fc8cb1b25f5\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"ZM\",\n        \"key_people\": \"True\",\n        \"lang\": \"en\",\n        \"from\": \"2020-05-27 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null\n    }\n}"}],"_postman_id":"9fbbeab6-c2a5-4b82-811f-049d0c9f4359"},{"name":"Lastest Articles On A Company And Key People For The Last 2 Days","event":[{"listen":"test","script":{"id":"755c5fd2-401d-48e7-a812-3efcfe4c1b3d","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"6be25bc5-b873-4218-b032-7b0bad1ffa13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&from=29/05/2020&to=31/05/2020","description":"<p>Make a search on Zoom and narrow the results to the last 2 days. I need some fresh data.</p>\n","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"ticker","value":"ZM"},{"key":"key_people","value":"True"},{"key":"from","value":"29/05/2020"},{"key":"to","value":"31/05/2020"}],"variable":[]}},"response":[{"id":"4b21dc2c-6084-4c11-8e69-457087dcd4fe","name":"Lastest Articles On A Company And Key People For The Last 2 Days","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=ZM&key_people=True&from=29/05/2020&to=31/05/2020","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"ZM"},{"key":"key_people","value":"True"},{"key":"from","value":"29/05/2020"},{"key":"to","value":"31/05/2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:10:39 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 59c171b9abb6b3c58e72495c539dfa68.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nke4THtgoAMFjOA="},{"key":"X-Amz-Cf-Id","value":"SYFSgeV-n45G_EkHKnoLrCuKU1qGgc0Yil_DVWlQwOGtHb13a_Fhgg=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"20518"},{"key":"x-amzn-RequestId","value":"8cae2a93-d451-4a80-ac9b-0c62678a9399"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed811ce-39ba21ea9e1220c27c1f4558;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99930"},{"key":"Content-Length","value":"20518"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 6,\n    \"page\": 1,\n    \"total_pages\": 1,\n    \"page_size\": 6,\n    \"articles\": [\n        {\n            \"summary\": \"Amira Yahyaoui founded Mos, an education startup helping college students apply for and manage financial aid, near the end of 2017 after experiencing the hardships many students feel throughout the application process.\\n \\nThe company has raised $17 million from investors like Sequoia Capital, basketball star Steph Curry, Zoom CEO Eric Yuan, and Jay Z.\\n \\nMos offers students a one-stop-shop approach to searching and applying for government-backed financial aid, Yahyaoui said.\\n \\nBut with many students and their families out of work due to the coronavirus-led shutdowns and campuses off-limits, Mos is now also helping users appeal financial aid decisions. \\n \\nClick here for more BI Prime stories.\\n \\n \\nAmira Yahyaoui isn't exactly a huge Star Wars fan, but she is familiar with Tatooine. \\n \\nIn the franchise, the desolate desert planet was home to Luke Skywalker. It is based on a real-life city in the desert of southern Tunisia called Tataouine, where Yahyaoui is from. \\n \\nWhen she started her first company, an education startup, she pulled inspiration from her home city's fictional twin. Mos is part of the name of major cities within Tatooine. It's also easy to pronounce regardless of someone's accent, easy to spell, and even easier to remember. Yahyahoui was sold, and Mos the startup was born.\\n \\nYahyahoui said her journey to Silicon Valley is \\\"the absolute opposite\\\" of the traditional way, and Mos isn't exactly another app for on-demand delivery. With nearly $17 million in funding from all-star backers like Sequoia Capital, Steph Curry, Jay Z, and Zoom CEO Eric Yuan, Mos is tackling the college affordability crisis by offering a one-stop-shop approach to searching and applying for all government-offered financial aid packages.\\n \\n\\\"I personally believe that it's absurd for students to pay that much to get an education,\\\" Yahyaoui told Business Insider. \\\"There are ways of significantly lowering the bill, but the process is insanely complicated with a lot of red tape and applications. We don't think someone deserves an education just for spending hours on Google searching or filling out forms.\\\"\\n \\nAs many schools shuttered during the pandemic, sending droves of students out of dorms and back into their families' homes, the affordability crisis that had long been simmering reached a boiling point. Many students have struggled to justify the sky-high costs of tuition now that the entire college experience has moved online while many universities haven't budged on the costs. This disconnect has left many students wondering what the value of a college education really is, Yahyaoui said. \\n \\nIn the immediate term, Mos has put its resources behind appealing financial aid decisions for students that have been directly affected by the pandemic. This includes students who have lost jobs, or are trying to support family members that have lost their jobs.\\n \\n\\\"Students are seriously suffering during this period and many have lost their income or their parents have lost their income, which means they are eligible for more financial aid,\\\" Yahyaoui said. \\n \\n'A kid of the internet' and a revolution\\n \\nYahyaoui didn't get into any universities she applied to the first time around. As a Tunisian student, she didn't meet the requirements to study abroad. But after leading an active role in the Arab Spring in Tunisia, Yahyaoui was suddenly an internationally recognized face. She said she had offers from many Ivy League universities in the United States, and eventually went on to accept paid fellowships at both Yale University and Stanford University. \\n \\n\\\"When we say the US has a good education system, it's true. It's bad in that it's unequal, but it's great in that it's the most interesting and highest quality,\\\" Yahyaoui said. \\n \\nBut Yahyaoui still struggled to understand why she was being paid to attend when she so recently struggled to be accepted, let alone qualify for financial assistance. By 2017, she started building the tool that would eventually become Mos by collecting all the information on government-funded scholarships and financial aid packages in a single webpage. \\n \\n\\\"As a kid of the internet, I believe that tech can be a force for positive construction and change,\\\" Yahyaoui said. \\\"That's how the Arab Spring was and without it, we weren't able to make any change. I wanted to build something that helps change people's lives.\\\"\\n \\nSchool, interrupted\\n \\nYahyaoui said that 2019 was the first academic year that Mos completed, although it looked much different at the end than she had expected. And there are big questions looming over the future of today's pricey higher education system, she says.\\n \\n\\\"There are two areas of thought on what comes next,\\\" Yahyaoui said. \\\"Some people think 'Oh colleges are dead, no students will go back, and everyone is doing a coding bootcamp instead,' and that's not true or possible. Others think colleges can still bill $100,000 a year and it will be business as usual and in two years this will be forgotten. Both are not going to happen\\\"\\n \\nInstead, Yahyaoui sees a future where students pay less, take more time off, and get the real work networks and experiences that colleges have been traditionally known for. Without significant changes, however, the university model as it currently stands will not continue, she said.\\n \\n\\\"The question is now how the universities will review their business model and how the financing of colleges will be in the future,\\\" Yahyaoui said. \\\"We are far from the revolution of education. It's not an engineering problem. You need learning but you also need the experience, and the online experience right now is pretty poor.\\\"\\n\\nSEE ALSO: How 23 rising star enterprise VCs got their start in venture — and what other rookie professionals can do to break into the notoriously exclusive industry\\n \\nJoin the conversation about this story »\\n                        \\nNOW WATCH: Pathologists debunk 13 coronavirus myths\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Megan Hernbroth\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/sequoia-mos-startup-tackling-college-affordability-crisis-pandemic-shutdown-appeal-2020-5\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Steph Curry and Zoom CEO Eric Yuan just backed her college financing startup, and now this immigrant founder is tackling students' financial hardships brought on by COVID\",\n            \"published_date\": \"2020-05-30 13:05:00\",\n            \"_id\": \"d7cd87dcd24ba04d35de1cf023e23c42\"\n        },\n        {\n            \"summary\": \"SEOUL (May 30): Zoom Video Communications Inc plans to strengthen encryption for paying clients and institutions, but not for users with free accounts, Reuters reported,...\",\n            \"country\": \"NA\",\n            \"clean_url\": \"theedgemarkets.com\",\n            \"author\": \"Jihye Lee\",\n            \"rights\": \"Copyright (C) 2017 www.theedgemarkets.com\",\n            \"link\": \"http://www.theedgemarkets.com/article/zoom-strengthen-encryption-paying-customers-only\",\n            \"rank\": \"23308\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Zoom to strengthen encryption for paying customers only\",\n            \"published_date\": \"2020-05-30 04:15:23\",\n            \"_id\": \"f766f54e362bf0479a66bc701edc917b\"\n        },\n        {\n            \"summary\": \"Monday \\n\\nU.S. \\n\\nEconomic Calendar \\n\\nMarkit Manufacturing Purchasing Managers Index (May) \\n\\nInstitute for Supply Management Purchasing Mangers Index– Manufacturing (May) \\n\\nConstruction Spending (April) \\n\\nFeatured Earnings \\n\\nAutohome Inc. (NYSE:ATHM) (Q1) EPS estimates of 75 cents, compared to 87 cents in the prior-year quarter. \\n\\nEmbraer S.A. (NYSE:ERJ) (Q1) EPS estimates for loss of 67 cents, compared to a loss of34 cents in the prior-year quarter. \\n\\nProPetro Holding Corp. (NYSE:PUMP) (Q1) EPS estimates of 19 cents, compared to 67 cents in the prior-year quarter. \\n\\nCanada \\n\\nMarkit Canada Manufacturing PMI (May) At 33.0 in April, the PMI was down sharply from 46.1 in March, to signal a rapid decline in manufacturing sector business conditions.\\n\\nTuesday\\nU.S. \\n\\nEconomic Lookahead \\n\\nRedbook (May) \\n\\nFeatured Earnings \\n\\nDick's Sporting Goods Inc (NYSE:DKS) (Q1) EPS estimates of 19 cents, compared to 67 cents in the prior-year quarter.\\n\\nZoom Video Communications Inc. (NASDAQ: ZM) (Q1) EPS estimates of one cent, compared to breakeven in the prior-year quarter.\\n\\nDonaldson Company Inc. (NYSE:DCI) (Q3) EPS estimates of 44 cents, compared to 58 cents in the prior-year quarter.\\n\\n\\nWednesday\\n\\nU.S. \\n\\nEconomic Lookahead \\n\\nADP Employment Change (May) \\n\\nMarkit Services PMI (May) \\n\\nISM Non-Manufacturing Index (May) \\n\\nFactory Orders (April) \\n\\nEIA Crude Oil Stocks Change (May 29) \\n\\nFeatured Earnings \\n\\nAmerican Eagle Outfitters Inc. (NYSE:AEO) (Q1) EPS estimates for loss of 23 cents, compared to a gain of 24 cents in the prior-year quarter. \\n\\nCampbell Soup Company (NYSE: CPB) (Q3) EPS estimates of 73 cents, compared to 56 cents in the prior-year quarter.\\nSmartsheet Inc. (NYSE: SMAR) (Q1) EPS estimates for loss of 35 cents, compared to a loss of 19 cents in the prior-year quarter. \\nCanada \\n\\nFeatured Earnings \\n\\nCanaccord Genuity Group Inc. (T.CF) (Q4) EPS estimates of 19 cents, compared to 12 cents in the prior-year quarter. \\n\\nCanadian Western Bank (T.CWB) (Q2) EPS estimates of 41 cents, compared to 74 cents in the prior-year quarter.\\n\\nCanada Goose Holdings Inc. (T.GOOS) (Q4) EPS estimates for loss of 12 cents, compared to gain of nine cents in the prior-year quarter. \\n\\nStingray Group Inc. (T.RAY.A) (Q4) EPS estimates of 20 cents,  compared to 18 cents in the prior-year quarter. \\nThursday \\n\\nU.S. \\n\\nEconomic lookahead \\n\\nWeekly jobless claims (to June 1) \\n\\nTrade Balance (April) \\n\\nU.S. Imports (April) \\n\\nU.S. Exports (April) \\n\\nFeatured Earnings \\n\\nGap Inc. (NYSE:GPS) (Q1) EPS estimates for loss of 50 cents, compared to gain of 24 cents in the prior-year quarter.\\n\\nJ.M. Smucker Company (NYSE:SJM) (Q4) EPS estimates of $2.23, compared to $2.08 in the prior-year quarter.\\n\\nThe Michaels Companies Inc. (NASDAQ:MIK) (Q1) EPS estimates of six cents, compared to 31 cents in the prior-year quarter.\\n\\nCanada \\n\\nEconomic lookahead \\n\\nCanadian international merchandise trade (April) Canada's merchandise exports fell 4.7%, while imports declined 3.5%. As a result, Canada's trade deficit widened from $894 million in February to $1.4 billion in March.\\n\\nFeatured Earnings \\n\\nEnghouse Systems Limited (T.ENGH) (Q2) EPS estimates of 20 cents, compared to 30 cents in the prior-year quarter.\\n\\nMajor Drilling Group International Inc. (Q4) EPS estimates for gain of seven cents, compared to a loss of three cents in the prior-year quarter.\\n\\nSaputo Inc. (T.SAP) (Q4) EPS estimates of 37 cents, compared to 32 cents in the prior-year quarter.\\n\\nTranscontinental Inc. (T.TCL.B) (Q2) EPS estimates of 34 cents, compared to 60 cents in the prior-year quarter.\\n\\nWestport Fuel Systems Inc. (T.WPRT) (Q1) EPS estimates of for loss of eight cents, compared to loss of three cents in the prior-year quarter.\\nFriday \\n\\nU.S. \\n\\nEconomic lookahead \\n\\nNon-Farm Payrolls (May) \\n\\nCanada \\n\\nEconomic lookahead\\nIVEY Purchasing Managers Index (May) The index fell yet again in April to 22.8 from March's reading of 26, and way down from April 2019's level of 55.9.\\n\\nLabour Force Survey (May) Following a drop of over one million in March, employment fell by nearly two million in April, bringing the total employment decline since the beginning of the COVID-19 economic shutdown to over three million\",\n            \"country\": \"NA\",\n            \"clean_url\": \"baystreet.ca\",\n            \"author\": \"Baystreet.ca - The Week Ahead\",\n            \"rights\": null,\n            \"link\": \"http://www.baystreet.ca/articles/the_week_ahead.aspx?id=348\",\n            \"rank\": \"103643\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Jobs Numbers Roll out on Both Sides of Border\",\n            \"published_date\": \"2020-05-29 20:58:00\",\n            \"_id\": \"b3fba6a4f423dddd93d1d5354d4b6fae\"\n        },\n        {\n            \"summary\": \"NEW YORK--(BUSINESS WIRE)--May 29, 2020--\",\n            \"country\": \"NA\",\n            \"clean_url\": \"thecourierexpress.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.thecourierexpress.com/business/rosen-nationally-regarded-investor-counsel-reminds-zoom-video-communications-inc-investors-of-important-june-8/article_dc03ff1b-f81f-57e4-af3c-3209dacc6bab.html\",\n            \"rank\": \"99275\",\n            \"topic\": \"NA\",\n            \"language\": \"so\",\n            \"title\": \"ROSEN, NATIONALLY REGARDED INVESTOR COUNSEL, Reminds Zoom Video Communications, Inc. Investors of Important June 8 Deadline in Securities Class Action – ZM\",\n            \"published_date\": \"2020-05-29 20:45:17\",\n            \"_id\": \"0ae17ccc4025eb741ef380f23f8125b4\"\n        },\n        {\n            \"summary\": \"If you think Zoom Video Communications is overvalued, has no moat, and has security issues, just remember that these are all issues Tesla had to overcome as well to deliver amazing shareholder returns.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"onenewspage.com\",\n            \"author\": null,\n            \"rights\": \"(c) copyright One News Page\",\n            \"link\": \"https://www.onenewspage.com/n/Markets/1zlrval3a5/Zoom-Stock-Is-the-Tesla-of-Video-Communications.htm\",\n            \"rank\": \"40499\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Zoom Stock Is the Tesla of Video Communications\",\n            \"published_date\": \"2020-05-29 11:45:00\",\n            \"_id\": \"7274553dee228e287e761ed8f329ca22\"\n        },\n        {\n            \"summary\": \"De eerste maanden van 2020 zullen de boeken ingaan als buitengewoon volatiel. Tot medio februari leek er geen vuiltje aan de lucht en konden aandelenbeurzen wereldwijd hun opmars uit 2019 gestaag voortzetten. Echter, nadat duidelijk werd dat het coronavirus niet beperkt bleef tot een Chinese provincie, maar zich ontwikkelde tot een snel om zich heen grijpende pandemie, werden beleggers nerveus en begonnen massaal te verkopen. Als gevolg daarvan stortten aandelenkoersen in. \\n \\nMinder grote verliezen voor duurzaam\\n \\nJuist in dat beursgeweld lijken duurzame aandelenfondsen hun bestaansrecht definitief verworven te hebben. Hoewel er weinig plekken zijn voor beleggers om te schuilen, blijken duurzame aandelenfondsen het namelijk beter te doen dan hun conventionele concurrentie. Althans, zij lijden minder grote verliezen.\\n \\tEen eerste reden voor die betere prestaties staat volgens Morningstar-analist Ronald van Genderen los van de coronacrisis. Hij doelt op de olieprijsoorlog tussen Rusland en Saoedi-Arabië die de olieprijs deed kelderen, met eenzelfde gevolg voor de koersen van oliemaatschappijen. ‘Aangezien duurzame fondsen vaak niet of minder zijn belegd in de energiesector, scheelt hen dat flink wat verliezen.'\\n \\nEen sector die wel te lijden heeft onder de coronacrisis, is de financiële wereld. Duurzame aandelenfondsen beleggen niet per se minder in deze sector dan fondsen zonder duurzaam beleggingsmandaat. Het is eerder dat zij vaak voor andersoortige bedrijven binnen de sector kiezen. De bedrijven die het het zwaarste te verduren kregen tijdens de marktcorrectie, waren de grootbanken, zoals het Amerikaanse Citigroup of het Nederlandse ABN Amro. Van Genderen: ‘Duurzame fondsen hielden vooral posities aan in bijvoorbeeld kleinere, meer conservatieve banken (zoals Scandinavische banken), aandelenbeurzen, online-betalingsplatformen en creditcardmaatschappijen. Al deze sub-industrieën hebben beter gepresteerd dan de bredere sector in zijn geheel.'\\n \\nMeer belegd vermogen\\n \\nWellicht ondersteund door deze prestaties, zetten duurzame fondsen ook hun sterke opwaartse trend in termen van belegd vermogen voort. De laatste jaren vertoont het vermogen dat is belegd in duurzame fondsen een sterke groei, analyseert Van Genderen. ‘Die trend is door de coronacrisis niet verbroken, integendeel. Over de eerste drie maanden van het jaar staken beleggers opnieuw meer geld in duurzame fondsen. Ondanks de door COVID-19 ingegeven marktdalingen trok het Europese universum van duurzame fondsen in het eerste kwartaal van 2020 33 miljard dollar aan kapitaal aan. Dit staat tegenover de 163 miljard dollar die uit het totale Europese fondsenuniversum stroomde¸ blijkt uit ons laatste Morningstar Global Sustainable Fund Flows Report.'\\n \\nIn de top 5 van deze week zet van Genderen de vijf best presterende wereldwijde duurzame aandelenfondsen over de eerste vier maanden van 2020 op een rij, waarvan een distributievergoedingvrije aandelenklasse beschikbaar is in Nederland. Het universum waar hij naar heeft gekeken, omvat alle fondsen in de Morningstar categorieën Aandelen Wereldwijd Large-Cap Waarde, Aandelen Wereldwijd Large-Cap Gemengd en Aandelen Wereldwijd Large-Cap Groei, waarbij officiële fondsdocumenten aangaven dat duurzaamheid of ESG criteria onderdeel vormen van het beleggingsbeleid.\\n \\nBaillie Gifford op 1 en 2\\n \\nDe eerste en tweede plaats worden ingenomen door fondsen van Baillie Gifford. De hoogste trede van het podium is voor het Worldwide Positive Change Fund. Van Genderen: ‘Dit fonds heeft een geconcentreerde portefeuille met 25 tot 30 aandelen van bedrijven met uitzonderlijke groei, die kunnen bijdragen aan een duurzamere wereld voor huidige en toekomstige generaties. Het vijfkoppige beheerteam (o.a. Kristy GIbson, foto) heeft in de portefeuille onder meer een plek ingeruimd voor Moderna. Dat Amerikaanse biotechbedrijf werkt op dit moment aan een vaccin voor COVID-19 en was met een rendement 140 procent (tot en met eind april) het best presterende aandeel uit de portefeuille. Het was daarmee echter niet de enige reden voor het succes van het fonds dit jaar. Ook de grootste positie van het fonds, Tesla met een weging van meer dan 8 procent, steeg in de eerste vier maanden met meer dan 90 procent.'\\n \\nRunner-up is het Worldwide Global Stewardship Select Fund. Dit fonds belegt in de ‘beste verantwoordelijke bedrijven ter wereld', aldus Van Genderen. ‘Het achtkoppige team maakt bij hun zoektocht naar dergelijke bedrijven gebruik van de diverse regionale teams binnen de onderneming. Het fonds biedt met 70 tot 100 posities aanzienlijk meer diversificatie dan het Worldwide Positive Change Fonds. Bovendien is de overlap tussen de twee fondsen met 10 posities beperkt. Onder de doublures treffen we onder andere Tesla aan, dat hier slechts een weging van 4 procent heeft. Zo is er met Zoom Video Communications een aandeel dat duidelijk als winnaar uit de huidige crisis tevoorschijn is gekomen en de beste prestaties in de portefeuille heeft laten zien. Echter, Shopify behoort ook tot de aandelen met de sterkste prestaties en mag bovendien tot de grootste posities gerekend worden.'\\n \\nDPAM\\n \\nOp de vijfde plaats in dit overzicht staat DPAM INVEST B Equities NewGems Sustainable. Dit fonds van Degroof Petercam belegt in wat de beheerders beschouwen als de bedrijven van de toekomst. Het beheerteam bestaande uit Alexander Roose, Quirien Lemey en Dries Dury, identificeert dergelijke bedrijven aan de hand van het acroniem NEWGEMS (trends en thema's van activiteiten met betrekking tot nanotechnology, ecology, well-being, generation Z, E-society, Industry 4.0 and security) en op basis van ESG criteria. Van Genderen: ‘Onder de grootste posities in de circa 75 namen tellende portefeuille vinden we enkele bekende namen, zoals Microsoft, Apple, Alphabet en Amazon. Echter, onder de aandelen met uitblinkende koersprestaties dit jaar vinden we minder bekende juweeltjes zoals Teladoc Health, Livongo Health, Zscaler en Everbridge.'\\n \\t \\n \\n \\n \\n \\nFonds\\n \\nTotal return YTD\\n \\nTotal return 3jr geannualiseerd\\n \\nStd dev 3 jr\\n \\nISIN\\n \\n \\n \\nBaillie Gifford WW Positive Change Fund\\n \\n13,23\\n \\n \\n \\n \\n \\nIE00BZ180B88\\n \\n \\n \\nBaillie Gifford WW Global Stewardship Select Fund\\n \\n7,79\\n \\n \\n \\n \\n \\nIE00BGGJJH20\\n \\n \\n \\nMS INVF Global Opportunity Fund\\n \\n2,95\\n \\n16,27\\n \\n16,92\\n \\nLU0834154790\\n \\n \\n \\nKames Global Sustainable Equity Fund\\n \\n2,80\\n \\n13,61\\n \\n20,07\\n \\nIE00BYZHYX44\\n \\n \\n \\nDPAM INVEST B Equities NewGems Sustainable\\n \\n1,60\\n \\n \\n \\n \\n \\nBE6246060360\\n \\n \\n \\n \\nBron: Morningstar, rendementen in procenten\",\n            \"country\": \"NA\",\n            \"clean_url\": \"nieuws.nl\",\n            \"author\": \"onze redactie\",\n            \"rights\": null,\n            \"link\": \"https://www.fondsnieuws.nl/nieuws/top-5-duurzame-aandelen-baillie-gifford-op-1-%C3%A9n-2\",\n            \"rank\": \"25363\",\n            \"topic\": \"NA\",\n            \"language\": \"nl\",\n            \"title\": \"Top 5 duurzame aandelen: Baillie Gifford op 1 én 2\",\n            \"published_date\": \"2020-05-29 04:00:00\",\n            \"_id\": \"d628ad84caf1b3f29e6f38adfa11ccbf\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"ZM\",\n        \"key_people\": \"True\",\n        \"lang\": null,\n        \"from\": \"2020-05-29 00:00:00\",\n        \"to\": \"2020-05-31 00:00:00\",\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": null,\n        \"not_sources\": null\n    }\n}"}],"_postman_id":"6be25bc5-b873-4218-b032-7b0bad1ffa13"},{"name":"Lastest Articles On A Company And Key People And Specific Sources","event":[{"listen":"test","script":{"id":"e67d8a90-3cf3-439f-bdfa-65092808ac27","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"61e091c9-a2a4-4334-9701-ef918bf105ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=AAPL&key_people=True&sources=smarteranalyst.com,theedgemarkets.com","description":"<p>Actually, I know websites that always provide reliable information. I would better choose these ones to look for information on Apple.</p>\n","urlObject":{"protocol":"https","path":["v1","stocks"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"ticker","value":"AAPL"},{"key":"key_people","value":"True"},{"key":"sources","value":"smarteranalyst.com,theedgemarkets.com"}],"variable":[]}},"response":[{"id":"24b99856-eb90-43cb-982b-d3b051ec79b0","name":"Lastest Articles On A Company And Key People And Specific Sources","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/stocks?ticker=AAPL&key_people=True&sources=smarteranalyst.com,theedgemarkets.com","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","stocks"],"query":[{"key":"ticker","value":"AAPL"},{"key":"key_people","value":"True"},{"key":"sources","value":"smarteranalyst.com,theedgemarkets.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 03 Jun 2020 21:11:01 GMT"},{"key":"Server","value":"RapidAPI-1.1.13"},{"key":"Via","value":"1.1 79503619d600dbc1c9e04a650d3d7f3f.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nke7zGw7IAMF_0A="},{"key":"X-Amz-Cf-Id","value":"ZeMCgdQEJHTURquMTPlEAtXMB10iMZNnZLh4ckMzKnlpk-hYEZldaw=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"2995"},{"key":"x-amzn-RequestId","value":"524da8bf-b1c4-4864-a29e-f511b5bd2408"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed811e5-e83dda521756b58207a52148;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.13"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99929"},{"key":"Content-Length","value":"2995"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"total_hits\": 4,\n    \"page\": 1,\n    \"total_pages\": 1,\n    \"page_size\": 4,\n    \"articles\": [\n        {\n            \"summary\": \"After Morgan Stanley and Daiwa gave Apple (NASDAQ: AAPL) a Buy rating last month, the company received another Buy, this time from DZ ...\\n \\nThe post Apple (AAPL) Received its Third Buy in a Row appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Christine Brown\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/new-blurbs/apple-aapl-received-its-third-buy-in-a-row-8/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Apple (AAPL) Received its Third Buy in a Row\",\n            \"published_date\": \"2020-06-03 13:10:54\",\n            \"_id\": \"06f10ca533e957e33956620a01daaf96\"\n        },\n        {\n            \"summary\": \"U.S.\\n \\nThe post U.S. Retail Giants From Apple To Amazon Curtail Business Due To Nationwide Riots appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Sharon Wrobel\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/stock-news/u-s-retail-giants-from-apple-to-amazon-curtail-business-due-to-nationwide-riots/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"U.S. Retail Giants From Apple To Amazon Curtail Business Due To Nationwide Riots\",\n            \"published_date\": \"2020-06-01 06:57:55\",\n            \"_id\": \"c579ddf7876f121106601ed772f7b921\"\n        },\n        {\n            \"summary\": \"In a sign normalcy is edging closer, Apple (AAPL) announced it will open a further 100 stores across the US this week, further ...\\n \\nThe post Apple Stores Opening Is a Bullish Signal for the Stock, Says Analyst appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Smarter Team\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/nasdaq-stocks/aapl/apple-stores-opening-is-a-bullish-signal-for-the-stock-says-analyst/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Apple Stores Opening Is a Bullish Signal for the Stock, Says Analyst\",\n            \"published_date\": \"2020-05-29 00:45:32\",\n            \"_id\": \"f7ebbf03de5ea46b19e7cebdbdd85cf5\"\n        },\n        {\n            \"summary\": \"Apple (AAPL) has snapped up Canadian machine learning startup Inductiv Inc in its latest AI-related acquisition, Bloomberg reports. According to the report, Inductiv's engineering ...\\n \\nThe post Apple Snaps Up AI Startup Inductiv, As Analysts Boost PTs On Store Reopenings appeared first on Smarter Analyst.\",\n            \"country\": \"NA\",\n            \"clean_url\": \"smarteranalyst.com\",\n            \"author\": \"Harriet Lefton\",\n            \"rights\": null,\n            \"link\": \"https://www.smarteranalyst.com/yahoo/apple-snaps-up-ai-startup-inductiv-as-analysts-boost-pts-on-store-reopenings/\",\n            \"rank\": \"140167\",\n            \"topic\": \"finance\",\n            \"language\": \"en\",\n            \"title\": \"Apple Snaps Up AI Startup Inductiv, As Analysts Boost PTs On Store Reopenings\",\n            \"published_date\": \"2020-05-28 08:38:10\",\n            \"_id\": \"2fa19850830527ea518dd37257879daf\"\n        }\n    ],\n    \"user_input\": {\n        \"ticker\": \"AAPL\",\n        \"key_people\": \"True\",\n        \"lang\": null,\n        \"from\": \"2020-05-27 00:00:00\",\n        \"to\": null,\n        \"ranked_only\": \"True\",\n        \"from_rank\": null,\n        \"to_rank\": null,\n        \"sort_by\": \"date\",\n        \"page\": 1,\n        \"size\": 50,\n        \"sources\": [\n            \"smarteranalyst.com\",\n            \"theedgemarkets.com\"\n        ],\n        \"not_sources\": null\n    }\n}"}],"_postman_id":"61e091c9-a2a4-4334-9701-ef918bf105ab"}],"id":"331e9c72-781d-4112-8fb0-1d7661523a8a","event":[{"listen":"prerequest","script":{"id":"b24cd260-5d9b-4924-a62f-fcfc96efcab2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"337759ee-84d8-4830-bbc0-5114097f3255","type":"text/javascript","exec":[""]}}],"_postman_id":"331e9c72-781d-4112-8fb0-1d7661523a8a","description":""},{"name":"/latest_headlines","item":[{"name":"Latest headlines in the US","event":[{"listen":"test","script":{"id":"3563f75d-bf1c-433c-8241-aa1d440dd795","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"6c8b5f44-8f5e-4f94-9539-ab3aa72d1154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?country=US","urlObject":{"protocol":"https","path":["v1","latest_headlines"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"country","value":"US"}],"variable":[]}},"response":[{"id":"29d5391e-552c-4379-9f40-4891a5195b62","name":"Latest headlinesin the US","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?country=US","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","latest_headlines"],"query":[{"key":"country","value":"US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:52:01 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 c483a0db2609b3ac0bb94a739fe72cc7.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd_EQFp-IAMFTcA="},{"key":"X-Amz-Cf-Id","value":"hdErfbwdu8y_Pz-4qOMvTBmfqWpvUnfJLcSowLECh_tHBy_CxPH1hw=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"100938"},{"key":"x-amzn-RequestId","value":"4ff8d0b1-0949-4b39-aebf-69bc5f43d8e0"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed57881-055ea1f4bbba16dca29343ec;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99962"},{"key":"Content-Length","value":"100938"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"articles\": [\n        {\n            \"summary\": \"The Latin singer issued an apology less than 12 hours later.\\n \\nThe post Karol G called out for trying to ‘end racism' with dog photo appeared first on The Daily Dot.\",\n            \"country\": \"US\",\n            \"clean_url\": \"dailydot.com\",\n            \"author\": \"Moises Mendez II\",\n            \"rights\": null,\n            \"link\": \"https://www.dailydot.com/irl/karol-g-racism-dog-photo/\",\n            \"rank\": \"2001\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Karol G called out for trying to ‘end racism' with dog photo\",\n            \"published_date\": \"2020-06-01 21:48:52\",\n            \"_id\": \"e73352d40c1082318144474be8bed12c\"\n        },\n        {\n            \"summary\": \"[&#8230;] decade if you've been reading TechCrunch — or tech news in general. He started here with me in late 2011 writing about Facebook and social trends, and has become one of the most influential writers on [&#8230;]\",\n            \"country\": \"US\",\n            \"clean_url\": \"techcrunch.com\",\n            \"author\": \"How to Startups Weekly: SaaS companies should target burn to match ARR during pandemic &#8211; ONLINE JOBS\",\n            \"rights\": null,\n            \"link\": \"https://techcrunch.com/2011/11/03/techcrunch-constine-eldon/#comment-683359\",\n            \"rank\": \"166\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Comment on Welcome TechCrunch's Newest Writers, Josh Constine And Eric Eldon by How to Startups Weekly: SaaS companies should target burn to match ARR during pandemic – ONLINE JOBS\",\n            \"published_date\": \"2020-06-01 21:48:22\",\n            \"_id\": \"b621339814544d6c63e409daa523331f\"\n        },\n        {\n            \"summary\": \"When Sally Met Sally.\\n\\n\\n\\n\\nView Entire Post ›\",\n            \"country\": \"US\",\n            \"clean_url\": \"buzzfeed.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 BuzzFeed, Inc.\",\n            \"link\": \"https://www.buzzfeed.com/kirbybeaton/queer-rom-coms-recasting\",\n            \"rank\": \"253\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Recast These Classic Rom Coms And We'll Give You A Queer Movie To Watch\",\n            \"published_date\": \"2020-06-01 21:46:08\",\n            \"_id\": \"12ebd2918f94f0055eae7c7d207cc57b\"\n        },\n        {\n            \"summary\": \"The  Golden State Warriors  re-opened their practice facility for individual workouts Monday, according to The Athletic's Anthony Slater:         Several other teams have had their ...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Megan Armstrong\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894405-report-warriors-cleared-to-open-practice-facility-for-individual-workouts\",\n            \"rank\": \"1544\",\n            \"topic\": \"sport\",\n            \"language\": \"en\",\n            \"title\": \"Report: Warriors Cleared to Open Practice Facility for Individual Workouts\",\n            \"published_date\": \"2020-06-01 21:43:23\",\n            \"_id\": \"864614243f6f1c1bb46c2bf7e72e8bc1\"\n        },\n        {\n            \"summary\": \"Image: Naughty Dog     \\t\\t\\nHalley Gross on Naughty Dog's decision to make a game about ‘the cycle of violence and empathy'\\n   \\n     Continue reading…\",\n            \"country\": \"US\",\n            \"clean_url\": \"polygon.com\",\n            \"author\": \"Maddy Myers\",\n            \"rights\": null,\n            \"link\": \"https://www.polygon.com/2020/6/1/21277430/the-last-of-us-part-2-halley-gross-co-writer\",\n            \"rank\": \"1665\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Last Of Us Part 2 co-writer: ‘There are no heroes or villains'\",\n            \"published_date\": \"2020-06-01 21:42:20\",\n            \"_id\": \"4b3bf62cdc707b6f3dc70f2b04448329\"\n        },\n        {\n            \"summary\": \"Clemson football coach Dabo Swinney addressed the killing of George Floyd during a press conference Monday...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Joseph Zucker\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894397-dabo-swinney-on-george-floyd-we-have-witnessed-disgusting-acts-of-evil\",\n            \"rank\": \"1544\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Dabo Swinney on George Floyd: We Have Witnessed 'Disgusting Acts of Evil'\",\n            \"published_date\": \"2020-06-01 21:42:17\",\n            \"_id\": \"97fecd5079f4b5cb648a7e20831eacae\"\n        },\n        {\n            \"summary\": \"I can't believe I didn't know some of this!\\n\\n\\n\\n\\nView Entire Post ›\",\n            \"country\": \"US\",\n            \"clean_url\": \"buzzfeed.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 BuzzFeed, Inc.\",\n            \"link\": \"https://www.buzzfeed.com/hannahmarder/wild-marilyn-monroe-facts\",\n            \"rank\": \"253\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"26 Facts About Marilyn Monroe Because It's Her Birthday, And Also 'Cause Her Life Was Even Wilder Than I Thought\",\n            \"published_date\": \"2020-06-01 21:42:10\",\n            \"_id\": \"70e01117a8a8751347d8fc9f4a6126ee\"\n        },\n        {\n            \"summary\": \"The people need to know!\\n\\n\\n\\n\\nView Entire Post ›\",\n            \"country\": \"US\",\n            \"clean_url\": \"buzzfeed.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 BuzzFeed, Inc.\",\n            \"link\": \"https://www.buzzfeed.com/angelicaamartinez/lgbtq-characters-and-actors\",\n            \"rank\": \"253\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Tell Us Your Favorite LGBTQ Characters Who Were Also Played By LGBTQ Actors\",\n            \"published_date\": \"2020-06-01 21:41:05\",\n            \"_id\": \"12f2fc34affc4d89c8e9dadeba7912fc\"\n        },\n        {\n            \"summary\": \"'Necesitamos ir poco a poco normalizando las actividades productivas, sociales, económicas, culturales, repito, con cuidado\\\", dijo AMLO.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": \"(CNNEspañol.com)\",\n            \"rights\": null,\n            \"link\": \"https://cnnespanol.cnn.com/2020/06/01/lopez-obrador-mexico-necesita-ir-normalizando-sus-actividades/\",\n            \"rank\": \"55\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"López Obrador: México necesita ir normalizando sus actividades\",\n            \"published_date\": \"2020-06-01 21:40:05\",\n            \"_id\": \"aad919b1b48d4c0fa1c74a088fe41d0c\"\n        },\n        {\n            \"summary\": \"submitted by    /u/kmeriam  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/kmeriam\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/programming/comments/gutnrl/my_messy_analytics_breakup/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"My Messy Analytics Breakup\",\n            \"published_date\": \"2020-06-01 21:38:17\",\n            \"_id\": \"7e1034c0863552ee5f56a98a6b018a5c\"\n        },\n        {\n            \"summary\": \"As it prepares for the eventual return of student-athletes, the Pac-12 will require schools to conduct weekly coronavirus tests in order for them to participate in voluntary workouts...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Joseph Zucker\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894398-pac-12-to-require-schools-to-test-players-weekly-for-coronavirus-upon-return\",\n            \"rank\": \"1544\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Pac-12 to Require Schools to Test Players Weekly for Coronavirus Upon Return\",\n            \"published_date\": \"2020-06-01 21:37:38\",\n            \"_id\": \"3d3040cfd194ef53cc6bab61a8bc050e\"\n        },\n        {\n            \"summary\": \"Joanne Songy fights back tears as she tries to comprehend these last few weeks.\",\n            \"country\": \"US\",\n            \"clean_url\": \"boston.com\",\n            \"author\": \"CBS Boston\",\n            \"rights\": null,\n            \"link\": \"https://boston.cbslocal.com/2020/06/01/coronavirus-death-rutland-police-officer-john-joanne-songy-pandemic-protests/\",\n            \"rank\": \"572\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Widow Of Rutland Police Detective Killed By COVID-19 Says He Was ‘All For The Community'\",\n            \"published_date\": \"2020-06-01 21:35:49\",\n            \"_id\": \"21bac9a3bc4eb894de9705470d1bded0\"\n        },\n        {\n            \"summary\": \"Dr. Anthony Fauci, one of the most prominent members of the White House coronavirus task force, said on Monday that he has not spoken to or met with President Donald Trump in two weeks.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"https://www.cnn.com/2020/06/01/politics/fauci-trump-two-weeks/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Fauci hasn't spoken with Trump in two weeks\",\n            \"published_date\": \"2020-06-01 21:34:51\",\n            \"_id\": \"ef8cf75dc4930de5f54708d2f6e22281\"\n        },\n        {\n            \"summary\": \"The United States is considering the option of welcoming people from Hong Kong in response to China's push to impose national security legislation in the former British colony, U.S. Secretary of State Mike Pompeo said in remarks released on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/topNews/~3/WEFSwnNAknw/pompeo-says-u-s-considers-welcoming-hong-kong-people-entrepreneurs-idUSKBN23837A\",\n            \"rank\": \"80\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Pompeo says U.S. considers welcoming Hong Kong people, entrepreneurs\",\n            \"published_date\": \"2020-06-01 21:34:05\",\n            \"_id\": \"13b14939def599942debc62878206d56\"\n        },\n        {\n            \"summary\": \"submitted by    /u/DimVl  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/DimVl\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/Android/comments/gutko3/whoops_unreleased_android_11_beta_is_showing_up/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Whoops! Unreleased Android 11 beta is showing up on some Pixel phones.\",\n            \"published_date\": \"2020-06-01 21:33:38\",\n            \"_id\": \"10f2354791e68bda57b2c386668a17a1\"\n        },\n        {\n            \"summary\": \"Free agent pass-rusher Jadeveon Clowney turned down his richest offer yet from the Browns, but a team insider revealed it likely did not meet his standard.\",\n            \"country\": \"US\",\n            \"clean_url\": \"heavy.com\",\n            \"author\": \"J.R. De Groote\",\n            \"rights\": null,\n            \"link\": \"https://heavy.com/sports/2020/06/browns-jadeveon-clowney-offer-money/\",\n            \"rank\": \"2810\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Insider Reveals Why Jadeveon Clowney Spurned Browns\",\n            \"published_date\": \"2020-06-01 21:33:32\",\n            \"_id\": \"4536fcc4ee16f044aa81acf71992c5d1\"\n        },\n        {\n            \"summary\": \"Nick Cannon explicó en Variety por qué sintió que tenía que ir a Minneapolis y sumarse a las manifestaciones por la muerte de George Floyd. \\\"Necesitaba ver a las personas de esa comunidad: cuánto amor tenían por su comunidad y su gente y cuánto dolor ha causado esto\\\", escribió Cannon. \\\"Sentimos que el dolor se extiende por todo el mundo: la ira y el dolor. Esas imágenes nunca se borrarán de nuestras mentes\\\", agregó.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": \"Ángela Reyes\",\n            \"rights\": null,\n            \"link\": \"https://cnnespanol.cnn.com/2020/06/01/nick-cannon-explica-por-que-sintio-que-tenia-que-ir-a-minneapolis/\",\n            \"rank\": \"55\",\n            \"topic\": \"news\",\n            \"language\": \"es\",\n            \"title\": \"Nick Cannon explica por qué sintió que tenía que ir a Minneapolis\",\n            \"published_date\": \"2020-06-01 21:33:04\",\n            \"_id\": \"b51b43ad47afc4d2677e39c1be3fdd55\"\n        },\n        {\n            \"summary\": \"A new paper published in Nature identified an antibody taken from a patient infected with SARS that seems to neutralize COVID-19's infection potential.\\n \\nThe post Different Studies Found Killer T-Cells and Antibodies that Neutralize COVID-19 appeared first on Good News Network.\",\n            \"country\": \"US\",\n            \"clean_url\": \"goodnewsnetwork.org\",\n            \"author\": \"Good News Network\",\n            \"rights\": null,\n            \"link\": \"https://www.goodnewsnetwork.org/different-studies-found-killer-t-cells-and-antibodies-that-neutralize-covid-19/\",\n            \"rank\": \"10493\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Different Studies Found Killer T-Cells and Antibodies that Neutralize COVID-19\",\n            \"published_date\": \"2020-06-01 21:33:04\",\n            \"_id\": \"b81a3aac2789a2a38f1012a56887b4c3\"\n        },\n        {\n            \"summary\": \"President Trump lectured governors grappling with street violence, repeatedly accusing them of being weak.\",\n            \"country\": \"US\",\n            \"clean_url\": \"boston.com\",\n            \"author\": \"CBS Boston\",\n            \"rights\": null,\n            \"link\": \"https://boston.cbslocal.com/2020/06/01/jon-keller-president-trump-governor-phone-call-riots/\",\n            \"rank\": \"572\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Keller @ Large: Trump Should Be Careful What He Wishes For\",\n            \"published_date\": \"2020-06-01 21:31:41\",\n            \"_id\": \"eb86285a4caf54d99941e013a01dce59\"\n        },\n        {\n            \"summary\": \"Cliffhangers at the end of season finales are pretty standard, but some just hit harder than others. That is particularly the case with Sweet Magnolias, which fans originally thought was a chill, low-stakes watch, but turned out to have a ton of…\",\n            \"country\": \"US\",\n            \"clean_url\": \"elitedaily.com\",\n            \"author\": \"Mariah Kay\",\n            \"rights\": null,\n            \"link\": \"https://www.elitedaily.com/p/who-is-the-passenger-in-sweet-magnolias-the-season-1-finale-was-dramatic-22949329\",\n            \"rank\": \"2394\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Who Is The Passenger In 'Sweet Magnolias'? The Season 1 Finale Was Dramatic\",\n            \"published_date\": \"2020-06-01 21:31:33\",\n            \"_id\": \"7da225775b0f0b36dc8f123e366e28bf\"\n        },\n        {\n            \"summary\": \"The differences between former Vice President Joe Biden and President Trump are plain as day as the two respond to recent protests. \\n\\nWhy it matters: Americans are seeing firsthand how each presidential nominee responds to a national crisis happening during a global pandemic. \\n\\n\\n\\nTrump today at the White House: \\\"It's a movement. If you don't put it down, it will get worse and worse. The only time it's successful is when you're weak, and most of you are weak.\\\"\\n\\nBiden yesterday at a campaign site: \\\"The only way to bear this pain is to turn all that anguish to purpose. And as president, I will help lead this conversation — and more importantly, I will listen.\\\"\\n\\n\\nBiden seems ready for revolution:\\n\\n\\nDuring a virtual roundtable today with four mayors, Biden led a discussion on how the country can move forward after George Floyd's killing.\\n\\n\\\"I hope collectively we can keep the pressure up because I don't think this can continue without the public, across the board, just rising up,\\\" he said during a virtual roundtable with four mayors.\\n\\nHe was talking about Trump's handling of the coronavirus, but in the larger context of how the country can move forward after the deep racial divisions further revealed by Floyd's death.\\n\\n\\nTrump has chosen another path, as leaked audio revealed today:\\n\\n\\n'Most of you are weak,” Trump told state governors today. 'You have to arrest people.”\\n\\n'You have to dominate, if you don't dominate, you're wasting your time — they're going to run over you, you're going to look like a bunch of jerks.”\\n\\n'You've got to arrest people, you have to track people, you have to put them in jail for 10 years and you'll never see this stuff again.\\\"\\n\\n\\nThe bottom line: Voters are moving toward Biden in this moment. The most recent Washington Post/ABC poll has Biden with a 10-point lead over Trump among all registered voters. Just two months ago, Biden led by only 2 points.\",\n            \"country\": \"US\",\n            \"clean_url\": \"axios.com\",\n            \"author\": \"Alexi McCammond\",\n            \"rights\": null,\n            \"link\": \"https://www.axios.com/trump-biden-protests-george-floyd-0c63a416-5162-4fd5-8076-736eb8fb11ec.html\",\n            \"rank\": \"1785\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Biden and Trump strike vastly different tones in response to a nation in crisis\",\n            \"published_date\": \"2020-06-01 21:29:39\",\n            \"_id\": \"18e07be86226f2bd7ae32fae736d515c\"\n        },\n        {\n            \"summary\": \"Denver Mayor Michael Hancock said Monday that the weekend curfew aimed at dispersing protests against police brutality will be extended throughout the week. On Twitter, the mayor said the curfew would begin at 9 p.m. Monday and run through Friday morning. Over the weekend, the curfew had started at 8 p.m. I am extending Denver's […]\",\n            \"country\": \"US\",\n            \"clean_url\": \"coloradoindependent.com\",\n            \"author\": \"Natalia V. Navarro, CPR\",\n            \"rights\": null,\n            \"link\": \"https://www.coloradoindependent.com/2020/06/01/denver-curfew-floyd-protests-hancock/\",\n            \"rank\": \"31473\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Denver extends curfew in response to protests 170 arrested after curfew Sunday\",\n            \"published_date\": \"2020-06-01 21:28:56\",\n            \"_id\": \"74cfe763a55d6dddd90eff2796f882a3\"\n        },\n        {\n            \"summary\": \"The brother of George Floyd and mother of Breonna Taylor had a message for people who are bringing violence to peaceful protests: You're doing nothing to help.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/Y2prTJDiWPk/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"As America awaits another night of protests and curfews, families of those killed say no more violence\",\n            \"published_date\": \"2020-06-01 21:28:29\",\n            \"_id\": \"7f85a9186b99d778eac5fb37c16554ab\"\n        },\n        {\n            \"summary\": \"Italy has released its official COVID-19 contact-tracing app, which is built on the framework developed by Apple and Google to track infections. Four regions -- Liguria, Abruzzo, Marche and Puglia -- will start piloting Immuni (Italian for \\\"immune\\\") on June 8th, according to Reuters. The app will later be made available in the rest of the country.\\n\\nImmuni is one of the first few apps to take advantage of Apple and Google's contact-tracing API, and follows one Switzerland started piloting last week. The pandemic has hit Italy harder than most countries, as it has claimed at least 33,500 lives there. The country started easing lockdown restrictions in early May, but there are still fears that the infection rate may soar once more unless people adhere to social distancing guidelines.\\n \\t\\t\\t\\t\\t\\t\\t\\nThe exposure notification app uses Bluetooth to swap codes between mobile devices. If someone tests positive for COVID-19 and they mark that status on Immuni, it will alert people who have been in close proximity with that person. They'll be advised to self-isolate and get tested for the virus themselves to limit the spread of COVID-19. \\n\\nConcerns have been raised that the app will violate people's privacy. However, the Italian government says the app doesn't collect personal or geolocation data. Data stored on smartphones is encrypted, as are connections between the app and the server. All app-related data, whether on people's own devices or servers, must be deleted when it's no longer needed, or by the end of the year at the latest. \\n\\nAlthough Immuni isn't mandatory, the more people who use it, the more effective it will be, the government said. However, a survey conducted late last month suggested that just 44 percent of Italians will or probably will download the app.\",\n            \"country\": \"US\",\n            \"clean_url\": \"engadget.com\",\n            \"author\": \"Kris Holt\",\n            \"rights\": \"Copyright 2020 AOL Inc. The contents of this feed are available for non-commercial use only.\",\n            \"link\": \"https://www.engadget.com/italy-coronavirus-contact-tracing-app-apple-google-covid-19-212811596.html\",\n            \"rank\": \"283\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Italy's 'Immuni' COVID-19 contact tracing app uses Google, Apple tech\",\n            \"published_date\": \"2020-06-01 21:28:11\",\n            \"_id\": \"562258a1f1ed6dc387210bf13413a1a5\"\n        },\n        {\n            \"summary\": \"White House aides were instructed Monday to begin preparing for a possible statement by President Donald Trump from the Rose Garden, two officials told CNN, providing a venue for the President to address growing racial unrest gripping the country.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/nrKHgB7GwzI/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"White House preps for potential statement as even Trump's allies grow frustrated\",\n            \"published_date\": \"2020-06-01 21:28:08\",\n            \"_id\": \"c5c74e0527875fd32793fc577ba5627f\"\n        },\n        {\n            \"summary\": \"I got into python recently and have been wondering what is a good starting point for creating an automated trading bot that automatically sells shares/forex/commodities when turning in a nice profit.\\n \\n   submitted by    /u/Sebastianthebastion  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/Sebastianthebastion\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/Python/comments/gutgge/hello_world/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Hello world!\",\n            \"published_date\": \"2020-06-01 21:27:34\",\n            \"_id\": \"36b11dad924086b8612cae977ab3723e\"\n        },\n        {\n            \"summary\": \"Senate Majority Leader Mitch McConnell is checking with senators to see if a bill to fix elements of the emergency small business lending program, passed overwhelmingly by the House last week, can pass the chamber unanimously, according to two aides.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_allpolitics/~3/4l3CNmzvY3U/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"McConnell seeks to move House-passed fix to Paycheck Protection Program as soon as possible\",\n            \"published_date\": \"2020-06-01 21:26:39\",\n            \"_id\": \"2f87c7a7de1f5e61e272779281cb280a\"\n        },\n        {\n            \"summary\": \"ViacomCBS' Entertainment & Youth Group networks, which include MTV, Comedy Central, VH1 and more, will run nearly nine minutes of breathing sounds with the words \\\"I can't breathe\\\" Monday evening. The company said the video is meant to show its support for the Black Lives Matter movement.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/viacomcbs-networks-air-9-minute-video-of-breathing-for-george-floyd.html\",\n            \"rank\": \"162\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"ViacomCBS networks like MTV, Comedy Central air nearly 9 minutes of breathing to remember George Floyd\",\n            \"published_date\": \"2020-06-01 21:26:38\",\n            \"_id\": \"e805e58a4674572f09280e3daea4d473\"\n        },\n        {\n            \"summary\": \"As protests over the death of George Floyd erupt across the nation, small businesses that have struggled for months because of the coronavirus pandemic are facing a new threat to their survival.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/6GXr1ij0ukg/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Small businesses across America were struggling to survive. Now they face a new threat\",\n            \"published_date\": \"2020-06-01 21:25:30\",\n            \"_id\": \"1a6c94a50180a8af4cb2b47c5402fe25\"\n        },\n        {\n            \"summary\": \"Employees are feeling more uneasy than normal talking to their managers about problems at work. \\n \\nA recent study from the business advisory firm, Brunswick found US workers are more uncomfortable addressing issues at work now than they were before the start of the COVID-19 pandemic.  \\n \\nTo help employees feel more comfortable, experts recommend more frequent check-ins, being open about challenges, and developing strategies to retain an inclusive and diverse workforce. \\n \\n Click here for more BI Prime content.\\n \\n \\nEmployees are feeling more uncomfortable bringing issues to their managers now than they did before the start of the coronavirus pandemic. \\n \\nIn an exclusive research partnership with Business Insider, business advisory firm Brunswick found that 57% of US employees feel comfortable talking to their managers about problems at work compared to 65% of workers before the start of the pandemic. That's a nearly eight percentage point difference.\\n \\nThe coronavirus pandemic and looming recession has caused massive anxiety for workers across the country. The total number of initial unemployment claims topped more than 40 million last week, Business Insider previously reported.\\n \\nPlus, employees may want to talk about escalating racial tensions in the US, but may not know how to bring it up. This is especially true after the protests that have ensued following the death of George Floyd, a black man pinned on the ground by a white police officer in Minneapolis, Minnesota, last week.\\n \\nAs uncertainty increases, career experts and executives recommend that managers schedule more frequent check-ins, have difficult conversations early on, and prioritize diversity and inclusion.\\n \\nHere's why these three actions will help employees feel more comfortable discussing problems at work. \\n \\nAllow for open lines of communication with employees\\n \\nInstead of managers waiting for workers to come to them with issues, leaders should provide opportunities for employees to come forward and express concerns. For example, PwC uses \\\"virtual\\\" town halls, where employees have a forum to share their issues. \\n \\nHaving more frequent check-ins is a crucial strategy for leading remote teams. During these check-ins, it's important for managers to ask, \\\"How can I help?\\\" and \\\"What are your priorities this week.\\\" This can help employees communicate any challenges they may be facing. \\n \\nData from the network hardware company Cisco shows that team leaders who check in with their reports once a week see a 13% increase in team engagement, compared those who check in once a month who see a 5% dip in engagement.\\n \\nBe upfront about any challenges the company is experiencing\\n \\nOne way managers can bolster employee trust is through communicating any challenges that come up early on.\\n \\nExecutives can expand transparency through sharing their hiring practices, internal processes, or revenue and diversity data. Having this information out in the open can also build a more confident workforce. \\n \\n\\\"If all the information about everything that's going on is freely available, that helps everyone to feel completely on board with decisions,\\\" Kevan Lee, the vice president of marketing at the social media company Buffer, wrote in a blog post. \\\"By practicing transparency, we've found that we get much more feedback on our decisions. We try to take in all that feedback and make adjustments based on it.\\\"\\n \\nIf a company is struggling it's good to be upfront with employees. This may include discussions about potential layoffs or furloughs. Business Insider previously reported that when Airbnb laid off more than 1,000 workers they outlined their decision for cutting certain employees and why they kept the information confidential. \\n \\nPrioritize diversity and inclusion \\n \\nIn the workplace, employees of color are often hit hardest by layoffs. During the COVID-19 crisis, this has only worsened. Research from Brunswick shows African American, Asian, and Latinx employees are more hesitant to bring up workplace issues to their manager than their white colleagues.\\n \\nCurrently, 47% of black employees feel comfortable talking to their manager about challenges in the workplace compared to 61% of white workers.\\n \\nFrom a heightened risk of infection to higher unemployment rates — the pandemic has had devastating effects on employees of color. A recent poll from Morning Consult, shows one in 10 black Americans say they personally know someone who's died from COVID-19. \\n \\nManagers can support marginalized workers by expanding benefits at work. If employees feel uncomfortable talking about these issues, it may be necessary to have specific policies in place to help them. This may mean increasing paid sick leave, and offering caregiver benefits to help offset their stress. \\n\\nSEE ALSO: How Americans worry the coronavirus will damage society\\n \\nJoin the conversation about this story »\\n                        \\nNOW WATCH: How waste is dealt with on the world's largest cruise ship\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Mr. Tatyana Bellamy Walker\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/how-to-be-a-good-manager-difficult-conversations-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"3 personal changes bosses should make so workers feels comfortable having difficult conversations with them\",\n            \"published_date\": \"2020-06-01 21:24:48\",\n            \"_id\": \"076d1164725c1caa1baae00f56a8313c\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"politico.com\",\n            \"author\": \"Sam Sutton\",\n            \"rights\": \"2020 POLITICO\",\n            \"link\": \"https://www.politico.com/states/new-jersey/story/2020/06/01/murphy-oks-stage-two-of-new-jerseys-reopening-1289830\",\n            \"rank\": \"577\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Murphy OKs ‘Stage Two' of New Jersey's reopening\",\n            \"published_date\": \"2020-06-01 21:24:40\",\n            \"_id\": \"7fe06248f8bdc3feb330b3e5a32cf42b\"\n        },\n        {\n            \"summary\": \"I am trying to build a slack bot with their events api and I am able to get the bot connected to my workspace, however I cannot get else if statements to work. I get thrown a invalid syntax error\\n \\nAnyone have experience with this? I can't seem to get around it.\\n \\n   submitted by    /u/Pisspie  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/Pisspie\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/Python/comments/gutef3/anyone_here_have_experience_with_slack_bots/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Anyone here have experience with slack bots?\",\n            \"published_date\": \"2020-06-01 21:24:33\",\n            \"_id\": \"7bed0ceb2a720af88994f627d5cd461b\"\n        },\n        {\n            \"summary\": \"Clemson leading scorer Aamir Simms is returning for a final season after withdrawing his name from the NBA draft.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/clemson-leading-scorer-simms-returning-for-final-y/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Clemson leading scorer Simms returning for final year\",\n            \"published_date\": \"2020-06-01 21:23:50\",\n            \"_id\": \"0e74a16c366713b6eef1a74012e4c9bb\"\n        },\n        {\n            \"summary\": \"Marketers whose messages were unwelcome when the coronavirus struck are now grappling with how to message as protests sweep the country over George Floyd's death.\\n \\nMany companies that in the past may have avoided controversy are announcing their support for protesters.\\n \\nThe risks for backlash are high, though, because the situation is volatile and companies are facing criticism for not living up to their public statements.\\n \\nClick here for more BI Prime stories.\\n \\n \\nWhen the pandemic hit in March, many companies stopped advertising completely to avoid looking tone deaf during a crisis, or like Toyota and Facebook, changed their messages. Ad agency Magna Global advised advertisers to avoid ads that go against health and safety recommendations — like showing people at concerts, hugging, or kissing.\\n \\nNow brands see a new chance to message as calls of racial discrimination and inequality erupted in protests across the country after the death of George Floyd, the black Minneapolis man who died May 25 after a white police officer knelt on his neck.\\n \\nCompanies that have in the past avoided speaking on or advertising near negative or controversial issues like the pandemic have come out publicly supporting the protests.\\n \\nNike, which ran a controversial ad starring former NFL player Colin Kaepernick in 2018, on May 29 released a short text ad called \\\"Don't Do It\\\" encouraging people to \\\"be part of the change.\\\" \\n \\nPeloton announced it was donating $500,000 to the civil rights association National Association for the Advancement of Colored People.\\n \\nViacomCBS said its entertainment and youth brands would go dark to honor victims of racism.\\n \\nCompanies have been weighing in on social causes and current events in recent years with the idea that consumers want companies to stand for something more than what they sell. In a 2019 report, \\\"Purpose is Everything,\\\" Deloitte found that while price and quality were highly valued (by 55%) in making buying decisions, the same percent said companies have a responsibility to act on issues related to their purpose.\\n \\nNike, Facebook and others faced criticism for statements of support\\n \\nBut in an age of transparency, such efforts can ring tone deaf or hypocritical to critics if the companies are seen as exploiting a tragedy and not having their own house in order.\\n \\nShannon Jones, cofounder of marketing consultancy Verb, said that public reaction to brands' protest statements exposed which have strong diversity and inclusion efforts.\\n \\n\\\"When you're standing up for what's right, there isn't a lot of gray in that,\\\" she said. \\\"This isn't going to be a one-and-done — I think there will be a heightened level of accountability moving forward.\\\"\\n \\nAfter Nike posted its ad, it was criticized over sexual harassment and its labor practices.\\n \\nAnd while Facebook said it would donate $10 million to racial justice groups, employees held a virtual walkout on June 1 in response to CEO Mark Zuckerberg's reactions to President Donald Trump's recent posts.\\n \\n\\\"It's hard to do because you have to be human and so many brands have struggled to do that,\\\" said Derek Walker, owner of ad agency Brown and Browner. \\\"Your actions have to line up with your past actions — there's a balance and if you can't get the balance right then don't say anything at all.\\\"\\n \\nIt's particularly risky for brands to tie themselves to the protests' causes, said Ian Schafer, cofounder and CEO of Kindred, an organization that brings together influencers and purpose-driven companies. He said it was one thing to express sympathies after events like Sept. 11.\\n \\n\\\"This is very different because companies had not been making money off of exploiting terrorism,\\\" he said. \\\"But there are lots that have made money off of liberally borrowing off black culture, and in some cases exploiting it, and they do have a responsibility to acknowledge that if it wasn't for those communities, these companies wouldn't have had the success they had.\\\"\\n \\n\\\"If you don't have the lens right internally, nothing you do externally is going to come across,\\\" Schafer said.\\n \\nKeith Hernandez, founder and partner of marketing consultancy Launch Angle, said advertisers need to examine their own diversity efforts and communicate what steps they plan to take in their messaging. He advised brands to not rush in putting out statements supporting causes.\\n \\n\\\"This is centuries of dehumanizing racial injustice and decades of inequality — it's not going to be resolved by two people hugging in your ad,\\\" he said. \\\"They can't do this overnight but they first need to understand how to take action.\\\"\\n\\nSEE ALSO: 16 ad buyers tell us which media companies are poised to benefit the most in the pandemic, like Roku and Fox\\n \\nJoin the conversation about this story »\\n                        \\nNOW WATCH: A cleaning expert reveals her 3-step method for cleaning your entire home quickly\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Lauren Johnson and Lucia Moses\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/advertisers-face-risks-in-supporting-george-floyd-protests-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"First the pandemic crushed companies' advertising. Now they risk coming off as tone-deaf for supporting nationwide protests.\",\n            \"published_date\": \"2020-06-01 21:23:49\",\n            \"_id\": \"4ac20a672edcb8aad53b5c24faa20947\"\n        },\n        {\n            \"summary\": \"It's my prayer that during this time of growing crises in health, safety, racial discord, and social erosion, millions of us will turn to the One Who alone can bring the healing America urgently needs.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"Tony Perkins\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/mob-violence-and-police-brutality-result-from-a-mo/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Mob violence and police brutality result from a morally bankrupt America\",\n            \"published_date\": \"2020-06-01 21:23:24\",\n            \"_id\": \"81cfc899ad76ff584c23b4504596dbb8\"\n        },\n        {\n            \"summary\": \"submitted by    /u/hiredinc  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/hiredinc\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/programming/comments/gutdf0/virtual_event_hired_gresearch_talk_open_source_on/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Virtual Event: Hired & G-Research Talk Open Source on Wednesday, June 3rd at 9am PT / 12pm ET / 5pm BST\",\n            \"published_date\": \"2020-06-01 21:23:05\",\n            \"_id\": \"1b72a6342dcaefface41d65de4c6597c\"\n        },\n        {\n            \"summary\": \"Endeavor CMO Bozoma Saint John discussed what companies need to do next after releasing statements against racial injustice. \\\"Of course talk is cheap.\\\"\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/bozoma-saint-john-companies-must-put-their-money-where-their-mouth-is.html\",\n            \"rank\": \"162\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Bozoma Saint John says companies need to 'put their money where their mouth is'\",\n            \"published_date\": \"2020-06-01 21:22:38\",\n            \"_id\": \"6c6b456b8708da8db4b8906c3adf13e6\"\n        },\n        {\n            \"summary\": \"Após meses de disseminação de teorias da conspiração, pessoas do mundo todo querem que Gates seja preso por crimes contra a humanidade. Veja como as coisas chegaram a esse ponto.\\n\\n\\n\\n\\nView Entire Post ›\",\n            \"country\": \"US\",\n            \"clean_url\": \"buzzfeed.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 BuzzFeed, Inc.\",\n            \"link\": \"https://www.buzzfeed.com/br/ryanhatesthis/bill-gates-conspiracao-coronavirus-vacina-covid-19\",\n            \"rank\": \"253\",\n            \"topic\": \"news\",\n            \"language\": \"pt\",\n            \"title\": \"Como o Facebook e o YouTube deixaram teóricos da conspiração transformarem Bill Gates no vilão da pandemia\",\n            \"published_date\": \"2020-06-01 21:22:35\",\n            \"_id\": \"b2caddb3d87065a76e566dca945355fa\"\n        },\n        {\n            \"summary\": \"I wonder if the solution to what ails Minneapolis and its police is really giving more unaccountable power to Democrats.\",\n            \"country\": \"US\",\n            \"clean_url\": \"nationalreview.com\",\n            \"author\": \"Kevin D. Williamson\",\n            \"rights\": null,\n            \"link\": \"https://www.nationalreview.com/corner/democrats-dominate-minneapolis-and-minnesota-politics/\",\n            \"rank\": \"1597\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Protest and Partisanship\",\n            \"published_date\": \"2020-06-01 21:22:25\",\n            \"_id\": \"574d18e3b6c93672e09d28eff96cff1f\"\n        },\n        {\n            \"summary\": \"A report from the Congressional Budget Office shows the pandemic has devastated the U.S. economy to the extent that it will shrink the country's economy by nearly $8 trillion over the next decade.\",\n            \"country\": \"US\",\n            \"clean_url\": \"newsweek.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.newsweek.com/pandemic-expected-shrink-us-gdp-8-trillion-congressional-report-says-1507944?utm_source=Public&utm_medium=Feed&utm_campaign=Distribution\",\n            \"rank\": \"397\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Pandemic Expected to Shrink U.S. GDP by $8 Trillion, Congressional Report Says\",\n            \"published_date\": \"2020-06-01 21:22:04\",\n            \"_id\": \"0847a20a3d857f7ee97c7ea6fb62a5da\"\n        },\n        {\n            \"summary\": \" \\n\\n\\n \\n \\nBrooklinen's linen bed sheets are made out of high-quality Belgian and French flax fibers.\\n \\nThe sheets are available in 14 different colors and patterns (including four limited-edition ones for summer), and prices start at $224.10 for a Full sheet set. Unfortunately, there are no linen sets for Twin beds.\\n \\n They're not as soft as the sateen sheets and will naturally look more wrinkly than Classic Percale and Heathered Cashmere as those are characteristics of the material, but they're also really breathable and perfect for anyone who sleeps hot.  \\n \\nSee more: The best sheets you can buy\\n \\n \\n\\n \\nTable of Contents\\n\\nAccording to a recent survey conducted by the Sleep Foundation, about 85% of people said that having comfortable sheets and bedding are important in getting a good night's sleep. Additionally, nearly 70% pointed out that bedroom temperature is also important — something many of us find a little difficult to manage in the summer when our bedrooms are scorching hot. \\n \\nThat being established, the sheets that keep you all warm and snuggly during the winter months probably aren't going to do you any favors during a heatwave. If you want to get a good night's sleep in the summer without blasting the AC, consider investing in a set of Brooklinen Linen Sheets.\\n \\nWhat to expect from Brooklinen's linen sheets\\n \\nIn case you're in the dark about one of our favorite bedding brands, here's the backstory. The five-year-old company launched in 2014 after a successful Kickstarter, and offers high-quality, beautiful sheets at reasonable prices, including ones made from soft cashmere and linen. \\n \\nI knew linen is breathable and appropriate for sweaty summer nights, so I tested the Brooklinen Linen Hardcore Bundle and I wasn't disappointed.\\n \\nOne of the first things you'll notice when you receive a set of sheets from Brooklinen is the really nice packaging. Each set comes neatly folded in a fabric bag, which is a nice touch and a convenient way to store the sheets, but there's even more attention to detail with the sheets themselves. \\n \\nFor instance, each fitted sheet has labels identifying the \\\"short\\\" and \\\"long\\\" side, so it's super easy to make your bed correctly every time. Each duvet cover also includes interior corner ties to keep your comforter from sliding around, and big, sturdy closure buttons that won't fall off in the wash. It's those little things that make me a repeat customer.\\n \\nAs far as the material, I instantly fell in love with it. They aren't soft and silky like Brooklinen's other sheets but have a bit more texture to them. To me, there is something incredibly luxurious yet earthy about the feel of the sheets.\\n \\nMy husband didn't feel the same way. \\\"These feel like sandpaper,\\\" he said to me when he got into bed. However, the tune of the hot-blooded man I married changed by morning. \\\"Actually, these are pretty awesome,\\\" he backtracked. Not only did he get used to the sensation on his skin, but the breathable, looser weave fabric also made it possible for him — and I — to get through the night without sweating.\\n \\nOne thing to point out is that if you love the smooth look of bed sheets, linen is not for you. There's no way to keep these babies from looking anything less than slept in. Linen wrinkles — it's just a fact. You can have them dry cleaned, steamed, pressed with an iron, and it still won't matter. But to me, that adds to their unique characteristics.\\n \\n\\n \\nFabric and care for the sheets\\n \\nFabric\\n \\nThe sheets are 100% linen, made out of Belgian and French flax, and constructed in Portugal. They are OEKO-TEX certified chemical-free so they won't irritate the skin. Each set has also been individually pre-washed and garment-dyed.\\n \\nColors\\n \\nThe sheets are available in 14 different solid colors (including four limited edition shades for summer: Terracotta, Berry, Cantaloupe, and Cantaloupe and Cream, orange and white stripes) and one pattern (charcoal and white stripes). While the offerings aren't extensive, each shade is gorgeous and there's a good chance you'll find one that you like.\\n \\nSizing\\n \\nIf you have a twin bed, sorry, you're out of luck. Brooklinen's linen sheet sets are only available in four sizes — Full, Queen, King, and California King.\\n \\nCare requirements\\n \\nBrooklinen suggests machine-washing them in cold water with a natural detergent and tumble drying them on low.\\n \\nEven though the sheets are pre-washed, I'd still suggest you run them through the wash before sleeping on them the first time. I washed my sheets prior to placing them on my bed, but I opted to throw the duvet cover on straight away and it shed a bunch of fibers. The first few times that I laundered my set, I noticed quite an abundance of lint in my dryer filter too.\\n \\nThat said, I haven't noticed any color bleeding in the wash, or fading in general. \\n \\nLifetime warranty\\n \\nBrooklinen offers a great lifetime warranty on all of its sheets. If you experience any pilling, ripping, or fraying, Brooklinen will repair it — no questions asked. If a repair isn't possible, it'll go the extra mile and replace it free of charge.\\n \\n365-day trial\\n \\nThe company also offers a 365-day trial, giving you the opportunity to try the sheets out before fully committing. If you hate them, just send them back.\\n \\nPrice\\n \\nThe only con about these sheets is that the price may be a bit prohibitive — even more so when compared to Brooklinen's other sheets.\\n \\nFor example, a set of luxury hotel-style Classic Percale sheets retails for $83.70 and its popular Luxe Sateen goes for $88.20, while a set of the Linen will set you back $224.10.\\n \\nBut you can look at these as an investment, which I do. You can use them year-round, but chances are you'll reserve them just for the summer months, so they'll end up lasting years.\\n \\nThe bottom line\\n \\nDo yourself a favor this summer and invest in your sleep.\\n \\nThese sheets will look gorgeously rumpled on your bed, feel amazing against your skin, and keep you cool all night long. It managed to win over my husband in just one night, but with a great free trial, there's not much to lose either.\\n \\n\\n\\nJoin the conversation about this story »\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Leah Groth\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/brooklinen-linen-bed-sheets-review\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Brooklinen's linen bed sheets prevent me from sweating overnight — they're not as soft as cotton or percale, but they're much more breathable\",\n            \"published_date\": \"2020-06-01 21:22:00\",\n            \"_id\": \"e8910367e7cd45fbe7cfec55fc2e675b\"\n        },\n        {\n            \"summary\": \"NBC's Shaquille Brewster reports that there's a \\\"sense of community\\\" at George Floyd's vigil in Minneapolis.\",\n            \"country\": \"US\",\n            \"clean_url\": \"msnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.msnbc.com/mtp-daily/watch/george-floyd-s-brother-urges-peaceful-demonstrations-84200517679\",\n            \"rank\": \"950\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"George Floyd's brother urges peaceful demonstrations\",\n            \"published_date\": \"2020-06-01 21:21:21\",\n            \"_id\": \"a50e8f955d3102db6876d59e658d299f\"\n        },\n        {\n            \"summary\": \"Endeavor CMO Bozoma Saint John discussed what companies need to do next after releasing statements against racial injustice. &quot;Of course talk is cheap.&quot;\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/bozoma-saint-john-companies-must-put-their-money-where-their-mouth-is.html\",\n            \"rank\": \"162\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Bozoma Saint John says companies need to 'put their money where their mouth is' to fight racism\",\n            \"published_date\": \"2020-06-01 21:21:00\",\n            \"_id\": \"9278b8b3a01d3e3dd74a34db45256fb2\"\n        },\n        {\n            \"summary\": \"As public rage over the killings of black Americans, often at the hands of police, continues to escalate, protests around the country are growing as well. In Minneapolis, New York, Boston, Philadelphia, and other cities, protesters are turning out…\",\n            \"country\": \"US\",\n            \"clean_url\": \"elitedaily.com\",\n            \"author\": \"Lilli Petersen\",\n            \"rights\": null,\n            \"link\": \"https://www.elitedaily.com/p/barack-obamas-advice-on-protesting-action-after-george-floyds-death-includes-1-big-step-22948044\",\n            \"rank\": \"2394\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Barack Obama's Advice On Protesting & Action After George Floyd's Death Includes 1 Big Step\",\n            \"published_date\": \"2020-06-01 21:20:25\",\n            \"_id\": \"c5d23fd95c9bcbca63260e555c14fb08\"\n        },\n        {\n            \"summary\": \"submitted by    /u/superiorpanda  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/superiorpanda\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/technology/comments/gutbfy/us_law_enforcement_using_covid19like_contact/\",\n            \"rank\": \"43\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"US Law Enforcement Using COVID-19-like Contact Tracing To Catch Violent Rioters & Looters\",\n            \"published_date\": \"2020-06-01 21:20:19\",\n            \"_id\": \"bb91405912b190625433d11d56b1c4fe\"\n        },\n        {\n            \"summary\": \"Four people were killed in a collision in Decatur between a car and a semi-trailer truck early Monday, according to authorities in central Illinois.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/4-killed-in-truck-auto-collision-on-decatur-street/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"4 killed in truck-auto collision on Decatur street\",\n            \"published_date\": \"2020-06-01 21:20:08\",\n            \"_id\": \"18b7b9916eca5f236a8cb321b27c5b6e\"\n        },\n        {\n            \"summary\": \"A tropical depression formed Monday in the Gulf of Mexico and forecasters warn it could become a tropical storm during the night or on Tuesday, capably of dumping heavy rains over parts of southern Mexico and Central America.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/depression-forms-in-gulf-heavy-rain-threat-for-sou/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Depression forms in Gulf, heavy rain threat for south Mexico\",\n            \"published_date\": \"2020-06-01 21:20:03\",\n            \"_id\": \"8b7fd3684e527a27c354306efe85410a\"\n        },\n        {\n            \"summary\": \"Feeling empowered to walk away when things go bad is key to all healthy relationships. \\n \\nOn Monday, the CEO of the online therapy app Talkspace provided a perfect example of that very behavior by ending his company's planned partnership with Facebook. According to a statement shared online, CEO Oren Frank was sick of all the racism — not to mention violence and lies — Facebook incites. \\n \\nAs the country reels from the police killing of George Floyd and Facebook CEO Mark Zuckerberg continues to allow Donald Trump to threaten Black Lives Matter protesters with death, Frank appears to have made the reasonable call to distance his mental health-focused brand from Facebook. Read more...\\nMore about Facebook, Mark Zuckerberg, George Floyd, Tech, and Big Tech Companies\",\n            \"country\": \"US\",\n            \"clean_url\": \"mashable.com\",\n            \"author\": \"Jack Morse\",\n            \"rights\": null,\n            \"link\": \"http://feeds.mashable.com/~r/Mashable/~3/OgMdIGzZVVE/\",\n            \"rank\": \"236\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Talkspace bails on Facebook deal, CEO cites 'violence, racism, and lies'\",\n            \"published_date\": \"2020-06-01 21:19:52\",\n            \"_id\": \"17b59a4b49af00d3a7bdcc7fefb94952\"\n        },\n        {\n            \"summary\": \"A group seeking to reduce Oklahoma's high prison incarceration rate delivered more than 260,000 signatures to the state on Monday as part of its effort to get a state question on the ballot.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/oklahoma-group-submits-signatures-for-sentencing-q/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Oklahoma group submits signatures for sentencing question\",\n            \"published_date\": \"2020-06-01 21:19:45\",\n            \"_id\": \"9b2634ad89a7c0cf52309d627471eb93\"\n        },\n        {\n            \"summary\": \"Minneapolis and other U.S. cities braced for more heated demonstrations Monday after protesters and police across the nation clashed for a sixth straight night in the wake of George Floyd's death.\\n      \",\n            \"country\": \"US\",\n            \"clean_url\": \"usatoday.com\",\n            \"author\": \"USA TODAY\",\n            \"rights\": \"Copyright 2020, GANNETT\",\n            \"link\": \"http://rssfeeds.usatoday.com/~/625800282/0/usatoday-newstopstories~Watch-Protesters-around-US-demand-justice-for-George-Floyd\",\n            \"rank\": \"138\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Watch: Protesters around U.S. demand justice for George Floyd\",\n            \"published_date\": \"2020-06-01 21:19:39\",\n            \"_id\": \"c3a6a07d379a5f53c1cd7b5b6b290b2e\"\n        },\n        {\n            \"summary\": \"A town councilman in northwest Indiana has resigned his seat after joking on Facebook that a friend who's a plow truck driver should 'straight blade” protesters blocking his route to work.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/councilman-resigns-over-quip-to-straight-blade-pro/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Councilman resigns over quip to 'straight blade' protesters\",\n            \"published_date\": \"2020-06-01 21:19:31\",\n            \"_id\": \"c6e53a6046697f11550454b4d9f3d3f7\"\n        },\n        {\n            \"summary\": \"The driver of a semitrailer who rolled into the midst of thousands of people who had gathered on a closed Minneapolis freeway to protest George Floyd's death was apparently confused and didn't mean to injure anyone, Gov. Tim Walz said Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/minneapolis-truck-driver-didnt-mean-hurt-protester/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Minneapolis truck driver didn't mean to hurt protesters, governor says\",\n            \"published_date\": \"2020-06-01 21:19:30\",\n            \"_id\": \"85d50a402661735dd8f1dae18518fc0d\"\n        },\n        {\n            \"summary\": \"Travel between the US and Europe is restricted due to COVID-19, but you can still get a taste of the old world here at home. \\n \\nFrom impressive architecture and scenery to rich culture and cuisine, these American cities pack in plenty of charm similar to countries such as Italy, Germany, and Spain.\\n \\nWe've detailed what you'll find in each destination as well as top-rated hotels for each getaway, with prices ranging from $110 to $315 per night.\\n \\nRead more: Is it safe to stay in a hotel right now? An infectious disease doctor, a cleaning expert, and hotel reps all share what you should know before you check-in.\\n \\n \\nMost summers see a surge in cross-continental travel as Americans flock to European cities like Paris, Venice, and London. Last year, 6.7 million Americans traveled to Europe during the months of June, July, and August, according to US Commerce Department data. \\n \\nWhile the area is gradually opening up to tourism after months of lockdown in response to the novel coronavirus, many restrictions are still in place, especially for international travelers. Similarly, the Department of State issued a Global Level 4 Health Advisory advising US citizens to avoid all international travel, and the European Union's external borders are currently closed to non-essential international travel.\\n \\nHowever, every member state has its own rules and timetable to reopen. Some countries announced tentative dates for foreign tourists including Portugal, which will receive flights from the US starting June 6; and Spain, which will \\\"gradually open\\\" to international tourism starting July 1, according to a tweet from Foreign Minister Arancha Gonzalez Laya.\\n \\nBut the vast majority of countries have not made official announcements and many restrictions will likely be in place when they do, such as mandatory self-isolation. \\n \\nIn other words, normal overseas travel is still a long way off. However, you may still channel the feelings of a far-flung getaway right here at home. Many destinations and cities within the US feel plucked straight out of Europe, with charming architecture, rich culture, enticing dining, and atmospheric streets to wander.\\n \\nFor example, St. Augustine and New Orleans were both influenced by European settlers and are teeming with European influences, while Venice, California was modeled after its European namesake, but infuses its own unique spirit and flavor. \\n \\nInstead of visiting Europe, consider these US destinations, no trans-Atlantic flight required.\\n \\nFor more domestic travel destinations, click below to jump directly to all coverage of best places to visit in the US\\n \\n \\n6 top road trips in the US and where to stay along the way\\n \\n10 getaways across the US that are within a 1- to 4-hour drive from major cities \\n \\nThe best hotels in or near national parks\\n \\nThe best US mountain resorts for all seasons\\n \\nThe best beach hotels in the US\\n \\nThe best hotels for families in the US\\n \\nThe best US island hotels that don't require a passport\\n \\nThe best glamping vacations in the US\\n \\n \\nHere are 7 US destinations that feel like Europe.\\n\\nIf you can't go to Tuscany, Italy … try Napa Valley, California\\n  \\n\\nRolling acres of vineyards, charming rural towns, and tasting rooms pouring hearty red wines are among the many reasons you might want to visit Tuscany. \\n \\nThey're also found in droves in the beautiful Napa Valle. Like its Italian counterpart, Napa is best known for its wineries and you'll find some 500 of them here, often built in a style reminiscent of those in the Italian countryside.\\n \\nAmong them is Andretti Winery, founded by Italian racecar champ Mario Andretti, whose stone courtyard, fountains, and villa-like tasting room conjures Tuscany at its finest. And Calistoga's Castello Di Amorosa winery is set in a medieval-style stone castle that looks like the centuries-old estates that dot the Tuscan hills. \\n \\nNot only can you drink like an Italian in Napa Valley, but you can also eat like one, too. Bottega Napa Valley in Yountville serves micro-regional Italian cuisine, with dishes drawn from every region of the country in a rustic setting complete with Venetian-plaster walls and Murano glass chandeliers. Napa Valley also has a long history producing olive oil; try the local stuff at Napa Valley Olive Oil Manufacturing Company, set inside a quaint clapboard barn on the outskirts of St. Helena.\\n \\nWhere to stay\\n \\nThe boutique North Block Hotel sports a fountained courtyard with a relaxing Tuscan vibe, and its downtown Yountville location makes a great base for exploring the Napa wine region.\\n \\nThe warmly decorated rooms have a breezy Mediterranean feel. Deluxe Queens, starting at $315 per night in low season, measure around 350 square feet and feature patios or balconies. \\n\\n \\n\\n\\nIf you can't go to Spain … try St. Augustine, Florida\\n  \\n\\nTucked on the northeast coast of Florida is America's oldest city, founded by the Spanish in 1565.\\n \\nYou can feel St. Augustine's 450-year-old Spanish heritage as you stroll through the narrow stone and brick-paved streets of the historic downtown district. There are 144 blocks that are all chock-full of Spanish colonial-style buildings, some dating back several centuries, and now house boutiques, antique shops, galleries, and atmospheric sidewalk cafes. \\n \\nThe city is also home to several magnificent 19th-century Spanish Renaissance Revival buildings that resemble Spanish palaces, including Lightner Museum, whose design was inspired by the Royal Alcázar of Seville.\\n \\nAnd don't miss climbing around the ancient stone walls of Castillo de San Marcos, a massive fortress built by the Spanish in 1672 to protect against pirate raids.\\n \\nWhere to stay\\n \\nOriginal frescoes, chandeliers, and tapestries adorn the landmark 1888 Casa Monica Resort & Spa, with a Moorish-style facade and ornate interior modeled after the Alhambra in Granada, Spain.\\n \\nRooms feature a rich red-and-gold color scheme with classic furnishings and plush red velvet headboards. Entry-level King rooms measure 150 to 200 square feet with rates starting at $170 per night in low season. The hotel is part of the Autograph Collection, so Marriott Bonvoy members can use and earn points for their stay.\\n\\n \\n\\n\\nIf you can't go to England … try Boston, Massachusetts\\n  \\n\\nBoston was founded by British settlers in 1630, so it's no surprise that many pockets of this city still recall its English heritage. \\n \\nToday, the city is still brimming with history, and you can easily trace footsteps from the past, while still feeling worlds away. Wander through the picturesque Beacon Hill, whose warren of cobblestone streets, lined with brick sidewalks, gas lanterns, and classic Georgian-style row houses, will surely transport you to the other side of the pond. \\n \\nAt the foot of Beacon Hill you'll find Boston's two most famous parks, which take their cues from English gardens. The Boston Public Garden is pure Victorian, with manicured gardens, duck-filled ponds, and statuary. Similar to London's Hyde Park, the Boston Common is mostly natural and wild, with plenty of open green space. \\n \\nWhere to stay\\n \\nJust a few minutes' walk from the Boston Common, the legendary Omni Parker House has stood since 1855 and hosted notables such as Charles Dickens, Ralph Waldo Emerson, and Mark Twain.\\n \\nIts restaurant is justly famous, not only as the birthplace of Boston Cream Pie, but also as the place where John F. Kennedy proposed to Jackie. Rooms feature custom cherry-wood furnishings and rich brocade fabrics, and entry-level Traditional rooms measure 125 square feet with rates starting at $200 per night. Members of the Omni Loyalty Program can earn or redeem points for their stay.\\n \\nRead Business Insider's guide to the best hotels in Boston\\n\\n \\n\\n\\nIf you can't go to Switzerland … try Vail, Colorado\\n  \\n\\nFor a taste of the Swiss Alps, Colorado's Rocky Mountains offer plenty of gorgeous alpine scenery, plus world-class skiing and hiking opportunities.\\n \\nVail is among the loveliest of the Rockies' resort towns, surrounded by snowy peaks and brimming with Swiss chalet-style architecture. It all looks very authentic, but in fact, Vail was built in the 1960s and modeled after the Swiss ski town of Zermatt. \\n \\nVail Village is filled with art galleries and smart boutiques, selling everything from practical mountain gear to pricey jewelry, including luxury Swiss-brand watches. And yes, there's fondue: try authentic versions at the Swiss Chalet restaurant, serving cheese and chocolate varieties, or the signature Schlitten-Fondue at the cozy, wood-paneled Almresi. \\n \\nWhere to stay\\n \\nSet in the heart of Vail Village, the Sonnenalp is an upscale, family-owned hotel with a distinct European vibe, from its old world-style architecture to alpine-influenced bars and restaurants, and its international staff.\\n \\nRooms feature custom-made furnishings, wood accents, and heated marble floors in the bathrooms. Entry-level rooms measure 350 to 420 square feet and boast village or mountain views. Rates start at $238 per night in the low season, and the Sonnenalp is a member of The Leading Hotels of the World.\\n\\n \\n\\n\\nIf you can't go to Germany … try Fredericksburg, Texas\\n  \\n\\nYou might not expect to find a bit of Germany deep in Texas Hill Country, but Fredericksburg is about as close as it gets. Settled by German immigrants in 1846, signs in Main Street storefronts greet visitors with \\\"Wilkommen\\\" (welcome), while restaurants like Der Lindenbaum, Friedhelm's Bavarian Inn, and Old German Bakery and Restaurant serve traditional schnitzel, potato pancakes, and bratwurst. \\n \\nOf course, it wouldn't feel like Germany without beer, and Fredericksburg is home to two breweries, Altstadt Brewery and Fredericksburg Brewing Company. Both brew according to German Purity Standards, and have spacious beer gardens to enjoy a cold one. \\n \\nAn annual Oktoberfest, celebrated in the town's central Marktplatz (market square), features oompah music, waltzing, and a dirndl and lederhosen costume contest, plus beer, pretzels, brats, and more.\\n \\nWhere to stay\\n \\nHoffman Haus is a luxury B&B that is just a 10-minute walk from Main Street with accommodations in a variety of historic buildings, including a 19th-century stone homestead and an early 20th-century farmhouse.\\n \\nEvery room is unique in design and layout. Most entry-level rooms measure 260 square feet and feature cottage-like decor and private porches, and rates start at $155 per night.  \\n\\n \\n\\n\\nIf you can't go to France … try New Orleans, Louisiana\\n  \\n\\nIt's been more than three centuries since the French founded New Orleans, but you can still feel its influence on the city's culture, cuisine, and architecture.\\n \\nNaturally, it's felt the strongest in the Vieux Carre (French Quarter), whose vibrant streets are lined with elegant French colonial-style townhouses and candy-colored buildings decked out with cast-iron balconies. Stop by the European-style, open-air French Market, packed with fresh produce, gourmet foodstuffs, and local arts and crafts. \\n \\nFood-wise, there's no shortage of restaurants and cafes serving French-inspired cuisine. Try the divine beignets and café au lait at the famed Café du Monde, or authentic French fare at Galatoire's and Antoine's.\\n \\nWhile New Orleans's Mardi Gras is legendary, in July, the city celebrates Bastille Day, France's national holiday, with native costumes, specialty food and drink, and live music and fireworks.\\n \\nWhere to stay\\n \\nSet in the heart of the French Quarter, the 18th-century Hotel Maison de Ville is where Tennessee Williams wrote his masterpiece \\\"A Streetcar Named Desire.\\\" The hotel's cobblestone courtyard, antique-filled rooms, and wrought-iron balconies have a romantic vibe, while its central location means you're within walking distance of all the area bars and restaurants.\\n \\nIndividually designed rooms are outfitted with antiques and period-style furnishings, and many have four-poster beds and balconies. Entry-level rooms, which start at $110 per night in low season, are on the cozy side but are bright and sunny thanks to large windows. \\n \\nRead Business Insider's guide to the best hotels in New Orleans\\n\\n \\n\\n\\nIf you can't go to Venice, Italy … try Venice, California\\n  \\n\\nWith its romantic canals and arched footbridges, California's Venice Canal district is a transportive slice of Italy. Built in 1905 as both a tourist destination and seaside community, it was modeled after the real Venice, with a network of manmade canals stocked with gondolas and gondoliers imported from Italy.\\n \\nToday, only a handful of canals remain — and kayaks and rowboats have replaced the gondolas — but it's still a lovely little European-style escape just off bustling Venice Beach, which is a destination in its own right filled with artists, street performers, and impeccable people watching that's wholly American.\\n \\nSunny SoCal weather is usually on offer year-round, but a great time to visit is in December when twinkling holiday lights decorate the bridges and canal-side walkways.\\n \\nWhere to stay\\n \\nA 10-minute walk to the Venice Canals, the contemporary four-star Hotel Erwin has a prime position on the Venice Beach Boardwalk, with stellar views of the Pacific from its rooftop lounge.\\n \\nRooms are bright and cheerful, with colorful lighting and mod decor. Entry-level City View rooms start at $300 per night in low season, but it's worth upgrading to the Ocean View category for a balcony overlooking the Pacific.\\n \\nRead Business Insider's guide to the best beach hotels in LA\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Jennifer Ceaser\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/us-cities-that-feel-like-europe\",\n            \"rank\": \"117\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Instead of traveling to Europe, visit these 7 destinations in the US — Napa Valley over Italy, Vail in place of Switzerland, and more\",\n            \"published_date\": \"2020-06-01 21:19:00\",\n            \"_id\": \"0e96e6cb0c58938e7980102996b1d2f0\"\n        },\n        {\n            \"summary\": \"The prized wide receiver for the Las Vegas Raiders gave the team a scare.\",\n            \"country\": \"US\",\n            \"clean_url\": \"heavy.com\",\n            \"author\": \"Austin Boyd\",\n            \"rights\": null,\n            \"link\": \"https://heavy.com/sports/2020/06/raiders-henry-ruggs-injury/\",\n            \"rank\": \"2810\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Raiders' 1st Round Pick Involved in Accident That Left Him Injured\",\n            \"published_date\": \"2020-06-01 21:18:40\",\n            \"_id\": \"7f319d637117394d49faebd375365163\"\n        },\n        {\n            \"summary\": \"submitted by    /u/joney1212  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/joney1212\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/Bitcoin/comments/guta6z/im_15_and_just_mined_my_first_dollar_in_bitcoin_i/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"I'm 15 and just mined my first dollar in bitcoin! I AM ECSTATIC\",\n            \"published_date\": \"2020-06-01 21:18:25\",\n            \"_id\": \"8411ba952d7745c74bcc59f1005271f6\"\n        },\n        {\n            \"summary\": \"The YouTuber's decision to treat a protest against police brutality as an opportunity to rack up views makes it clear that it's time to stop watching.\\n\\n\\n\\n\\nView Entire Post ›\",\n            \"country\": \"US\",\n            \"clean_url\": \"buzzfeed.com\",\n            \"author\": null,\n            \"rights\": \"Copyright 2020 BuzzFeed, Inc.\",\n            \"link\": \"https://www.buzzfeednews.com/article/scaachikoul/jake-paul-looting-youtube-arizona-mall-protests\",\n            \"rank\": \"253\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"It's Time To Stop Giving Jake Paul Any Of Your Attention\",\n            \"published_date\": \"2020-06-01 21:16:51\",\n            \"_id\": \"f8ca710c671efa4ff5a5f8b12fdffcc4\"\n        },\n        {\n            \"summary\": \"CHRIS VAN BUSKIRK\\n\\n\\nMassachusetts Gov. Charlie Baker, a Republican, on Monday choked up while condemning President Donald Trump's call for governors to 'dominate” peaceful protesters nationwide.\\n\\n'I heard what the president said today about ‘dominating' and ‘fighting.' I know I should be surprised when I hear incendiary words like this from him, but I'm not,” the governor said in a press conference, referring to the president's Monday call with governors, in which he demanded mass arrests and flag-burning laws in response to nationwide protests. \\n\\n'At so many times during these past several weeks, when the country needed compassion and leadership the most, it was simply nowhere to be found,” Baker continued, his voice cracking as he seemed to grow emotional. 'Instead we got bitterness, combativeness, and self-interest. That's not what we need in Boston, it's not what we need right now in Massachusetts, and it's definitely not what we need across this country of ours either.”\\n\\nRead more at The Daily Beast.\",\n            \"country\": \"US\",\n            \"clean_url\": \"thedailybeast.com\",\n            \"author\": \"Andrew Kirell\",\n            \"rights\": \"© 2020 The Daily Beast Company LLC\",\n            \"link\": \"https://www.thedailybeast.com/republican-gov-charlie-baker-chokes-up-while-excoriating-trumps-call-to-dominate-protesters?source=cheats&via=rss\",\n            \"rank\": \"616\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Republican Gov. Charlie Baker Chokes Up While Excoriating Trump's Call to ‘Dominate' Protesters\",\n            \"published_date\": \"2020-06-01 21:16:50\",\n            \"_id\": \"e620a87d61a14daadbb85000cbd4d7e6\"\n        },\n        {\n            \"summary\": \"Defending national champion LSU has for the first time scheduled football games with Southern and Grambling State, LSU athletic director Scott Woodward announced on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/lsu-schedules-first-football-games-vs-grambling-so/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"LSU schedules first football games vs Grambling, Southern\",\n            \"published_date\": \"2020-06-01 21:16:31\",\n            \"_id\": \"550f472d0e38b1ee49178a1f124d8e95\"\n        },\n        {\n            \"summary\": \"The Last of Us Part 2 sees the introduction of new enemy factions, as well as an expansive new world to explore in Seattle, Washington.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Jonathon Dornbush\",\n            \"rights\": null,\n            \"link\": \"https://www.ign.com/articles/the-last-of-us-part-2-director-on-new-factions-bringing-seattle-to-life\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Last of Us Part 2 Director Details New Enemy Factions\",\n            \"published_date\": \"2020-06-01 21:15:25\",\n            \"_id\": \"3892c18496acc663b6388e31482ee3f5\"\n        },\n        {\n            \"summary\": \"A U.S. appeals court ruled on Monday that Volkswagen AG cannot escape potential financial penalties from two counties in Florida and Utah that may amount to a \\\"staggering\\\" additional liability arising from the German automaker's diesel emissions scandal.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/companyNews/~3/eyM9MilDp1s/update-2-u-s-court-refuses-to-shield-vw-in-diesel-scandal-lawsuits-idUSL1N2DE1K8\",\n            \"rank\": \"80\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"UPDATE 2-U.S. court refuses to shield VW in diesel scandal lawsuits\",\n            \"published_date\": \"2020-06-01 21:15:08\",\n            \"_id\": \"4854509e49c91f888305db01add13a37\"\n        },\n        {\n            \"summary\": \"While no additional McLean County residents were diagnosed with COVID-19 on Monday, the county health department is anticipating an increase in cases resulting from public protests over the death of George Floyd and as businesses reopen.\",\n            \"country\": \"US\",\n            \"clean_url\": \"pantagraph.com\",\n            \"author\": \"PAUL SWIECH paul.swiech@lee.net\",\n            \"rights\": null,\n            \"link\": \"https://www.pantagraph.com/news/local/no-new-mclean-county-covid-cases-but-increase-expected-with-protests-businesses-reopening/article_8b6bdda9-d365-5424-8dd8-9fa90c405f46.html\",\n            \"rank\": \"12102\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"No new McLean County COVID cases but increase expected with protests, businesses reopening\",\n            \"published_date\": \"2020-06-01 21:15:00\",\n            \"_id\": \"dd59960e8a97995d785b9ccd01816f18\"\n        },\n        {\n            \"summary\": \"Clemson receiver Justyn Ross, considered a first-round NFL draft pick next spring, will miss the upcoming college season due to a spinal condition uncovered after he was hurt at practice in March.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"PETE IACOBELLI\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/clemson-wr-ross-out-for-the-year-due-to-spinal-con/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Clemson WR Ross out for the year due to spinal condition\",\n            \"published_date\": \"2020-06-01 21:14:40\",\n            \"_id\": \"53c7df32015ef90190227a9b36ce4d5a\"\n        },\n        {\n            \"summary\": \"submitted by    /u/alfianross  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/alfianross\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/science/comments/gut7f1/newly_discovered_positive_feedback_warming_causes/\",\n            \"rank\": \"43\",\n            \"topic\": \"science\",\n            \"language\": \"en\",\n            \"title\": \"Newly discovered positive feedback: Warming causes salts in Arctic water to migrate into ocean floor methane-storing sediments, increasing their emissions\",\n            \"published_date\": \"2020-06-01 21:14:25\",\n            \"_id\": \"b4f69ede25b31fc48f8dc34d6ca3ff72\"\n        },\n        {\n            \"summary\": \"Ariana Grande, Halsey, Kehlani, and more celebrities joined in protests against police violence after the deaths of Floyd George, Breonna Taylor, and more.\",\n            \"country\": \"US\",\n            \"clean_url\": \"mtv.com\",\n            \"author\": \"Patrick Hosken\",\n            \"rights\": null,\n            \"link\": \"http://www.mtv.com/news/3166255/ariana-grande-halsey-kehlani-protest-black-lives-matter/\",\n            \"rank\": \"906\",\n            \"topic\": \"entertainment\",\n            \"language\": \"en\",\n            \"title\": \"Ariana Grande, Halsey, Kehlani, And More Joined Protests Against Racist Violence\",\n            \"published_date\": \"2020-06-01 21:14:18\",\n            \"_id\": \"4f8d4d8813ef800219c4d582ba4c1526\"\n        },\n        {\n            \"summary\": \"People in Arizona faced a second overnight curfew Monday after looting at high-end businesses and clashes between police and civilians over the weekend led Gov. Doug Ducey to crack down.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/arizona-faces-2nd-night-of-curfew-following-lootin/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Arizona faces 2nd night of curfew following looting, clashes\",\n            \"published_date\": \"2020-06-01 21:13:41\",\n            \"_id\": \"50cad2fa4a910190363080005bf9ec98\"\n        },\n        {\n            \"summary\": \"Illustration by Alex Castro / The Verge    \\nIn order to comply with local curfew orders, food delivery platform DoorDash and ride-sharing companies Lyft and Uber are temporarily suspending service in some cities across the US, CNBC reported. More than three dozen cities have implemented curfews following demonstrations protesting the May 25th death of George Floyd in Minneapolis. Police in several cities used tear gas and rubber bullets against protesters, and some businesses were vandalized. \\n \\nA Lyft spokesperson said in an email to The Verge that the company is following the direction of local government. She did not provide a number of cities or offer details about which specific cities were affected.\\n \\nAn Uber spokesperson told The Verge it had suspended operations over the...\\n   \\n     Continue reading…\",\n            \"country\": \"US\",\n            \"clean_url\": \"theverge.com\",\n            \"author\": \"Kim Lyons\",\n            \"rights\": null,\n            \"link\": \"https://www.theverge.com/2020/6/1/21277219/uber-lyft-doordash-suspend-cities-protest-curfews\",\n            \"rank\": \"225\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Uber, Lyft, DoorDash suspend operations in some US cities with curfews\",\n            \"published_date\": \"2020-06-01 21:13:36\",\n            \"_id\": \"cdce2c4b6bd7550507ecb9badccf7645\"\n        },\n        {\n            \"summary\": \"\\\"We have the capacity should the need arise, but we very much appreciate the cooperation of the people of our city,\\\" Mayor Lenny Curry tweeted.\",\n            \"country\": \"US\",\n            \"clean_url\": \"firstcoastnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://rssfeeds.firstcoastnews.com/~/625799658/0/wtlv/firstcoastnews-local~Curry-No-curfew-for-Jacksonville-Monday-night\",\n            \"rank\": \"8660\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Curry: No curfew for Jacksonville Monday night\",\n            \"published_date\": \"2020-06-01 21:13:12\",\n            \"_id\": \"c32c4ffc8a8cf77b7b6e9230d44f1494\"\n        },\n        {\n            \"summary\": \"Protesting during a pandemic is a risk. But so is the status quo of police violence.\",\n            \"country\": \"US\",\n            \"clean_url\": \"digg.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.vox.com/science-and-health/2020/6/1/21276828/pandemic-protests-police-public-health-black-lives-matter\",\n            \"rank\": \"187\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Police Brutality Is Also A Public Health Crisis\",\n            \"published_date\": \"2020-06-01 21:12:37\",\n            \"_id\": \"08ed4e79126b034ab8b90155d15ef6d6\"\n        },\n        {\n            \"summary\": \"Dr. Alveda King, the niece of civil rights icon Dr. Martin Luther King Jr., told \\\"Bill Hemmer Reports\\\" Monday that the riots and violence that have devolved from peaceful protests over the May 25 death of George Floyd is \\\"disrespectful\\\" to his family and tainting the message of legitimate protest.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Yael Halon\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/media/alveda-king-message-to-george-floyd-protesters\",\n            \"rank\": \"243\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Alveda King tells George Floyd protesters to 'march,' 'pray,' 'make your concerns known,' and 'vote'\",\n            \"published_date\": \"2020-06-01 21:12:34\",\n            \"_id\": \"cffac8904f2253cf1219db60ddc23494\"\n        },\n        {\n            \"summary\": \"Load up the trunks!\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/ka-ching-michigan-lifting-ban-on-can-bottle-return/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Ka-ching! Michigan lifting ban on can, bottle returns\",\n            \"published_date\": \"2020-06-01 21:12:22\",\n            \"_id\": \"20dd49000260996eea3208b0a9267706\"\n        },\n        {\n            \"summary\": \"Locally, a nice break in the heat today with a northeast wind and just a few isolated showers.\",\n            \"country\": \"US\",\n            \"clean_url\": \"firstcoastnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://rssfeeds.firstcoastnews.com/~/612964818/0/wtlv/firstcoastnews-local~First-Coast-Weather-Hurricane-season-starts-with-a-bang-Tropical-Depression-Three-forms\",\n            \"rank\": \"8660\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"First Coast Weather: Hurricane season starts with a bang, Tropical Depression Three forms\",\n            \"published_date\": \"2020-06-01 21:12:08\",\n            \"_id\": \"79309e5f1a7ae00d8e229e5bcf8c29b9\"\n        },\n        {\n            \"summary\": \"New York Governor Andrew Cuomo on Monday called for a national ban on excessive force by police and announced a curfew for New York City following violent protests triggered by the death in Minneapolis of an unarmed black man in police custody.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/topNews/~3/4cU2nEkEzJM/new-york-city-institutes-curfew-governor-cuomo-calls-for-police-reforms-idUSKBN23832V\",\n            \"rank\": \"80\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"New York City institutes curfew, Governor Cuomo calls for police reforms\",\n            \"published_date\": \"2020-06-01 21:11:37\",\n            \"_id\": \"f7e601c7027238842be9c62e1068f8c5\"\n        },\n        {\n            \"summary\": \"Shoe seller's new customer service line lets people call for help with homework, help with groceries or just to chat.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cbsnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.cbsnews.com/~r/CBSNewsNational/~3/t1WzoofWR4k/\",\n            \"rank\": \"214\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Feeling lonely during the lockdown? Call Zappos\",\n            \"published_date\": \"2020-06-01 21:11:24\",\n            \"_id\": \"afed206519f254cc31e98683b0ae6a1d\"\n        },\n        {\n            \"summary\": \"Forty years ago on this day, a global, 24-hour news channel was born. Happy birthday, CNN — you don't look a day over 39.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnn.com\",\n            \"author\": null,\n            \"rights\": \"Copyright (c) 2020 Turner Broadcasting System, Inc. All Rights Reserved.\",\n            \"link\": \"http://rss.cnn.com/~r/rss/cnn_latest/~3/sOcBprZYSmE/index.html\",\n            \"rank\": \"55\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Greed is back on Wall Street, and 4 other business stories you need to read\",\n            \"published_date\": \"2020-06-01 21:10:53\",\n            \"_id\": \"58dc803116cbde211c4e61c93e6bb283\"\n        },\n        {\n            \"summary\": \"Some people just don't like cold pizza.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Michael Hollan\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/travel/passenger-reheats-pizza-airplane-light\",\n            \"rank\": \"243\",\n            \"topic\": \"news\",\n            \"language\": \"sl\",\n            \"title\": \"Airplane passenger appears to try to reheat slice of pizza with light midflight\",\n            \"published_date\": \"2020-06-01 21:10:39\",\n            \"_id\": \"67e5864f2c72f62e2d0d235ae52c1ba9\"\n        },\n        {\n            \"summary\": \"Eris Morn svolgerà un ruolo fondamentale nel nuovo contenuto aggiuntivo dello shooter di Bungie. La prossima espansione ci porterà su Europa, il satellite ghiacciato di Giove, e vedrà Eris Morn al centro di una nuova avventura che potrebbe introdurre l'Oscurità.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Giovanni Marrelli\",\n            \"rights\": null,\n            \"link\": \"https://it.ign.com/destiny-2-i-rinnegati-ps4/169822/news/destiny-2-la-nuova-espansione-sara-svelata-il-9-giugno\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"it\",\n            \"title\": \"Destiny 2, la nuova espansione sarà svelata il 9 giugno\",\n            \"published_date\": \"2020-06-01 21:10:27\",\n            \"_id\": \"0e1a9a026dabc17d166dbef0f8c5f448\"\n        },\n        {\n            \"summary\": \"Si va su Europa per una nuova avventura in compagnia di Eris Morn. Si va su Europa per una nuova avventura in compagnia di Eris Morn, in arrivo a fine anno su PC e console.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Giovanni Marrelli\",\n            \"rights\": null,\n            \"link\": \"https://it.ign.com/destiny-2-i-rinnegati-ps4/169823/video/destiny-2-il-teaser-dellespansione-di-fine-2020\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"it\",\n            \"title\": \"Destiny 2, il teaser dell&#x27;espansione di fine 2020\",\n            \"published_date\": \"2020-06-01 21:10:27\",\n            \"_id\": \"0336787de3fd1c3623c8af462bd1c57c\"\n        },\n        {\n            \"summary\": \"His supporters seem eager to enlist.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"Philip Bump\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/politics/2020/06/01/self-anointed-wartime-president-finds-new-more-exciting-war/?utm_source=rss&utm_medium=referral&utm_campaign=wp_politics\",\n            \"rank\": \"84\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The self-anointed ‘wartime president' finds a new, more exciting war\",\n            \"published_date\": \"2020-06-01 21:10:24\",\n            \"_id\": \"398cdb874cd6b5bb5b3a73fdf521b829\"\n        },\n        {\n            \"summary\": \"Jamie Foxx stood shoulder-to-shoulder with activists in Minneapolis, proclaiming that 'we're not afraid of the moment.” In Los Angeles, pop star Halsey and 'Insecure” actor Kendrick Sampson were hit with rubber bullets during a tense stand-off. And in Chicago, John Cusack was filming a burning car when officers rushed up to him and began screaming at him to leave, and he says, hitting his bike.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"AMANDA LEE MYERS\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/celebs-take-to-streets-for-historic-demonstrations/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Celebs take to streets for historic demonstrations\",\n            \"published_date\": \"2020-06-01 21:10:19\",\n            \"_id\": \"69af6715b50fc4d65649b69a77cbed17\"\n        },\n        {\n            \"summary\": \"Clemson Tigers head coach Dabo Swinney told reporters Monday that wide receiver Justyn Ross would need to undergo spinal surgery for a  congenital fusion and is expected to miss the entirety of the 2020 season, according to Ralph D...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Timothy Rapp\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894399-clemson-wr-justyn-ross-to-undergo-spinal-surgery-miss-entire-2020-season\",\n            \"rank\": \"1544\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Clemson WR Justyn Ross to Undergo Spinal Surgery, Miss Entire 2020 Season\",\n            \"published_date\": \"2020-06-01 21:10:19\",\n            \"_id\": \"022ee9a0c45a3ce509f1527c88dc8376\"\n        },\n        {\n            \"summary\": \"U.S. peace envoy Zalmay Khalilzad said the Taliban has taken some steps to break with al Qaeda but did not offer details.\",\n            \"country\": \"US\",\n            \"clean_url\": \"nbcnews.com\",\n            \"author\": \"Dan De Luce and Abigail Williams\",\n            \"rights\": \"© 2020 NBCNews.com\",\n            \"link\": \"https://www.nbcnews.com/news/world/taliban-has-kept-close-ties-al-qaeda-despite-promises-trump-n1221281\",\n            \"rank\": \"293\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Taliban has kept close ties with al Qaeda despite promises to Trump admin, U.N. report says\",\n            \"published_date\": \"2020-06-01 21:09:51\",\n            \"_id\": \"19574ae2eef57982ee110b9257a268b3\"\n        },\n        {\n            \"summary\": \"Louisville Mayor Greg Fischer fired the city's chief of police Steve Conrad after it was discovered that police officers had not activated their body cameras during the shooting of David McAtee, a local black business owner who was killed during protests early Monday morning.\\n\\nWhy it matters: Mandatory body camera policies have proven to be important in efforts to hold police officers accountable for excessive force against civilians and other misconduct. Those policies are under even greater scrutiny as the nation has erupted in protest over the killing of black people at the hands of police.\\n\\n\\nDetails: Louisville Metro Police and the National Guard report that they were shot at from a crowd during protests over the death of George Floyd, causing law enforcement to return fire, the Courier Journal reports. \\n\\n\\nMcAtee, the owner of a popular barbecue restaurant, was shot and killed. The identities of officers and of the suspect who allegedly fired the first shot have not been released.\\n\\nKentucky Gov. Andy Beshear wrote in a statement on Monday: \\\"Given the seriousness of the situation, I have authorized the Kentucky State Police to independently investigate the event,\\\" per USA Today. \\n\\nConrad was already set to retire on July 1. \\n\\n\\nThe big picture: The Louisville Metro Police are still dealing with the fallout from the death of Breonna Taylor, a black woman who was gunned down in her own home in March as police responded to a call. Her name has been cited in recent protests along with those of Ahmaud Arbery and George Floyd.\",\n            \"country\": \"US\",\n            \"clean_url\": \"axios.com\",\n            \"author\": \"Ursula Perano\",\n            \"rights\": null,\n            \"link\": \"https://www.axios.com/louisville-police-chief-david-mcatee-body-cameras-09a56ebd-8de8-4d53-98ec-2e4e93a9d756.html\",\n            \"rank\": \"1785\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Louisville police chief fired after body cameras found inactive in shooting of black man\",\n            \"published_date\": \"2020-06-01 21:09:36\",\n            \"_id\": \"040e60f86e8a299d437ba07e72907e9a\"\n        },\n        {\n            \"summary\": \"Retired Navy SEAL Eddie Gallagher is suing Navy Secretary Kenneth Braithwaite and a New York Times reporter, claiming Navy officials leaked personal documents to the newspaper in an attempt to smear him and pressure him into taking a plea deal over war-crimes charges.\",\n            \"country\": \"US\",\n            \"clean_url\": \"foxnews.com\",\n            \"author\": \"Louis Casiano\",\n            \"rights\": null,\n            \"link\": \"https://www.foxnews.com/us/eddie-gallagher-sues-navy-secretary-ny-times-reporter-navy-seal-smear-claims\",\n            \"rank\": \"243\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Former Navy SEAL Eddie Gallagher sues Navy secretary, NY Times reporter, alleging smear campaign\",\n            \"published_date\": \"2020-06-01 21:09:29\",\n            \"_id\": \"2cf794fc1320dca7f496592cd680adcb\"\n        },\n        {\n            \"summary\": \"事前告知のとおり、ポケモンGOが世界同時のサ バ メンテナンスを実施しました。メンテナンス中はゲ ムサ バにつながらないためまったく遊べません。 復旧は日本時間で2020年6月2日の午前10時ごろになる予定。 従来であれば火曜は「スポットライトアワ 」が実施予定ですが、6月2日は開催しません。 メンテナンス開け翌日、6月3日13時からは、5月に四週連続で開催した「タイムチャレンジ」全クリアのプレ ヤ を対象に、特別なスペシャルリサ チ「ジェネレ ションチャレンジ2020セレブレ ション」が配布予定。 4週分のタイムチャレンジを全クリアせず、有料チケットも買わない場合でも、3日からは本編ポケモン最新作ソ ド・シ ルドからの「ガラルのすがた」ポケモンが初登場するイベントが全プレ ヤ 対象で始まります。\",\n            \"country\": \"US\",\n            \"clean_url\": \"engadget.com\",\n            \"author\": \"Ittousai\",\n            \"rights\": \"copyright Oath 2020\",\n            \"link\": \"https://japanese.engadget.com/pokemongo-210814274.html\",\n            \"rank\": \"283\",\n            \"topic\": \"tech\",\n            \"language\": \"ja\",\n            \"title\": \"ポケモンGOが長時間メンテナンス、復旧は6月2日午前10時ごろ予定\",\n            \"published_date\": \"2020-06-01 21:08:14\",\n            \"_id\": \"a7617355a8fa9463dd6f29e9350371c7\"\n        },\n        {\n            \"summary\": \"Welcome to The Hill's Campaign Report, your daily rundown on all the latest news in the 2020 presidential, Senate and House races. Did someone forward this to you? Click here to subscribe.We're Julia Manchester, Max Greenwood and Jonathan Easley....\",\n            \"country\": \"US\",\n            \"clean_url\": \"thehill.com\",\n            \"author\": \"mgreenwood@thehill.com (Max Greenwood,Julia Manchester and Jonathan Easley)\",\n            \"rights\": \"Capitol Hill Publishing Corp., a subsidiary of News Communications, Inc.\",\n            \"link\": \"https://thehill.com/homenews/campaign/500524-the-hills-campaign-report-biden-addresses-protests-over-george-floyds-death\",\n            \"rank\": \"662\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Hill&#039;s Campaign Report: Biden addresses protests over George Floyd&#039;s death\",\n            \"published_date\": \"2020-06-01 21:08:13\",\n            \"_id\": \"599e7be11034dce40cab23ae4c7e7302\"\n        },\n        {\n            \"summary\": \"Welcome to The Hill's Campaign Report, your daily rundown on all the latest news in the 2020 presidential, Senate and House races. Did someone forward this to you? ...\",\n            \"country\": \"US\",\n            \"clean_url\": \"thehill.com\",\n            \"author\": \"Max Greenwood,Julia Manchester and Jonathan Easley\",\n            \"rights\": null,\n            \"link\": \"https://thehill.com/homenews/campaign/500524-the-hills-campaign-report-biden-addresses-protests-over-george-floyds-death\",\n            \"rank\": \"662\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Hill's Campaign Report: Biden addresses protests over George Floyd's death\",\n            \"published_date\": \"2020-06-01 21:08:13\",\n            \"_id\": \"a176f3a5190f5f69406bed9880f94b94\"\n        },\n        {\n            \"summary\": \"A weekend of rioting in the nation's capital left deep scars in the shadow of the White House.\\n\\n \\n      \",\n            \"country\": \"US\",\n            \"clean_url\": \"usatoday.com\",\n            \"author\": \"Kevin Johnson, Bart Jansen and Kristine Phillips, USA TODAY\",\n            \"rights\": \"Copyright 2020, GANNETT\",\n            \"link\": \"http://rssfeeds.usatoday.com/~/625776294/0/usatoday-newstopstories~Protests-underway-in-DC-as-officials-increase-law-enforcement-presence-and-mandate-new-curfew/\",\n            \"rank\": \"138\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Protests underway in DC as officials increase law enforcement presence and mandate new curfew\",\n            \"published_date\": \"2020-06-01 21:07:50\",\n            \"_id\": \"da8854da94fc5a1c1668295915673695\"\n        },\n        {\n            \"summary\": \"The U.S. judge in the criminal case against President Donald Trump's former adviser Michael Flynn defended himself on Monday, saying it was proper to seek outside views on the Justice Department's request to drop a charge to which Flynn has pleaded guilty.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/Reuters/PoliticsNews/~3/qnhOpf51xqU/u-s-judge-no-mere-rubber-stamp-in-case-of-ex-trump-aide-flynn-lawyers-say-idUSKBN23821A\",\n            \"rank\": \"80\",\n            \"topic\": \"politics\",\n            \"language\": \"en\",\n            \"title\": \"U.S. judge no 'mere rubber stamp' in case of ex-Trump aide Flynn, lawyers say\",\n            \"published_date\": \"2020-06-01 21:07:34\",\n            \"_id\": \"c904ce782bdda471167453a63447e4ee\"\n        },\n        {\n            \"summary\": \"British government ministers are aiming to replace quarantine for arrivals to the UK, with government departments being asked to plan to allow the introduction of so-called air bridges by the end of June, the Telegraph newspaper reported.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/Reuters/worldNews/~3/iw8zvCoHY6o/uk-looks-at-replacing-quarantine-for-arrivals-pm-favours-air-bridges-telegraph-idUSKBN2383OD\",\n            \"rank\": \"80\",\n            \"topic\": \"world\",\n            \"language\": \"en\",\n            \"title\": \"UK looks at replacing quarantine for arrivals; PM favours air bridges: Telegraph\",\n            \"published_date\": \"2020-06-01 21:06:58\",\n            \"_id\": \"8a2b3da2a4bba13d6a2234612c3b7de1\"\n        },\n        {\n            \"summary\": \"An unidentified Seattle Police officer was captured on video using the same knee-to-neck method to subdue protesters that caused the death of George Floyd on May 25.\",\n            \"country\": \"US\",\n            \"clean_url\": \"newsweek.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.newsweek.com/video-shows-seattle-cop-drag-fellow-officers-knee-off-mans-neck-during-protest-1507937?utm_source=Public&utm_medium=Feed&utm_campaign=Distribution\",\n            \"rank\": \"397\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Video Shows Seattle Cop Drag Fellow Officer's Knee Off Man's Neck During Protest\",\n            \"published_date\": \"2020-06-01 21:06:33\",\n            \"_id\": \"5152285d28d52af70c57b4cd218e9a7b\"\n        },\n        {\n            \"summary\": \"Duke Blue Devils head coach  Mike Krzyzewski  released a statement Monday in the wake of the killing of unarmed civilian George Floyd, who died after since-fired Minneapolis policeman ...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Timothy Rapp\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894394-mike-krzyzewski-disgusted-by-george-floyds-killing-frankly-i-am-scared\",\n            \"rank\": \"1544\",\n            \"topic\": \"sport\",\n            \"language\": \"en\",\n            \"title\": \"Mike Krzyzewski 'Disgusted' by George Floyd's Killing: 'Frankly, I Am Scared'\",\n            \"published_date\": \"2020-06-01 21:06:26\",\n            \"_id\": \"e4e0fffbae0d1039d69439f6ad023e0d\"\n        },\n        {\n            \"summary\": \"A New York judge dismissed a defamation and libel lawsuit Lenny Dykstra had filed against former New York Mets teammate  Ron Darling , according to  ESPN.com .     New York Supreme Court Judge Robert D...\",\n            \"country\": \"US\",\n            \"clean_url\": \"bleacherreport.com\",\n            \"author\": \"Joseph Zucker\",\n            \"rights\": null,\n            \"link\": \"https://bleacherreport.com/articles/2894391-lenny-dykstras-defamation-and-libel-lawsuit-vs-ron-darling-dismissed-by-judge\",\n            \"rank\": \"1544\",\n            \"topic\": \"sport\",\n            \"language\": \"en\",\n            \"title\": \"Lenny Dykstra's Defamation and Libel Lawsuit vs. Ron Darling Dismissed by Judge\",\n            \"published_date\": \"2020-06-01 21:05:58\",\n            \"_id\": \"1e583615096f2399864f59e275a72b9f\"\n        },\n        {\n            \"summary\": \"A look at what protestors are saying about why they are out on the streets across the nation following the death of George Floyd.\",\n            \"country\": \"US\",\n            \"clean_url\": \"msnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://www.msnbc.com/mtp-daily/watch/what-protestors-are-saying-about-why-they-are-out-on-the-streets-across-u-s-84198981702\",\n            \"rank\": \"950\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"What protestors are saying about why they are out on the streets across U.S.\",\n            \"published_date\": \"2020-06-01 21:05:47\",\n            \"_id\": \"f284b69362eda2ca15def6cc730f733c\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"Tom Jackman\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com\",\n            \"rank\": \"84\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Authorities marshaling forces, blocking streets for unrest tonight\",\n            \"published_date\": \"2020-06-01 21:05:44\",\n            \"_id\": \"5b2b4ed12a9bd36ba198c924c5c4a285\"\n        },\n        {\n            \"summary\": \"The curfew will be in effect from 11 p.m. Monday night until 5 a.m. Tuesday morning.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cbsnews.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"http://feeds.cbsnews.com/~r/CBSNewsNational/~3/MKsd1lX9Q84/\",\n            \"rank\": \"214\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Overnight curfew declared for NYC\",\n            \"published_date\": \"2020-06-01 21:05:06\",\n            \"_id\": \"248bc456300479b6c91bd05b8641634b\"\n        },\n        {\n            \"summary\": \"Today, Amazon is discounting the Roomba 891 robotic vacuum by $150. Father's Day is just around the corner, so tell dad to put away the broom.\",\n            \"country\": \"US\",\n            \"clean_url\": \"digg.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://amzn.to/3dmqQgc`\",\n            \"rank\": \"187\",\n            \"topic\": \"tech\",\n            \"language\": \"en\",\n            \"title\": \"Give Dad The Gift Of Slacking Off &mdash; This Roomba Is $150 Off\",\n            \"published_date\": \"2020-06-01 21:04:35\",\n            \"_id\": \"640e1fe585ddd13a411aeb1c9c1a81e7\"\n        },\n        {\n            \"summary\": \"Supported only by stuffed toys left by loyal fans and team jerseys draped over empty seats, Cologne's struggle to play without real supporters continued against Leipzig in a 4-2 loss at home on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtontimes.com\",\n            \"author\": \"CIARÁN FAHEY\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtontimes.com/news/2020/jun/1/stuffed-toys-bring-cologne-no-luck-in-losing-to-le/?utm_source=RSS_Feed&utm_medium=RSS\",\n            \"rank\": \"863\",\n            \"topic\": \"news\",\n            \"language\": \"en\",\n            \"title\": \"Stuffed toys bring Cologne no luck in losing to Leipzig 4-2\",\n            \"published_date\": \"2020-06-01 21:04:09\",\n            \"_id\": \"72107db055d72b3c318b04d733f0cc12\"\n        },\n        {\n            \"summary\": \"The NASA astronauts aboard SpaceX's Crew Dragon ventured into space this weekend in suits custom-made by Jose Fernandez, the same artist who helped suit up and armor many big screen superheroes, from Batman to Wolverine.\",\n            \"country\": \"US\",\n            \"clean_url\": \"ign.com\",\n            \"author\": \"Jim Vejvoda\",\n            \"rights\": null,\n            \"link\": \"https://www.ign.com/articles/the-artist-behind-batman-and-wolverines-costumes-made-the-spacex-astronaut-suits\",\n            \"rank\": \"674\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"The Artist Behind Batman Costumes Made the SpaceX Astronaut Suits\",\n            \"published_date\": \"2020-06-01 21:04:02\",\n            \"_id\": \"6f209324142a0a5bbff753722b294795\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"chalkbeat.org\",\n            \"author\": \"Yana Kunichoff\",\n            \"rights\": null,\n            \"link\": \"https://chicago.chalkbeat.org/2020/6/1/21277425/finding-food-in-chicago-neighborhoods-step-up-after-schools-suspend-distribution\",\n            \"rank\": \"16808\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Finding food in Chicago: Neighborhoods step up after schools suspend distribution\",\n            \"published_date\": \"2020-06-01 21:03:36\",\n            \"_id\": \"4d711d40a18fe918b45aa820a3a7e450\"\n        },\n        {\n            \"summary\": \"I thought since i was in quarantine i could try to build something with Flask, so i looked for a Tutorial Series and found this one: https://techwithtim.net/tutorials/flask/a-basic-website/\\n \\nHowever, i cannot even get the first Example to work:\\n \\nfrom flask import Flask app = Flask(__name__) if __name__ == \\\"__main__\\\": app.run() @app.route(\\\"/\\\") def home(): return \\\"Hello World!\\\" \\n \\nI am using Pyhton 3.8.3 on Windows with the newest Flask installed, but also tried in my WSL debian Installation. Whatever i do: I get a 404 Page, but it should display \\\"Hello World!\\\"...\\n \\nDoes anybody have a clue whats wrong?\\n \\nThanks for your Help.\\n \\n   submitted by    /u/Sir_Welele  \\n [link]   [comments]\",\n            \"country\": \"US\",\n            \"clean_url\": \"reddit.com\",\n            \"author\": \"/u/Sir_Welele\",\n            \"rights\": null,\n            \"link\": \"https://www.reddit.com/r/Python/comments/guszsy/flask_just_returning_404/\",\n            \"rank\": \"43\",\n            \"topic\": \"NA\",\n            \"language\": \"en\",\n            \"title\": \"Flask just returning 404\",\n            \"published_date\": \"2020-06-01 21:03:35\",\n            \"_id\": \"d121d8d69a7157e9fb8316a7a223afb5\"\n        }\n    ],\n    \"user_input\": {\n        \"lang\": null,\n        \"country\": \"US\",\n        \"topic\": null\n    }\n}"}],"_postman_id":"6c8b5f44-8f5e-4f94-9539-ab3aa72d1154"},{"name":"Latest headlines in the US for business","event":[{"listen":"test","script":{"id":"33cd19e9-1f22-4d20-b059-96c138197e09","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"8c02b525-c2a1-4e5b-8b5f-868150461ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?country=US&topic=business","urlObject":{"protocol":"https","path":["v1","latest_headlines"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"country","value":"US"},{"key":"topic","value":"business"}],"variable":[]}},"response":[{"id":"a2845eb1-efdb-4e71-8067-432fb26ff32a","name":"Latest headlines in the US for business","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/latest_headlines?country=US&topic=business","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","latest_headlines"],"query":[{"key":"country","value":"US"},{"key":"topic","value":"business"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:53:03 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 3ef066dcf359ad5dbc339df978147194.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd_N1Gp8oAMFvrg="},{"key":"X-Amz-Cf-Id","value":"7H52m6o441Y3RRr88gbORGWQVcvitUa2EQQKIsDKGyDaZMW8z0L3Vg=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"134401"},{"key":"x-amzn-RequestId","value":"3aed0235-479f-4587-b2bb-dad19e5aff0a"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed578be-12495cf8f5f7c2f805a6f550;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99961"},{"key":"Content-Length","value":"134401"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\",\n    \"articles\": [\n        {\n            \"summary\": \"An autopsy commissioned for George Floyd's family found that he died of asphyxiation due to neck and back compression, the family's attorneys said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"radmarya\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/george-floyd-family-autopsy-asphyxiation/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Independent autopsy finds George Floyd was asphyxiated by sustained pressure\",\n            \"published_date\": \"2020-06-01 20:40:36\",\n            \"_id\": \"b177387b093303df188aef50ca71ff36\"\n        },\n        {\n            \"summary\": \"A U.S. appeals court ruled on Monday that Volkswagen AG  cannot escape potential financial penalties from two counties in Florida and Utah that may amount to a \\\"staggering\\\" additional liability arising from the German automaker's diesel emissions scandal.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/deXmpevnyH0/u-s-court-refuses-to-shield-volkswagen-in-diesel-scandal-lawsuits-idUSKBN2383GV\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. court refuses to shield Volkswagen in diesel scandal lawsuits\",\n            \"published_date\": \"2020-06-01 20:39:31\",\n            \"_id\": \"d6aa3e666c55c1d6bbce805d21ed636e\"\n        },\n        {\n            \"summary\": \"The coronavirus has infected more than 6.19 million people around the world as of Monday, killing at least 372,479 people.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/coronavirus-live-updates.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Coronavirus live updates: Michigan lifts stay-at-home order, Missouri casinos reopen\",\n            \"published_date\": \"2020-06-01 20:06:14\",\n            \"_id\": \"05ecf94f4466a833096274136712ffb4\"\n        },\n        {\n            \"summary\": \"State-owned Chinese firms bought at least three cargoes of U.S. soybeans on Monday, even as sources in China said the government had told them to halt purchases after Washington said it would eliminate special treatment for Hong Kong to punish Beijing.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/RxArnUrJU-8/china-buys-u-s-soybeans-after-halt-to-u-s-purchases-ordered-sources-idUSKBN238264\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"China buys U.S. soybeans after halt to U.S. purchases ordered: sources\",\n            \"published_date\": \"2020-06-01 20:03:39\",\n            \"_id\": \"c1bb98272382613879a1d92fc933938c\"\n        },\n        {\n            \"summary\": \"Cuomo said he believe the New York Police Department should have enough personnel, but if it's an issue he will call in the National Guard. Some of the violent actions taken by the NYPD have exacerbated the problem, he said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/new-york-gov-cuomo-weighs-curfew-for-new-york-city-has-national-guard-on-standby-amid-george-floyd-protests.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"New York City under curfew order Monday night to curb George Floyd protests, Gov. Cuomo says\",\n            \"published_date\": \"2020-06-01 19:59:00\",\n            \"_id\": \"54d8959408a0de6d0c492533d42aa29d\"\n        },\n        {\n            \"summary\": \"A U.S. appeals court ruled Monday Volkswagen AG may face \\\"enormous\\\" additional liability in the \\\"Dieselgate\\\" scandal finding that two counties can enforce regulations against the German automaker for tampering with post-sale vehicles.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/tRxSvOqF2-Y/u-s-appeals-court-volkswagen-may-face-enormous-diesel-liability-idUSKBN2383GV\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. appeals court: Volkswagen may face 'enormous' diesel liability\",\n            \"published_date\": \"2020-06-01 18:56:45\",\n            \"_id\": \"ce3784f6c1447c709c47ac0ccc38aace\"\n        },\n        {\n            \"summary\": \"Marriott International  has reopened all its hotels in China and is seeing a steady recovery in the United States, its biggest market, Chief Executive Officer Arne Sorenson said on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/U_tXx-hevXs/marriott-opens-all-hotels-in-china-sees-steady-u-s-recovery-ceo-idUSKBN2383FT\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Marriott opens all hotels in China, sees steady U.S. recovery: CEO\",\n            \"published_date\": \"2020-06-01 18:33:43\",\n            \"_id\": \"19a9398c445c7da40606072f0ed76435\"\n        },\n        {\n            \"summary\": \"Aerolineas Argentinas will begin negotiations with unions to suspend the contracts of thousands of employees until August after the flag carrier's income plunged about 97% due to the coronavirus outbreak, it said on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/zZ3nBNJZv2E/argentina-flag-carrier-aerolineas-seeks-to-suspend-workers-contracts-idUSKBN2383FB\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Argentina flag carrier Aerolineas seeks to suspend workers' contracts\",\n            \"published_date\": \"2020-06-01 18:25:30\",\n            \"_id\": \"5fd8cdade8a0609720c3ea4414b938ad\"\n        },\n        {\n            \"summary\": \"Wall Street stocks posted modest gains on Monday as signs suggesting the U.S. economy may be on the road to recovery helped soothe jitters over increasingly violent social unrest and rising U.S.-China tensions.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/C_FS8HtEwnM/u-s-stocks-gain-as-signs-of-recovery-offset-protests-economic-worries-idUSKBN2382HP\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. stocks gain as signs of recovery offset protests, economic worries\",\n            \"published_date\": \"2020-06-01 18:23:26\",\n            \"_id\": \"0a135e721d66d2452a87fb0706c72b18\"\n        },\n        {\n            \"summary\": \"Coty Inc  said on Monday Peter Harf, chairman of both the company and its top investor JAB Holdings, would return as chief executive officer after nearly two decades to help the cosmetics maker revive its business amid the coronavirus crisis.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/RqQKfFzbA0w/coty-names-chairman-harf-as-ceo-to-oversee-turnaround-idUSKBN23826O\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Coty names Chairman Harf as CEO to oversee turnaround\",\n            \"published_date\": \"2020-06-01 17:27:06\",\n            \"_id\": \"8b4985cf0dd949fad2db16e34e34fc0d\"\n        },\n        {\n            \"summary\": \"For this employee, whose role is to ensure passengers have the most comfortable flight possible, how she interacts with guests has changed significantly.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Rachel King\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/coronavirus-flights-air-travel-private-jets-covid-19/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"The Coronavirus Economy: A private jet cabin host on what to expect when flying during a pandemic\",\n            \"published_date\": \"2020-06-01 17:00:00\",\n            \"_id\": \"e0939542c529a100005f6262b34cb22b\"\n        },\n        {\n            \"summary\": \"As many in American cities began to protest police brutality and systemic racism, Microsoft CEO Satya Nadella in a company town hall asked employees to come together and advocate for diverse voices.\\n \\n\\\"We can model that behavior we need to see, coach others on how they can be better allies, and care for each other in times of crisis,\\\" Nadella said.\\n \\nLike most big tech companies, Microsoft has had only mixed success in making its employee ranks reflect the diversity of people in society and among its customers.\\n \\n \\n \\nDo you work at Microsoft? Contact this reporter via encrypted messaging app Signal (+1-425-344-8242) or email (astewart@businessinsider.com).\\n \\nVisit Business Insider's homepage for more stories.\\n \\n \\nMicrosoft CEO Satya Nadella asked employees to have empathy for one another and advocate for diverse voices as people in cities across the US began to protest police brutality and systemic racism.\\n \\n\\\"This is not something that you can just leave behind when you log into work,\\\" Nadella said on Thursday, May 28 during an employee town hall, as shared on LinkedIn the following day.\\n \\n\\\"My feeling is that we can start by checking in with each other, ask all colleagues how they're doing and what they need, have empathy for what others are feeling.\\\"\\n \\nMicrosoft did not immediately respond to a request for more information.\\n \\nNadella called on employees to embrace its \\\"model, coach, care\\\" management framework, used by managers to model Microsoft culture, coach team members to reach objectives, and show they care about employees. \\\"We can model that behavior we need to see, coach others on how they can be better allies, and care for each other in times of crisis,\\\" Nadella said.\\n \\nBut, Nadella said, empathy is not enough, and it's incumbent Microsoft to use its position and resources to drive systemic change. He called out Microsoft's work on an initiative it launched in 2019 to drive reforms in policing.\\n \\nSome of Microsoft's work with law enforcement agencies has come under fire, including in March when immigrant rights groups and some Microsoft workers asked tech companies to stop sharing their technologies with Immigration and Customs Enforcement as the agency conducted raids during the coronavirus crisis.\\n \\nNadella in his address to employees seemed to commit to Microsoft's goal of diversifying its workforce.\\n \\n\\\"We need to recognize that we are better, smarter and stronger when we consider the voices, the actions of all communities,\\\" Nadella said. \\\"And you have my assurance that Microsoft will continue to advocate to have all those voices heard and respected.\\\"\\n \\nLike most big tech companies, including Google, Facebook, and Apple, Microsoft has had only mixed success in making its employee ranks reflect the diversity of people in society and among its customers. Microsoft's global workforce as of late last year was nearly three-quarters male, and more than half of its employees were white.\\n \\nMicrosoft in November released the company's first official \\\"Diversity and Inclusion\\\" report, revealing progress in hiring more people of color and women of all backgrounds, including in high-paying executive, director, managerial, and technical roles. The report also highlighted achievements in pay equity between employees in equivalent roles.\\n \\nExperts at the time said technology companies need to pay attention not only to who they hire, but how long those people stick around, how they are treated, and whether they receive promotions. And, they said, companies won't achieve pay equity until people of color and women of all backgrounds hold as many high-paying roles as white men.\\n \\nNadella called upon Microsoft's employees to take care of one another.\\n \\n\\\"My ask to each of you is to come together,\\\" Nadella said. \\\"Ask a colleague how they are doing today. Give each other grace as they're navigating unseen circumstances.\\\"\\n\\nJoin the conversation about this story »\\n                        \\nNOW WATCH: What makes 'Parasite' so shocking is the twist that happens in a 10-minute sequence\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Ashley Stewart\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/microsoft-ceo-satya-nadella-addresses-protests-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Microsoft CEO Satya Nadella addresses the protests across the US in an employee town hall: 'My ask to each of you is to come together' (MSFT)\",\n            \"published_date\": \"2020-06-01 16:52:32\",\n            \"_id\": \"0a22a8ca32a7ac3d79c5b58505cec096\"\n        },\n        {\n            \"summary\": \"\\\"We're talking about roepening in one week in New York City and now we're seeing these mass gatherings over the past several nights that could in fact exacerbate the Covid-19 spread,\\\" Cuomo said at a news briefing Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/new-york-gov-cuomo-says-weekend-protests-were-counterproductive-could-exacerbate-coronavirus-outbreak.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"New York Gov. Cuomo says George Floyd protests were 'counterproductive,' could exacerbate coronavirus outbreak\",\n            \"published_date\": \"2020-06-01 16:49:34\",\n            \"_id\": \"5b27210c49e1783d4a33f9f30984765b\"\n        },\n        {\n            \"summary\": \"What Black employees really want from them and everyone else.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Ellen McGirt\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/citigroup-netflix-microsoft-racism-george-floyd-police-brutality-statements-business/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Citigroup, Netflix, and Microsoft among companies making statements in support of Black lives and justice\",\n            \"published_date\": \"2020-06-01 16:49:01\",\n            \"_id\": \"69a38de7338711674b0da26151bdc633\"\n        },\n        {\n            \"summary\": \"Cities across America are reeling from a weekend of unrest after widespread protests erupted after George Floyd died during an arrest in Minneapolis.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/george-floyd-protests-live-updates.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Live updates: Minneapolis police made 44 people unconscious with neck restraints in five years\",\n            \"published_date\": \"2020-06-01 16:47:48\",\n            \"_id\": \"155f41a27746251065e8c8a7aee0380c\"\n        },\n        {\n            \"summary\": \"Late Sunday, Zuckerberg announced an additional $10 million to racial justice organizations.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Rachel Siegel\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/facebook-zuckerberg-donation-trump/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Facebook employees blast Zuckerberg's hands-off response to Trump posts as protests grip nation\",\n            \"published_date\": \"2020-06-01 16:47:00\",\n            \"_id\": \"8131fab7b959f1d242a3e310f19d3eda\"\n        },\n        {\n            \"summary\": \"A top Aston Martin  shareholder cut its stake in the British carmaker by nearly 5%, a regulatory filing showed on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/avUit7lsGOw/major-aston-martin-shareholder-cuts-stake-in-british-carmaker-idUSKBN23837E\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Major Aston Martin shareholder cuts stake in British carmaker\",\n            \"published_date\": \"2020-06-01 16:43:08\",\n            \"_id\": \"e8709671cb618189196e9631ff0ff8ea\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/new-york-gov-cuomo-weighs-curfew-for-new-york-city-has-national-guard-on-standby-amid-george-floyd-protests.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"New York Gov. Cuomo weighs curfew for NYC, has National Guard on standby following George Floyd protests\",\n            \"published_date\": \"2020-06-01 16:28:01\",\n            \"_id\": \"2889cc5851038e1f7e1620d5934dd815\"\n        },\n        {\n            \"summary\": \"U.S. manufacturing activity eased off an 11-year low in May, the strongest sign yet that the worst of the economic downturn was behind as businesses reopen, though the recovery from the COVID-19 crisis could take years because of high unemployment.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/SHfciYlke2s/u-s-manufacturing-activity-off-11-year-low-construction-spending-falls-idUSKBN2382R2\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. manufacturing activity off 11-year low; construction spending falls\",\n            \"published_date\": \"2020-06-01 16:23:01\",\n            \"_id\": \"b3951699064a0d7606161a5e320efb99\"\n        },\n        {\n            \"summary\": \"Several top record labels organized Black Out Tuesday as unrest erupted in the wake of Floyd's death, as well as the killings of Ahmaud Arbery and Breonna Taylor.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"radmarya\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/black-out-tuesday-music-industry-george-floyd/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Music industry calls for ‘Black Out Tuesday' in response to George Floyd's death\",\n            \"published_date\": \"2020-06-01 16:05:39\",\n            \"_id\": \"87492681a871dcedc427b7ec08c26e8b\"\n        },\n        {\n            \"summary\": \"On Monday, the Cloud Native Computing Foundation announced Priyanka Sharma, formerly of GitLab, as its new general manager.\\n \\nCNCF is best known for housing the popular open source cloud computing project Kubernetes, which was started at Google and then given to CNCF in 2018.\\n \\nAs general manager, Sharma's goals include leading efforts to put on a virtual conference and supporting users who rely on CNCF's many open source cloud projects.\\n \\nVisit Business Insider's homepage for more stories.\\n \\n \\nPriyanka Sharma remembers feeling nervous about going to her first meetups for the Cloud Native Computing Foundation as a new member. But overcoming those nerves was worth it: Not only did the people there turn out to be \\\"very welcoming,\\\" but now, about four years later, she's been named the organization's top leader.\\n \\nCNCF, founded in 2015, is best known for housing the open source cloud computing project Kubernetes, which is widely used by to run large-scale applications. While Kubernetes first began within Google, the company gave it away to CNCF in 2018 so that the project could become more independent. The foundation's mission is to support developers working on open source cloud projects, with resources like certifications, conferences, and more. \\n \\nCNCF's previous head, Dan Kohn, will continue to stay involved in the organization as an advisor, although he will now focus his time on a public health project with the Linux Foundation. Sharma, who publicly took the post Monday, previously served as the director of technical evangelism at $2.75 billion developer startup GitLab, experience that she says will be useful in her new role. \\n \\n\\\"Being involved [in CNCF] from the early days, I've seen how it has grown and what we can do more of,\\\" Sharma told Business Insider. \\\"In addition, when working with GitLab, I was fortunate to work with end users who were very diverse, and from all kinds of companies. That has given me a perspective on different needs people have in cloud native.\\\"\\n \\nSharma's career, including joining CNCF in its early days\\n \\nWhile Sharma started her career at Google, she first joined CNCF when she was working at the software monitoring startup LightStep and contributing to the OpenTracing project, an open source project to track system behaviors.\\n \\nThat project joined CNCF in October 2016: It was the third project in the foundation, following Kubernetes and Prometheus. \\n \\n\\\"We actually had perfect timing because Kubernetes had started becoming a big thing,\\\" Sharma said. \\\"With Kubernetes and cloud computing, the software gets more and more complex.\\\"\\n \\nThe organization has since grown significantly since then. After Sharma joined GitLab in 2018, she was elected to CNC's board to represent her company. \\n \\n\\\"Along with my own experiences as a contributor, speaker, documentarian, I've been part of this world for a while,\\\" Sharma said, \\\"And I believe this past work and knowledge is going to help me bring about the second wave of cloud native.\\\"\\n \\nAt GitLab, she built up a technical evangelism team, which has become a \\\"critical\\\" team at the company to promote its technology and other tools developers can use. \\n \\n\\\"It's been a highlight of my career,\\\" Sharma said. \\\"I'm so proud of the folks I put together. They're all evangelists, really passionate engineers who spend a lot of time in open source.\\\"\\n \\nSharma had originally planned to stay at GitLab for a few more years, but she also loved the CNCF community.\\n \\n\\\"It took me in, and I built this career,\\\" Sharma said. \\\"I think this is a unique time especially with the pandemic going on where our daily lives have been changed.\\\"\\n \\nThe foundation has already had to make some changes. One of CNCF's biggest conferences — KubeCon, which brings together thousands of people in the Kubernetes community— was originally supposed to take place in Amsterdam earlier this year, but it was postponed due to the coronavirus pandemic. Now, it's going all virtual in August.\\n \\nSharma's goal is 'to listen and to learn'\\n \\nAs CNCF's general manager, Sharma says her top priority is \\\"to listen and to learn\\\" from the community.\\n \\nShe has always maintained a \\\"virtual open door policy,\\\" she says, which means that she's open to people messaging her on Twitter to ask questions and share feedback. She also likes scheduling times with users to video chat or talk on the phone. \\n \\nOne of her first challenges will planning the aforementioned virtual KubeCon. \\n \\nWith the coronavirus pandemic happening, Sharma says the foundation needs to find ways to help users as they rely more on cloud applications run by CNCF's projects. \\n \\n\\\"The current time with the pandemic has taught us a lot about what needs will come up for our organization,\\\" Sharma said. \\\"Digital consumption is off the charts. That means more complex, bigger systems. That means more need for cloud native and more need for education. All of that is happening now and we need to support that.\\\"\\n\\nSEE ALSO: A tech veteran who led her last company through a sale and skyrocketing success was recruited as CEO of $641 million search startup Algolia to scale it through 'hypergrowth'\\n \\nJoin the conversation about this story »\\n                        \\nNOW WATCH: How waste is dealt with on the world's largest cruise ship\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Rosalie Chan\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/priyanka-sharma-gitlab-head-cloud-native-computing-foundation-kubernetes-2020-5\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"A former director of $2.75 billion GitLab is now heading up the influential foundation that's home to Kubernetes, the widely-used cloud computing project started at Google\",\n            \"published_date\": \"2020-06-01 16:00:00\",\n            \"_id\": \"b36c6f0ec828814971948f2acec749ff\"\n        },\n        {\n            \"summary\": \"U.S. stocks struggled for direction on Monday as investors weighed prospects of a post-pandemic economic recovery against protests across the country over race and an ongoing standoff between Washington and Beijing.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/0DL23BYKZ9M/wall-st-flat-as-recovery-hopes-offset-u-s-protests-china-tensions-idUSKBN2382HP\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Wall St. flat as recovery hopes offset U.S. protests, China tensions\",\n            \"published_date\": \"2020-06-01 15:55:07\",\n            \"_id\": \"60ec893b8ebe1094b5d5c86e9a086751\"\n        },\n        {\n            \"summary\": \"AT&T's newest streaming service HBO Max may be filled with DC superheroes, wizards, hobbits and Looney Tunes, but that may not be enough for investors.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/hbo-max-has-bumpy-start-isnt-a-game-changer-for-att.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"HBO Max has bumpy start, 'isn't a game changer for AT&T,' analyst says\",\n            \"published_date\": \"2020-06-01 15:44:14\",\n            \"_id\": \"42f8f9db1078fa26df775f912af92af7\"\n        },\n        {\n            \"summary\": \"Zynga Inc  said on Monday it would buy Turkish mobile-game maker Peak for $1.8 billion, in a move that will boost the company's daily active user base by 60%.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/PRTRsbqyiKk/zynga-to-buy-turkish-mobile-game-maker-peak-for-1-8-billion-idUSKBN23827N\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zynga to buy Turkish mobile game-maker Peak for $1.8 billion\",\n            \"published_date\": \"2020-06-01 15:39:27\",\n            \"_id\": \"9acaac8718a52fb08bcd16db4cdf856b\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/new-york-mayor-de-blasio-calls-for-investigations-into-police-misconduct-during-floyd-protests-while-defending-vast-majority-of-nypd.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"New York Mayor de Blasio calls for investigations into police misconduct during Floyd protests while defending 'vast majority' of NYPD\",\n            \"published_date\": \"2020-06-01 15:33:12\",\n            \"_id\": \"fe2a3ad22c1dc7be509f2c87dd703b96\"\n        },\n        {\n            \"summary\": \"The vote originally planned for April 22 will be held July 1, as the Russian government says coronavirus spread has slowed.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"lbelanger225\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/putin-referendum-rescheduled-term-limit-coronavirus/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Vladimir Putin reschedules postponed referendum that could allow him to remain in power until 2036\",\n            \"published_date\": \"2020-06-01 15:32:53\",\n            \"_id\": \"a16a1c2cc6e14998a1c0d26b23d61b05\"\n        },\n        {\n            \"summary\": \"Oil futures edged lower on Monday as rising U.S.-China tensions weighed on market sentiment, but reports that OPEC and Russia were close to a deal extending output buoyed prices.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/9ktDQKWiuTU/oil-drops-as-u-s-china-tension-escalates-idUSKBN2370VK\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Oil drops as U.S.-China tension escalates\",\n            \"published_date\": \"2020-06-01 15:29:12\",\n            \"_id\": \"b4e771c19b601b0a693bd84c91cc69fd\"\n        },\n        {\n            \"summary\": \"David Herro, Harris Associates CIO of International Equity, says Europe is beginning to see normalized light at the end of this dark economic tunnel. Richard Haass, Council on Foreign Relations President, says President Trump has to step up to the moment and stop the divisive tweets and personal attacks. Ethan Harris, Bank of America Merrill Lynch Head of Global Economics Research, says data shows we are starting to move off the economic bottom. Meredith Sumpter, Eurasia Group Head of Research Strategy, says emerging market economies will struggle to balance with the competing pressures from the U.S. and China.\",\n            \"country\": \"US\",\n            \"clean_url\": \"bloomberg.com\",\n            \"author\": \"Bloomberg Radio\",\n            \"rights\": \"2017 Bloomberg LP\",\n            \"link\": null,\n            \"rank\": \"101\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Surveillance: Europe's Economic Recovery With Herro\",\n            \"published_date\": \"2020-06-01 15:20:55\",\n            \"_id\": \"302169fdfcd6389b534284f5a63e5b11\"\n        },\n        {\n            \"summary\": \"Slower economic growth expectations prompted Citi on Monday to slash its forecasts for global remittances, saying this raised the risk to credit ratings of smaller emerging market countries and was set to push up their borrowing costs.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/xBMQNYOyL6E/global-remittances-could-fall-by-100-billion-in-2020-says-citi-idUSKBN2382WY\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Global remittances could fall by $100 billion in 2020, says Citi\",\n            \"published_date\": \"2020-06-01 15:06:06\",\n            \"_id\": \"a2be7ad7d19c3cd2bcfb9b136a4510d3\"\n        },\n        {\n            \"summary\": \"Nissan Motor Co  has estimated the closure of its plants in Barcelona could cost up to around 1.5 billion euros ($1.7 billion), a union source told Reuters on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/yyoZEVfr2xo/nissan-sees-cost-of-quitting-barcelona-at-up-to-1-7-billion-source-says-idUSKBN2382WN\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Nissan sees cost of quitting Barcelona at up to $1.7 billion, source says\",\n            \"published_date\": \"2020-06-01 15:04:40\",\n            \"_id\": \"ac10eabde89f87c2eb3e163a10841652\"\n        },\n        {\n            \"summary\": \"As of today, LinkedIn has a new CEO.\\n \\nRyan Roslansky, formerly LinkedIn's senior vice president of product, takes over for longtime CEO Jeff Weiner, who is now the company's executive chairman.\\n \\nBusiness Insider identified the 30 power players now running LinkedIn following the change.\\n \\nDo you work at Microsoft? Contact this reporter via encrypted messaging app Signal (+1-425-344-8242) or email (astewart@businessinsider.com).\\n \\nVisit Business Insider's homepage for more stories.\\n \\n \\nLongtime LinkedIn insider Ryan Roslansky took over as CEO of the Microsoft-owned professional social networking site on Monday, kicking off a series of changes within the company.\\n \\nIn February, former CEO Jeff Weiner announced plans to step down after 11 years, though he remains involved as LinkedIn's executive chairman. Weiner joined the company in 2008 and led it through its sale to Microsoft for more than $26 billion and helped it grow to more than 675 million members, 16,000 employees, and $7.5 billion in revenue.\\n \\nIn announcing his plans, Weiner said he felt that LinkedIn was \\\"just getting started.\\\"\\n \\nBusiness Insider identified 30 of the power players and rising stars who will help grow the company in its next phase:\\n\\nSEE ALSO: Microsoft asks staff each year if they think their compensation is competitive. Leaked poll results show a declining share say yes.\\n \\nJeff Weiner, outgoing CEO and executive chairman\\n  \\n\\nWhen Jeff Weiner announced in February that he would step down as CEO, he said he'd been discussing the plans with Microsoft CEO Satya Nadella since the summer before.\\n \\n\\\"The last eleven years have been the greatest professional experience of my life and none of it would have been possible without you, our members,\\\" Weiner said in an blog post at the time. \\\"Despite the scale and impact we've achieved thus far, it still feels like in many respects we're just getting started.\\\"\\n \\nWeiner will still help shape LinkedIn going forward in his new role as executive chairman.\\n\\n \\n\\n\\nRyan Roslansky, incoming LinkedIn CEO\\n  \\n\\nRoslansky officially became CEO on Monday.\\n \\nRoslansky was Weiner's first hire when he replaced cofounder Reid Hoffman to become LinkedIn CEO in 2009. Roslansky helped lead LinkedIn's integration with Microsoft, and LinkedIn's acquisition of online-education site Lynda. Weiner said Roslansky has also played a key role in building LinkedIn's marketing products, and publishing and \\\"influencer\\\" programs.\\n \\n As CEO of LinkedIn, Roslansky will report directly to Satya Nadella and join Microsoft's senior leadership team, as Weiner did. \\n\\n \\n\\n\\nYa Xu, senior director of engineering and head of data science\\n  \\n\\nXu, who joined the company seven years ago, leads a team of hundreds of LinkedIn data scientists who work across the business, from sales and marketing to engineering.\\n \\nXu's team spans LinkedIn's economic insights, product testing and research, and she's in charge of metrics, insights, inference, and algorithms, as LinkedIn describes it.\\n\\n \\n\\n\\nBlythe Yee, Vice President, Employee Communications\\n  \\n\\nYee runs employee communications, which means it's her job to dispatch information to the company's 16,000 employees. \\n \\nYee helped the company integrate with Microsoft after it was acquired in 2016 and has played a key role in navigating the CEO transition and coronavirus crisis. \\n\\n \\n\\n\\nTomer Cohen, LinkedIn head of product\\n  \\n\\nAs head of product, Cohen is in charge of all of the teams that build LinkedIn products and services, including business development, user experience, and customer operations.\\n \\nHe joined LinkedIn in 2012 and has led different teams throughout his tenure, including product development for the company's \\\"marketing solutions\\\" business.\\n\\n \\n\\n\\nKarin Kimbrough, LinkedIn's chief economist\\n  \\n\\nKimbrough became LinkedIn's chief economist in January and now leads the team responsible for the company's labor-market insights.\\n \\nLinkedIn hired Kimbrough away from Google, where she was an assistant treasurer. Her career spans roles at Morgan Stanley, the Federal Reserve Bank of New York, and Bank of America Merrill Lynch.\\n \\nKimbrough's team is behind LinkedIn's Economic Graph, which the company says is meant to \\\"analyze labor markets and recommend policy solutions to prepare the global workforce for the jobs of the future.\\\"\\n\\n \\n\\n\\nKalinda Raina, LinkedIn's vice president of global privacy\\n  \\n\\nRaina run's LinkedIn's member privacy efforts – and, according to LinkedIn, is \\\"building a company-wide culture of privacy that empowers every employee to become a privacy champion to protect member data. \\\"\\n \\nRaina joined LinkedIn in 2016 from Apple, where she was head of privacy and policy for the US and Latin America. She was a privacy chief at Nintendo before that.\\n\\n \\n\\n\\nRosanna Durruthy, vice president of global diversity, inclusion, and belonging\\n  \\n\\nDurruthy is responsible for LinkedIn's \\\"women in leadership\\\" and \\\"women in tech\\\" initiatives, which the company says have helped women reach higher roles within the organization.\\n \\nAs the head of the diversity, inclusion, and belonging division, which she joined in 2017, she describes her role as creating economic opportunity for LinkedIn employees.\\n\\n \\n\\n\\nNina McQueen, interim LinkedIn chief people officer\\n  \\n\\nMcQueen is LinkedIn's interim top human resources executive, taking over from past Chief People Officer Christina Hall, who resigned in December. Bloomberg reported that Hall resigned after breaking internal compliance rules, citing people familiar with the matter.\\n \\nMcQueen has worked for LinkedIn since 2013 and was previously vice president of the employee benefits and experiences.\\n\\n \\n\\n\\nScott Shute, head of mindfulness and compassion programs\\n  \\n\\nShute is the head of what LinkedIn calls \\\"mindfulness and compassion programs\\\": programs that help LinkedIn employees build \\\"emotional intelligence, resilience, and a better sense of well-being.\\\"\\n \\nShute was a LinkedIn's vice president of global customer operations for six years before moving into this role in 2018.\\n\\n \\n\\n\\nTyrona Heath, B2B Institute global lead\\n  \\n\\nHeath runs LinkedIn's B2B Institute, the company's \\\"think tank\\\" devoted to researching how to accelerate growth in businesses that sell to other businesses.\\n \\nShe describes the institute's role as \\\"to engage and educate the industry in partnership with the leading marketing effectiveness thinkers to help better define the category, so our clients can drive growth through marketing.\\\"\\n\\n \\n\\n\\nGuillaume Saint Jacques, computational social science research lead\\n  \\n\\nSaint-Jacques is head of computational social science at LinkedIn, which means it's his job to make the social network more responsive to what it's members need.\\n \\nHe joined LinkedIn in 2016 while working on his doctorate degree at MIT.\\n \\n \\n\\n \\n\\n\\nBlake Lawit, senior vice president and general counsel\\n  \\n\\nLawlit runs legal affairs and public policy for LinkedIn.\\n \\nHe's shaped the company's legal and public policy strategies since joining in 2010, and has helped the company navigate legal and regulatory matters, including LinkedIn's 2016 sales to Microsoft.\\n\\n \\n\\n\\nMadhu Gupta, director of product management, trust and security\\n  \\n\\nGupta runs what LinkedIn calls \\\"trust and security\\\" product management, which means it's her job to oversee security and abuse protection, data privacy, and account authentication and management for its products. \\n \\nShe joined LinkedIn in 2010.\\n\\n \\n\\n\\nTanya Staples, LinkedIn vice president and head of trust product\\n  \\n\\nStaples helps LinkedIn's product team make sure that its features to help users find jobs and make connections are trusted and secure.\\n \\nBefore she joined LinkedIn, Staples was an executive at Lynda.com, which LinkedIn acquired in 2015, and for several years after worked on the company's learning content.\\n\\n \\n\\n\\nSabry Tozin, LinkedIn vice president of engineering\\n  \\n\\nTozin is a vice president of engineering at LinkedIn, leading the enterprise productivity engineering team.\\n \\nHis team is responsible for features like LinkedIn's enterprise search platform and employee productivity apps.\\n\\n \\n\\n\\nJoanna Pomykala, vice president of global customer operations\\n  \\n\\nPomykala runs LinkedIn's global customer operations, which means she's in charge of customer support. \\n \\nHer job is core to LinkedIn, according to the company, because it makes sure customers are represented in the company's products.\\n\\n \\n\\n\\nErica Lockheimer, LinkedIn Learning vice president of engineering\\n  \\n\\nLockheimer is vice president of engineering for LinkedIn Learning, a role she took when the company acquired Lynda.com in 2015.\\n \\nShe leads the team that creates virtual learning opportunities for LinkedIn customers.\\n \\n \\n\\n \\n\\n\\nErran Berger, LinkedIn Flagship vice president of engineering\\n  \\n\\nBerger is in charge of the consumer engineering team responsible for LinkedIn's homepage, feed, and messaging.\\n \\nHe's helped LinkedIn build research and development hubs in San Francisco and New York.\\n\\n \\n\\n\\nJennison Asuncion, head of accessibility engineering evangelism\\n  \\n\\nAsuncion's title is \\\"head of accessibility engineering evangelism\\\" and he's responsible for making LinkedIn more accessible for people with disabilities.\\n \\nHe joined LinkedIn in 2013 and has worked on accessibility engineering from the beginning.\\n \\n \\n\\n \\n\\n\\nBrendan Browne, LinkedIn vice president of global talent acquisition\\n  \\n\\nBrowne is in charge of LinkedIn recruiting and, in the past ten years,  has helped to grow the company to 16,000 employees from around 900 when he joined.\\n \\nLinkedIn calls Browne's team \\\"customer zero\\\" for the talent recruiting products it sells, because his team tests them, gives feedback, and provides insight to LinkedIn's sales and marketing teams.\\n\\n \\n\\n\\nMeg Garlinghouse, LinkedIn's head of social impact\\n  \\n\\nGarlinghouse runs LinkedIn's Social Impact team, which engages LinkedIn employee in social causes, through volunteering, corporate donations, and more. \\n \\nShe's worked for LinkedIn for a decade.\\n\\n \\n\\n\\nHari Srinivasan, LinkedIn Learning vice president of product management\\n  \\n\\nSrinivasan runs product management for LinkedIn's online-education business LinkedIn Learning. \\n \\nHe joined LinkedIn in 2014 when the company acquired We Created It, which he describes as the \\\"IMBD of products,\\\" where he was founder and CEO.\\n\\n \\n\\n\\nDaniel Roth, LinkedIn News editor in chief\\n  \\n\\nRoth runs LinkedIn's global news team, which is responsible for the social network's breaking news feed, as well as original articles and finding contributors for LinkedIn posts.\\n \\nLinkedIn says it is \\\"by far, the world's largest platform and publisher of business-relevant content.\\\"\\n\\n \\n\\n\\nSue Duke, head of public policy\\n  \\n\\nDuke runs LinkedIn's global policy team, which lobbies the company's position on tech policy issues around the work.\\n \\nShe's based in Ireland and is the former head of public policy for Google there. Duke is also in charge of LinkedIn's Economic Graph.\\n\\n \\n\\n\\nLaRon Johnson, head of LinkedIn Detroit and head of North American Microsoft relationship sales\\n  \\n\\nJohnson helped start LinkedIn's Detroit office in 2017, and has helped grow the office to 70 people from seven..\\n \\nHe's helped shape LinkedIn's office culture, the company says. \\n \\n \\n\\n \\n\\n\\nGyanda Sachdeva, vice president of product management\\n  \\n\\nSachdeva runs product management for the company's marketing business, which it describes as a way for customers to \\\"generate leads, drive website traffic, and build brand awareness\\\" among LinkedIn's 675 million members.\\n \\nShe's worked for LinkedIn since 2010 and has overseen other important projects, like LinkedIn's premium subscriptions.\\n\\n \\n\\n\\nMark Lobosco, vice president of Talent Solutions\\n  \\n\\nLobosco is the sales leader for LinkedIn's largest business: Recruiting or \\\"Talent Solutions,\\\" as it's known. \\n \\nHe runs the sales, pre-sales, and customer sales teams and has worked for LinkedIn since 2008.\\n \\n \\n\\n \\n\\n\\nKeith Richey, senior director of global marketing for LinkedIn sales and marketing solutions\\n  \\n\\nRichey runs global marketing for LinkedIn's sales and marketing businesses.\\n \\nHe helped the company align its marketing employees across those two businesses (LinkedIn Marketing Solutions and LinkedIn Sales Solutions).\\n\\n \\n\\n\\nPenry Price, LinkedIn vice president of Marketing Solutions\\n  \\n\\nPrice runs the global team for LinkedIn's Marketing Solutions business and helped transform the company's advertising business into its fastest-growing unit.\\n \\nHe's based in New York and joined the company in 2013.\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Ashley Stewart\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/linkedin-power-players-under-new-ceo-ryan-roslansky-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"LinkedIn has a new CEO. Here are 30 power players and rising stars who now help run the company. (MSFT)\",\n            \"published_date\": \"2020-06-01 15:04:00\",\n            \"_id\": \"d690b4e190c4a21e5ba587ae373a84a9\"\n        },\n        {\n            \"summary\": \"As of today, LinkedIn has a new CEO.\\n \\nRyan Roslansky, formerly LinkedIn's senior vice president of product, takes over for longtime CEO Jeff Weiner, who is now the company's executive chairman.\\n \\nBusiness Insider identified the 30 power players now running LinkedIn following the change.\\n \\nDo you work at Microsoft? Contact this reporter via encrypted messaging app Signal (+1-425-344-8242) or email (astewart@businessinsider.com).\\n \\nVisit Business Insider's homepage for more stories.\\n \\n \\nLongtime LinkedIn insider Ryan Roslansky took over as CEO of the Microsoft-owned professional social networking site on Monday, kicking off a series of changes within the company.\\n \\nIn February, former CEO Jeff Weiner announced plans to step down after 11 years, though he remains involved as LinkedIn's executive chairman. Weiner joined the company in 2008 and led it through its sale to Microsoft for more than $26 billion and helped it grow to more than 675 million members, 16,000 employees, and $7.5 billion in revenue.\\n \\nIn announcing his plans, Weiner said he felt that LinkedIn was \\\"just getting started.\\\"\\n \\nBusiness Insider identified 30 of the power players and rising stars who will help grow the company in its next phase:\\n\\nSEE ALSO: Microsoft asks staff each year if they think their compensation is competitive. Leaked poll results show a declining share say yes.\\n \\nJeff Weiner, outgoing CEO and executive chairman\\n  \\n\\nWhen Jeff Weiner announced in February that he would step down as CEO, he said he'd been discussing the plans with Microsoft CEO Satya Nadella since the summer before.\\n \\n\\\"The last eleven years have been the greatest professional experience of my life and none of it would have been possible without you, our members,\\\" Weiner said in an blog post at the time. \\\"Despite the scale and impact we've achieved thus far, it still feels like in many respects we're just getting started.\\\"\\n \\nWeiner will still help shape LinkedIn going forward in his new role as executive chairman.\\n\\n \\n\\n\\nRyan Roslansky, incoming LinkedIn CEO\\n  \\n\\nRoslansky officially became CEO on Monday.\\n \\nRoslansky was Weiner's first hire when he replaced cofounder Reid Hoffman to become LinkedIn CEO in 2009. Roslansky helped lead LinkedIn's integration with Microsoft, and LinkedIn's acquisition of online-education site Lynda. Weiner said Roslansky has also played a key role in building LinkedIn's marketing products, and publishing and \\\"influencer\\\" programs.\\n \\n As CEO of LinkedIn, Roslansky will report directly to Satya Nadella and join Microsoft's senior leadership team, as Weiner did. \\n\\n \\n\\n\\nYa Xu, senior director of engineering and head of data science\\n  \\n\\nXu, who joined the company seven years ago, leads a team of hundreds of LinkedIn data scientists who work across the business, from sales and marketing to engineering.\\n \\nXu's team spans LinkedIn's economic insights, product testing and research, and she's in charge of metrics, insights, inference, and algorithms, as LinkedIn describes it.\\n\\n \\n\\n\\nBlythe Yee, Vice President, Employee Communications\\n  \\n\\nYee runs employee communications, which means it's her job to dispatch information to the company's 16,000 employees. \\n \\nYee helped the company integrate with Microsoft after it was acquired in 2016 and has played a key role in navigating the CEO transition and coronavirus crisis. \\n\\n \\n\\n\\nTomer Cohen, LinkedIn head of product\\n  \\n\\nAs head of product, Cohen is in charge of all of the teams that build LinkedIn products and services, including business development, user experience, and customer operations.\\n \\nHe joined LinkedIn in 2012 and has led different teams throughout his tenure, including product development for the company's \\\"marketing solutions\\\" business.\\n\\n \\n\\n\\nKarin Kimbrough, LinkedIn's chief economist\\n  \\n\\nKimbrough became LinkedIn's chief economist in January and now leads the team responsible for the company's labor-market insights.\\n \\nLinkedIn hired Kimbrough away from Google, where she was an assistant treasurer. Her career spans roles at Morgan Stanley, the Federal Reserve Bank of New York, and Bank of America Merrill Lynch.\\n \\nKimbrough's team is behind LinkedIn's Economic Graph, which the company says is meant to \\\"analyze labor markets and recommend policy solutions to prepare the global workforce for the jobs of the future.\\\"\\n\\n \\n\\n\\nKalinda Raina, LinkedIn's vice president of global privacy\\n  \\n\\nRaina run's LinkedIn's member privacy efforts – and, according to LinkedIn, is \\\"building a company-wide culture of privacy that empowers every employee to become a privacy champion to protect member data. \\\"\\n \\nRaina joined LinkedIn in 2016 from Apple, where she was head of privacy and policy for the US and Latin America. She was a privacy chief at Nintendo before that.\\n\\n \\n\\n\\nRosanna Durruthy, vice president of global diversity, inclusion, and belonging\\n  \\n\\nDurruthy is responsible for LinkedIn's \\\"women in leadership\\\" and \\\"women in tech\\\" initiatives, which the company says have helped women reach higher roles within the organization.\\n \\nAs the head of the diversity, inclusion, and belonging division, which she joined in 2017, she describes her role as creating economic opportunity for LinkedIn employees.\\n\\n \\n\\n\\nNina McQueen, interim LinkedIn chief people officer\\n  \\n\\nMcQueen is LinkedIn's interim top human resources executive, taking over from past Chief People Officer Christina Hall, who resigned in December. Bloomberg reported that Hall resigned after breaking internal compliance rules, citing people familiar with the matter.\\n \\nMcQueen has worked for LinkedIn since 2013 and was previously vice president of the employee benefits and experiences.\\n\\n \\n\\n\\nScott Shute, head of mindfulness and compassion programs\\n  \\n\\nShute is the head of what LinkedIn calls \\\"mindfulness and compassion programs\\\": programs that help LinkedIn employees build \\\"emotional intelligence, resilience, and a better sense of well-being.\\\"\\n \\nShute was a LinkedIn's vice president of global customer operations for six years before moving into this role in 2018.\\n\\n \\n\\n\\nTyrona Heath, B2B Institute global lead\\n  \\n\\nHeath runs LinkedIn's B2B Institute, the company's \\\"think tank\\\" devoted to researching how to accelerate growth in businesses that sell to other businesses.\\n \\nShe describes the institute's role as \\\"to engage and educate the industry in partnership with the leading marketing effectiveness thinkers to help better define the category, so our clients can drive growth through marketing.\\\"\\n\\n \\n\\n\\nGuillaume Saint Jacques, computational social science research lead\\n  \\n\\nSaint-Jacques is head of computational social science at LinkedIn, which means it's his job to make the social network more responsive to what it's members need.\\n \\nHe joined LinkedIn in 2016 while working on his doctorate degree at MIT.\\n \\n \\n\\n \\n\\n\\nBlake Lawit, senior vice president and general counsel\\n  \\n\\nLawlit runs legal affairs and public policy for LinkedIn.\\n \\nHe's shaped the company's legal and public policy strategies since joining in 2010, and has helped the company navigate legal and regulatory matters, including LinkedIn's 2016 sales to Microsoft.\\n\\n \\n\\n\\nMadhu Gupta, director of product management, trust and security\\n  \\n\\nGupta runs what LinkedIn calls \\\"trust and security\\\" product management, which means it's her job to oversee security and abuse protection, data privacy, and account authentication and management for its products. \\n \\nShe joined LinkedIn in 2010.\\n\\n \\n\\n\\nTanya Staples, LinkedIn vice president and head of trust product\\n  \\n\\nStaples helps LinkedIn's product team make sure that its features to help users find jobs and make connections are trusted and secure.\\n \\nBefore she joined LinkedIn, Staples was an executive at Lynda.com, which LinkedIn acquired in 2015, and for several years after worked on the company's learning content.\\n\\n \\n\\n\\nSabry Tozin, LinkedIn vice president of engineering\\n  \\n\\nTozin is a vice president of engineering at LinkedIn, leading the enterprise productivity engineering team.\\n \\nHis team is responsible for features like LinkedIn's enterprise search platform and employee productivity apps.\\n\\n \\n\\n\\nJoanna Pomykala, vice president of global customer operations\\n  \\n\\nPomykala runs LinkedIn's global customer operations, which means she's in charge of customer support. \\n \\nHer job is core to LinkedIn, according to the company, because it makes sure customers are represented in the company's products.\\n\\n \\n\\n\\nErica Lockheimer, LinkedIn Learning vice president of engineering\\n  \\n\\nLockheimer is vice president of engineering for LinkedIn Learning, a role she took when the company acquired Lynda.com in 2015.\\n \\nShe leads the team that creates virtual learning opportunities for LinkedIn customers.\\n \\n \\n\\n \\n\\n\\nErran Berger, LinkedIn Flagship vice president of engineering\\n  \\n\\nBerger is in charge of the consumer engineering team responsible for LinkedIn's homepage, feed, and messaging.\\n \\nHe's helped LinkedIn build research and development hubs in San Francisco and New York.\\n\\n \\n\\n\\nJennison Asuncion, head of accessibility engineering evangelism\\n  \\n\\nAsuncion's title is \\\"head of accessibility engineering evangelism\\\" and he's responsible for making LinkedIn more accessible for people with disabilities.\\n \\nHe joined LinkedIn in 2013 and has worked on accessibility engineering from the beginning.\\n \\n \\n\\n \\n\\n\\nBrendan Browne, LinkedIn vice president of global talent acquisition\\n  \\n\\nBrowne is in charge of LinkedIn recruiting and, in the past ten years,  has helped to grow the company to 16,000 employees from around 900 when he joined.\\n \\nLinkedIn calls Browne's team \\\"customer zero\\\" for the talent recruiting products it sells, because his team tests them, gives feedback, and provides insight to LinkedIn's sales and marketing teams.\\n\\n \\n\\n\\nMeg Garlinghouse, LinkedIn's head of social impact\\n  \\n\\nGarlinghouse runs LinkedIn's Social Impact team, which engages LinkedIn employee in social causes, through volunteering, corporate donations, and more. \\n \\nShe's worked for LinkedIn for a decade.\\n\\n \\n\\n\\nHari Srinivasan, LinkedIn Learning vice president of product management\\n  \\n\\nSrinivasan runs product management for LinkedIn's online-education business LinkedIn Learning. \\n \\nHe joined LinkedIn in 2014 when the company acquired We Created It, which he describes as the \\\"IMBD of products,\\\" where he was founder and CEO.\\n\\n \\n\\n\\nDaniel Roth, LinkedIn News editor in chief\\n  \\n\\nRoth runs LinkedIn's global news team, which is responsible for the social network's breaking news feed, as well as original articles and finding contributors for LinkedIn posts.\\n \\nLinkedIn says it is \\\"by far, the world's largest platform and publisher of business-relevant content.\\\"\\n\\n \\n\\n\\nSue Duke, head of public policy\\n  \\n\\nDuke runs LinkedIn's global policy team, which lobbies the company's position on tech policy issues around the work.\\n \\nShe's based in Ireland and is the former head of public policy for Google there. Duke is also in charge of LinkedIn's Economic Graph.\\n\\n \\n\\n\\nLaRon Johnson, head of LinkedIn Detroit and head of North American Microsoft relationship sales\\n  \\n\\nJohnson helped start LinkedIn's Detroit office in 2017, and has helped grow the office to 70 people from seven..\\n \\nHe's helped shape LinkedIn's office culture, the company says. \\n \\n \\n\\n \\n\\n\\nGyanda Sachdeva, vice president of product management\\n  \\n\\nSachdeva runs product management for the company's marketing business, which it describes as a way for customers to \\\"generate leads, drive website traffic, and build brand awareness\\\" among LinkedIn's 675 million members.\\n \\nShe's worked for LinkedIn since 2010 and has overseen other important projects, like LinkedIn's premium subscriptions.\\n\\n \\n\\n\\nMark Lobosco, vice president of Talent Solutions\\n  \\n\\nLobosco is the sales leader for LinkedIn's largest business: Recruiting or \\\"Talent Solutions,\\\" as it's known. \\n \\nHe runs the sales, pre-sales, and customer sales teams and has worked for LinkedIn since 2008.\\n \\n \\n\\n \\n\\n\\nKeith Richey, senior director of global marketing for LinkedIn sales and marketing solutions\\n  \\n\\nRichey runs global marketing for LinkedIn's sales and marketing businesses.\\n \\nHe helped the company align its marketing employees across those two businesses (LinkedIn Marketing Solutions and LinkedIn Sales Solutions).\\n\\n \\n\\n\\nPenry Price, LinkedIn vice president of Marketing Solutions\\n  \\n\\nPrice runs the global team for LinkedIn's Marketing Solutions business and helped transform the company's advertising business into its fastest-growing unit.\\n \\nHe's based in New York and joined the company in 2013.\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Ashley Stewart\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/linkedin-power-players-under-new-ceo-ryan-roslansky-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"LinkedIn has a new CEO. Here are 30 power players and rising stars now running the company. (MSFT)\",\n            \"published_date\": \"2020-06-01 15:04:00\",\n            \"_id\": \"bef265c2e523a1f3a92e1173a1fe3e84\"\n        },\n        {\n            \"summary\": \"As of today, LinkedIn has a new CEO.\\n \\nRyan Roslansky, formerly LinkedIn's senior vice president of product, takes over for longtime CEO Jeff Weiner, who is now the company's executive chairman.\\n \\nBusiness Insider identified 30 power players and rising stars who will help Roslansky lead LinkedIn.\\n \\nDo you work at Microsoft? Contact this reporter via encrypted messaging app Signal (+1-425-344-8242) or email (astewart@businessinsider.com).\\n \\nVisit Business Insider's homepage for more stories.\\n \\n \\nLongtime LinkedIn insider Ryan Roslansky took over as CEO of the Microsoft-owned professional social networking site on Monday, kicking off a series of changes within the company.\\n \\nIn February, former CEO Jeff Weiner announced plans to step down after 11 years, though he remains involved as LinkedIn's executive chairman. Weiner joined the company in 2008 and led it through its sale to Microsoft for more than $26 billion and helped it grow to more than 675 million members, 16,000 employees, and $7.5 billion in revenue.\\n \\nIn announcing his plans, Weiner said he felt that LinkedIn was \\\"just getting started.\\\"\\n \\nBusiness Insider identified 30 of the power players and rising stars who will help grow the company in its next phase:\\n\\nSEE ALSO: Microsoft asks staff each year if they think their compensation is competitive. Leaked poll results show a declining share say yes.\\n \\nJeff Weiner, outgoing CEO and executive chairman\\n  \\n\\nWhen Jeff Weiner announced in February that he would step down as CEO, he said he'd been discussing the plans with Microsoft CEO Satya Nadella since the summer before.\\n \\n\\\"The last eleven years have been the greatest professional experience of my life and none of it would have been possible without you, our members,\\\" Weiner said in an blog post at the time. \\\"Despite the scale and impact we've achieved thus far, it still feels like in many respects we're just getting started.\\\"\\n \\nWeiner will still help shape LinkedIn going forward in his new role as executive chairman.\\n\\n \\n\\n\\nRyan Roslansky, incoming LinkedIn CEO\\n  \\n\\nRoslansky officially became CEO on Monday.\\n \\nRoslansky was Weiner's first hire when he replaced cofounder Reid Hoffman to become LinkedIn CEO in 2009. Roslansky helped lead LinkedIn's integration with Microsoft, and LinkedIn's acquisition of online-education site Lynda. Weiner said Roslansky has also played a key role in building LinkedIn's marketing products, and publishing and \\\"influencer\\\" programs.\\n \\n As CEO of LinkedIn, Roslansky will report directly to Satya Nadella and join Microsoft's senior leadership team, as Weiner did. \\n\\n \\n\\n\\nYa Xu, senior director of engineering and head of data science\\n  \\n\\nXu, who joined the company seven years ago, leads a team of hundreds of LinkedIn data scientists who work across the business, from sales and marketing to engineering.\\n \\nXu's team spans LinkedIn's economic insights, product testing and research, and she's in charge of metrics, insights, inference, and algorithms, as LinkedIn describes it.\\n\\n \\n\\n\\nBlythe Yee, Vice President, Employee Communications\\n  \\n\\nYee runs employee communications, which means it's her job to dispatch information to the company's 16,000 employees. \\n \\nYee helped the company integrate with Microsoft after it was acquired in 2016 and has played a key role in navigating the CEO transition and coronavirus crisis. \\n\\n \\n\\n\\nTomer Cohen, LinkedIn head of product\\n  \\n\\nAs head of product, Cohen is in charge of all of the teams that build LinkedIn products and services, including business development, user experience, and customer operations.\\n \\nHe joined LinkedIn in 2012 and has led different teams throughout his tenure, including product development for the company's \\\"marketing solutions\\\" business.\\n\\n \\n\\n\\nKarin Kimbrough, LinkedIn's chief economist\\n  \\n\\nKimbrough became LinkedIn's chief economist in January and now leads the team responsible for the company's labor-market insights.\\n \\nLinkedIn hired Kimbrough away from Google, where she was an assistant treasurer. Her career spans roles at Morgan Stanley, the Federal Reserve Bank of New York, and Bank of America Merrill Lynch.\\n \\nKimbrough's team is behind LinkedIn's Economic Graph, which the company says is meant to \\\"analyze labor markets and recommend policy solutions to prepare the global workforce for the jobs of the future.\\\"\\n\\n \\n\\n\\nKalinda Raina, LinkedIn's vice president of global privacy\\n  \\n\\nRaina run's LinkedIn's member privacy efforts – and, according to LinkedIn, is \\\"building a company-wide culture of privacy that empowers every employee to become a privacy champion to protect member data. \\\"\\n \\nRaina joined LinkedIn in 2016 from Apple, where she was head of privacy and policy for the US and Latin America. She was a privacy chief at Nintendo before that.\\n\\n \\n\\n\\nRosanna Durruthy, vice president of global diversity, inclusion, and belonging\\n  \\n\\nDurruthy is responsible for LinkedIn's \\\"women in leadership\\\" and \\\"women in tech\\\" initiatives, which the company says have helped women reach higher roles within the organization.\\n \\nAs the head of the diversity, inclusion, and belonging division, which she joined in 2017, she describes her role as creating economic opportunity for LinkedIn employees.\\n\\n \\n\\n\\nNina McQueen, interim LinkedIn chief people officer\\n  \\n\\nMcQueen is LinkedIn's interim top human resources executive, taking over from past Chief People Officer Christina Hall, who resigned in December. Bloomberg reported that Hall resigned after breaking internal compliance rules, citing people familiar with the matter.\\n \\nMcQueen has worked for LinkedIn since 2013 and was previously vice president of the employee benefits and experiences.\\n\\n \\n\\n\\nScott Shute, head of mindfulness and compassion programs\\n  \\n\\nShute is the head of what LinkedIn calls \\\"mindfulness and compassion programs\\\": programs that help LinkedIn employees build \\\"emotional intelligence, resilience, and a better sense of well-being.\\\"\\n \\nShute was a LinkedIn's vice president of global customer operations for six years before moving into this role in 2018.\\n\\n \\n\\n\\nTyrona Heath, B2B Institute global lead\\n  \\n\\nHeath runs LinkedIn's B2B Institute, the company's \\\"think tank\\\" devoted to researching how to accelerate growth in businesses that sell to other businesses.\\n \\nShe describes the institute's role as \\\"to engage and educate the industry in partnership with the leading marketing effectiveness thinkers to help better define the category, so our clients can drive growth through marketing.\\\"\\n\\n \\n\\n\\nGuillaume Saint Jacques, computational social science research lead\\n  \\n\\nSaint-Jacques is head of computational social science at LinkedIn, which means it's his job to make the social network more responsive to what it's members need.\\n \\nHe joined LinkedIn in 2016 while working on his doctorate degree at MIT.\\n \\n \\n\\n \\n\\n\\nBlake Lawit, senior vice president and general counsel\\n  \\n\\nLawlit runs legal affairs and public policy for LinkedIn.\\n \\nHe's shaped the company's legal and public policy strategies since joining in 2010, and has helped the company navigate legal and regulatory matters, including LinkedIn's 2016 sales to Microsoft.\\n\\n \\n\\n\\nMadhu Gupta, director of product management, trust and security\\n  \\n\\nGupta runs what LinkedIn calls \\\"trust and security\\\" product management, which means it's her job to oversee security and abuse protection, data privacy, and account authentication and management for its products. \\n \\nShe joined LinkedIn in 2010.\\n\\n \\n\\n\\nTanya Staples, LinkedIn vice president and head of trust product\\n  \\n\\nStaples helps LinkedIn's product team make sure that its features to help users find jobs and make connections are trusted and secure.\\n \\nBefore she joined LinkedIn, Staples was an executive at Lynda.com, which LinkedIn acquired in 2015, and for several years after worked on the company's learning content.\\n\\n \\n\\n\\nSabry Tozin, LinkedIn vice president of engineering\\n  \\n\\nTozin is a vice president of engineering at LinkedIn, leading the enterprise productivity engineering team.\\n \\nHis team is responsible for features like LinkedIn's enterprise search platform and employee productivity apps.\\n\\n \\n\\n\\nJoanna Pomykala, vice president of global customer operations\\n  \\n\\nPomykala runs LinkedIn's global customer operations, which means she's in charge of customer support. \\n \\nHer job is core to LinkedIn, according to the company, because it makes sure customers are represented in the company's products.\\n\\n \\n\\n\\nErica Lockheimer, LinkedIn Learning vice president of engineering\\n  \\n\\nLockheimer is vice president of engineering for LinkedIn Learning, a role she took when the company acquired Lynda.com in 2015.\\n \\nShe leads the team that creates virtual learning opportunities for LinkedIn customers.\\n \\n \\n\\n \\n\\n\\nErran Berger, LinkedIn Flagship vice president of engineering\\n  \\n\\nBerger is in charge of the consumer engineering team responsible for LinkedIn's homepage, feed, and messaging.\\n \\nHe's helped LinkedIn build research and development hubs in San Francisco and New York.\\n\\n \\n\\n\\nJennison Asuncion, head of accessibility engineering evangelism\\n  \\n\\nAsuncion's title is \\\"head of accessibility engineering evangelism\\\" and he's responsible for making LinkedIn more accessible for people with disabilities.\\n \\nHe joined LinkedIn in 2013 and has worked on accessibility engineering from the beginning.\\n \\n \\n\\n \\n\\n\\nBrendan Browne, LinkedIn vice president of global talent acquisition\\n  \\n\\nBrowne is in charge of LinkedIn recruiting and, in the past ten years,  has helped to grow the company to 16,000 employees from around 900 when he joined.\\n \\nLinkedIn calls Browne's team \\\"customer zero\\\" for the talent recruiting products it sells, because his team tests them, gives feedback, and provides insight to LinkedIn's sales and marketing teams.\\n\\n \\n\\n\\nMeg Garlinghouse, LinkedIn's head of social impact\\n  \\n\\nGarlinghouse runs LinkedIn's Social Impact team, which engages LinkedIn employee in social causes, through volunteering, corporate donations, and more. \\n \\nShe's worked for LinkedIn for a decade.\\n\\n \\n\\n\\nHari Srinivasan, LinkedIn Learning vice president of product management\\n  \\n\\nSrinivasan runs product management for LinkedIn's online-education business LinkedIn Learning. \\n \\nHe joined LinkedIn in 2014 when the company acquired We Created It, which he describes as the \\\"IMBD of products,\\\" where he was founder and CEO.\\n\\n \\n\\n\\nDaniel Roth, LinkedIn News editor in chief\\n  \\n\\nRoth runs LinkedIn's global news team, which is responsible for the social network's breaking news feed, as well as original articles and finding contributors for LinkedIn posts.\\n \\nLinkedIn says it is \\\"by far, the world's largest platform and publisher of business-relevant content.\\\"\\n\\n \\n\\n\\nSue Duke, head of public policy\\n  \\n\\nDuke runs LinkedIn's global policy team, which lobbies the company's position on tech policy issues around the work.\\n \\nShe's based in Ireland and is the former head of public policy for Google there. Duke is also in charge of LinkedIn's Economic Graph.\\n\\n \\n\\n\\nLaRon Johnson, head of LinkedIn Detroit and head of North American Microsoft relationship sales\\n  \\n\\nJohnson helped start LinkedIn's Detroit office in 2017, and has helped grow the office to 70 people from seven..\\n \\nHe's helped shape LinkedIn's office culture, the company says. \\n \\n \\n\\n \\n\\n\\nGyanda Sachdeva, vice president of product management\\n  \\n\\nSachdeva runs product management for the company's marketing business, which it describes as a way for customers to \\\"generate leads, drive website traffic, and build brand awareness\\\" among LinkedIn's 675 million members.\\n \\nShe's worked for LinkedIn since 2010 and has overseen other important projects, like LinkedIn's premium subscriptions.\\n\\n \\n\\n\\nMark Lobosco, vice president of Talent Solutions\\n  \\n\\nLobosco is the sales leader for LinkedIn's largest business: Recruiting or \\\"Talent Solutions,\\\" as it's known. \\n \\nHe runs the sales, pre-sales, and customer sales teams and has worked for LinkedIn since 2008.\\n \\n \\n\\n \\n\\n\\nKeith Richey, senior director of global marketing for LinkedIn sales and marketing solutions\\n  \\n\\nRichey runs global marketing for LinkedIn's sales and marketing businesses.\\n \\nHe helped the company align its marketing employees across those two businesses (LinkedIn Marketing Solutions and LinkedIn Sales Solutions).\\n\\n \\n\\n\\nPenry Price, LinkedIn vice president of Marketing Solutions\\n  \\n\\nPrice runs the global team for LinkedIn's Marketing Solutions business and helped transform the company's advertising business into its fastest-growing unit.\\n \\nHe's based in New York and joined the company in 2013.\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Ashley Stewart\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/linkedin-power-players-under-new-ceo-ryan-roslansky-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"LinkedIn has a new CEO. Here are 30 power players and rising stars helping him lead the company. (MSFT)\",\n            \"published_date\": \"2020-06-01 15:04:00\",\n            \"_id\": \"6769bead0ea0d1c05930b175759a55b6\"\n        },\n        {\n            \"summary\": \"Fiat Chrysler (FCA)  said it planned to list robot making business, giving more detail on Monday about the future of Turin-based Comau, which it already planned to spin off.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/gODUKrkQL2Y/fiat-chrysler-to-list-robot-making-business-after-psa-merger-idUSKBN2382O3\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Fiat Chrysler to list robot-making business after PSA merger\",\n            \"published_date\": \"2020-06-01 15:03:49\",\n            \"_id\": \"2dab206a37e9600b5d552558e757bd7a\"\n        },\n        {\n            \"summary\": \"Reinvigorating the state and 'reopening” its economy is an incredibly difficult undertaking, akin to reopening an entire country.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Nicole Goodkind\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/tom-steyer-california-reopening-coronavirus-pandemic-gavin-newsom/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Leading California's reopening, Tom Steyer plans to reinvigorate the state's economy in phases\",\n            \"published_date\": \"2020-06-01 15:00:00\",\n            \"_id\": \"f89faf2ecc665ed01aa0ff26e19c3cf7\"\n        },\n        {\n            \"summary\": \"Facebook is in hot water as Zuckerberg allows an incendiary post from President Trump to remain on the platform\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Lucinda Shen\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/can-facebook-thread-the-needle/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Can Facebook thread the needle?\",\n            \"published_date\": \"2020-06-01 14:50:15\",\n            \"_id\": \"98e833de005e434c7711e812ae240e69\"\n        },\n        {\n            \"summary\": \"Brazil's Embraer SA  said on Monday that China and India could be potential new partners, following a Reuters report last week that said those two countries as well as Russia were interested in the planemaker's commercial jets division.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/6wglJPnQX1g/embraer-says-china-india-are-potential-partners-after-failed-boeing-deal-idUSKBN2382AL\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Embraer says China, India are potential partners after failed Boeing deal\",\n            \"published_date\": \"2020-06-01 14:48:01\",\n            \"_id\": \"87ddb2cd4d09dda2dd25ade4ff65e4e5\"\n        },\n        {\n            \"summary\": \"The recycling of lithium-ion batteries will become important in the years ahead.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/joint-venture-to-specialize-in-recycling-electric-vehicle-batteries.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Scandinavian joint venture to specialize in recycling electric vehicle batteries\",\n            \"published_date\": \"2020-06-01 14:45:59\",\n            \"_id\": \"c14b54dc99449d64737903e1dbaf015e\"\n        },\n        {\n            \"summary\": \"Google and Alphabet CEO Sundar Pichai emailed employees on Friday about the growing protests and unrest in the US.\\n \\nThe tech exec professed both grief and optimism, writing that \\\"in times such as these, we may feel like we're moving backwards.\\\"\\n \\nPichai did not commit to supporting any specific government policy changes in response to the protests, unlike some other technology industry leaders.\\n \\nGoogle has reportedly reversed diversity and inclusion initiatives over concerns they might be perceived as \\\"anti-conservative.\\\"\\n \\nDo you work at Google? Contact this reporter at rprice@businessinsider.com or +1 650-636-6268. Anonymity offered.\\n \\n Visit Business Insider's homepage for more stories.\\n \\n \\nGoogle and Alphabet CEO Sundar Pichai has internally professed grief and optimism over the protests across the United States.\\n \\n\\\"I know that the work of social progress can be long and hard, and in times such as these, we may feel like we're moving backwards,\\\" Pichai wrote in an email to employees that was obtained by Business Insider. The memo was sent on Friday evening as the unrest intensified. \\\"Over the long-term, I'm hopeful we can work together to create a better, more just society.\\\"\\n \\nIn the memo, the 47-year-old technology executive urged Google employees to make use of mental health support provided by the company as well as other support sessions provided by people of color working at the company. Google also set up an internal donation drive, the proceeds of which Pichai said will go \\\"to support organizations on the frontlines of racial justice.\\\"\\n \\nOn Sunday, Google also added a short message to its homepage, writing that \\\"we stand in support of racial equality, and all those who search for it.\\\" Google also postponed the launch of its latest Android operating system beta. \\\"Now is not the the right time to hold a launch event and celebrate,\\\" Android head Hiroshi Lockheimer wrote in a separate email to employees.\\n \\n \\n \\t\\t\\n \\t\\t\\tToday on US Google & YouTube homepages we share our support for racial equality in solidarity with the Black community and in memory of George Floyd, Breonna Taylor, Ahmaud Arbery & others who don't have a voice. For those feeling grief, anger, sadness & fear, you are not alone. pic.twitter.com/JbPCG3wfQW\\t\\t\\n— Sundar Pichai  (@sundarpichai) May 31, 2020 \\t\\n \\t\\n \\n \\nOver the past few days, American cities across the country have been engulfed in street protests and riots at a level not seen in decades, prompted by the death of George Floyd, a black man, after a white police officer in Minneapolis knelt on his neck for nine minutes. Curfews have been introduced around the country as images of escalating police brutality and protest have played out across social media, fueling further demonstrations.\\n \\nPichai's note to employees is relatively short and anodyne, and does not commit to supporting any concrete government policy changes. In contrast, Evan Spiegel, CEO of Snap (which makes Snapchat), sent a 2,000 word memo to employees on Sunday, The Information reported, calling for \\\"the creation of an American commission to address racial injustice and comprehensive tax reform.\\\"\\n \\n In mid-May, NBC News reported that Google has \\\"drastically rolled back\\\" some of its programs intended to boost diversity and inclusion at Google \\\"in an apparent effort to avoid being perceived as anti-conservative.\\\"\\n \\nGoogle did not respond to Business Insider's request for further comment.\\n \\nHere's Sundar Pichai's full email to employees: \\n \\nHi everyone,\\n \\nI realize I am emailing you just as you're starting the weekend. Like many of you I have spent the day processing emotions, and I couldn't let the week conclude without sharing some thoughts.\\n \\nYesterday at TGIF, I highlighted the grants Google.org made to support communities of color who are disproportionately impacted by COVID-19. We also talked about how it's incredibly unjust that in addition to bearing the burden of this deadly virus, Black communities are also experiencing a rash of violence in the U.S. The senseless deaths of George Floyd, Breonna Taylor, Ahmaud Arbery, and others have compounded the grief we're already feeling during this time.\\n \\nSince we spoke yesterday, emotions have only intensified. Many of us woke up to scenes of protests and arrests in multiple U.S. cities and painful headlines.\\n \\nIt's such a difficult moment and I sense that many of us are suffering right now. I know that the work of social progress can be long and hard, and in times such as these, we may feel like we're moving backwards. Over the long-term, I'm hopeful we can work together to create a better, more just society. Today, that is not the reality we face. So let me assure those of you who may be feeling grief, anger, sadness, and fear that you are not alone.\\n \\nYour Google community is committed to your safety and well-being. If you need extra support, please reach out to your managers or make use of the resources at go/mentalhealth. Additionally we have some incredible resources created by and for our Black+ Googlers, including virtual support sessions. And for allies who are looking for ways to help, please check out these resources instead of asking our Black community what you can do.\\n \\nFor those who want to help in other ways, Google.org has set up an internal giving campaign to support organizations on the frontlines of the fight for racial justice -- you can donate here, and we will match donations up to the recently expanded $10k limit per Googler. YouTube is also donating to the cause and we'll be sharing a message of support on the YouTube and Google homepages on Sunday.\\n \\nLet's continue to stand with and stand up for one another during this difficult time.\\n \\nHow is your company responding to the protests? Contact Business Insider reporter Rob Price via encrypted messaging app Signal (+1 650-636-6268), encrypted email (robaeprice@protonmail.com), standard email (rprice@businessinsider.com), Telegram/Wickr/WeChat (robaeprice), or Twitter DM (@robaeprice). We can keep sources anonymous. Use a non-work device to reach out. PR pitches by standard email only, please.\\n\\nJoin the conversation about this story »\\n                        \\nNOW WATCH: How waste is dealt with on the world's largest cruise ship\",\n            \"country\": \"US\",\n            \"clean_url\": \"businessinsider.com\",\n            \"author\": \"Rob Price\",\n            \"rights\": null,\n            \"link\": \"https://www.businessinsider.com/google-alphabet-ceo-sundar-pichai-memo-employees-george-floyd-protests-2020-6\",\n            \"rank\": \"117\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Google CEO Sundar Pichai responds to protests in memo to employees: 'In times such as these, we may feel like we're moving backwards' (GOOG, GOOGL)\",\n            \"published_date\": \"2020-06-01 14:22:08\",\n            \"_id\": \"96ef045c347cee7c35882edd5412505b\"\n        },\n        {\n            \"summary\": \"The bank's scale and market dominance is setting it apart from the Wall Street pack.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Elisa Martinuzzi | Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/jpmorgans-traders-race-ahead-in-the-pandemic/2020/06/01/fd9eeef6-a410-11ea-898e-b21b9a83f792_story.html?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"JPMorgan's Traders Race Ahead in the Pandemic\",\n            \"published_date\": \"2020-06-01 14:20:18\",\n            \"_id\": \"8173184916eca7485bbb8e8e89e03020\"\n        },\n        {\n            \"summary\": \"U.S. construction spending fell less than expected in April even as other sectors of the economy buckle under the COVID-19 crisis.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/vY6M1zjBFRA/construction-spending-falls-less-than-expected-idUSKBN2382S4\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Construction spending falls less than expected\",\n            \"published_date\": \"2020-06-01 14:13:25\",\n            \"_id\": \"570d56cbdff16fadddaec80a3b593316\"\n        },\n        {\n            \"summary\": \"U.S. manufacturing activity eased off an 11-year low in May, the strongest sign yet that the worst of the economic downturn was behind as businesses reopen, though the recovery from the COVID-19 crisis could take years because of high unemployment.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/TnUzZOLzci8/u-s-manufacturing-activity-pulls-off-11-year-low-ism-idUSKBN2382R2\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. manufacturing activity pulls off 11-year low: ISM\",\n            \"published_date\": \"2020-06-01 14:02:05\",\n            \"_id\": \"54c1ddf604ea57fa2fe913f6e7bddabe\"\n        },\n        {\n            \"summary\": \"The U.K. is still at coronavirus alert level 4, meaning transmission is high or rising exponentially, but the country — which has been in lockdown since late March — eased some of its lockdown restrictions on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/uks-lockdown-impatience-risks-second-wave-of-coronavirus-scientist.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.K. government's impatience with lockdown risks a second wave of the coronavirus, scientist warns\",\n            \"published_date\": \"2020-06-01 13:59:17\",\n            \"_id\": \"085c3d6db59b9e88ba92a54b393201c5\"\n        },\n        {\n            \"summary\": \"The U.S. Supreme Court on Monday refused to hear a bid by major banks and companies including Koch Industries Inc to prevent a trustee chasing money for victims of imprisoned Ponzi scheme swindler Bernard Madoff from recouping funds that were transferred overseas.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/iWHFwX8oeh4/u-s-supreme-court-rebuffs-investors-bid-to-block-madoff-trustee-lawsuits-idUSKBN2382PS\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. Supreme Court rebuffs investors' bid to block Madoff trustee lawsuits\",\n            \"published_date\": \"2020-06-01 13:50:54\",\n            \"_id\": \"96c526881700e1d0ec8f6a1567912a3e\"\n        },\n        {\n            \"summary\": \"Oil fell on Monday on worries about renewed tensions between the United States and China, although reports that OPEC and Russia were closer to a deal on extending oil output cuts lent some support to prices.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/edHasxN234E/oil-falls-as-u-s-china-tension-escalates-idUSKBN2370VK\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Oil falls as U.S.-China tension escalates\",\n            \"published_date\": \"2020-06-01 13:49:16\",\n            \"_id\": \"fbf955ef4f5735ccdafc2dce22370687\"\n        },\n        {\n            \"summary\": \"Lufthansa's  supervisory board said on Monday it had approved a 9 billion euro ($10 billion) government bailout that will force the German airline to give some of its prized landing slots to rivals.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/tD_W2Nq1YpY/lufthansa-supervisory-board-rubber-stamps-10-billion-state-bailout-idUSKBN2382PE\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Lufthansa supervisory board rubber stamps $10 billion state bailout\",\n            \"published_date\": \"2020-06-01 13:48:12\",\n            \"_id\": \"31d7ec1d8a159db2a3b8c99a06fbb4f8\"\n        },\n        {\n            \"summary\": \"Fiat Chrysler  said on Monday it planned to list its robot-making unit Comau and had appointed Paolo Carmassi as the company's new chief executive for the purpose.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/L68u9AXU7RY/fiat-chrysler-to-list-robot-making-unit-comau-idUSKBN2382O3\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Fiat Chrysler to list robot-making unit Comau\",\n            \"published_date\": \"2020-06-01 13:36:07\",\n            \"_id\": \"aa5c72c4a16731038931e952c0518ef6\"\n        },\n        {\n            \"summary\": \"\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/gilead-says-new-data-shows-remdesivir-coronavirus-treatment-helped-moderately-sick-patients.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Gilead says late-stage remdesivir trial shows improvement in some patients\",\n            \"published_date\": \"2020-06-01 13:27:49\",\n            \"_id\": \"b2f507bec7c8836d786290e9c5389204\"\n        },\n        {\n            \"summary\": \"Helicopter and jet makers are turning to digital technology so customers can inspect their big-ticket purchases remotely before taking delivery, as they strive to push through deals paralyzed by the coronavirus pandemic and bring in much needed cash.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/3U-eA9fYlzQ/aircraft-makers-go-digital-to-fight-coronavirus-delivery-logjam-idUSKBN2382MP\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Aircraft makers go digital to fight coronavirus delivery logjam\",\n            \"published_date\": \"2020-06-01 13:19:50\",\n            \"_id\": \"a98147fb20e187b0577a90c4dcdbd95d\"\n        },\n        {\n            \"summary\": \"The latest chapter in Ellie's journey paints a brutal world that is polished, bloody and terrifying\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Elise Favis\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/video-games/2020/06/01/how-does-last-us-part-ii-play-answer-is-extremely-well/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"How does ‘The Last of Us Part II' play? The answer is extremely well.\",\n            \"published_date\": \"2020-06-01 13:00:32\",\n            \"_id\": \"7774b711d08ebac4beaa3c657f569eaa\"\n        },\n        {\n            \"summary\": \"It's even more important to get multiple contractors' bids when labor — not materials — constitutes a large part of the cost of work.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Kevin Brasler\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/finding-roofer-who-will-have-you-covered/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Finding a roofer who will have you covered\",\n            \"published_date\": \"2020-06-01 13:00:27\",\n            \"_id\": \"8b7202eb80c6e0ba6709eff93e749854\"\n        },\n        {\n            \"summary\": \"Each month, Fortune and dozens of other media organizations co-publish a list of the 10 Most Urgent press freedom cases.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"lbelanger225\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/most-urgent-cases-journalists-ranked-june-2020/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Journalists are among those punished for prioritizing justice and truth above all\",\n            \"published_date\": \"2020-06-01 13:00:00\",\n            \"_id\": \"626f41b03aa5f589496870075b7e2118\"\n        },\n        {\n            \"summary\": \"With values depressed by Covid-19, Capco's $540 million purchase of 26% of Shaftesbury is a shrewd move financially and strategically.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Chris Hughes | Bloomberg\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/covent-gardens-owner-makes-a-smart-move-on-soho/2020/06/01/6d0b5296-a404-11ea-898e-b21b9a83f792_story.html?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Covent Garden's Owner Makes a Smart Move on Soho\",\n            \"published_date\": \"2020-06-01 12:52:48\",\n            \"_id\": \"76991328413fff941c01bce21e2ca018\"\n        },\n        {\n            \"summary\": \"Coty Inc  on Monday appointed its Chairman and top investor JAB Holdings executive Peter Harf to the role of chief executive officer, as the cosmetics maker tries to revive sales and steer through the coronavirus crisis.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/D45K_T5K6OQ/coty-appoints-chairman-harf-as-ceo-to-lead-turnaround-idUSKBN23826O\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Coty appoints Chairman Harf as CEO to lead turnaround\",\n            \"published_date\": \"2020-06-01 12:47:12\",\n            \"_id\": \"588ce1f67bb8bfe1d82481631ad9aeef\"\n        },\n        {\n            \"summary\": \"The treatment, Avifavir, is based on a generic version of Fujifilm Holdings Corp.'s drug Avigan, which Japan's government is still looking to approve for treatment of coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Bernhard Warner\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/covid-19-russia-avifavir/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Ravaged by Covid-19, Russia plans major push this month for Avifavir, a fast-tracked antiviral treatment\",\n            \"published_date\": \"2020-06-01 12:46:34\",\n            \"_id\": \"3be83801e2fcba0825812c8ecb6c8537\"\n        },\n        {\n            \"summary\": \"The treatment, Avifavir, is based on a generic version of Fujifilm Holdings Corp.'s drug Avigan, which Japan's government is still looking to approve for treatment of coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Bernhard Warner\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/covid-19-russia-avifavir/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Ravaged by COVID-19, Russia plans major push this month for Avifavir, a fast-tracked antiviral treatment\",\n            \"published_date\": \"2020-06-01 12:46:34\",\n            \"_id\": \"8ccd0e985d94e06de31cd0ac97cf52d7\"\n        },\n        {\n            \"summary\": \"White and other non-black people cannot be passive in the face of racism. Here are some concrete steps to take right now.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"kristenlbellstrom\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/how-to-be-an-ally-in-the-struggle-against-racism-and-police-brutality/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"How to be an ally in the struggle against racism and police brutality\",\n            \"published_date\": \"2020-06-01 12:44:03\",\n            \"_id\": \"3f4dd675239017790c611a07b88d2dd7\"\n        },\n        {\n            \"summary\": \"Merck CEO Ken Frazier said that leaders in the business community can be a \\\"unifying force.\\\"\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/merck-ceo-george-floyd-could-be-me.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Merck CEO: George Floyd 'could be me'\",\n            \"published_date\": \"2020-06-01 12:41:39\",\n            \"_id\": \"ae004b11a2eedb0cb11260506c939b80\"\n        },\n        {\n            \"summary\": \"China has told state-owned firms to halt purchases of soybeans and pork from the United States, two people familiar with the matter said, after Washington said it would eliminate special treatment for Hong Kong to punish Beijing.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/f2MFZuxhm7s/china-tells-state-firms-to-halt-purchases-of-major-u-s-farm-products-sources-idUSKBN238264\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"China tells state firms to halt purchases of major U.S. farm products: sources\",\n            \"published_date\": \"2020-06-01 12:37:07\",\n            \"_id\": \"efb048762c942a318784349b4c85de34\"\n        },\n        {\n            \"summary\": \"Futures tracking the S&P 500 index were trading flat on Monday following a strong showing in May, as investors turned cautious after protests erupted across the country over race, and simmering tensions between Washington and Beijing heated up.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/F2Tuwcn3vFE/stock-futures-steady-amid-u-s-protests-simmering-china-tensions-idUSKBN2382HP\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Stock futures steady amid U.S. protests, simmering China tensions\",\n            \"published_date\": \"2020-06-01 12:34:47\",\n            \"_id\": \"2d1968e438d84dd92a087a7c3c9f1ccc\"\n        },\n        {\n            \"summary\": \"Since his inauguration, Trump has espoused the need for his administration to take an \\\"America First\\\" approach to foreign policy.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/china-trumps-plan-to-leave-who-shows-us-has-become-addicted-to-quitting.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"China reportedly says Trump's plan to sever ties with WHO shows U.S. has become 'addicted to quitting'\",\n            \"published_date\": \"2020-06-01 12:32:56\",\n            \"_id\": \"dea055c31895562c9f78589aa30e542c\"\n        },\n        {\n            \"summary\": \"The rage fueling protests is longstanding, stemming not only from frustrations over racial disparities in criminal justice but economic outcomes, as well.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Tory Newmyer\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/politics/the-finance-202-nationwide-protests-highlight-minority-frustration-with-economic-disparities/2020/06/01/cc9d462b-45a7-4155-b0a0-d1fadb01af60_story.html?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Nationwide protests highlight minority frustration with economic disparities\",\n            \"published_date\": \"2020-06-01 12:04:52\",\n            \"_id\": \"cd84459893d006f520f510af236778fe\"\n        },\n        {\n            \"summary\": \"Looting and destruction has followed in the wake of protests across the country, just as many retailers and restaurants were reopening from the pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Rachel Lerman and Todd Frankel\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/technology/2020/06/01/retailers-restaurants-across-us-close-their-doors-amid-protests/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Retailers and restaurants across the U.S. close their doors amid protests\",\n            \"published_date\": \"2020-06-01 12:00:53\",\n            \"_id\": \"3d7705913ee56856d74fb869d92ef4a9\"\n        },\n        {\n            \"summary\": \"Facebook employees critical of CEO Mark Zuckerberg's decision not to remove an inflammatory comment from U.S. President Donald Trump took their dissent public over the weekend on Twitter, praising the rival social media firm for taking action and rebuking their own employer.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/joSt_jPCW5I/facebooks-zuckerberg-faces-employee-blowback-over-ruling-on-trump-comments-idUSKBN2382D0\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Facebook's Zuckerberg faces employee blowback over ruling on Trump comments\",\n            \"published_date\": \"2020-06-01 11:54:15\",\n            \"_id\": \"7011a4efbaec02b3cc85404fcda79e56\"\n        },\n        {\n            \"summary\": \"Zynga Inc  said on Monday it has agreed to buy Turkish mobile-game maker Peak for $1.8 billion in a cash and stock transaction, in a deal that will help the FarmVille maker boost its daily active user base by 60%.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/PRTRsbqyiKk/zynga-to-buy-turkish-mobile-game-maker-peak-for-1-8-billion-idUSKBN23827N\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zynga to buy Turkish mobile-game maker Peak for $1.8 billion\",\n            \"published_date\": \"2020-06-01 11:41:42\",\n            \"_id\": \"f5c8f2b224d7b6609d3282b4e1726323\"\n        },\n        {\n            \"summary\": \"Oil prices were steady on Monday helped by reports that OPEC and Russia were closer to a deal on extending oil cuts but held back by renewed tension between the United States and China.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/QnmpmH3QwP0/oil-steady-as-opec-considers-extension-to-output-curbs-idUSKBN2370VK\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Oil steady as OPEC+ considers extension to output curbs\",\n            \"published_date\": \"2020-06-01 11:36:53\",\n            \"_id\": \"899fa8e14e1cd4af7d3afd42f9f70cfd\"\n        },\n        {\n            \"summary\": \"Walmart Inc's  Indian e-commerce unit Flipkart said on Monday it would re-apply for a food retail license in India after reports said its earlier proposal was rejected by the government last week.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/bUUZDoGUUIk/walmarts-flipkart-to-re-apply-for-food-retail-license-in-india-idUSKBN2382BK\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Walmart's Flipkart to re-apply for food retail license in India\",\n            \"published_date\": \"2020-06-01 11:34:58\",\n            \"_id\": \"c8f408f1eba70417cd0d46332ef3363a\"\n        },\n        {\n            \"summary\": \"Airline loyalty programs began in the early 1980s as a promotional gimmick but now they are a big moneymaker for U.S. carriers. While frequent flyer members can earn points based on the type of ticket purchased, most miles today are earned by doing things other than traveling.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/delta-american-and-united-what-happens-to-airline-points-in-a-pandemic.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Here's what happens to your frequent flyer miles if an airline goes bankrupt\",\n            \"published_date\": \"2020-06-01 11:30:01\",\n            \"_id\": \"d55ded29487110ca7bcb4255e923be45\"\n        },\n        {\n            \"summary\": \"Including a cursory look at Vladimir Putin's rise to power, and a memoir from the only female chef in the United States to attain three Michelin stars.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Rachel King\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/best-new-books-sanjay-gupta-act-like-a-lady-rebel-chef-stacy-abrams-book-putins-people/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"5 new books to read in June\",\n            \"published_date\": \"2020-06-01 11:30:00\",\n            \"_id\": \"efc68791dcc48b48ee68e72dda37ce34\"\n        },\n        {\n            \"summary\": \"Brazilian planemaker Embraer  reported a $292 million first quarter loss on Monday due to a coronavirus crisis sales slump and the impact of a failed deal with Boeing Co .\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/UlSIQ_JwGgU/brazils-embraer-loses-292-million-as-stoppages-burn-cash-idUSKBN2382AL\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Brazil's Embraer loses $292 million as stoppages burn cash\",\n            \"published_date\": \"2020-06-01 11:24:30\",\n            \"_id\": \"b2a6f0499a9e2c4a1ecbd0c8ee597275\"\n        },\n        {\n            \"summary\": \"As U.S. businesses reopen after weeks of pandemic lockdowns, many have been posting coronavirus disclaimers or requiring employees and patrons to sign waivers before entering.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/CD0TKlSNb4A/sign-here-first-u-s-salons-gyms-offices-require-coronavirus-waivers-idUSKBN238298\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Sign here first: U.S. salons, gyms, offices require coronavirus waivers\",\n            \"published_date\": \"2020-06-01 11:22:16\",\n            \"_id\": \"8fe0e6f389a5598c5606f1f487322d81\"\n        },\n        {\n            \"summary\": \"There is broad backing in markets for cutting trading hours in a coordinated way across European exchanges, the London Stock Exchange said on Monday.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/xxxJD0kX8sU/london-stock-exchange-finds-broad-backing-for-shorter-trading-day-idUSKBN2382AB\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"London Stock Exchange finds broad backing for shorter trading day\",\n            \"published_date\": \"2020-06-01 11:21:18\",\n            \"_id\": \"b4a27e56a4023672201d1458ae99b23b\"\n        },\n        {\n            \"summary\": \"Last month, Goldman Sachs equities strategist pointed calculated the floor for the S&#038;P 500 at 2,400. Now, they see the downside risks at no worse than 2,750—and thebenchmark could even rally further.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Bernhard Warner\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/goldman-bears-stock-picks-may-rally/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Even Goldman bears are rethinking their stock picks after the May rally\",\n            \"published_date\": \"2020-06-01 11:15:00\",\n            \"_id\": \"3593f0a8d405b278b63975ff6152cef1\"\n        },\n        {\n            \"summary\": \"Well-timed trades in Gilead Sciences Inc's  options ahead of good news on the biopharmaceutical company's COVID-19 drug treatment may draw regulatory scrutiny, experts said.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/ikVIVIN8sjo/gilead-trades-that-made-millions-on-covid-19-drug-news-raise-eyebrows-idUSKBN23828D\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Gilead trades that made millions on COVID-19 drug news raise eyebrows\",\n            \"published_date\": \"2020-06-01 11:07:13\",\n            \"_id\": \"6ae43cb282490f541263e888496793f3\"\n        },\n        {\n            \"summary\": \"China has asked its state-owned firms to halt purchases of  soybeans and pork from the United States, two people familiar with the matter said, after Washington said it would eliminate special U.S. treatment for Hong Kong to punish Beijing.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/5b1DWy91FyE/china-asks-state-firms-to-halt-purchases-of-u-s-soybeans-pork-say-sources-idUSKBN238264\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"China asks state firms to halt purchases of U.S. soybeans, pork, say sources\",\n            \"published_date\": \"2020-06-01 11:03:31\",\n            \"_id\": \"1956c2c170ca8a7127b06e15b929bb0f\"\n        },\n        {\n            \"summary\": \"Zynga Inc  has agreed to buy Turkish mobile-game maker Peak for $1.8 billion, Bloomberg News reported on Monday, citing Chief Executive Officer Frank Gibeau.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/Kakn3ihBMWY/zynga-to-buy-turkish-mobile-game-maker-peak-for-1-8-billion-bloomberg-news-idUSKBN23827N\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Zynga to buy Turkish mobile-game maker Peak for $1.8 billion: Bloomberg News\",\n            \"published_date\": \"2020-06-01 11:00:33\",\n            \"_id\": \"eb0badb0caa7e327cc1ff837f97f8d41\"\n        },\n        {\n            \"summary\": \"Many Americans thought the cards were junk mail or scams — and some arrived with names mixed up.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Michelle Singletary\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/faq-stimulus-debit-card/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Stimulus prepaid debit card is causing a lot of confusion\",\n            \"published_date\": \"2020-06-01 11:00:04\",\n            \"_id\": \"53da61e9a4705552bcbb7b7c213ddd60\"\n        },\n        {\n            \"summary\": \"The Culinistas offer in-home chef services, but that can be tricky in our new pandemic life.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Rachel King\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/startup-year-one-dining-chefs-culinistas/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"The cofounders of kitchen concierge startup The Culinistas on the importance of listening to your customers\",\n            \"published_date\": \"2020-06-01 11:00:00\",\n            \"_id\": \"072cc71a2696046a02d5fe2e3b6bf513\"\n        },\n        {\n            \"summary\": \"Three months ago the answer wasn't obvious—now it is\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Alan Murray\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/will-the-pandemic-accelerate-stakeholder-capitalism/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Will the pandemic accelerate stakeholder capitalism?\",\n            \"published_date\": \"2020-06-01 10:59:05\",\n            \"_id\": \"a74bb9f32bedf7d0dd07fef2223a7980\"\n        },\n        {\n            \"summary\": \"KKR , Cinven and Providence said on Monday they had made an agreed 2.96 billion euro ($3.3 billion) bid for Spanish telecoms operator MasMovil .\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/2l0-BUi3PSo/spanish-telecom-operator-masmovil-agrees-3-3-billion-private-equity-bid-idUSKBN2381IS\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Spanish telecom operator MasMovil agrees $3.3 billion private equity bid\",\n            \"published_date\": \"2020-06-01 10:49:25\",\n            \"_id\": \"29691694b8df563d000f2f748810cba9\"\n        },\n        {\n            \"summary\": \"German automaker Opel is planning to start manufacturing a compact car for French parent PSA at its main Ruesselsheim plant from mid-2021 onwards, German business daily Handelsblatt reported, citing company sources.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/uHZISVESR3U/opel-to-add-psa-model-to-ruesselsheim-production-handelsblatt-idUSKBN23825U\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Opel to add PSA model to Ruesselsheim production: Handelsblatt\",\n            \"published_date\": \"2020-06-01 10:40:26\",\n            \"_id\": \"17850f836c3a6e460ce6fea45a38f06c\"\n        },\n        {\n            \"summary\": \"The comments add to a growing debate over whether the BOE should, for the first time, take borrowing costs negative. U.K. officials have until Dec. 31 to strike a free trade agreement with the EU.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Bernhard Warner\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/no-deal-brexit-britain-negative-rates/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"A no-deal Brexit could plunge Britain into negative rates: Citigroup\",\n            \"published_date\": \"2020-06-01 10:35:32\",\n            \"_id\": \"551b28a02f3abd3ca444b5090759db9f\"\n        },\n        {\n            \"summary\": \"U.S. utility stocks have started to look like bargains after being considered expensive relative to the broader market for well over a year. Still, the outlook is far from certain as demand this summer is set to be hard hit by the contraction in commercial and industrial usage.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/E0ZUr11ILu0/u-s-utilities-look-newly-cheap-but-face-covid-19-headwinds-this-summer-idUSKBN23822C\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. utilities look newly cheap, but face COVID-19 headwinds this summer\",\n            \"published_date\": \"2020-06-01 10:33:07\",\n            \"_id\": \"bd288ad7a5dfd5cd68e59ba5eb879083\"\n        },\n        {\n            \"summary\": \"The Federal Reserve's bank stress tests will look significantly different in 2020, thanks to regulatory changes and the dramatic economic turmoil brought on by coronavirus pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/we1i6W9TWn8/factbox-whats-new-with-the-feds-2020-bank-stress-tests-idUSKBN23823K\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Factbox: What's new with the Fed's 2020 bank stress tests?\",\n            \"published_date\": \"2020-06-01 10:16:16\",\n            \"_id\": \"4d565638339e88d3e740794fd9ba7055\"\n        },\n        {\n            \"summary\": \"Because buyers, sellers and real estate professionals are looking for ways to avoid in-person meetings, the potential of remote online notarization is growing quickly.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Ilyce Glink and Samuel J. Tamkin\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/more-options-finding-notary-during-pandemic/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"More options for finding a notary during the pandemic\",\n            \"published_date\": \"2020-06-01 10:00:57\",\n            \"_id\": \"630824d5aa93be91260224e437d280b7\"\n        },\n        {\n            \"summary\": \"The pandemic is changing how people see the expensive cities where they live, and new work-from-home policies are making it possible for some to move out.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Heather Kelly and Rachel Lerman\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/technology/2020/06/01/city-relocate-pandemic/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"The pandemic is making people reconsider city living, trading traffic for chickens\",\n            \"published_date\": \"2020-06-01 10:00:56\",\n            \"_id\": \"872a8c048ed3c8bb2f07adc94db3fa1b\"\n        },\n        {\n            \"summary\": \"The coronavirus has infected more than 6.1 million people around the world as of Monday, killing at least 372,116 people.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/05/31/coronavirus-live-updates-as-global-infections-top-6-million-la-suspends-testing-after-riots-rock-city.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Coronavirus live updates: Global cases top 6.1 million; China says U.S. 'addicted to quitting' after WHO withdrawal\",\n            \"published_date\": \"2020-06-01 09:57:00\",\n            \"_id\": \"cd3f8807e9059bf1f725ec78a3ea7e7b\"\n        },\n        {\n            \"summary\": \"Universal Studios Japan said on Monday its theme park in Osaka would open later this month for the first time since closing in March due to the coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/jaws-returns-as-universal-studios-japan-to-reopen-this-month.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Jaws returns, as Universal Studios Japan to reopen this month\",\n            \"published_date\": \"2020-06-01 09:51:51\",\n            \"_id\": \"a453a09ba489e65277f5d19eeed80696\"\n        },\n        {\n            \"summary\": \"Delta Air Lines and its pilots union said on Sunday they are working to avoid furloughs of roughly 2,300 pilots following a reshuffling process meant to match staffing to summer 2021 flying.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/delta-union-working-to-avoid-furloughs-of-2300-pilots.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Delta, union working to avoid furloughs of 2,300 pilots\",\n            \"published_date\": \"2020-06-01 09:50:48\",\n            \"_id\": \"7c2a33e9807f923986318b5eaeb9ae64\"\n        },\n        {\n            \"summary\": \"Oil prices were steady on Monday helped by reports that OPEC and Russia were closer to a deal on extending oil cuts but held back by renewed tension between the United States and China.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/XBMBP5fhWKg/oil-steady-as-opec-considers-extension-to-crude-curbs-idUSKBN2370VK\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Oil steady as OPEC+ considers extension to crude curbs\",\n            \"published_date\": \"2020-06-01 09:47:30\",\n            \"_id\": \"685c7d68e4ae391566e5e040aeee34c0\"\n        },\n        {\n            \"summary\": \"European manufacturers may be over the worst of a coronavirus-driven downturn, but Asia's pain deepened in May due to a slump in global trade, with export powerhouses Japan and South Korea seeing the sharpest falls in activity in over a decade, surveys showed.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/QqLY0SQZjVU/europes-factories-starting-to-recover-asias-pain-worsens-idUSKBN23815Z\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Europe's factories starting to recover, Asia's pain worsens\",\n            \"published_date\": \"2020-06-01 09:47:11\",\n            \"_id\": \"0e9f9fffa349fae4b10fb71a44173fd7\"\n        },\n        {\n            \"summary\": \"World stocks were just shy of three-month highs and the dollar weakened further on Monday as optimism on economies opening up boosted risk appetite, shrugging off worries over riots in the U.S. and unease over Washington's power struggle with Beijing.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/RtHl9DmVRuA/global-stocks-scale-3-month-peak-dollar-sags-on-reopening-joy-idUSKBN2380WQ\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Global stocks scale 3-month peak, dollar sags on reopening joy\",\n            \"published_date\": \"2020-06-01 09:32:20\",\n            \"_id\": \"bcb42ce00e0c65702825fd82096c4822\"\n        },\n        {\n            \"summary\": \"The 1,368-square-foot home has two full bathrooms and new kitchen appliances, cabinets, granite counters, bathroom tubs, a new heating and air-conditioning system and fresh paint.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Michele Lerner\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/three-bedroom-townhouse-style-condo-northern-silver-spring-listed-270000/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Three-bedroom townhouse-style condo in northern Silver Spring listed for $270,000\",\n            \"published_date\": \"2020-06-01 09:30:38\",\n            \"_id\": \"3bb4d4c5e261d5f9a4eac52ba8e56e2a\"\n        },\n        {\n            \"summary\": \"Companies are not issuing financial guidance, but CFOs of major corporations are increasingly certain of a coronavirus negative impact in 2020, according to the Q2 CNBC CFO Council Survey.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/global-cfos-downbeat-on-economy-expect-big-coronavirus-hit-survey.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Global CFOs more negative on economy and expect big coronavirus hit to their company in 2020: Survey\",\n            \"published_date\": \"2020-06-01 09:30:01\",\n            \"_id\": \"0c6d23c727799693535aefa18967f7d7\"\n        },\n        {\n            \"summary\": \"Emirates' outgoing President Tim Clark on Monday said it could take the state carrier up to four years to resume flying to its entire network that has been decimated by the coronavirus pandemic.\",\n            \"country\": \"US\",\n            \"clean_url\": \"reuters.com\",\n            \"author\": null,\n            \"rights\": \"All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Reuters. Reuters and the Reuters sphere logo are registered trademarks or trademarks of the Reuters group of companies around the world. © Reuters 2020\",\n            \"link\": \"http://feeds.reuters.com/~r/reuters/businessNews/~3/_Ug5DuaNpi4/emirates-could-take-four-years-to-resume-flying-to-entire-network-idUSKBN2381Q8\",\n            \"rank\": \"80\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Emirates could take four years to resume flying to entire network\",\n            \"published_date\": \"2020-06-01 09:16:55\",\n            \"_id\": \"b545a74b83a54058723d52eda25d430c\"\n        },\n        {\n            \"summary\": \"\\\"We've now got the biggest communicable disease challenge that I've ever known, and we really need every single nation working together on it, including the U.S.,\\\" said the World Health Organization's special envoy for the coronavirus.\",\n            \"country\": \"US\",\n            \"clean_url\": \"cnbc.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.cnbc.com/2020/06/01/who-special-envoy-says-us-withdrawal-is-disappointing-and-inexplicable.html\",\n            \"rank\": \"162\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"U.S. withdrawal decision is 'disappointing' and 'inexplicable,' WHO special envoy says\",\n            \"published_date\": \"2020-06-01 09:09:59\",\n            \"_id\": \"a296f4252bbec6141c7929c4cb5b547d\"\n        },\n        {\n            \"summary\": \"Corporate statements supporting the protests are likely to face heightened scrutiny because of the more visible nature of race and the role that corporations play in contributing to economic inequalities.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Jena McGregor\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/with-protests-silence-is-not-an-option-corporate-america/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"With protests, silence is ‘not an option' for Corporate America\",\n            \"published_date\": \"2020-06-01 09:08:34\",\n            \"_id\": \"388ebfda6294e066fb99d8577d381bd4\"\n        },\n        {\n            \"summary\": null,\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": \"By Peter Whoriskey, Debbie Cenziper and Joel Jacobs\",\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/business/2020/06/01/coronavirus-nursing-home-deaths/?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": null,\n            \"title\": \"Nearly 30,000 nursing home residents died during coronavirus pandemic, government report shows\",\n            \"published_date\": \"2020-06-01 09:07:51\",\n            \"_id\": \"100aadd8c9913e9ee5c79d64702ec9d3\"\n        },\n        {\n            \"summary\": \"Asia and European equities climb, while U.S. futures sink after a weekend of protests and street violence.\",\n            \"country\": \"US\",\n            \"clean_url\": \"fortune.com\",\n            \"author\": \"Karen Yuan\",\n            \"rights\": null,\n            \"link\": \"https://fortune.com/2020/06/01/global-markets-america-street-violence/\",\n            \"rank\": \"311\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Global markets view America's violent protests and declare: nothing to see here\",\n            \"published_date\": \"2020-06-01 08:57:14\",\n            \"_id\": \"806bd566d087907765fe235fdf8c1f64\"\n        },\n        {\n            \"summary\": \"This condominium building has four residences selling for $600,000 to $740,000.\",\n            \"country\": \"US\",\n            \"clean_url\": \"washingtonpost.com\",\n            \"author\": null,\n            \"rights\": null,\n            \"link\": \"https://www.washingtonpost.com/realestate/buying-new--1603-isherwood-in-northeast-washington/2020/06/01/943592ee-9c63-11ea-ad09-8da7ec214672_gallery.html?utm_source=rss&utm_medium=referral&utm_campaign=wp_business\",\n            \"rank\": \"84\",\n            \"topic\": \"business\",\n            \"language\": \"en\",\n            \"title\": \"Buying New | 1603 Isherwood in Northeast Washington\",\n            \"published_date\": \"2020-06-01 08:51:28\",\n            \"_id\": \"17d4a014596678d54e5e4a12120d3092\"\n        }\n    ],\n    \"user_input\": {\n        \"lang\": null,\n        \"country\": \"US\",\n        \"topic\": \"business\"\n    }\n}"}],"_postman_id":"8c02b525-c2a1-4e5b-8b5f-868150461ce3"}],"id":"6fdb86e5-ea9a-495f-99e1-de6a20091857","_postman_id":"6fdb86e5-ea9a-495f-99e1-de6a20091857","description":""},{"name":"/sources","item":[{"name":"Available french souces","event":[{"listen":"test","script":{"id":"08192800-cdb0-4403-a122-befc72488633","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"3bc75c99-7fbe-4a54-9e65-9baa57b0f333","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/sources?country=FR","urlObject":{"protocol":"https","path":["v1","sources"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"country","value":"FR"}],"variable":[]}},"response":[{"id":"9690db28-f3bd-4194-a1a0-0de742a045ff","name":"Available french souces","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/sources?country=FR","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","sources"],"query":[{"key":"country","value":"FR"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:55:26 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 91db3e27f70759a0dea967c4b34efea9.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd_kMGR-oAMFWWg="},{"key":"X-Amz-Cf-Id","value":"NtRIYK0sio5L0mzhaJOJd2DCtsRgv2R7YGym_ptiywF_qzfalUKRog=="},{"key":"X-Amz-Cf-Pop","value":"FRA53"},{"key":"x-amzn-Remapped-Content-Length","value":"212"},{"key":"x-amzn-RequestId","value":"da2eedf2-08a1-4333-9af9-2034b9b91c5f"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed5794d-0427b120ce082d064d051be0;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99956"},{"key":"Content-Length","value":"212"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"lefigaro.fr\",\n    \"lepoint.fr\",\n    \"lemonde.fr\",\n    \"france24.com\",\n    \"lequipe.fr\",\n    \"liberation.fr\",\n    \"lexpress.fr\",\n    \"lesechos.fr\",\n    \"atlantico.fr\",\n    \"francesoir.fr\",\n    \"numerama.com\",\n    \"telerama.fr\",\n    \"contrepoints.org\",\n    \"sudantribune.com\"\n]"}],"_postman_id":"3bc75c99-7fbe-4a54-9e65-9baa57b0f333"},{"name":"Available french souces in english","event":[{"listen":"test","script":{"id":"d30a2c28-fc0a-44c0-aff0-c22753077e2f","exec":["pm.test(\"Status code is 200\", function () { pm.response.to.have.status(200); });"],"type":"text/javascript"}}],"id":"4b17635f-c5e3-43a4-b60c-659ee9e7aca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://newscatcher.p.rapidapi.com/v1/sources?country=FR&lang=en","urlObject":{"protocol":"https","path":["v1","sources"],"host":["newscatcher","p","rapidapi","com"],"query":[{"key":"country","value":"FR"},{"key":"lang","value":"en"}],"variable":[]}},"response":[{"id":"226ff176-5130-441c-b4d1-f578af7b3197","name":"Available french souces in english","originalRequest":{"method":"GET","header":[{"key":"x-rapidapi-key","type":"text","value":"{{X-API-KEY}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":{"raw":"https://newscatcher.p.rapidapi.com/v1/sources?country=FR&lang=en","protocol":"https","host":["newscatcher","p","rapidapi","com"],"path":["v1","sources"],"query":[{"key":"country","value":"FR"},{"key":"lang","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 01 Jun 2020 21:55:00 GMT"},{"key":"Server","value":"RapidAPI-1.1.11"},{"key":"Via","value":"1.1 3ef066dcf359ad5dbc339df978147194.cloudfront.net (CloudFront)"},{"key":"x-amz-apigw-id","value":"Nd_gMF0HIAMFXmQ="},{"key":"X-Amz-Cf-Id","value":"8wCJrPfrHg6g9BZUjTNeM3UXIzLqnxOSut4B1Hh13EnI-ZkCoN8oqQ=="},{"key":"X-Amz-Cf-Pop","value":"FRA54"},{"key":"x-amzn-Remapped-Content-Length","value":"55"},{"key":"x-amzn-RequestId","value":"075838c3-d57b-4a11-9cd2-33541d1dc0b9"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ed57934-36538488fd47c1bc03c4aa86;Sampled=0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"X-RapidAPI-Region","value":"AWS - eu-central-1"},{"key":"X-RapidAPI-Version","value":"1.1.11"},{"key":"X-RateLimit-Paid-Plan-Limit","value":"100000"},{"key":"X-RateLimit-Paid-Plan-Remaining","value":"99957"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"france24.com\",\n    \"contrepoints.org\",\n    \"sudantribune.com\"\n]"}],"_postman_id":"4b17635f-c5e3-43a4-b60c-659ee9e7aca8"}],"id":"e6096d85-49a1-4c32-96a2-bdc96f2030b1","_postman_id":"e6096d85-49a1-4c32-96a2-bdc96f2030b1","description":""}],"id":"d7605c55-f0a6-4080-b8c4-cc90e376f1d5","_postman_id":"d7605c55-f0a6-4080-b8c4-cc90e376f1d5","description":""}],"event":[{"listen":"prerequest","script":{"id":"309348f3-46ce-4344-a736-41e8739df2d9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6f91ce25-1401-4b51-8d74-acba44b9deb0","type":"text/javascript","exec":[""]}}]}