Can batch search requests be sent to the Google Cu

2019-07-19 23:47发布

问题:

My application is crossing the allowance of Google's limits for their custom search API. In looking to optimize my search calls, I was wondering, is there a way to batch search requests sent to the API? I have some pages that make multiple requests per user search, and would like to batch them into one API call. I've looked around a fair bit, and haven't been able to find anything, so I wanted to check if anyone else had managed to figure it out before moving on to other optimizations.

Thanks.

回答1:

Custom search is geared towards interactive use and batch requests are not supported.