Questions tagged [google-my-business-api]

[You can use the Google My Business API to create and edit locations in Google My Business.

The Google My Business API is a Restful API that allows you to create and edit locations in Google My Business. These locations can be used in Ads but need to be verified to be eligible to appear in Search and Maps. Note that verification of locations is not supported via the API.

Documentation Reference

Deprecation

Update your Google Business Profile API integration before critical endpoints are disabled. Review the deprecation schedule and instructions to avoid disruptions starting in April 2022.

Deprecation schedule

Starting April 30, 2022, the following four API methods will return errors with increasing frequency, ramping up to 100% shut down within 30 days.

268 questions
27
votes
6 answers

To get more than 5 reviews from google places API

I am doing an application where I extract the google reviews using google places API.When I read the document related to it in "https://developers.google.com/maps/documentation/javascript/places",I found out that I could get only 5 top reviews.Is…
14
votes
2 answers

Accessing Google My Business API without login (using service account)

I want to access the locations associated with my account and their reviews, for that I am using the google my business API and I have access to it (it does work on oAuthplayground). Now I want to access the google my business api without logging…
12
votes
2 answers

Getting 403 error when accessing Google My Business API through Service Account

I am working on a project where we want to collect data on GMB performance through the GMB API. This entails capturing many of the reportInsights results. We are not creating or updating any records for this account. I tried the Oauth2 approach…
analyticsPierce
  • 2,979
  • 9
  • 57
  • 81
8
votes
2 answers

Google My Business API return 429 code all time

{ "error": { "code": 429, "message": "Quota exceeded for quota metric 'Requests' and limit 'Requests per minute' of service 'mybusinessaccountmanagement.googleapis.com' for consumer 'project_number:xxx'.", "errors": [ { "message": "Quota exceeded…
Dry7
  • 861
  • 1
  • 8
  • 17
8
votes
2 answers

How to get all google reviews using business api

I need all google reviews for particular location but I am unable to use business api from google. Here is url for get request https://mybusiness.googleapis.com/v3/accounts/account_name/locations/location_name/reviews Now my question is what is…
6
votes
1 answer

Google My Business API Get location profile image or logo

I am working with Google My Business API. I need to retrieve a location profile image or location logo url. According to documentation I need MediaItem with Enum PROFILE or LOGO Problem is that I found only bulk request: GET…
Horuth
  • 143
  • 8
6
votes
2 answers

Get a review link with Google My Business API

Is there a way to get the link of a review using the GMB APIs? The closest to what I need is this: https://www.google.com/maps/contrib/113400145807499011881/place/ChIJSRSm38NhLxMRBgg2EGMZqKc/ Where the first ID (113400145807499011881) is the ID of…
coccoinomane
  • 858
  • 8
  • 24
6
votes
1 answer

GMB API - Working with PubSub to get real time reviews notification

I have integrated GMB API in our platform and working with PubSub to get realtime reviews notification. For which i have already done the following steps: Created topic on google PubSub cloud. Created its subscription of push type with a valid…
Danyal Malik
  • 198
  • 11
6
votes
3 answers

How to Use Google My Business Api to get the reviews , and reply to that

If I have api key of Business API, i just want example of URL, like how to put the place id and api key.
Praveen Hegde
  • 61
  • 1
  • 1
  • 5
6
votes
2 answers

How to use Google MyBusiness API in php

I am using Google MyBsiness API for fetching all business reviews. But I am unable to familer with PHP syntax and GET, POST method use in MYBusiness. After Oath here are code i am using to fetch review $mybusinessService = new…
Bhavesh Nariya
  • 365
  • 2
  • 6
  • 25
5
votes
2 answers

How to extract full information of the users using google one tap signin?

I am trying to create a platform for google my business and i have implemented one tap signin and in that i am getting the credentials but not the full information.here are my tried code