using google search api for python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue May 22 17:53:39 EDT 2007


En Tue, 22 May 2007 15:34:08 -0300, Gerardo Herzig <gherzig at fmed.uba.ar>  
escribió:

> 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?

Unless you already have a key, you can't. See  
http://code.google.com/apis/soapsearch/
Either use the AJAX api, or a simple page request (and scrape it).

-- 
Gabriel Genellina




More information about the Python-list mailing list