google-search-results-ruby icon indicating copy to clipboard operation
google-search-results-ruby copied to clipboard

no_cache flag not working

Open altherlex opened this issue 3 years ago • 1 comments

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 previous searches.

altherlex avatar May 25 '22 05:05 altherlex

Search should get from cache as doc says no_cache is false by default but it is currently not doing that.

@altherlex Can you share a code example of what you mean?

Also, there is no way to retrieve the search_id from previous searches.

Previous searches should return their own search IDs.

You can query then SerpApi these ways:

  • https://serpapi.com/searches/{SEARCH_ID}.json?api_key={YOUR_API_KEY} (Rich JSON)
  • https://serpapi.com/searches/{SEARCH_ID}.html?api_key={YOUR_API_KEY} (Raw HTMK)

hartator avatar May 26 '22 22:05 hartator

closing this issue because not enough details was provided.

jvmvik avatar Mar 30 '23 01:03 jvmvik