We have integrated the Google Reviews API and once in while we see a webhook response which looks similar to this
Response received from outscraper {“id”:“a-543240de-09f3-45bc-aa79-43fad2385cfe”,“status”:“Success”,“data”:[{“query”:“ChIJV17J_NLO5zsR0_mTvEhSl28”,“place_id”:“NO_PLACE_FOUND”,“google_id”:“NO_PLACE_FOUND”,“reviews_data”:[]}]}
We are wondering why we are seeing NO_PLACE_FOUND . Any help is appreciated.
NO_PLACE_FOUND - means the scraper was unable to find the place by your query. It can be a bug or it can be a wrong query format. Can you please share your query that is not working?