VOOZH about

URL: https://apify.com/santamaria-automations/rss-feed-reader

โ‡ฑ RSS & Atom Feed Reader - Monitor Any Feed at Scale ยท Apify


๐Ÿ‘ RSS & Atom Feed Reader - Monitor Any Feed at Scale avatar

RSS & Atom Feed Reader - Monitor Any Feed at Scale

Pricing

from $2.00 / 1,000 feed parseds

Go to Apify Store

RSS & Atom Feed Reader - Monitor Any Feed at Scale

Extract articles from RSS, Atom, and JSON feeds including title, author, content, images, categories, enclosures, and publication dates. Export data, run via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $2.00 / 1,000 feed parseds

Rating

0.0

(0)

Developer

๐Ÿ‘ Ale

Ale

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

1

Monthly active users

2 months ago

Last modified

Share

Monitor any RSS, Atom, or JSON feed at scale โ€” podcasts, news sites, blogs, release feeds.

Point it at a list of feed URLs and get back clean structured records with titles, authors, full content, featured images, categories, podcast enclosures and publication dates. Format is auto-detected โ€” mix RSS 2.0, Atom 1.0 and JSON Feed sources in the same run.

What you get

  • Auto-detects feed format โ€” RSS 2.0, Atom 1.0, JSON Feed 1.0/1.1 in the same run
  • Full content extraction โ€” titles, HTML body, short description, author name + email
  • Featured images โ€” pulled from media:thumbnail, media:content, enclosures or inline <img> tags
  • Podcast enclosures โ€” episode MP3/M4A URLs, file size and MIME type preserved
  • Categories & tags โ€” every tag the publisher ships
  • Date filtering โ€” only return items newer than a given ISO date
  • Per-feed summary โ€” extra record per feed with item count and latest/oldest dates
  • Batch processing โ€” hundreds of feeds per run, one bad feed never breaks the batch

Use with AI Agents (MCP)

Connect this actor to any MCP-compatible AI client โ€” Claude Desktop, Claude.ai, Cursor, VS Code, LangChain, LlamaIndex, or custom agents.

Apify MCP server URL:

https://mcp.apify.com?tools=santamaria-automations/rss-feed-reader

Example prompt once connected:

"Use rss-feed-reader to process data with rss feed reader. Return results as a table."

Clients that support dynamic tool discovery (Claude.ai, VS Code) will receive the full input schema automatically via add-actor.

Example output

News article (RSS 2.0)

{
"type":"feed_item",
"feed_url":"https://feeds.bbci.co.uk/news/rss.xml",
"feed_title":"BBC News",
"feed_type":"rss",
"feed_language":"en-gb",
"item_title":"Global markets rally on rate cut hopes",
"item_link":"https://www.bbc.com/news/business-12345678",
"item_guid":"https://www.bbc.com/news/business-12345678",
"item_published":"2026-04-07T08:14:00Z",
"item_description":"Stocks in Europe and Asia jumped after...",
"item_content":"<p>Stocks in Europe and Asia jumped...</p>",
"item_image":"https://ichef.bbci.co.uk/news/1024/branded_news/abc.jpg",
"item_categories":["Business","Markets"],
"scraped_at":"2026-04-07T09:00:00Z"
}

Podcast episode (with enclosure)

{
"type":"feed_item",
"feed_title":"The Changelog",
"item_title":"Episode 512: Building resilient systems",
"item_link":"https://changelog.com/podcast/512",
"item_author":"Adam Stacoviak <adam@changelog.com>",
"item_published":"2026-04-05T14:00:00Z",
"item_enclosures":[
{
"url":"https://cdn.changelog.com/uploads/podcast/512/episode.mp3",
"length":"48291840",
"type":"audio/mpeg"
}
],
"scraped_at":"2026-04-07T09:00:00Z"
}

Feed summary (one per feed)

