I am using Google my business API and am trying to retrieve a list of businesses using the mybusinessinformation/googlelcoations.search as indicated in the google doc below. https://developers.google.com/my-business/reference/businessinformation/rest/v1/googleLocations/search
The issue is that this method doesn't provide pagination, meaning I can get only 10 locations. What should I do to get more results? I am using the Google API Node library. https://www.npmjs.com/package/googleapis
Thank you!