---
title: "Get latest news from a specific author and sorted by sentiment score"
description: "How to get the latest news from a specific author and sorted by sentiment score using our API"
source: https://apitube.io/cookbook/get-latest-news-mentioning-john-doe-and-sorted-by-sentiment-score
---

#### 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       |
| author.name         | The name of the author in the news articles | string  |         | Yes      |
| sort.by             | The parameter to sort the news articles by | string  |         | Yes      |
| sort.order          | The order to sort the news articles by | string  |         | Yes      |

---

#### Related Examples

- [Get news by specific author](/cookbook/get-news-by-author)
- [Sort by engagement score](/cookbook/sort-articles-by-engagement-score)
- [Sort by quality score](/cookbook/sort-articles-by-quality-score)
- [Get news with positive sentiment](/cookbook/get-positive-sentiment-news)
- [Get articles about Elon Musk with positive sentiment](/cookbook/positive-articles-about-elon-musk)

