RSS, Atom, and RDF keyword monitor
uplifted_novice_vbl--rss-keyword-monitor-only-newRun the Apify RSS monitor for scheduled keyword, regex, and exclusion alerts across RSS, Atom, and RDF feeds. Returns only new matching feed items by default and can POST to a webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feeds | No | RSS, Atom, or RDF feed URLs to monitor. | |
| onlyNew | No | When true, return only items not previously delivered by this saved Task. | |
| keywords | No | Case-insensitive keywords or phrases. Empty returns every new item. | |
| resetState | No | Reset the saved seen-set and HTTP validators once, then turn it off. | |
| webhookUrl | No | Optional webhook endpoint that receives a summary and up to 50 newest matched items. | |
| dedupWindow | No | Days an item remains in the seen-set before it can be delivered again. | |
| matchFields | No | Feed item fields to search: title, description, content, and categories. | |
| excludeTerms | No | Case-insensitive terms that remove matched items before delivery and billing. | |
| regexPatterns | No | Case-insensitive regular expressions, OR-matched with keywords. | |
| includeContent | No | Include full content:encoded HTML from the feed when present. | |
| maxItemsPerRun | No | Maximum feed items delivered and charged in one run. |