---
title: "Get news articles with large media"
description: "How to get news articles with a specific media size"
source: https://apitube.io/cookbook/get-news-with-large-media
---

#### Input parameters
| Parameter                | Description                                | Type    | Default | Required |
|--------------------------|--------------------------------------------|:-------:|:--------|:---------|
| media.images.width.min   | The minimum width of the images            | integer |         | Yes      |
| 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 specific image count](/cookbook/get-news-by-image-count)
- [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 Instagram-ready content](/cookbook/get-instagram-ready-content)
- [Get articles with both images and videos](/cookbook/get-articles-with-both-images-and-videos)

