Google feed api deprecated, How can i find rss feed of web site?

Mehdi Yeganeh picture Mehdi Yeganeh · Jan 15, 2017 · Viewed 7.3k times · Source

I used Google Feed API for finding rss feeds of special keywords or websites, now this api deprecated, so i need alternative way for finding rss of website, I google it but i cannot find any good way..

Find rss from parsing html of website is not good for me because i want to find all rss from any subdomains of it.

For example in the past when with using Google Feed API i give ieee.org and get all rss like:

http://www.ieee.org/rss/index.html?feedId=News_Release

http://spectrum.ieee.org/rss/fulltext

http://spectrum.ieee.org/rss/blog/automaton/fulltext

and ....

So, Is there any api or services that i can find all of rss feeds of website?

Answer

janih picture janih · Jan 16, 2017

Feedly's API could fit your requirements. See https://developer.feedly.com/v3/search/

Pass the site's domain name as query parameter and you'll get rss feed matches: https://cloud.feedly.com/v3/search/feeds/?query=ieee.org