How to *Search* with google from inside my programme and get the search result?

I V wrongbad at gmail.com
Tue Feb 14 23:12:47 EST 2006


Frank Potter wrote:
> Does google supply some webservice to programmers? I did see

Googling for "google api" gets you to:

http://www.google.com/apis/

It appears to be a SOAP API, which you can access with python, but I
think you'll need a third-party library. Googling for "python soap"
gets you:

http://www-128.ibm.com/developerworks/library/ws-pyth5/

which might be a place to start.




More information about the Python-list mailing list