# Track Healthcare & Medical News from RSS Feeds

**Use case:** 

Aggregate and analyze hundreds of articles from top healthcare RSS feeds. Receive comprehensive metadata for in-depth insights.

## Input

```json
{
  "feedUrls": [
    "https://www.medscape.com/cx/rssfeeds/2672-news.xml",
    "https://www.healthline.com/rss/health-news",
    "https://www.fiercehealthcare.com/rss/xml",
    "https://www.healthcareitnews.com/taxonomy/term/1/feed"
  ],
  "discoverFromWebsites": false,
  "maxItemsPerFeed": 50,
  "maxResults": 500,
  "maxConcurrency": 10,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "feedTitle": {
    "label": "Feed Title",
    "format": "string"
  },
  "title": {
    "label": "Item Title",
    "format": "string"
  },
  "link": {
    "label": "Link",
    "format": "string"
  },
  "pubDate": {
    "label": "Published",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "string"
  },
  "contentSnippet": {
    "label": "Snippet",
    "format": "string"
  },
  "feedUrl": {
    "label": "Feed URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [RSS Feed Reader - Bulk RSS & Atom Feed Parser](https://apify.com/logiover/bulk-rss-feed-reader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/bulk-rss-feed-reader) to learn more, explore other use cases, and run it yourself.