Hi,

The only API for Google Image Search is the AJAX Search API:

http://code.google.com/apis/ajaxsearch/

Here's a sample of it using image search:

http://www.google.com/uds/samples/apidocs/image.html

Since you want to do this from .NET I recommend you check out this part
about using non-JavaScript environments:

http://code.google.com/apis/ajaxsearch/documentation/#fonje

That should be do-able using HttpWebRequest, I think. :)

Cheers,
-Jeff


On Fri, Aug 22, 2008 at 12:43 PM, James <[EMAIL PROTECTED]> wrote:

>
> Hello,
>
> I would like to develop a C# application that allows the user to
> search for images on the web using Google Image Search. I have been
> looking at the .NET wrappers provided by Google, but I don't see
> anything specific to image search. Is it possible to use these
> wrappers for image search? If so, what is the advantage over issuing a
> HttpWebRequest directly?
>
> Thanks,
> James
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to