Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Rendering pure HTML content using Soap Search API

0 views
Skip to first unread message

suneel

unread,
Mar 12, 2007, 4:38:19 AM3/12/07
to
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/"
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.apple.com/quicktime/"
Title = "<b>Apple</b> - QuickTime"
Snippet = "<b>Apple&#39;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.

Manfred

unread,
Mar 12, 2007, 8:21:24 AM3/12/07
to
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

suneel

unread,
Mar 13, 2007, 4:41:41 AM3/13/07
to


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.

Manfred

unread,
Mar 14, 2007, 7:28:05 AM3/14/07
to

Google for
HTTP GET request
plus your preferred programming language. A more
formal definition may be found at
http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html
For an overview try
http://en.wikipedia.org/wiki/HTTP

Manfred

0 new messages