Hi, I am currently trying to write some software that will automatically put a search query in google search then search for it and return a list of the urls of the websites on the first page of the search results. Does anybody know a good way to do this? Thank you in advance for your help, Matt
You should also read about .NET WebRequest and WebResponse classes. You don't need any web browser to do the stuff but just have to create url string including the search phrase and post it to google.