When I set the ‘sort’ parameter to ‘newest’ in the HTTP ‘Make an API Key Auth Request’ module, I get all comments that were left by people. But when I set it to ‘relevant’, I get only certain comments. Why? How to fix this?
You can increase the pagesize to 50, and if you want more than 50, you need to make additional/multiple requests with the nextPage parameter (shown at the bottom of your screenshot) in the pageToken parameter.
Thanks for your reply, @samliew. But I’m not using Google official API for this use case. You need to be the owner of the account managing the place to be able to scrape its reviews. Instead, I’m using Google Reviews Scraper API, but its creator did not draw up any documentation.