Reputation: 31
I'm trying to build an application in .net, and using google alerts (the feeds part). Right now i am searching for API, or some way to interact with google alerts, but no results so far.
It will be very good if anyone can provide me with that google alerts API. OR A way to interact with it.
Thanks in advance, -Sea
Upvotes: 3
Views: 2002
Reputation: 11
There is Google Alert API for C#: https://github.com/oscar811/GoogleAlertAPI
Upvotes: 0
Reputation: 1200
I've used this before and its easy to use and works great http://frickingnutz.com/?q=node/51
Upvotes: 0
Reputation: 2740
There is a .net implementation of an api for google alerts here: http://coders11.com/googlealertsapi
Upvotes: 0
Reputation: 1985
If you set up your alert set the delivery method to feed, this will create a standard RSS feed which you can consume using an XmlTextReader or XmlDocument
Upvotes: 1