RSS & Atom Feed to JSON avatar

RSS & Atom Feed to JSON

Pricing

from $1.00 / 1,000 results

Go to Apify Store
RSS & Atom Feed to JSON

RSS & Atom Feed to JSON

Convert any RSS or Atom feed into clean, structured JSON. Handles both formats and normalizes them to one schema with parsed dates, authors, content, and categories.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

Nicolas van Arkens

Nicolas van Arkens

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

RSS & Atom Feed to JSON ๐Ÿ“ก

Turn any RSS or Atom feed into clean, structured JSON. Point it at one or many feed URLs โ€” news sites, blogs, podcasts, YouTube channels, Reddit, job boards, price-drop feeds โ€” and get back tidy, normalized records you can drop straight into a database, spreadsheet, automation, or LLM pipeline.

Why use it

  • ๐Ÿ”„ One schema for everything โ€” RSS 2.0 and Atom feeds come out in the same clean format, so your downstream code never has to care which one it was
  • ๐Ÿ—“๏ธ Normalized dates โ€” RSS (RFC 822) and Atom (ISO 8601) dates both converted to clean ISO 8601 UTC
  • ๐Ÿ“ Full content โ€” pulls content:encoded / Atom content, not just the summary (toggleable)
  • ๐Ÿ‘ค Authors, categories, media โ€” extracted even from namespaced fields (dc:creator, enclosures)
  • ๐Ÿ“š Many feeds at once โ€” batch any number of feed URLs in a single run

Use cases

  • Automation โ€” feed RSS into Zapier, Make, Slack, or webhooks as structured data
  • Content aggregation โ€” combine many sources into one normalized stream
  • Monitoring โ€” watch news, releases, or job/price feeds and act on changes
  • AI/LLM pipelines โ€” clean article text and metadata ready for summarization or RAG
  • Datasets & dashboards โ€” collect feed data over time for analysis

Input

FieldDescription
Feed URLsOne or more RSS/Atom feed URLs.
Max items per feedCap items returned per feed.
Include full contentInclude the full article body, or just summaries.

Output

{
"title": "First Post",
"link": "https://example.com/1",
"summary": "A short summary here.",
"content": "<p>Full body content</p>",
"author": "Jane Doe",
"published": "2025-06-10T09:00:00+00:00",
"updated": null,
"categories": ["tech", "news"],
"guid": "https://example.com/1",
"mediaUrl": "https://example.com/img.jpg",
"feedTitle": "Example News",
"feedUrl": "https://example.com/feed"
}

Export to JSON, CSV, or Excel, or pull via the Apify API. Connect to Sheets, Slack, Notion, Zapier, or Make.

Notes

  • Supports RSS 2.0, Atom, and RSS 1.0/RDF feeds.
  • Independent tool; feeds remain the property of their publishers โ€” respect each source's terms of use.