---
title: "Get recent articles from top tech websites"
description: "Retrieve recent articles from highly ranked technology blogs."
source: https://apitube.io/cookbook/get-recent-articles-from-top-tech-blogs
---

#### Input parameters

| Parameter      | Description                                       | Type    | Default | Required |
|:---------------|:---------------------------------------------------|:--------|:--------|:---------|
| source.rank.opr.min   | Minimum source reliability rank (e.g., ">=reliable"). | string |         | No       |
| sort.by        | Sort by (e.g., "published_at").                    | string |         | Yes       |
| api_key       | Your API key.                                    | string |         | Yes       |
| per_page          | Maximum number of articles to retrieve.            | integer | 20      | No       |

---

#### Related Examples

- [Get technology news](/cookbook/get-latest-technology-news)
- [Get news from Wired and export as XML](/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 articles from specific publications](/cookbook/recent-articles-from-nyt)

