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.
Usage may use the Google feed search API - https://developers.google.com/feed/v1/jsondevguide .
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.