How to use the nextpagetoken in HTTP request

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.
image

can you give more infos? Why are you stuck? You cannot reference it?

I don’t know where to reference it again in the HTTP request again

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