Hi guys!
I have been struggling with the next page token on Google Maps' API, and it is really starting to frustrate me, so thought I might ask you for some help.
Firstly I downloaded the data from the URL:
"......./maps/api/place/nearbysearch/json?location=59.9083080,10.7621380&radius=1000&type=dentist&key=[API_KEY]"
Secondly, I found the the next_page_token from the JSON Parse, and added the token to the end of my initial URL as follows:
"........maps.googleapis.com/maps/api/place/nearbysearch/json?location=59.9083080,10.7621380&radius=1000&type=dentist&key=[API_KEY]&pagetoken=[next_page_token]
Running the macro, the second download is returing INVALID REQUEST. Look at the pictures for workflow and output.