-
Notifications
You must be signed in to change notification settings - Fork 53
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
Comments
Google image search is deprecated now |
@ScottieR Got any workaround ? |
@ScottieR @tuytoosh what's our workaround here, how do you create your own custom search? |
@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. |
@tuytoosh what do you mean by google text search API? which gem is that? |
@ScottieR @tuytoosh I implemented Google Custom Search API and fixed the image search issue. It works as expected. |
@satheshhmax @tuytoosh @ScottieR I can make this work again |
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!
The text was updated successfully, but these errors were encountered: