RSS / Atom Feed Scraper avatar

RSS / Atom Feed Scraper

Pricing

from $0.50 / 1,000 item scrapeds

Go to Apify Store
RSS / Atom Feed Scraper

RSS / Atom Feed Scraper

Turn any RSS or Atom feed into clean, normalized items — title, link, author, published date, summary, full content, categories, and media. Handles both formats, blogs, news, podcasts, YouTube and subreddit feeds.

Pricing

from $0.50 / 1,000 item scrapeds

Rating

0.0

(0)

Developer

Bruno

Bruno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

RSS / Atom Feed Scraper 📡

Turn any RSS or Atom feed into clean, normalized items — title, link, author, published date, summary, full content, categories, and media — in one consistent schema. Handles both RSS and Atom automatically.

Works with blogs, news sites, podcasts, YouTube channel feeds, subreddit .rss, status pages, and more. Perfect for content aggregation, monitoring, newsletters, and feeding AI agents.

Input

{
"feedUrls": [
"https://hnrss.org/frontpage",
"https://www.theverge.com/rss/index.xml",
"https://www.youtube.com/feeds/videos.xml?channel_id=UC..."
],
"includeContent": true,
"maxItemsPerFeed": 200
}

Output (one row per item)

{
"feed_url": "https://www.theverge.com/rss/index.xml",
"feed_title": "The Verge",
"format": "atom",
"title": "Some headline",
"link": "https://www.theverge.com/...",
"author": "Jane Doe",
"published_at": "2026-07-15T12:00:00.000Z",
"summary": "Short summary...",
"content": "<p>Full HTML...</p>",
"categories": ["Tech"],
"media": "https://cdn.../image.jpg"
}

Notes

  • One normalized schema for both RSS and Atom.
  • Reliable — reads standard public feeds; no anti-bot.
  • Most feeds need no proxy.