0

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

Jamez
  • 1
  • You have to use API key check this: https://stackoverflow.com/questions/16415827/get-reviews-from-google-map-api – GTsvetanov Dec 29 '20 at 17:28
  • Thanks a lot :) And this works for customer accounts aswell ? Or just business accounts ? – Jamez Dec 29 '20 at 17:37
  • 1
    Okay, I found the api-check for google-places id and their ratings. But I don`t want to see the review for a place, I want to see the reviews given by a google-user. Is there a chance to realize this aswell with the google api ? – Jamez Dec 29 '20 at 18:08
  • @Jamez did you ever solve this issue? – kunambi Aug 31 '23 at 12:48

0 Answers0