tags:

views:

38

answers:

2

Hi,

while building a small RSS Reader for myself I discovered, that the iPad Reader Pulse or the Google Reader let you search RSS feeds simply by entering a keyword. So, there is no need to know the RSS URL. How can I integrate something like that in my own Reader? Is there some kind of web service that provides such a search?

Thank you

twickl

+1  A: 

Look at this on Google Apis.

http://code.google.com/apis/ajax/playground/#find_feed


Also ,you can use Google Blog Search.

http://blogsearch.google.com/

You can use Google Feed News

http://www.google.com/support/news/bin/answer.py?answer=59255&hl=en

You can use Google Reader

http://reader.google.com

Judas Imam
The Google Playground Code provides the Identical Search results as Pulse does! Thank You
twickl
No matter twickl
Judas Imam
+1  A: 

I believe they have a cronjob running that is constantly caching RSS feeds, so when you do a search it searches their database of cached feeds/articles.

xil3
Good suggestion but not include any details. twickl knows searching. he wants to know which site or how to do
Judas Imam