{
"type":"feed_summary",
"feed_url":"https://hnrss.org/frontpage",
"feed_title":"Hacker News: Front Page",
"feed_type":"rss",
"items_count":30,
"latest_item_date":"2026-04-07T08:55:00Z",
"oldest_item_date":"2026-04-07T01:10:00Z",
"scraped_at":"2026-04-07T09:00:00Z"
}

How to use

Paste feed URLs into the feedUrls input (one per line), set maxItemsPerFeed if you only need the latest, and run. Schedule the actor to run every hour for continuous monitoring, or trigger it via API from your own pipelines.

Input

ParameterDescriptionDefault
feedUrlsRSS, Atom or JSON feed URLs(required)
maxItemsPerFeedCap items per feed100
includeContentInclude full HTML content bodytrue
filterByDateISO date โ€” only items newer than thisโ€”
fetchTimeoutSecondsHTTP timeout per feed30
proxyConfigurationOptional proxy configdisabled

Use cases

  • Content marketing โ€” monitor competitor blogs and spot new posts within minutes
  • News aggregation โ€” build custom news pipelines from hundreds of sources
  • Podcast tracking โ€” monitor new episodes across shows with enclosure URLs ready for download
  • Release monitoring โ€” watch GitHub release feeds, product changelogs and CVE feeds
  • Academic research โ€” track new papers from journal and preprint RSS feeds
  • SEO competitive intel โ€” measure publishing frequency and topic coverage of any site
  • Newsletter curation โ€” pull content from dozens of feeds into a single weekly digest
  • Alerting โ€” trigger Slack or email alerts when specific keywords appear in watched feeds

Pricing

EventPrice
Actor start$0.001
Per feed parsed$0.002

Example: Monitor 1,000 feeds = ~$2.00 (1,000 ร— $0.002 + $0.001 start)

FeedsCost
100$0.20
1,000$2.00
10,000$20.00

No per-item charges. No proxy markups. No external API fees.

Related Actors

Issues & Feedback

Found a bug or have a feature request? Open an issue on the Issues tab โ€” we respond within 24 hours.

You might also like

RSS Feed Reader

maximedupre/rss-feed-reader

Read public RSS, Atom, RDF, and JSON Feed URLs. Export feed item titles, links, dates, authors, categories, content, images, enclosures, and source metadata for API workflows, schedules, and dataset exports.

๐Ÿ‘ User avatar

Maxime Duprรฉ

2

RSS Feed Reader - Bulk RSS & Atom Feed Parser

logiover/bulk-rss-feed-reader

Read and parse RSS, Atom and RDF feeds in bulk, or auto-discover feeds from any website. Extract thousands of articles with full metadata for news monitoring, content aggregation and AI/RAG pipelines. No API key, export to CSV or JSON.

RSS / Atom Feed Scraper

rupom888/rss-atom-feed-scraper

Scrape any RSS or Atom feed. Works with news sites, blogs, podcasts, YouTube channels (/feeds/videos.xml?channel_id=...), Reddit (/r/subreddit/.rss), and any standard feed URL. Extracts title, description, author, publish date, categories, and full content.

RSS Feed Scraper โ€” Atom, Podcast & Multi-Feed

devilscrapes/rss-feed-scraper

Parse and convert any RSS or Atom feed to a clean dataset โ€” title, link, author, published date, summary, full HTML content, tags, GUID โ€” export to JSON or CSV. A drop-in RSS feed parser for RSS 2.0, Atom 1.0, and the content:encoded / dc:creator extensions.

RSS Feed Reader

automation-lab/rss-feed-reader

This actor fetches and parses RSS 2.0, Atom, and RSS 1.0 (RDF) feeds into clean, structured JSON data. It extracts article titles, links, publication dates, authors, categories, descriptions, and full content. Use it to monitor news sources, aggregate blog posts, or build content pipelines.

๐Ÿ‘ User avatar

Stas Persiianenko

67

Universal RSS Feed Parser | $1/1K | Any RSS/Atom/RDF

apivault_labs/universal-rss-scraper

Parse any RSS, Atom, or RDF feed. Extract articles with title, link, date, author, content, categories. Perfect for AI agents, Make/n8n/Zapier workflows.

6