---
title: "Get news articles with a specific media content volume"
description: "Retrieve news articles with a specific number of images and videos"
source: https://apitube.io/cookbook/get-news-articles-with-media-volume
---

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

---

#### Related Examples

- [Get news with specific image count](/cookbook/get-news-by-image-count)
- [Get news with large media](/cookbook/get-news-with-large-media)
- [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)

