---
title: "Get latest tech news from the last 30 days"
description: "How to get the latest tech news from the last 30 days using our API"
source: https://apitube.io/cookbook/get-latest-tech-news-from-the-last-30-days
---

#### 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       |
| category.id        | The category of the news articles | string  |         | Yes      |
| 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 technology news](/cookbook/get-latest-technology-news)
- [Get sorted news by date](/cookbook/get-sorted-news)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

