Has anyoned looked and tried to parse google search results using languages like java and php ? normally the links and text ?
I've done it in the past using a program I wrote in Purebasic. HINT: The class and id names in the page source code are generally what I use as a baseline when parsing in elements of data.
Its basically to parse the search results you get when the query is typed on a specific search engine. For example Parsing Searched results links and their titles and the desriptions below the links from the search result page. Anyways I have found a way to parse the data finally.
I use this tools to parse google search results and works fine if you don't need the source code. Do you need the results or the code?