# Preview Multiple RSS Feeds for Keywords

**Use case:** 

Preview current items from public RSS feeds for AI, automation, data, and technology keywords. Set onlyNew=true on a saved Task for alerts.

## Input

```json
{
  "feeds": [
    "https://blog.apify.com/rss/",
    "https://feeds.bbci.co.uk/news/technology/rss.xml"
  ],
  "keywords": [
    "AI",
    "automation",
    "data",
    "technology"
  ],
  "regexPatterns": [],
  "excludeTerms": [],
  "matchFields": [
    "title",
    "description"
  ],
  "onlyNew": false,
  "maxItemsPerRun": 10,
  "dedupWindow": 45,
  "includeContent": false,
  "webhookUrl": "***",
  "resetState": false
}
```

## Output

```json
{
  "firstSeenAt": {
    "label": "First seen",
    "format": "string"
  },
  "feedTitle": {
    "label": "Feed",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "matchedTerms": {
    "label": "Matched",
    "format": "array"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published",
    "format": "string"
  },
  "feedType": {
    "label": "Type",
    "format": "string"
  },
  "isNew": {
    "label": "New",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [RSS Keyword Monitor — Only New Items & Webhooks](https://apify.com/uplifted_novice_vbl/rss-keyword-monitor-only-new) with a specific input configuration. Visit the [Actor detail page](https://apify.com/uplifted_novice_vbl/rss-keyword-monitor-only-new) to learn more, explore other use cases, and run it yourself.