christophenovalet
2/5/2020 - 3:44 PM

Google APIs

https://developers.google.com/places/web-service/details#PlaceDetailsResults

GET PLACES
https://maps.googleapis.com/maps/api/place/textsearch/xml?query=courtier%20assurance+in+eghezee&key=AIzaSyDo4GhC4FahS3JjBt7SvXJDMIjNlPmDk8I

<PlaceSearchResponse>
<status>OK</status>
<result>
<name>Boone & de Vinck Assurances - Eghezée</name>
<type>insurance_agency</type>
<type>point_of_interest</type>
<type>establishment</type>
<formatted_address>
Route de Cognelee 13, 5310 Waret-la-Chaussée, Belgium
</formatted_address>
<geometry>
<location>
<lat>50.5347108</lat>
<lng>4.9153192</lng>
</location>
<viewport>
<southwest>
<lat>50.5333746</lat>
<lng>4.9139288</lng>
</southwest>
<northeast>
<lat>50.5360742</lat>
<lng>4.9166284</lng>
</northeast>
</viewport>
</geometry>
<rating>5.0</rating>
<icon>...</icon>
<reference>ChIJRwoz3KmfwUcRMRilJ0L1T1M</reference>
<id>76abeff4791032c309460eb06672b162575f2608</id>
<user_ratings_total>1</user_ratings_total>
<place_id>ChIJRwoz3KmfwUcRMRilJ0L1T1M</place_id>
<plus_code>
<global_code>9F26GWM8+V4</global_code>
<compound_code>GWM8+V4 Waret-la-Chaussée</compound_code>
</plus_code>
</result>

GET DETAIL
https://maps.googleapis.com/maps/api/place/details/json?place_id=ChIJRwoz3KmfwUcRMRilJ0L1T1M&fields=formatted_phone_number,international_phone_number,opening_hours,website,name,rating&key=AIzaSyDo4GhC4FahS3JjBt7SvXJDMIjNlPmDk8I

{
   "html_attributions" : [],
   "result" : {
      "formatted_phone_number" : "082 22 39 31",
      "international_phone_number" : "+32 82 22 39 31",
      "name" : "Boone & de Vinck Assurances - Eghezée",
      "rating" : 5,
      "website" : "http://www.viass.be/"
   },
   "status" : "OK"
}