Can batch searches be sent to the Google Custom Search API?

My application crosses the Google limits for its custom search API. To optimize my search calls, I was wondering if there is a way to batch search for requests sent to the API? I have several pages that fulfill multiple requests to search for users and would like to make them a single API call. I looked around and couldn’t find anything, so I wanted to check if anyone else could figure this out before moving on to other optimizations.

Thanks.

+2
google-search google-search-api google-custom-search
source share
1 answer

Custom search is interactive, and batch queries are not supported.

0
source share

All Articles