RSS Feed Reader: Monitor Any Feed at Scale, $0.50 per 1,000 Feeds

Parse RSS 2.0, Atom 1.0, and JSON Feed sources from any feed URL. Returns each item with title, author, link, published date, content, summary, categories, enclosures, and inline images. Filter by date range or by category. Built for monitoring: schedule it hourly to feed a news aggregator, alerting pipeline, or content database. Ideal for news monitoring, podcast indexing, blog tracking, and brand-mention alerts.

Open on Apify → Try it now
Pricing
$0.0005/feed
RAM
128MB
Coverage
RSS, Atom, JSON Feed
Output fields
15+
Proxy
Apify datacenter
Tech
HTTP + XML/JSON parser

What you get

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~rss-feed-reader/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "feedUrls": [
      "https://techcrunch.com/feed/",
      "https://feeds.feedburner.com/feedburner/Techcrunch",
      "https://www.theverge.com/rss/index.xml",
      "https://hnrss.org/frontpage",
      "https://example-podcast.com/rss"
    ],
    "maxAgeDays": 7,
    "extractFullContent": true
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/rss-feed-reader

Integrations

Output fields

FieldTypeExample
feed_urlstringhttps://techcrunch.com/feed/
feed_titlestringTechCrunch
total_itemsinteger42
item_titlestringAcme raises $50M Series B
authorstringReporter Name
published_atstring2026-06-13T08:42:00Z
linkstringhttps://techcrunch.com/2026/06/13/acme-series-b/
content_htmlstring

Acme, the leading...

categoriesarray["startups","funding"]
featured_imagestringhttps://techcrunch.com/images/acme.jpg

Related Actors

Open on Apify → Try it now (free tier available)