I want to get the place images accord to the introductions here:
https://developers.google.com/places/documentation/details#PlaceDetailsRequests
According th
You may want a Place ID Text search by searching the place name.
Your sample request may look like
https://maps.googleapis.com/maps/api/place/textsearch/json?query=fish+market+sydney&key="YOUR_API_KEY"
You will find the "place_id" in the return JSON String.