Android development: APIs for finding RSS feeds

I want to write an application where I can search for channels. FE I write "kicker" and then the application gives me suggestions to find the rss that I was looking for.

Is there an API or a commercial / free website service? I could not find.

+5
source share
2 answers

Usage may use the Google feed search API - https://developers.google.com/feed/v1/jsondevguide .

+4
source

I am using the Google search API to load in my Android application and parsing json responses. He does a decent job, but not always accurate. Sometimes this gives the URL of the homepage of websites that contain all feed links.

0
source

All Articles