---
title: "Get latest news from Wired and export as XML"
description: "How to get the latest news from Wired and export it as XML using our API"
source: https://apitube.io/cookbook/get-latest-news-from-wired-and-export-as-xml
---

#### Input parameters

| Parameter | Description                              | Type   | Required | Example    |
|-----------|------------------------------------------|--------|----------|--------------|
| source.domain | The domain of the news source       | string  | Yes     | wired.com  |
| export      | The format in which you want to export | string  | No       | xml       |
| per_page               | The number of articles to return    | integer | 20      | Yes      |

---

#### Related Examples

- [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 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)

