# RSS / Atom Feed Markdown Summarizer

Fetch an RSS or Atom feed by URL (or paste raw XML), parse it, sort items by publish date, deduplicate, apply a time window, and output a clean Markdown summary

> Canonical page: https://elysiatools.com/en/tools/rss-feed-markdown-summarizer

- **Category:** Text Processing

- **Keywords:** rss, atom, feed, xml, markdown, summarizer, newsletter, aggregator, blog, news, syndication, parse

## Overview

Give the tool an RSS / Atom feed URL (or paste the raw feed XML) and it will:

1. Fetch & parse the feed (RSS 2.0, RSS 1.0/RDF, and Atom 1.0 are all supported), extracting title, link, summary/description, author, publish date and categories for each entry.
2. Apply an optional time window (last 24h / 7d / 30d / all time) to keep only recent posts.
3. Optionally deduplicate items by title (case-insensitive) or by URL.
4. Sort by publish date (newest-first or oldest-first) and cap the output to a configurable number of items.
5. Render a clean Markdown digest (with optional fields) plus an HTML preview of the top items.

The fetch runs server-side with a 15s timeout and follows redirects. Items whose dates cannot be parsed are kept (they are sorted last when date-sorting).

## Inputs

- **Feed URL or XML** (textarea): https://news.ycombinator.com/rss — or paste raw RSS/Atom XML —
- **Max items** (number)
- **Sort order** (select)
- **Time window** (select)
- **Deduplicate by** (select)
- **Output format** (select)
- **Include: Title** (checkbox)
- **Include: Summary** (checkbox)
- **Include: Author** (checkbox)
- **Include: Date** (checkbox)
- **Include: Link** (checkbox)
- **Include: Categories** (checkbox)

## When to use

- When you need to compile recent articles or news from a blog's RSS or Atom feed into a clean Markdown format for newsletters or reports.
- When you want to filter out duplicate feed items by title or URL and restrict the output to a specific time window like the last 24 hours or 7 days.
- When you need to convert raw RSS/Atom XML data into a structured, readable markdown list with custom fields like author, date, and categories.

## How it works

- Input a public RSS/Atom feed URL or paste the raw XML content directly into the source field.
- Configure filtering options such as the maximum number of items, time window, deduplication rules, and sorting order.
- Toggle the metadata checkboxes to include or exclude titles, summaries, authors, dates, links, and categories.
- Click generate to fetch the feed server-side, process the entries, and output the formatted Markdown digest alongside an HTML preview.

## Use cases

- Generating daily or weekly news roundups from tech blogs for email newsletters.
- Archiving recent updates from multiple project feeds into a single Markdown document.
- Extracting clean text summaries from raw XML feeds for static site generators or documentation.

## Frequently asked questions

### What feed formats are supported?

The tool supports RSS 2.0, RSS 1.0/RDF, and Atom 1.0 feeds.

### Can I parse local or private XML files?

Yes, you can paste raw XML data directly into the input field if the feed is not publicly accessible via URL.

### How does the deduplication feature work?

You can deduplicate items either by URL or by title (case-insensitive) to remove duplicate entries from the output.

### What happens if a feed item does not have a publish date?

Items without a parseable date are kept and sorted last when sorting by date.

### Is there a timeout for fetching remote feeds?

Yes, the server-side fetch has a 15-second timeout and automatically follows HTTP redirects.

## Related tools

- [Word Text Extractor](https://elysiatools.com/en/tools/word-text-extractor): Extract text content from Word documents with support for formatting options, paragraph selection, and multi-language processing
- [Filename Sanitizer](https://elysiatools.com/en/tools/filename-sanitizer): Clean and sanitize filenames by removing illegal characters for Windows, Linux, and Mac
- [A/B Test Significance Calculator](https://elysiatools.com/en/tools/ab-test-significance-calculator): Compute conversion-rate or mean differences, 95%/99% confidence intervals, two-sided p-values (Z-test for proportions, Welch t for continuous metrics), lift, sample size for 80%/90% power, recommended experiment days, plus sequential-testing and Bonferroni multiple-comparison warnings.
- [BOM Character Remover](https://elysiatools.com/en/tools/data-bom-remover): Remove BOM (Byte Order Mark) characters from text and file content. Perfect for cleaning up text files that have encoding issues, fixing CSV imports, and preparing data for processing. Features: - Detect and remove UTF-8 BOM (EF BB BF) - Detect and remove UTF-16 BOM (FE FF or FF FE) - Detect and remove UTF-32 BOM (00 00 FE FF or FF FE 00 00) - Support multiple input formats - Visual BOM character display - Detailed detection report - Support for batch text processing Common Use Cases: - Fix CSV file import errors - Clean up text file encoding issues - Prepare data for JSON parsing - Fix XML parsing problems - Resolve API data encoding conflicts - Standardize text data format
- [JSON Key Extractor](https://elysiatools.com/en/tools/json-key-extractor): Extract all keys from JSON objects with multiple output formats. Perfect for analyzing JSON structure, documentation generation, and understanding complex nested objects.
- [AI Markdown Article Translator](https://elysiatools.com/en/tools/ai-markdown-article-translator): Translate full Markdown articles with AI while preserving headings, tables, links, images, and code blocks for direct publication
- [Number Format Cleaner](https://elysiatools.com/en/tools/number-format-cleaner): Normalize and clean various number formats in text for consistency
- [Data URI Generator](https://elysiatools.com/en/tools/data-uri-generator): Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown

## Samples

- [Markdown Samples](https://elysiatools.com/en/samples/markdown-samples): Markdown format examples from simple to complex document structures
- [Markdown Viewer Samples](https://elysiatools.com/en/samples/markdown-viewer-samples): Sample Markdown files for README preview, documentation rendering, and rich-text markup tests
- [Markdown Slide Deck Samples](https://elysiatools.com/en/samples/md-slide-deck-to-pdf): Remark/Marp style Markdown slide decks for testing PDF export layouts
- [Android Serialization Java Samples](https://elysiatools.com/en/samples/android-serialization-java): Android Java serialization examples including JSON serialization, deserialization, and XML parsing

## Related content

- [Web Source, Link, and Metadata Review Tools](https://elysiatools.com/en/hubs/web-source-link-and-metadata-audits): Inspect page source, extract links and assets, review metadata and query parameters, and check feeds or robots files before reuse, migration, or publication.
- [XML Conversion, Mapping, and XPath Tools](https://elysiatools.com/en/hubs/xml-convert): Curated tools for XML conversion, mapping, merging, and XPath extraction in one hub.
- [Markdown Export, OCR, and Document Conversion Tools](https://elysiatools.com/en/hubs/markdown-convert): Compare Markdown-to-PDF, PDF-to-Markdown, OCR, slide deck export, and structured Markdown conversion tools in one hub for documentation publishing workflows.
- [Markdown Writing and Publishing Tools](https://elysiatools.com/en/hubs/markdown-utility): Compare Markdown formatting, link review, merging, preview, translation, and export tools in one hub for docs, notes, and publishing workflows.
