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

#### Input parameters
| Parameter                  | Description                                  | Type   | Default | Required |
|:----------------------------|:---------------------------------------------|:-------:|:--------|:---------|
| per_page                      | The number of articles to return              | integer| 20      | No       |
| api_key                    | Your API key                                 | string |         | No       |
| sentiment.overall.polarity  | The overall sentiment polarity of the articles | string |         | Yes      |

---

#### Related Examples

- [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)
- [Find articles with mixed sentiment](/cookbook/find-articles-with-mixed-sentiment)
- [Sort by engagement score](/cookbook/sort-articles-by-engagement-score)
- [Sort by quality score](/cookbook/sort-articles-by-quality-score)

