Published innewsapi.ai·Jan 11, 2021Using REST API to search for news contentIn order to access our News API we provide the Python and Node.js SDKs, which significantly simplify making the searches and iterating through the results. In some use-cases however, a direct REST API access is needed. …Rest Api4 min readRest Api4 min read
Published innewsapi.ai·Jan 6, 2021The simplest way to search for news articlesThe most common task that our users perform is searching for news articles. In this post, we will demonstrate how to use our news searching newsapi.ai with the Python SDK and how to retrieve as many results as you’d like with the least amount of code. If you don’t yet…Media Monitoring2 min readMedia Monitoring2 min read
Published innewsapi.ai·Dec 14, 2017Node.js SDK for accessing data in the NewsAPI.aiWe are happy to announce that we have just released a Node.js SDK that will make it even easier to use News API . The SDK is available on GitHub and NPM. Through recent advancements in the new standards, there are a couple of handy approaches that can help when…JavaScript2 min readJavaScript2 min read
Published innewsapi.ai·Aug 10, 2017Use of semantic annotation in news monitoring explainedNewsapi.ai service uses advanced natural language processing technology to analyze every news article entering its news feed. This involves several steps, one of which is semantic annotation — a process of computer-based recognition of key terms appearing in the articles. …Semantics3 min readSemantics3 min read
Published innewsapi.ai·May 15, 2017A number of changes for API usersToday we released a number of changes and additions that affect users who use our API to search for articles or events. In brief, these changes are: A new query language that provides support for arbitrarily complex queries. Introduced support for phrase keyword search. Normalization of source URIs New query language To date…Machine Learning3 min readMachine Learning3 min read
Published innewsapi.ai·Mar 5, 2017Simplifying the data access with iterators — the recent update of the Python libraryThis blog post describes the recent update of the Python library that can be used to access the data in the Event Registry. The update significantly simplifies the way in which you can iterate through the articles or events that are a result of a search query. We will illustrate…Python3 min readPython3 min read
Published innewsapi.ai·Nov 7, 2016Building external apps using Event Registry dataData from Event Registry can easily be integrated into other websites or mobile applications. A great example of this is the Media Election website that was built by our friends from New York. Four32c is an interactive design agency in New York. …Politics2 min readPolitics2 min read