I need to analyze one particular page on google and I have a direct lik to that page. When I paste that link to IE, it works fine.
Now I tried to automate this process
WebClient w = new WebClient();
string s = w.DownloadString("https://www.google.com/#q=" + MYSEARCHSTRING + "&start=0");
But it is not loading the page properly into 's'