# The Intercept Articles RSS Latest Results

**Use case:** 

Latest Results of The Intercept Articles RSS. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "query": "surveillance"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "pubDate": {
    "label": "📅 Date",
    "format": "text"
  },
  "categories": {
    "label": "🏷️ Categories",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "contentHtml": {
    "label": "📄 Content",
    "format": "text"
  },
  "feedUrl": {
    "label": "🔗 Feed",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [The Intercept Articles RSS Scraper](https://apify.com/parseforge/theintercept-articles-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/theintercept-articles-scraper) to learn more, explore other use cases, and run it yourself.