---
title: "Get latest news about real estate from CNBC and Fox Business"
description: "How to get the latest news about real estate from CNBC and Fox Business using our API"
source: https://apitube.io/cookbook/get-latest-news-about-real-estate-from-cnbc-and-fox-business
---

#### 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       |
| title                | Search query for the industry topic         | string  |         | Yes      |
| source.domain        | The domain of the news sources        | string  |         | Yes      |

---

#### Related Examples

- [Get news from CNN](/cookbook/get-latest-news-from-cnn-in-politics-technology-and-business-with-positive-or-neutral-sentiment)
- [Get news from specific publications about technology](/cookbook/get-news-from-specific-publications-about-technology)
- [Get news from Wired](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)

