does someone knows can I somehow get information from google maps API is some restaurant closed and on which date was closed?
CodePudding user response:
Use the field business_status
with the Places API to identify establishments that are CLOSED_PERMANENTLY
. The date of closure is not provided by the api. https://developers.google.com/maps/documentation/places/web-service/search-nearby#Place