---
title: "Get news from specific publications about technology"
description: "Retrieve tech news from Wired and The Verge."
source: https://apitube.io/cookbook/get-news-from-specific-publications-about-technology
---

#### Input parameters

| Parameter     | Description                                                     | Type    | Default | Required |
|:--------------|:----------------------------------------------------------------|:--------|:--------|:---------|
| source.domain | Domains of sources to include (e.g., "wired.com,theverge.com"). | string  |         | Yes      |
| api_key       | Your API key.                                                   | string  |         | Yes      |
| per_page      | Maximum number of articles to retrieve.                         | integer | 20      | No       |

---

#### Related Examples

- [Get news from Wired](/cookbook/get-latest-news-from-wired-and-export-as-xml)
- [Get recent articles from top tech blogs](/cookbook/get-recent-articles-from-top-tech-blogs)
- [Get news from CNN](/cookbook/get-latest-news-from-cnn-in-politics-technology-and-business-with-positive-or-neutral-sentiment)
- [Get premium source articles](/cookbook/get-articles-from-premium-sources)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)

