Re: Google Image Search API using Python

2015-12-02 Thread Jeremy Geerdes
It would seem that Google is finally cleaning house of deprecated services. Take the response at face value: the Image Search API is gone. JG On Dec 2, 2015 7:48 AM, wrote: > Hello, I try write your an example code for work with Google Image Search > API using Python and get an error: {'response

Re: Google Image Search API tutorial

2014-06-30 Thread Jeremy Geerdes
This is an interesting tutorial, Jim. Thanks for providing it. And particularly, thanks for noting the errors which were apparently introduced into the latest version of the documentation. However, I would warn you and anyone else who would utilize this tutorial and/or the Image Search API in an ap

Re: Google image search API

2013-09-25 Thread Jeremy Geerdes
I don't think your problem is with the API. You need to offer the correct http_referer header. That's almost assuredly how the server is redirecting you. So set your referer header to the page's link and see what happens. jg On Wed, Sep 25, 2013 at 12:54 PM, Balázs Szántó wrote: > Hello! > > I

Re: google image search api

2012-02-15 Thread Insun He
Hi, Thank you for making image search results available for customization. I have a little dumb question. I have visited the API explorer site and entered my query and id. http://code.google.com/apis/explorer/#_s=customsearch&_v=v1&_m=cse.list&q=elephant&cx=016153355782796311768:arkzj3g5kru When I

Re: google image search api

2012-02-14 Thread hxu-cse
And the image search is supported now: http://googlecode.blogspot.com/2012/02/image-results-now-available-from-custom.html -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroup

Re: google image search api

2011-12-08 Thread hxu-cse
Custom Search API doesn't support image search results right now. The only way to get raw image search results is from Google Site Search (GSS) XML API, but that can't be used to search the entire web. As Adam mentioned, we'll be

Re: google image search api

2011-12-07 Thread omr
> Thank you, Adam, for the clarification. Seconded -- omr -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax

Re: google image search api

2011-12-07 Thread Jeremy Geerdes
Thank you, Adam, for the clarification. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Dec 7, 2011, at 10:07 PM, Adam Feldman wrote: > That's rig

Re: google image search api

2011-12-07 Thread Adam Feldman
That's right. It's a feature we're looking into, but it's not currently supported. Thanks, Adam On Wed, Dec 7, 2011 at 8:06 PM, Jeremy Geerdes wrote: > So, to be clear, the CSAPI does NOT presently support the CSE image search > functionality? > > > Jeremy R. Geerdes > Generally Cool Guy > Des

Re: google image search api

2011-12-07 Thread Jeremy Geerdes
So, to be clear, the CSAPI does NOT presently support the CSE image search functionality? Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Dec 7, 2

Re: google image search api

2011-12-07 Thread Adam Feldman
Hi Jeremy and folks, This is a good question. I haven't heard anything about it, but have asked my colleagues on the Custom Search API team and pointed them towards this thread. In general, Google doesn't comment on unreleased products, but we'll be sure to let you know if/when anything along th

Re: google image search api

2011-12-07 Thread Jeremy Geerdes
Hmm. I guess I assumed that, since the CSE supports image search, the CSAPI, which is tied directly to the CSE, should support it, too. I suppose that could be incorrect. Perhaps Adam Feldman would weigh in on the matter because I haven't seen any explicit confirmation or denial from the docs. A

Re: google image search api

2011-12-07 Thread omr
Jeremy mentioned the possibility of paid use of a search API. I mentioned the image search capability for Custom Search -- but the reference I gave was NOT related to the billable JSON/Atom Custom Search API. Here is documentation for that API: http://code.google.com/apis/customsearch/v1/overvie

Re: google image search api

2011-12-07 Thread omr
MC Cheung wrote: > "I make a browser bot auto get google image search results ..." I don't know anything more about your project but based on what you wrote above I thought the following might be of interest. (Disclaimer: I am NOT a lawyer or legal expert; this is not legal advice.) I assume you

Re: google image search api

2011-12-07 Thread Jeremy Geerdes
Scraping results is never a good idea. It's against Google's general TOS. You can enable billing to get up to 10,000 requests per day. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check ou

Re: google image search api

2011-12-07 Thread MC Cheung
thanks all post. I make a browser bot auto get google image search results, but google will block my IP address when search more than 200+ anybody has good idea ? 2011/12/7 Jeremy Geerdes > Good catch, omr! I had not seen that post yet! > > Jeremy R. Geerdes > Generally Cool Guy > Des Moines,

Re: google image search api

2011-12-06 Thread Jeremy Geerdes
Good catch, omr! I had not seen that post yet! Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Dec 6, 2011, at 12:52 PM, omr wrote: > > Image sea

Re: google image search api

2011-12-06 Thread omr
Image search capability was announced for Custom Search on December 1. http://googlecustomsearch.blogspot.com/2011/12/image-results-for-your-custom-search.html Here's a quick example. (Note: this CSE is temporary, it will be deleted within the week.) http://www.google.com/cse?cx=00654685457510

Re: google image search api

2011-12-06 Thread Jeremy Geerdes
There have been no official announcements regarding if or when a successor for the Image Search API will be released. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights W

Re: Google Image Search API

2011-11-17 Thread Jeremy Geerdes
There is no API for this. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Nov 17, 2011, at 5:30 AM, mbauer wrote: > Is it possible to upload an im

Re: [Google Image Search API]

2011-10-19 Thread tueminh
what does uploadify do? :D can i use a link for google image search? minh-tue On Oct 13, 4:47 am, Oddacon Miller wrote: > hey check out using uploadify...its a jquery addon, just gogole it.  i used > for a few projects for asp.net > > > > > > > > - Original Message - > From: tueminh > T

Re: [Google Image Search API]

2011-10-13 Thread Oddacon Miller
hey check out using uploadify...its a jquery addon, just gogole it.  i used for a few projects for asp.net - Original Message - From: tueminh To: Google AJAX APIs Cc: Sent: Wednesday, October 12, 2011 1:34 PM Subject: [Google Image Search API] Hi, Is there an API that allows us to u

Re: [Google Image Search API]

2011-10-12 Thread Jeremy Geerdes
Correct. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Oct 12, 2011, at 2:03 PM, tueminh wrote: > So although Google has a function to use an im

Re: [Google Image Search API]

2011-10-12 Thread tueminh
So although Google has a function to use an image as search query, it has not released the API for this function. Is this correct? Minh-Tue On Oct 12, 2:36 pm, Jeremy Geerdes wrote: > There is no such API. > > Jeremy R. Geerdes > Generally Cool Guy > Des Moines, IA > > For more information or a p

Re: [Google Image Search API]

2011-10-12 Thread Jeremy Geerdes
There is no such API. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Oct 12, 2011, at 1:34 PM, tueminh wrote: > Hi, > Is there an API that allows

Re: Google Image Search API for Flash (JSON)

2011-03-08 Thread Adam Feldman
Hi Fred, Thanks again for pointing this out. Sorry for the delay, but we've again updated the docs to 1) fix the error you were getting, 2) point out that this will only work for Flex and AIR, and 3) pointing out an open source library that will help for Flash. Thanks for your patience! Adam O

Re: Google Image Search API for Flash (JSON)

2011-02-26 Thread Fred
Hi Adam, Thanks for looking at this, but it seems HTTPService doesn't really have an addRequestHeader method. Maybe there's some other way of adding the request header, through direct manipulation of the 'headers' property or something? This is the compile error I get trying to use HTTPService.ad

Re: Google Image Search API for Flash (JSON)

2011-02-25 Thread Adam Feldman
Hi Fred, Thanks for pointing that out. We've updated the snippet to correctly set the referer. Please take a look and, as always, let us know if you see any other mistakes or omissions in the docs. Have a great weekend! Cheers, Adam On Wed, Feb 16, 2011 at 6:09 AM, Fred wrote: > Again, I th

Re: Google Image Search API for Flash (JSON)

2011-02-16 Thread Fred
Again, I think the ActionScript 3.0 snippet on this page should be updated to include referer info, so it actually works: http://code.google.com/apis/imagesearch/v1/jsondevguide.html#json_snippets_flash -- You received this message because you are subscribed to the Google Groups "Google AJAX

Re: google image search API

2010-12-08 Thread Ethan
I don't actually work with vb.net but. Here is the json api documentation, it includes examples in other languages: http://code.google.com/apis/imagesearch/v1/jsondevguide.html And here are some vb.net json handlers: http://json.codeplex.com/ http://msdn.microsoft.com/en-us/library/system.we

Re: Google Image Search API

2008-11-09 Thread Jeremy Geerdes
Skip the API key. Provide a valid http referer, whether it's your website url or a product page for your app, etc., and you should be good to go. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [