Find rss feed by search query

966 views Asked by At

Looking on some rss apps in store, i found out, that some of them allow to user to type text in search rss editbox, and then show the list of founded rss feeds.
How does they do that?
Is there exists some free public api, for searching a rss feeds??

1

There are 1 answers

4
frankelot On BEST ANSWER

Yes, they use different APIs for that, check out Google feed API for more information.

Here's the developer's guide. It's pretty straightforward: https://developers.google.com/feed/v1/jsondevguide

I'm actually developing a RSS APP for android myself, don't hesitate to ask me anything should you need some help :)