ANN: Google Parser

From: Ralf Junker (http://www.zeitungsjunge.de/delphi/)
Date: 10/27/03


Date: Mon, 27 Oct 2003 11:00:52 +0100

Google Parser reads individual search results from Google HTML pages.

The Google Parser parses Google web-search result pages for individual search
results. For each result found in the HTML document, it stores the search
result's properties like Title, URL, Excerpt, Description, Category & URL,
Translation URL, Cache URL, and Similar Pages URL, then fires an event to the
application.

You can use the Google Parser to add Internet search engine capabilities to your
application. It was successfully tested with web-search result pages returned
from Google sites around the world. It supports a TStream interface and is
therefore compatible with most HTTP Internet components freely available.

Unlike the Google API, the Google Parser does not have a limit of 1000 queries
per day. Google Parser does not require SOAP and compiles with Delphi Standard.

The Google Parser is implemented as a plugin extension to the DIHtmlParser
Unicode HTML package. It comes with sources, an intuitive example project and
HTML Help.

Download the Google Parser exclusively from the DelphiPages:

  http://www.delphipages.com/edit/count.cfm?ID=4203

Regards,

Ralf



Relevant Pages

  • Re: Trigger google searches in coding
    ... >about the Google API. ... Google Parser reads individual search results from Google HTML pages. ...
    (borland.public.delphi.nativeapi)
  • Re: Google Parser
    ... >> Google Parser reads individual search results from Google HTML pages. ...
    (borland.public.delphi.thirdpartytools.general)