---
title: "Get latest news from CNN, BBC, and Fox News with videos"
description: "How to get the latest news from CNN, BBC, and Fox News with videos using our API"
source: https://apitube.io/cookbook/get-latest-news-from-cnn-bbc-and-fox-news-with-videos
---

#### 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       |
| source.domain        | The domain of the news sources        | string  |         | Yes      |
| media.videos.count   | The number of videos in the news articles | integer |         | Yes      |

---

#### Related Examples

- [Get news with media volume](/cookbook/get-news-articles-with-media-volume)
- [Get articles with both images and videos](/cookbook/get-articles-with-both-images-and-videos)
- [Get news from CNN](/cookbook/get-latest-news-from-cnn-in-politics-technology-and-business-with-positive-or-neutral-sentiment)
- [Get articles with high-quality images](/cookbook/get-articles-with-high-quality-images)
- [Get news from specific publications](/cookbook/recent-articles-from-nyt)

