# Monitor your own RSS/Atom feeds for new items

**Use case:** 

Poll any list of RSS, Atom or JSON Feed URLs and get back only the items that have appeared since your last run.

## Input

```json
{
  "queries": [
    "artificial intelligence"
  ],
  "feeds": [
    "https://techcrunch.com/feed/",
    "https://feeds.arstechnica.com/arstechnica/index"
  ],
  "monitorId": "my-feeds",
  "maxArticlesPerQuery": 50,
  "maxTotalNewArticles": 25,
  "language": "en",
  "country": "US",
  "deliverOnFirstRun": true
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceDomain": {
    "label": "Source",
    "format": "text"
  },
  "publishedAt": {
    "label": "Published",
    "format": "date"
  },
  "sourceType": {
    "label": "Type",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "snippet": {
    "label": "Snippet",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [News Delta API - New-Only Google News + RSS/Atom Monitor](https://apify.com/kaz_kakyo/news-delta-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/news-delta-api) to learn more, explore other use cases, and run it yourself.