google

is it possible to connect to google search engine from a servlet and receive XML data from google?
[105 byte] By [Ehsan.Sa] at [2007-11-26 18:10:49]
# 1
Yes, it's possible. http://code.google.com/enterprise/documentation/xml_reference.html.
simonkent1a at 2007-7-9 5:43:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

It seams that it needs some kind of a host name in the URL.

from the page- section 2.1

The search request is a URL that combines:

* Your Google Search Appliance host name or IP address, which were assigned when the appliance was set up

I don't have any kind of appliance host name. what I am looking for is something like the old google SOAP api.

Ehsan.Sa at 2007-7-9 5:43:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3

> I don't have any kind of appliance host name. what I

> am looking for is something like the old google SOAP api.

Aha. My choice of search keywords from that was "google soap api". And the first link that came back was this one:

http://code.google.com/

And in it there is this sentence:

"On December 5th, we stopped accepting new sign-ups for the Google SOAP Search API."

You could read more in that page if you liked.

DrClapa at 2007-7-9 5:43:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
helloThanks for the answer, but as I said before the old SOAP API. Google won't give any new ID so that they can focus on the Ajax search api. ehsan
Ehsan.Sa at 2007-7-9 5:43:17 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...