Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android-Development: API to find Rss-Feeds [closed]

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.

like image 220
Gepro Avatar asked Oct 09 '22 11:10

Gepro


1 Answers

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

like image 165
Gallal Avatar answered Oct 12 '22 10:10

Gallal