---
title: "Get news articles covering multiple topics"
description: "Retrieve news articles covering multiple topics"
source: https://apitube.io/cookbook/get-news-articles-covering-topics
---

#### Input parameters
| Parameter | Description |  Type   | Default | Required |
|-----------|-------------|:-------:|:--------|:---------|
| per_page  | The number of articles to return | integer | 30 | No |
| api_key   | Your API key | string  | | No |
| title     | Search query for the topics | string  | | Yes |

---

#### Related Examples

- [Get cryptocurrency news](/cookbook/get-latest-cryptocurrency-news)
- [Get news about a specific topic](/cookbook/get-latest-news-articles-about-crypto)
- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Get technology news](/cookbook/get-latest-technology-news)
- [Get health news](/cookbook/get-latest-health-news)

