RSS Feed Finder API — Discover All Feeds on Any Website avatar

RSS Feed Finder API — Discover All Feeds on Any Website

Pricing

$10.00 / 1,000 page scanneds

Go to Apify Store
RSS Feed Finder API — Discover All Feeds on Any Website

RSS Feed Finder API — Discover All Feeds on Any Website

RSS feed finder API. Input: startUrls (site URLs). Output: JSON per site listing every feed found — declared link rel=alternate RSS/Atom/JSON feeds plus common feed paths probed — with feed URL and type. Cheap pay-per-result: $0.01 per page scanned.

Pricing

$10.00 / 1,000 page scanneds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

RSS/Atom Feed Finder

Find every feed a website offers in one call — declared <link rel="alternate"> RSS/Atom/JSON feeds plus common feed paths probed and validated.

Live on the Apify Store — run it instantly or call it as an agent tool via Apify MCP.

What you get

  • All feeds declared in the page's <head> (RSS, Atom, JSON Feed)
  • Common feed paths probed and content-validated (/feed, /rss, /atom.xml, /feed.xml, /rss.xml, /index.xml, ...)
  • Each feed labeled by type (rss / atom / json) and source (declared / probed)
  • Deduped, absolute URLs — single URL or bulk

Input

{
"url": "https://techcrunch.com",
"urls": ["https://www.theverge.com"],
"maxUrls": 25
}

Output

{
"url": "https://techcrunch.com",
"feedCount": 2,
"feeds": [
{ "title": "TechCrunch » Feed", "href": "https://techcrunch.com/feed/", "type": "rss", "source": "declared" },
{ "title": null, "href": "https://techcrunch.com/rss", "type": "rss", "source": "probed" }
]
}