Hello,
I found this tool online:
http://www.mikes-marketing-tools.com/ranking-reports/
It checks the current position of a given keyword on different search engines. As I have several websites and they use hundreds of keywords, checking manually for each keyword will be very time consuming. So I want to write a similar tool using .NET (C#) that will be doing it for multiple keywords.
I don't need it for all sites, even just Google would, but having Yahoo and MSN will be nice. I first thought it was using Google API, but on the other hand, there're so many different search engines, so I think it's just some kind of scripting. And I'd like to know how to do it.
So, all I need to do is to know how to:
1. Send a request to a search engine (e.g. Google) with a given search query
2. Retrieve the contents of the result that you get.
Thank you,
Yurich
The google APIs site has full documentation and even code downloads for you to look over. It should get you just what ya' need.