I'm trying to get the first 1000 search result links in google with C#. So far, I've modified Shiv Kumar's Finding links on a Web page to look for links in: string webpageUrl = "http://www.google.com/search?hl=en&num=100&q=" + "concept"; however since the google page doesn't show all the 1000 results i need to find the way to get the rest of them. could that be accomplished without google api?
gilibi