Home > Mobile >  Find all U.S. restaurants that permanently closed their operations after September 1st 2021 - Curren
Find all U.S. restaurants that permanently closed their operations after September 1st 2021 - Curren

Time:05-17

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

  • Related