---
title: "Get latest news articles about a specific topic"
description: "How to get the latest news articles related to crypto using our API"
source: https://apitube.io/cookbook/get-latest-news-articles-about-crypto
---

#### Input parameters

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

---

#### Related Examples

- [Get cryptocurrency news](/cookbook/get-latest-cryptocurrency-news)
- [Get news covering multiple topics](/cookbook/get-news-articles-covering-topics)
- [Get news in specific categories](/cookbook/get-news-in-categories)
- [Get latest news about $TRUMP meme coin](/cookbook/get-latest-news-about-trump-meme-coin)
- [Get latest news about DeepSeek AI](/cookbook/get-latest-news-about-deepseek-ai)


