Link to home
Start Free TrialLog in
Avatar of Soupy_G
Soupy_G

asked on

accessing the results from a Google search!

I'm in the middle of a year project in university, for which I need to access the results from a Google search and write them to a file so that i can work with the results.

I don't want the results to be returned straight back into the program by Google as I need to gain access to them in order to be able to sort them.

I tried various languages including JavaScript, ASP and HTML with no success, would anyone have any suggestions or links to further information?
Avatar of dorward
dorward

I did something like what you describe in Delphi 5.0, though I would think it would be possible in ASP.  However, it is pretty east in Delphi 5.0 with the TWebbrowser component

Thanks
ARW
dorward pointed to the link I was going to - Google offers a SOAP interface, so it's easy to access with .Net or Java.
ASKER CERTIFIED SOLUTION
Avatar of falmon
falmon

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial