google.public.web-apis
http://groups.google.com/group/google.public.web-apis
?hl=en
google.public.web-apis googlegroups.com
Today's topics:
* using google web search API from a desktop application - 1
messages, 1
author
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
e25abd7d109fec33?hl=en
* How to Extract the URL - 1 messages, 1 author
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
b4903e9a742bfdec?hl=en
* Rendering pure HTML content using Soap Search API - 3
messages, 2 authors
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
ee9e2fec47edf6c4?hl=en
============================================================
==================
TOPIC: using google web search API from a desktop
application
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
e25abd7d109fec33?hl=en
============================================================
==================
== 1 of 1 ==
Date: Sun, Mar 11 2007 12:40 am
From: venkateshpitta gmail.com
from a desktop application that I have, I like to receive
the search
results of a google web search. from the searching that I
did so far,
all the links seem to say how to do it from a web
application. I
haven't come across any places showing how to do it from a
desktop
application.
somebody please show some pointers on how to do it from
desktop
application.
thanks
============================================================
==================
TOPIC: How to Extract the URL
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
b4903e9a742bfdec?hl=en
============================================================
==================
== 1 of 1 ==
Date: Mon, Mar 12 2007 1:01 am
From: "suneel"
On Mar 9, 7:26 am, "Frank" <mcco... yahoo.com> wrote:
> I don't understand your question. Do you want to
display one of the
> 10 search results that the API gives you. That's very
easy to do in a
> program that uses the API. Or do you want to know
which of the 10
> search results the user clicked on? You could to that
with CGI or
> with JavaScript.
thankx for ur reply.Is there any google API that displays
HTML
contents like IE or Mozilla FireFox such that i need to keep
track of
Event Handling?
thanking you inadvance.
============================================================
==================
TOPIC: Rendering pure HTML content using Soap Search API
http://groups.g
oogle.com/group/google.public.web-apis/browse_thread/thread/
ee9e2fec47edf6c4?hl=en
============================================================
==================
== 1 of 3 ==
Date: Mon, Mar 12 2007 1:38 am
From: "suneel"
hi,
i am using google Soap Search API.Whenever i am trying to
get search
results i was unable to get pure HTML code instead i am
getting like
the fallowing snippets of results.
[
URL = "http://www.apple.com/&quo
t;
Title = "<b>Apple</b>"
Snippet = "Official site of <b>Apple</b>
Computer, Inc."
Directory Category = {SE="", FVN=""}
Directory Title = ""
Summary = ""
Cached Size = "33k"
Related information present = true
Host Name = "www.apple.com"
],
[
URL = "http://www.appl
e.com/quicktime/"
Title = "<b>Apple</b> - QuickTime"
Snippet = "<b>Apple's</b> free
media player supporting
innumerable audio and video formats. The pro <br>
version includes an
abundance of media authoring capabilities."
Directory Category = {SE="", FVN=""}
Directory Title = ""
Summary = ""
Cached Size = "7k"
Related information present = true
Host Name = "www.apple.com"
],
etc...
Is there any way to get pure HTML code?where could i made
changes.please suggest me.
thanking you inadvance.
== 2 of 3 ==
Date: Mon, Mar 12 2007 5:21 am
From: "Manfred"
On Mar 12, 9:38 am, "suneel"
<anchipaka.sun... gmail.com> wrote:
> hi,
> i am using google Soap Search API.Whenever i am trying
to get search
> results i was unable to get pure HTML code instead i am
getting like
> the fallowing snippets of results.
>
> [
> URL = "http://www.apple.com/&quo
t;
> Title = "<b>Apple</b>"
> Snippet = "Official site of
<b>Apple</b> Computer, Inc."
> Directory Category = {SE="",
FVN=""}
> Directory Title = ""
> Summary = ""
> Cached Size = "33k"
> Related information present = true
> Host Name = "www.apple.com"
> ],
>
> [
> URL = "http://www.appl
e.com/quicktime/"
> Title = "<b>Apple</b> -
QuickTime"
> Snippet = "<b>Apple's</b>
free media player supporting
> innumerable audio and video formats. The pro <br>
version includes an
> abundance of media authoring capabilities."
> Directory Category = {SE="",
FVN=""}
> Directory Title = ""
> Summary = ""
> Cached Size = "7k"
> Related information present = true
> Host Name = "www.apple.com"
> ],
> etc...
>
> Is there any way to get pure HTML code?where could i
made
> changes.please suggest me.
After receiving the search results, make a HTTP GET
request for the URL's you are interested in. Processing
"pure HTML"
however, is a bit tricky ...
Manfred
== 3 of 3 ==
Date: Tues, Mar 13 2007 1:41 am
From: "suneel"
On Mar 12, 4:21 am, "Manfred"
<manfred.staudin... gmail.com> wrote:
> On Mar 12, 9:38 am, "suneel"
<anchipaka.sun... gmail.com> wrote:
>
> > hi,
> > i am using google Soap Search API.Whenever i am
trying to get search
> > results i was unable to get pure HTML code instead
i am getting like
> > the fallowing snippets of results.
>
> > [
> > URL = "http://www.apple.com/&quo
t;
> > Title = "<b>Apple</b>"
> > Snippet = "Official site of
<b>Apple</b> Computer, Inc."
> > Directory Category = {SE="",
FVN=""}
> > Directory Title = ""
> > Summary = ""
> > Cached Size = "33k"
> > Related information present = true
> > Host Name = "www.apple.com"
> > ],
>
> > [
> > URL = "http://www.appl
e.com/quicktime/"
> > Title = "<b>Apple</b> -
QuickTime"
> > Snippet =
"<b>Apple's</b> free media player
supporting
> > innumerable audio and video formats. The pro
<br> version includes an
> > abundance of media authoring capabilities."
> > Directory Category = {SE="",
FVN=""}
> > Directory Title = ""
> > Summary = ""
> > Cached Size = "7k"
> > Related information present = true
> > Host Name = "www.apple.com"
> > ],
> > etc...
>
> > Is there any way to get pure HTML code?where could
i made
> > changes.please suggest me.
>
> After receiving the search results, make a HTTP GET
> request for the URL's you are interested in. Processing
"pure HTML"
> however, is a bit tricky ...
>
> Manfred
thankx for ur reply.How could i do HTTP GET request?Is this
possible
with Google SOAP Search API?Can you please give me some
pointers
inorder to get pure HTML code.
thanking you inadvance.
============================================================
==================
You received this message because you are subscribed to the
Google Groups "google.public.web-apis"
group.
To post to this group, visit http://groups.google.com/group/google.public.web-apis
?hl=en
To unsubscribe from this group, send email to
google.public.web-apis-unsubscribe googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/google.publi
c.web-apis/subscribe?hl=en
To report abuse, send email explaining the problem to
abuse googlegroups.com
============================================================
==================
Google Groups: http://groups.google.c
om?hl=en
|