---
title: "Search positive and negative news"
description: "We are excited to announce that the apitube.io service now has new functionalities - it is now able to find both positive and negative news! Thanks to this update, you will be able to get a more complete picture of what is happening in the world, as well as more accurately analyze people's opinions on topics that interest you."
source: https://apitube.io/blog/post/search-positive-negative-news
---

We are thrilled to say that the apitube.io service has new features now it can also find not only the positive news but also the negative news! Thanks to such a update, you will be able to better see what is going on in the world, or better understand the opinions of people on things of interest to you.

The apitube.io new functionalities are founded on the sentiment analysis technology, and with the help of it, we can decide whether the content of the news is good, bad and indifferent. It is a splendid analyst and marketing instrument to ascertain users and commonplace feelings about companies, product and services in a brief duration.

As an example, the apitube.io API provides withdrawal of the latest news related to Apple and sentiment analysis:

```bash
https://api.apitube.io/v1/news/everything?per_page=2&title=Apple&sentiment.overall.polarity=positive
```

In this request, we would like to have the two latest news items that have a title containing the word Apple and a favorable tone. You will receive the list of the news items that better reflects positive outlook on Apple.

To get a deeper analysis, one can use the following query:

```bash
https://api.apitube.io/v1/news/everything?per_page=2&sentiment.overall.score.min=-0.2&sentiment.overall.score.max=0.4&title=Apple
```

Here, we asked the two most recent news pieces that mentioned the word apple in the title and that we had an emotion ranging between -0.2 -0.4. You will receive more diversity of news that could have both positive and negative sentiment, although which will have a more moderate nature.

We believe that the additional functionalities of apitube.io will be valuable to a significant number of SK and we will be glad to listen to your responses and recommendations on how to further enhance the service. Thank you for your attention!

