---
title: "Get latest news from CNN in politics, technology, and business with positive or neutral sentiment"
description: "How to get the latest news from CNN in politics, technology, and business with positive or neutral sentiment using our API"
source: https://apitube.io/cookbook/get-latest-news-from-cnn-in-politics-technology-and-business-with-positive-or-neutral-sentiment
---

#### Input parameters

| Parameter                  | Description                         | Type    | Default | Required |
|:---------------------------|:------------------------------------|:--------|:--------|:---------|
| source.domain              | The domain of the news sources        | string  |         | Yes      |
| category.id                | The category of the news articles  | string  |         | Yes      |
| sentiment.overall.polarity | The overall sentiment polarity of the news articles | string  |         | Yes      |
| per_page                   | The number of articles to return    | integer | 20      | Yes      |

---

#### Related Examples

- [Get news with positive sentiment](/cookbook/get-positive-sentiment-news)
- [Get articles with positive sentiment](/cookbook/get-latest-news-articles-with-positive-sentiment)
- [Get articles about Elon Musk with positive sentiment](/cookbook/positive-articles-about-elon-musk)
- [Get news from specific publications](/cookbook/recent-articles-from-nyt)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)

