I am making a c# application. It needs to get 50 results in a single page, but I don’t know how to make it happen.
Here is my code to get the Google search results
string querrystring="Hello";
WebClient wb = new WebClient();
string googlepage = wb.DownloadString("http://www.google.com/search?q=" + querrystring);
Use the following query string parameter: