I want to get the ratings of a google-user (with id=123456). At the moment I am doing this:
curl "www.google/maps/contrib/" + id + "/reviews"
This works fine, but of course, when I do this more often, google will tell me that I am a bot and will block me, if I don`t solve the captcha!
My question: Is there a solution, so I can do more requests without getting "captcha`d" ? Is there maybe a solution with the google api ?
Kind regards James