---
title: "Get the latest news articles with positive sentiment"
description: "Learn how to get the latest news articles with positive sentiment using our API."
source: https://apitube.io/cookbook/get-latest-news-articles-with-positive-sentiment
---

#### Input parameters

| Parameter           | Description                         | Type    | Default | Required |
|:--------------------|:------------------------------------|:--------|:--------|:---------|
| sentiment.overall.polarity | The sentiment polarity of the articles (positive, negative, neutral). | string | None   | No       |
| per_page               | The number of articles to return    | integer | 10      | No       |
| api_key             | Your API key                        | string  |         | No       |

---

#### Related Examples

- [Get news with positive sentiment](/cookbook/get-positive-sentiment-news)
- [Get articles about Elon Musk with positive sentiment](/cookbook/positive-articles-about-elon-musk)
- [Find articles with mixed sentiment](/cookbook/find-articles-with-mixed-sentiment)
- [Multi-dimensional sentiment analysis](/cookbook/multi-dimensional-sentiment-analysis)
- [Sort by engagement score](/cookbook/sort-articles-by-engagement-score)

