GET
/
competitor-scan
/
competitor-kpi
cURL
curl --request GET \
  --url https://api.gmbapi.com/external-api/gmb/competitor-scan/competitor-kpi \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "payload": [
    {
      "placeId": "<string>",
      "name": "<string>",
      "rating": 123,
      "reviewCount": 123,
      "distance": 123,
      "ranking": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

placeId
string
required

Google Place ID of the competitor location (required)

centerPlaceId
string
required

Google Place ID of the center/reference location (required)

keyword
string

Search keyword to analyze competitor performance

radius
number

Search radius in meters for competitor analysis

Response

Competitor KPI response

success
boolean

Indicates if the request was successful

payload
object[]

Array of competitor KPI data