---
title: "Get news articles with exact match in titles"
description: "How to get news articles with an exact match in their titles"
source: https://apitube.io/cookbook/exact-title-match-in-news
---

#### 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            | The title to match exactly          | string |         | Yes      |
| ignore.title     | The title to ignore                 | string |         | No       |

---

#### Related Examples

- [Get news by title with exclusion](/cookbook/get-news-by-title-with-exclusion)
- [Get articles with specific title](/cookbook/get-articles-with-specific-title)
- [Search for exact phrases in titles](/cookbook/search-for-exact-phrases-in-article-titles)
- [Search for words near each other](/cookbook/search-for-words-near-each-other-in-titles)
- [Get latest news about $TRUMP meme coin](/cookbook/get-latest-news-about-trump-meme-coin)

