---
title: "Trending Technology Headlines from Top Tech Sources"
description: "Instructions on fetching trending technology news from trusted tech sources globally using our API"
source: https://apitube.io/cookbook/trending-technology-headlines-from-top-tech-sources
---

#### 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       |
| source.domain       | An array of news source domain names                      | string  |         | Yes      |
| sort.by             | Parameter to sort news articles                          | string  |         | No       |
| sort.order          | Sort in ascending or descending order                     | string  |         | No       |

---

#### Related Examples

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

