google-search-results-ruby
google-search-results-ruby copied to clipboard
Google Search Results via SERP API Ruby Gem
The Ruby package does not support `related_questions_api` as it checks the parameters before launching the request and can't find the "`q`" parameter which `related_questions_api` does not require. The problem stems...
Search should get from cache as doc says no_cache is false by default but it is currently not doing that. Also, there is no way to retrieve the search_id from...
We have several engines that work without a `q` parameter. For example, Yande uses `text`:  And you can't submit your search to the API. Hash with all engines that...
Hey there! This isn't a super critical issue, but today we hit a few exceptions like the following when calling SerpApi with the gem and getting a 502 repsonse from...
Changes in this PR look like this: 
Hi all, I compiled a list of suggested changes to the Ruby integrations README.md. Most are grammar or typo fixes for better readability. The following is a list of things...
resolves: https://github.com/serpapi/SerpApi/issues/5238 resolves: https://github.com/serpapi/google-search-results-ruby/issues/10