---
title: "Get news articles with a specific number of images"
description: "How to get news articles with a specific number of images"
source: https://apitube.io/cookbook/get-news-by-image-count
---

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

---

#### Related Examples

- [Get news with large media](/cookbook/get-news-with-large-media)
- [Get news with small images](/cookbook/get-news-with-small-images)
- [Get articles with high-quality images](/cookbook/get-articles-with-high-quality-images)
- [Get news with media volume](/cookbook/get-news-articles-with-media-volume)
- [Get Instagram-ready content](/cookbook/get-instagram-ready-content)

