RSS Feed Scraper - RSS & Atom Data
Pricing
from $1.00 / 1,000 results
RSS Feed Scraper - RSS & Atom Data
Scrape RSS and Atom feeds into structured records with title, URL, author, publish date, categories, image and summary.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
ben
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrape RSS and Atom feeds into clean, structured records that are ready for spreadsheets, dashboards, automations, monitoring tools and content pipelines. Paste one or more feed URLs and the actor returns every item with the title, URL, publish date, author, categories, image and cleaned summary.
What is the RSS Feed Scraper?
RSS and Atom are still one of the most reliable ways to monitor websites. Newsrooms, blogs, ecommerce stores, podcasts, documentation portals, changelogs and company announcement pages often expose feeds even when the normal website is noisy or difficult to scrape. This actor turns those feeds into a normalized dataset that can be exported as JSON, CSV, Excel or consumed through the Apify API.
The scraper supports both classic RSS feeds and Atom feeds. It reads standard item fields, handles common namespace extensions such as Dublin Core, Media RSS and content:encoded, and strips HTML from summaries so the output is easier to work with. It is designed for reliability: no browser, no login, no proxy and no heavy compute. That makes it a strong fit for scheduled monitoring jobs.
Common use cases
Use this actor to monitor competitor blogs, track company press releases, collect article URLs for SEO research, feed a newsletter curation workflow, build a news alert pipeline, ingest podcast episode metadata, watch software changelogs, or archive posts from multiple content sources.
Because the output is normalized, you can send the dataset directly into Make, Zapier, n8n, Airtable, Google Sheets, a database, a vector pipeline, or a custom alerting system. For example, run it every hour against a list of industry feeds, filter new items by keyword, and notify your sales or research team when a relevant article appears.
Input
Provide one or more RSS or Atom feed URLs.
{"feedUrls": ["https://blog.apify.com/rss/"],"maxItems": 10}
Output
Each dataset item represents one feed entry.
{"feed_url": "https://blog.apify.com/rss/","final_feed_url": "https://blog.apify.com/rss/","feed_title": "Apify Blog","title": "Example article title","url": "https://blog.apify.com/example/","guid": "https://blog.apify.com/example/","published_at": "2026-07-07T09:00:00+00:00","author": "Apify","summary": "Clean text summary without HTML tags.","categories": ["Web scraping"],"image": "https://example.com/image.jpg","source_type": "rss"}
Output fields
feed_url- the original feed URL you provided.final_feed_url- the final URL after redirects.feed_title- the title of the RSS channel or Atom feed.title- item or entry title.url- canonical article, episode or entry URL when available.guid- RSS guid or Atom id.published_at- parsed publish date in ISO format when possible.author- author or creator field when present.summary- cleaned text summary.categories- categories or tags from the feed.image- Media RSS thumbnail/content image when present.source_type-rssoratom.
Why use this actor?
Feeds are usually more stable than HTML pages. They are lightweight, fast, structured and intended for machine consumption. This actor keeps that advantage while giving you Apify scheduling, storage, exports, API access, webhooks and integrations. You can scrape many feeds without a browser and without paying proxy costs.
Example workflows
For content monitoring, add your competitors' blog feeds, schedule the actor every morning, and send new titles into a spreadsheet or Slack channel. For newsletter research, collect posts from trade publications and filter by category or keyword before handing the list to an editor. For product and developer monitoring, watch changelog feeds, release feeds and documentation feeds so your team sees important updates quickly.
For SEO teams, RSS feeds are useful because they provide fresh URLs without crawling a whole website. You can collect the newest posts, enrich the domains, check whether pages are indexed, or send the URLs into a backlink prospecting workflow. For data teams, feeds are a dependable ingestion layer because the schema is simpler and more stable than public HTML.
Integration ideas
Use Apify webhooks to trigger a downstream workflow when a run finishes. Send the dataset to Make or Zapier, deduplicate by guid or url, and notify only when a new item appears. Export to CSV for manual review, or call the dataset API from a backend service to keep an internal content database current.
You can also pair this actor with a full-page scraper. First collect URLs from RSS feeds, then pass only those URLs into a website content actor. That two-step approach is cheaper and more reliable than crawling an entire site when all you need is the latest content.
Notes and limits
Some websites publish partial summaries instead of full article text. This actor returns what the feed provides; it does not crawl each linked article. If you need full article pages, combine this actor with a website content scraper after collecting the URLs. Feeds that require authentication or block non-browser clients may fail, but public feeds generally work well.
Best practices
Use stable feed URLs instead of homepage URLs. Keep maxItems modest for frequent monitoring runs and raise it only for backfills. Store the previous run's guid values if you want to detect new items. When a feed provides both published_at and guid, use the guid as the primary deduplication key because publishers sometimes edit titles and dates.
FAQ
Can it scrape Atom feeds?
Yes. It supports RSS and Atom and normalizes both into the same output structure.
Does it download full web pages?
No. It reads the feed document only. That keeps runs fast, cheap and reliable.
Can I run it on a schedule?
Yes. Schedule it in Apify and compare each run against previous results to detect new posts.
Can I use it for SEO monitoring?
Yes. RSS feeds are useful for competitor content tracking, news monitoring, backlink prospecting and content ideation.
You might also like
- Website Contact Extractor - find contact details from websites.
- Sitemap URL Extractor - extract URLs from XML sitemaps.
- Google News Scraper - collect news search results.
Keywords
RSS scraper, Atom scraper, feed scraper, RSS feed API, content monitoring, blog monitoring, news monitoring, feed extractor, SEO monitoring, Apify RSS scraper.