---
title: "Get non-duplicate news articles"
description: "How to filter non-duplicate news articles using the API"
source: https://apitube.io/cookbook/get-non-duplicate-news
---

#### Input parameters
| Parameter      | Description                       | Type   | Default | Required |
|----------------|:----------------------------------|:-------|:--------|:---------|
| is_duplicate   | Filter articles that are duplicates | string |         | Yes      |
| per_page          | The number of articles to return   | integer| 20      | No       |
| api_key        | Your API key                      | string |         | No       |

---

#### Related Examples

- [Get news with specific image count](/cookbook/get-news-by-image-count)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)
- [Get verified source articles](/cookbook/get-articles-from-premium-sources)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get news from specific publications](/cookbook/recent-articles-from-nyt)

