---
title: "Get latest Bitcoin headlines excluding BBC"
description: "How to get the latest Bitcoin headlines excluding BBC using our API"
source: https://apitube.io/cookbook/get-latest-bitcoin-headlines-excluding-bbc
---

#### 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       |
| ignore.source.domain| The source domain to ignore articles from | string  |         | Yes      |
| title | Search term matched against article titles. | string  |         | No       |

---

#### Related Examples

- [Get cryptocurrency news](/cookbook/get-latest-cryptocurrency-news)
- [Get latest news about $TRUMP meme coin](/cookbook/get-latest-news-about-trump-meme-coin)
- [Get news from specific publications](/cookbook/recent-articles-from-nyt)
- [Get news by title with exclusion](/cookbook/get-news-by-title-with-exclusion)
- [Get news in specific languages and ignore others](/cookbook/filter-news-by-language)

