using google search api for python

Larry Bates larry.bates at websafe.com
Tue May 22 19:31:00 EDT 2007


Gerardo Herzig wrote:
> Hi all. Im looking for the pyGoogle for making google searchs y a python
> script. The thing is, all im founding is an AJAX api, but the
> application ill use is NOT a web app. So, someone know if there is a
> pure python api that i can download and use?
> 
> Thanks!
> Gerardo

The server (Google) on the other end doesn't know what type of app you
are.  It just responds to XMLRPC requests.  I haven't used the interface
but I'm guessing that I would use Twisted to make XMLRPC request to Google
and process the response XML payload using Elementree.

-Larry



More information about the Python-list mailing list