googleapis / google-api-nodejs-client

Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
https://googleapis.dev/nodejs/googleapis/latest/
Apache License 2.0
11.26k stars 1.91k forks source link

How can I fetch Resturant Menus using google Places API (using only the placeID, not the accountID)? #3424

Open Prottoy2938 opened 5 months ago

Prottoy2938 commented 5 months ago

I have a list of resturants on google with their placeID.

I'm tryna figure out how to fetch their menus using google API or any other method, but so far, I can't find any.

It is possible to do it via the google business api, but you'd need to be the owner of the business (using the accountID) to be able to use the API (& its menu)

But I think there has to be some other way to fetch any restaurants menu (if they are on their google business profile) just by using their placeId. Because we can almost access every information about a google business's public data using the places API.

kcompton15 commented 2 months ago

I am also looking for a way to do this. Have you had any luck?