GMB: performance data

Hello everyone,I would like to know if it is possible to integrate with google my business for all locations from the profile and get such data as:
-profile perfomance (views, click on phone, email, etc.)
-get all reviews from all locations

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:

Looks like you’ll have to craft your own API requests from that. Refer to their documentation, and use the HTTP Request Node to access it.

If you’re looking to pull location data, the Google My Business node should help, but it’s limited in what it can fetch. From my experience, if you need metrics like gmb ctr, the best way is to use the Google My Business API directly. You might have to work with the HTTP Request node in n8n to call the API and get the specific insights you’re after.

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