---
title: "Get news articles with original timing"
description: "How to get news articles published within a specific time frame"
source: https://apitube.io/cookbook/news-articles-with-timing
---

#### Input parameters
| Parameter               | Description                                    | Type   | Default | Required |
|-------------------------|:---------------------------------------------|:------:|:-------:|:---------|
| per_page                   | The number of articles to return              | integer| 10      | 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 between dates](/cookbook/get-news-between-dates)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

