CINXE.COM

News Index API

<!DOCTYPE html> <html lang="en"> <head> <title>News Index API</title> <meta name="description" content="News Index API is an API for news articles."> <meta name="keywords" content="news, articles, API"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="https://www.newsmatics.com/news-index/img/favicon.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.newsmatics.com/news-index/img/favicon_16x16.png"> <meta name='csrf-token' content='s_ujoR2JUqS-aVdZaBY60DEPjdjiVc8bc8I8VFfxHANYnI8EyfHEUUxnz1-jcWSvob5pBqEl7952YGa-4FhoKg=='> <link href="https://www.newsmatics.com/news-index/css/styles.min.css?v4dd790652471476fc58c6abfb37f82b01dc5e9d0" rel="stylesheet" data-turbo-track="reload"> <script> window.baseUrl = 'https://www.newsmatics.com/news-index' </script> <script type="importmap"> { "imports": { "navigationModule": "https://www.newsmatics.com/news-index/js/controllers/navigation.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "articlesModule": "https://www.newsmatics.com/news-index/js/controllers/articles.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "publicationsModule": "https://www.newsmatics.com/news-index/js/controllers/publications.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "apiModule": "https://www.newsmatics.com/news-index/js/controllers/api.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "authenticationModule": "https://www.newsmatics.com/news-index/js/controllers/authentication.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "chartModule": "https://www.newsmatics.com/news-index/js/services/chart.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "discordModule": "https://www.newsmatics.com/news-index/js/controllers/discord.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0" } } </script> </head> <body> <header> <nav class="relative mx-auto flex gap-2 max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Navigation"> <div class="flex lg:flex-1"> <a href="https://www.newsmatics.com/" class="text-xl font-bold whitespace-nowrap" aria-label="Newsmatics website"><img class="max-sm:w-full max-sm:max-w-[150px]" width="326" height="80" src="https://www.newsmatics.com/news-index/img/logo.svg" alt="Newsmatics logo"/></a> </div> <div class="flex gap-4"> </div> <div class="flex flex-1 gap-3 sm:gap-6 items-center justify-end"> <div data-controller="navigation discord" class="relative flex items-center gap-8" data-navigation-overflow-y-hidden-class="overflow-y-hidden" data-navigation-nav-active-class="nav-active" data-discord-hidden-class="hidden"> <button data-action="click->navigation#toggle" class="flex font-bold gap-x-3" aria-label="Toggle menu"> <div class="hidden sm:block">Menu</div> <div class="nav-icon relative transform py-10 px-15 z-30"> <span class="left-0 absolute bg-black h-[2px] w-[20px] transform transition duration-500 ease-in-out -translate-y-1.5"></span> <span class="left-0 absolute bg-black h-[2px] w-[20px] transform transition duration-500 ease-in-out"></span> <span class="left-0 absolute bg-black h-[2px] w-[12px] transform transition duration-500 ease-in-out translate-y-1.5"></span> </div> </button> <div class="hidden shadow absolute z-20 -right-2 -top-4 bg-[#1d164c] px-6 py-8 flex-auto w-[240px]"> <ul class="nav-links"> <li><a class="nav-link" href="/about">About</a></li> <li><a class="nav-link" href="/meet-the-team">Meet the Team</a></li> <li><a class="nav-link" href="/press">Newsmatics News</a></li> <li><a class="nav-link" href="https://www.newsmatics.com/news-index/">News Index</a></li> <ul class="sub-nav list-none pl-0 mb-0"> <li><a href="https://www.newsmatics.com/news-index/articles">Article Search</a></li> <li><a href="https://www.newsmatics.com/news-index/publications">Publication Search</a></li> <li><a href="https://newsindexapi.docs.apiary.io/#" target="_blank">API Docs (Apiary)</a></li> <li><a href="https://app.swaggerhub.com/apis-docs/jan.zikan/news-index-api/1.0.0" target="_blank">API Docs (Swagger)</a></li> <li><a href="https://www.newsmatics.com/news-index/users/api">API Access</a></li> </ul> <li><a class="nav-link" href="/career">Career</a></li> <li><a class="nav-link" href="/#contact-form">Contact Us</a></li> </ul> <div class="flex mt-4 ml-1"> <span class="text-white font-bold">Follow Us: </span> <a href="https://www.linkedin.com/company/newsmatics/" target="_blank"><img class="mx-3 w-25 h-25 invert brightness-0 hover:opacity-80 transition-all" src="https://www.newsmatics.com/news-index/img/linkedin.svg" alt="Linkedin"></a> <a href="https://www.facebook.com/Newsmatics/" target="_blank"><img class="w-25 h-25 invert brightness-0 hover:opacity-80 transition-all" src="https://www.newsmatics.com/news-index/img/facebook.svg" alt="Facebook"></a> </div> </div> </div> <a href="https://www.newsmatics.com/news-index/auth/signup" class="hidden sm:block text-base font-semibold text-gray-900 whitespace-nowrap">Get Started</a> <a href="https://www.newsmatics.com/news-index/auth/login" class="btn-small flex items-center text-base max-sm:text-sm">Log In <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="size-4 ml-2 -mr-2"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /> </svg> </a> </div> </nav> </header> <div class="bg-white px-6 pt-12 pb-24 lg:px-8"> <div class="mx-auto max-w-4xl"> <div class="md:flex gap-8 items-center"> <div class="mb-6 sm:w-1/2"> <img src="https://www.newsmatics.com/news-index/img/newsmatics-news-index-api.png" class="w-64" alt="Newsmatics News Index API"> <p class="mt-6 text-lg leading-8 text-gray-600">The News Index API is a state-of-the-art tool created by Newsmatics. It allows users to access one of the world's largest English-language news databases, take advantage of our proprietary ownership and political bias labels, and use the data for any type of media analysis and data science.</p> </div> <div class="text-center"> <div data-controller="youtube" data-youtube-video-id-value="eq3vgLkIGQQ" class="inline-block mb-4 aspect-video" ></div> </div> </div> <div class="md:flex flex-wrap max-md:text-center justify-between items-center max-md:mt-6"> <a href="https://www.newsmatics.com/news-index/auth/signup" class="btn btn-primary text-white">Get started</a> <div class="flex flex-wrap gap-x-6 max-md:mt-6 justify-center"> <a href="https://newsindexapi.docs.apiary.io/#" class="text-link max-sm:mb-4" target="_blank">API Docs (Apiary)</a> <a href="https://app.swaggerhub.com/apis-docs/jan.zikan/news-index-api/1.0.0" class="mx-3 text-link max-sm:mb-4" target="_blank">API Docs (Swagger)</a> <a href="https://www.newsmatics.com/news-index/users/api" class="text-link max-sm:mb-4">API Key</a> </div> </div> </div> </div> </div> <div class="bg-[#4E2E82]"> <div class="px-6 py-24 sm:px-6 sm:py-32 lg:px-8 mx-auto max-w-7xl"> <div class="mx-auto max-w-2xl text-center"> <h2 class="text-3xl font-bold tracking-tight text-white sm:text-4xl">Dive into the future of media analysis and data science.</h2> <p class="mx-auto mt-6 max-w-2xl text-lg leading-8 text-indigo-200">The News Index API is a great tool for media and policy professionals, data scientists and anyone interested in news and media analysis.</p> </div> <dl class="pt-18 sm:pt-24 mx-auto grid max-w-2xl grid-cols-1 gap-x-12 gap-y-16 text-base leading-7 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3"> <div> <dt class="font-semibold text-white text-xl mb-2">Search Options.</dt> <dd class="mt-1 text-indigo-200">Use your own keywords to search for news in thousands of English-language publications on any topic. Refine your keyword search with additional filters, such as a date range, etc. to get more specific results.</dd> </div> <div> <dt class="font-semibold text-white text-xl mb-2">Political Bias Labels.</dt> <dd class="mt-1 text-indigo-200">Our proprietary political bias labels help you identify the political leanings of news outlets, distinguishing between neutral, left-wing, and right-wing publications, as well as public broadcasters and pro-government or propaganda sites.</dd> </div> <div> <dt class="font-semibold text-white text-xl mb-2">Ownership Labels.</dt> <dd class="mt-1 text-indigo-200">We also provide information on media ownership, an important factor in evaluating the credibility and relevance of news sources.</dd> </div> </dl> </div> </div> <div class="bg-white py-24 sm:py-32"> <div class="mx-auto max-w-7xl px-6 lg:px-8"> <div class="mx-auto max-w-3xl lg:mx-0"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">The News Index API has an unparalleled news archive that keeps growing every minute.</h2> </div> <div class="mx-auto mt-16 flex max-w-2xl flex-col gap-8 lg:mx-0 lg:mt-22 lg:max-w-none lg:flex-row lg:items-end"> <div class="flex flex-col-reverse justify-between gap-x-16 gap-y-8 rounded-2xl bg-primary p-8 sm:w-3/4 sm:max-w-md sm:flex-row-reverse sm:items-end lg:w-72 lg:max-w-none lg:flex-none lg:flex-col lg:items-start"> <p class="flex-none text-3xl font-bold tracking-tight text-white">11,000+</p> <div class="sm:w-80 sm:shrink lg:w-auto lg:flex-none"> <p class="text-lg font-semibold tracking-tight text-white">Monitored news publications</p> </div> </div> <div class="flex flex-col-reverse justify-between gap-x-16 gap-y-8 rounded-2xl bg-[#F48729] p-8 sm:flex-row-reverse sm:items-end lg:w-full lg:max-w-sm lg:flex-auto lg:flex-col lg:items-start lg:gap-y-44"> <p class="flex-none text-3xl font-bold tracking-tight text-white">440+ million</p> <div class="sm:w-80 sm:shrink lg:w-auto lg:flex-none"> <p class="text-lg font-semibold tracking-tight text-white">News articles indexed</p> </div> </div> <div class="flex flex-col-reverse justify-between gap-x-16 gap-y-8 rounded-2xl bg-[#F8A71B] p-8 sm:w-11/12 sm:max-w-xl sm:flex-row-reverse sm:items-end lg:w-full lg:max-w-none lg:flex-auto lg:flex-col lg:items-start lg:gap-y-28"> <p class="flex-none text-3xl font-bold tracking-tight text-white">2+ million</p> <div class="sm:w-80 sm:shrink lg:w-auto lg:flex-none"> <p class="text-lg font-semibold tracking-tight text-white">New news articles per month</p> </div> </div> </div> </div> </div> <div class="bg-[#23BEB2]"> <div class="-mb-12 mx-auto max-w-2xl lg:max-w-7xl px-6 py-24 sm:py-32 lg:flex lg:items-center lg:justify-between"> <div class="max-w-xl"> <h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">News Index API for Developers</h2> <p>News Index API is a REST API. It uses access tokens that are included in the header of the API requests for authentication and rate limiting. It returns data in JSON format. Not a developer? Use our no-code web interface to get started.</p> </div> <div class="mt-8 inline-flex flex-wrap items-center gap-x-2 gap-y-5 lg:mt-0 lg:flex-shrink-0"> <a href="https://www.newsmatics.com/news-index/auth/signup" class="btn btn-green mr-2">Get Started</a> <a href="https://newsindexapi.docs.apiary.io/#" class="mx-3 text-link" target="_blank">API Docs (Apiary)</a> <a href="https://app.swaggerhub.com/apis-docs/jan.zikan/news-index-api/1.0.0" class="mx-3 text-link" target="_blank">API Docs (Swagger)</a> <a href="https://www.newsmatics.com/news-index/users/api" class="mx-3 text-link ">API Key</a> </div> </div> </div> <footer class="border-t bg-gray-50 mt-12 text-center"> <div class="mx-auto max-w-7xl overflow-hidden px-6 py-12 sm:py-18 lg:px-8"> <p>Newsmatics Inc., 1025 Connecticut Avenue NW, Suite 1000, Washington, DC 20036 | Tel: +1 (202) 335-9494 </p> <span class="max-sm:block">Copyright 1995-2024 Newsmatics, Inc. All rights reserved. </span> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/user-agreement" target="_blank">User Agreement</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/privacy-policy" target="_blank">Privacy Policy</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/copyright-policy" target="_blank">Copyright Policy</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/career" target="_blank">Join the company's workforce!</a> </div> </footer> <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.4/dist/chart.umd.min.js"></script> <script type="module" src="https://www.newsmatics.com/news-index/js/app.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10