---
title: "Get news articles about AI or innovation, excluding celebrity news"
description: "How to get news articles about AI or innovation, excluding celebrity news using our API"
source: https://apitube.io/cookbook/get-news-articles-about-ai-or-innovation-excluding-celebrity-news
---

#### Input parameters

| Parameter     | Description                                             | Type   | Default | Required |
|:--------------|:-----------------------------------------------------|:-------|:--------|:---------|
| title         | The title of articles                                  | string |         | Yes      |
| ignore.title  | The title of articles to ignore.                       | string |         | Yes      |
| api_key       | Your API key.                                          | string |         | Yes      |

---

#### Related Examples

- [Get news by title with exclusion](/cookbook/get-news-by-title-with-exclusion)
- [Get articles with exact match in titles](/cookbook/exact-title-match-in-news)
- [Search for exact phrases in titles](/cookbook/search-for-exact-phrases-in-article-titles)
- [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)

