Can Squeak talk to Google ?

Mike Shields Mike_Shields at gscmobilesolutions.com
Tue Apr 16 17:24:06 UTC 2002


Umm... Perhaps that page is old and/or misleading.

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

an excerpt:

"With the Google Web APIs service, software developers can query more than 2
billion web documents directly from their own computer programs. Google uses
the SOAP and WSDL standards so a developer can program in his or her
favorite environment - such as Java, Perl, or Visual Studio .NET."

The terms -- http://www.google.com/apis/api_terms.html -- page may be a good
read. Basically, noncommercial use is free, anything else you buy a license
for.



-----Original Message-----
From: Lex Spoon [mailto:lex at cc.gatech.edu]
Sent: Tuesday, April 16, 2002 1:12 PM
To: squeak-dev at lists.squeakfoundation.org
Subject: Re: Can Squeak talk to Google ?


On Tue, Apr 16, 2002 at 11:53:53AM -0400, Andy Stoffel wrote:
> Just wondering if anyone has taken a look at
> the Google API.
> 
> A bunch of links can be found at:
> 
> http://www.soapware.org/directory/4/services/googleApi
> 
> -Andy-
> 

This sounds really cool, but would Google let us do anything with
it?  Check out these paragraphs, which seems to say you can't actually
access it with SOAP (wouldn't that be an automatic query?)


====  from http://www.google.com/accounts/TermsOfService =======

You may not send automated queries of any sort to Google's system
without express permission in advance from Google.  Note that "sending
automatic queries" includes, among other things:

	- using any software which sends queries to Google to determine
	  how a website or webpage "ranks" on Google for various queries;

	- "meta-searching" Google; and

	- performing "offline" searches on Google:

Please do not write to Google to request permission to "meta-search"
Google for a research project, as such requests will not be granted.

=====================================================================


It looks like they only publish the API for you to tinker a little with,
not to actually use it for anything.  About the only thing
they seem to allow is returning search results almost verbatim:

	http://www.google.com/searchcode.html


Still, I guess it would legitimize Squeak's .NET support if we
could talk to Google....


-Lex




More information about the Squeak-dev mailing list