5

I want to write an app where I can search for feeds. F.e. I write "kicker" und then the app gives me proposals to find the rss I've searched for.

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

Gepro
  • 583
  • 1
  • 11
  • 20

2 Answers2

4

Use can use Google's feed find API - https://developers.google.com/feed/v1/jsondevguide.

Gallal
  • 4,267
  • 6
  • 38
  • 61
0

I have been using google feed search API in my android app and parsing json responses. It does a decent job but not always accurate. Sometimes it gives the home page url of the websites where all the feed links are present.

Krishan Subudhi
  • 376
  • 3
  • 18