---
title: "Get articles with a specific title"
description: "Retrieve articles with a title containing \"Metaverse\""
source: https://apitube.io/cookbook/get-articles-with-specific-title
---

#### Input parameters

| Parameter | Description                                       | Type    | Default | Required |
|:----------|:---------------------------------------------------|:--------|:--------|:---------|
| title     | Title to search for (e.g., "Metaverse"). | string  |         | Yes       |
| api_key   | Your API key.                                  | string  |         | Yes       |
| per_page  | Maximum number of articles to retrieve.       | integer | 20      | No       |

---

#### Related Examples

- [Get articles with specific title](/cookbook/get-articles-with-specific-title)
- [Get news by title with exclusion](/cookbook/get-news-by-title-with-exclusion)
- [Search for exact phrases in titles](/cookbook/search-for-exact-phrases-in-article-titles)
- [Search for words near each other](/cookbook/search-for-words-near-each-other-in-titles)
- [Get latest news about DeepSeek AI](/cookbook/get-latest-news-about-deepseek-ai)

