views:

29

answers:

1

Hi, I am building an RSS Reader. Some of the existing ones out there (for example, Pulse News for iPhone/iPad) have a search box where you can search for some term (example - "sports") and it will return a list of feeds that match your search criteria. So in this example, you type in "sports", and it searches and then comes back with ESPN.com's news feed, Yahoo! Sports' news feed, etc. etc.

What search engine does that? I've looked at Syndic8.com and it was kind of crap compared to whatever Pulse is using. If you search for "sports" it returns feeds I've never even heard of from obscure sites.

Thank you!

+1  A: 

You can have a look a the google feed api and espacially: https://code.google.com/intl/fr/apis/ajaxfeeds/documentation/reference.html#findFeeds

hellvinz
Thank you so much, that was sufficient and I think its the same one Pulse uses.
Arash
Arash