Rss Feed Aggregator avatar

Rss Feed Aggregator

Pricing

Pay per usage

Go to Apify Store
Rss Feed Aggregator

Rss Feed Aggregator

Rss Feed Aggregator. Aggregate data from multiple sources into a unified dataset. Clean, structured output ready for analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Share

What does RSS Feed Aggregator do?

RSS Feed Aggregator is an Apify actor that fetches and parses RSS and Atom feeds from any publicly available source. It extracts structured article data including titles, authors, publication dates, descriptions, full content, and source links. The actor supports multiple feeds in a single run, making it ideal for aggregating news from diverse sources into a unified dataset. Whether you are monitoring industry news, tracking competitor blogs, or building a content curation pipeline, this tool handles the heavy lifting of feed parsing automatically.

Why use RSS Feed Aggregator?

Manually checking dozens of RSS feeds is time-consuming and error-prone. This actor automates the entire process, pulling fresh articles from all your feeds in one execution. Unlike browser-based feed readers, the data is returned in clean, structured JSON format ready for downstream processing. You can schedule runs to build a comprehensive archive of articles over time, integrate with notification systems, or feed the data into analytics dashboards. The actor handles both RSS 2.0 and Atom feed formats seamlessly, so you never have to worry about format compatibility.

How to use RSS Feed Aggregator

  1. Navigate to the actor's input page on the Apify platform.
  2. Add your desired RSS or Atom feed URLs to the feedUrls list.
  3. Set maxArticlesPerFeed to control how many articles to pull from each feed.
  4. Click Start and wait for the run to complete.
  5. Download your results from the Dataset tab in JSON, CSV, or Excel format.

Input Parameters

ParameterTypeDescriptionDefault
feedUrlsarrayList of RSS/Atom feed URLs to fetchBBC News, NYT
maxArticlesPerFeedintegerMaximum articles to extract per feed20

Output

The actor produces a dataset with these fields for each article:

FieldDescription
titleArticle headline
authorAuthor name if available
publishDatePublication date and time
descriptionShort article summary
contentFull article content when available
linkURL to the full article
feedSourceName of the source RSS feed

Cost Estimate

This actor uses minimal resources since it only makes HTTP requests to fetch XML feeds without any browser rendering. A typical run processing 5 feeds with 20 articles each costs approximately $0.001-0.005 on the Apify platform. The actor runs on 512 MB of memory by default, which is sufficient for most workloads. Larger feed lists may benefit from increased memory allocation.

Tips and Best Practices

  • Validate your feed URLs before running. You can test them in a browser first to confirm they return valid XML.
  • Use Apify scheduling to run the actor periodically and build up a historical dataset of articles over time.
  • Combine this actor with keyword filtering in your downstream processing to focus on specific topics.
  • Some feeds may require specific User-Agent headers. The actor uses a standard bot user agent by default.
  • For related data collection needs, check out the Podcast Transcript Search actor for audio content discovery.
  • If a feed returns empty results, verify the feed is still active and the URL has not changed.
  • CDATA sections in RSS feeds are handled automatically, so you get clean text output without XML artifacts.