About Google My Business API

Has anyone worked with the Google My Business API and could share their experience, especially with the endpoint for collecting profile information to generate reports? I am currently having difficulty finding the documentation or the correct cURL format. Any insights or guidance would be greatly appreciated!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

While I’ve never worked with the google business api, I’ve used countless other google products with n8n. You’ll probably need to start with Oauth2 connection and a google cloud project for the proper API scopes. This can sometimes be a tricky process but is well documented.

I believe this would be the api that you would want to target:

https://businessprofileperformance.googleapis.com/v1/

The documentation can be found here:

Hey Daniel, thanks for responding. In this case, I was able to connect the native N8n node, but I’m trying to make an HTTP request to pull performance metrics. When making the request, I get the following error:

The resource you are requesting could not be found
Requested entity was not found.

Have you encountered a similar situation before?

It sounds like you are either requesting on the wrong endpoint or with a wrong ID of somekind. Can you share the workflow?

Hey Andre, is this using the Google business profile API, the one where you had to submit a “Basic API access” application?
I think I saw someone with a similar issue

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.