I found the answer to my question. While Google's API allows for batching a lot of different requests, the endpoint does not allow exporting requests. I found the better way is to make multiple requests at once to reduce my runtime, although this does end up using more bandwidth.