visionmedia / google-search

Ruby - Google Search API
263 stars 53 forks source link

Google::Search::Image Returning 0 results #23

Open ScottieR opened 8 years ago

ScottieR commented 8 years ago

Over the last two days Google::Search::Image.new(:query => "anything") has been returning 0 results. I haven't touched any part of my google search code, and the results used to return perfectly. Google::Search::Web also still works. Is this specific to my app or has something happened with Google? Thanks for your help, great gem!

tuytoosh commented 8 years ago

Google image search is deprecated now Use your own custom search...

satheshhmax commented 8 years ago

@ScottieR Got any workaround ?

djbuen commented 8 years ago

@ScottieR @tuytoosh what's our workaround here, how do you create your own custom search?

tuytoosh commented 8 years ago

@ScottieR @satheshhmax I am using google text search API and I am getting images form websites that are in google first page without google image api.

djbuen commented 8 years ago

@tuytoosh what do you mean by google text search API? which gem is that?

satheshhmax commented 8 years ago

@ScottieR @tuytoosh I implemented Google Custom Search API and fixed the image search issue. It works as expected. https://github.com/wiseleyb/google_custom_search_api

djbuen commented 8 years ago

@satheshhmax @tuytoosh @ScottieR I can make this work again