---
title: "Get news articles with images smaller than 600px"
description: "How to filter news articles with images smaller than 600px"
source: https://apitube.io/cookbook/get-news-with-small-images
---

#### Input parameters
| Parameter                      | Description                             | Type    | Default | Required |
|--------------------------------|-----------------------------------------|:-------:|:--------|:---------|
| media.images.width.max        | The maximum width of the images         | 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 specific image count](/cookbook/get-news-by-image-count)
- [Get articles with high-quality images](/cookbook/get-articles-with-high-quality-images)
- [Get Instagram-ready content](/cookbook/get-instagram-ready-content)
- [Get news with media volume](/cookbook/get-news-articles-with-media-volume)

