---
title: "Get news articles published between 2023-01-01 and 2023-01-31"
description: "How to get the latest news articles within a specific date range"
source: https://apitube.io/cookbook/get-news-between-dates
---

#### 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       |
| published_at.start    | The start date of the date range               | string |         | Yes      |
| published_at.end      | The end date of the date range                 | string |         | Yes      |

---

#### Related Examples

- [Get news in a specific time range](/cookbook/get-latest-news-articles-in-a-specific-time-range)
- [Get news on a specific date](/cookbook/get-news-on-date)
- [Get news with specific timing](/cookbook/news-articles-with-timing)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

