---
title: "Get news articles with specific title and exclusion"
description: "How to get news articles with specific title and exclude those with another title"
source: https://apitube.io/cookbook/get-news-by-title-with-exclusion
---

#### Input parameters
| Parameter        | Description                             | Type   | Default | Required |
|------------------|:----------------------------------------|:-------|:--------|:---------|
| title            | The title of the articles               | string |         | Yes      |
| ignore.title     | The title of the articles to ignore     | string |         | Yes      |
| per_page             | The number of articles to return        | integer | 20      | No       |
| api_key           | Your API key                            | string  |         | No       |

---

#### Related Examples

- [Get articles with exact match in titles](/cookbook/exact-title-match-in-news)
- [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)

