Querying Multiple Sites using Google API

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • richard.hyett@gmail.com

    #1

    Querying Multiple Sites using Google API


    "As Google doesn't provide a parameter for a site search, a value of
    site:www.yoursite.com must be embedded into the value for q."

    Does anyone know of a script which allows you to get search results
    from multiple (12) web sites using Google's API, I've chosen to use
    NuSOAP rather than the PEAR SOAP class, for no particular reason.

    Richard

  • NC

    #2
    Re: Querying Multiple Sites using Google API

    richard.hyett@g mail.com wrote:[color=blue]
    >
    > Does anyone know of a script which allows you to get search
    > results from multiple (12) web sites using Google's API[/color]

    If my understanding is correct, the only way to do it is to run 12
    searches with a different "site:" argument. Whether you use the API or
    not, you can either search the Web or specify one and only one site
    using the "site:" argument.

    Cheers,
    NC

    Comment

    Working...