---
title: "Recent articles published by The New York Times"
description: "Retrieve recent articles published by The New York Times."
source: https://apitube.io/cookbook/recent-articles-from-nyt
---

#### Input parameters

| Parameter     | Description                                          | Type    | Default | Required |
|:--------------|:--------------------------------------------------|:--------|:--------|:---------|
| source.domain | Source domain (e.g., "nytimes.com").               | string  |         | Yes       |
| sort.by       | Sort articles by (e.g., "published_at").            | string  |         | Yes       |
| sort.order    | Sort order (e.g., "desc" for descending).           | string  |         | Yes       |
| api_key       | Your API key.                                      | string  |         | Yes       |
| per_page         | Maximum number of articles to retrieve.           | integer | 20      | No       |

---

#### Related Examples

- [Get news by specific author](/cookbook/get-news-by-author)
- [Get news from Wired](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Get news from specific publications about technology](/cookbook/get-news-from-specific-publications-about-technology)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)
- [Get recent articles from top tech blogs](/cookbook/get-recent-articles-from-top-tech-blogs)

