---
title: "Get news articles by a specific author"
description: "How to get the latest news articles written by a specific author using our API"
source: https://apitube.io/cookbook/get-news-by-author
---

#### 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 of the articles      | string  |         | Yes      |

---

#### Related Examples

- [Get news from specific publications](/cookbook/recent-articles-from-nyt)
- [Get recent articles from top tech blogs](/cookbook/get-recent-articles-from-top-tech-blogs)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)
- [Get news from Wired](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Get news by specific sources](/cookbook/get-news-from-specific-publications-about-technology)

