Can anyone help. I have successfully pulled data from the first page using the google maps api and am stuck in trying to use the next page token to pull all of the data.
can you give more infos? Why are you stuck? You cannot reference it?
just add it as a new parameter, directly after the url with &pagetoken=[next_page_token value] or as a query string:
Name: pagetoken
Value: [next_page_token value]
1 Like
I see, thanks for helping
1 Like