---
title: "Articles mentioning Elon Musk with a positive sentiment"
description: "Retrieve articles mentioning Elon Musk with an overall positive sentiment."
source: https://apitube.io/cookbook/positive-articles-about-elon-musk
---

#### Input parameters

| Parameter                  | Description                             | Type    | Default | Required |
|:---------------------------|:----------------------------------------|:--------|:--------|:---------|
| person.name                | Entity name (e.g., "Elon Musk").        | string  |         | Yes      |
| sentiment.overall.polarity | Sentiment to filter (e.g., "positive"). | string  |         | Yes      |
| api_key                    | Your API key.                           | string  |         | Yes      |
| per_page                   | Maximum number of articles to retrieve. | integer | 20      | No       |

---

#### 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)
- [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)

