---
title: "Articles about the gaming industry from specific publications"
description: "Retrieve articles about the gaming industry from IGN and Gamespot."
source: https://apitube.io/cookbook/gaming-news-from-specific-sources
---

#### Input parameters

| Parameter     | Description                                                         | Type    | Default | Required |
|:--------------|:-----------------------------------------------------------------|:--------|:--------|:---------|
| category.id   | Category ID (IPTC medtop), e.g. `medtop:20000548` for video & computer games. | string  |         | Yes       |
| source.domain | Source domains (comma-separated) (e.g., "ign.com, gamespot.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 news from specific publications about technology](/cookbook/get-news-from-specific-publications-about-technology)
- [Get recent articles from NYT](/cookbook/recent-articles-from-nyt)
- [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)

