Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ScottieR opened this issue Dec 3, 2015 · 7 comments
Open

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

ScottieR opened this issue Dec 3, 2015 · 7 comments

Comments

@ScottieR
Copy link

ScottieR commented Dec 3, 2015

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
Copy link

tuytoosh commented Dec 3, 2015

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

@satheshhmax
Copy link

@ScottieR Got any workaround ?

@djbuen
Copy link

djbuen commented Jan 18, 2016

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

@tuytoosh
Copy link

@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
Copy link

djbuen commented Jan 19, 2016

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

@satheshhmax
Copy link

@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
Copy link

djbuen commented Mar 26, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants