---
title: "Get Business Profile Details"
method: POST
path: "/v2/gbp/location/"
tags: ["Google Business Profile"]
---

# Get Business Profile Details

`POST /v2/gbp/location/`

Retrieve the live Google Business Profile details for one of your connected locations, including name, categories, address, hours, website, service items, and profile description.

The location must be connected to a Google account in your Local Falcon account. Use **POST /v1/locations/** with `gbp_linked` set to `true` to list the locations eligible for this endpoint.

Data is read from Google at request time and is returned exactly as Google provides it, so field names are camelCase and the set of fields present varies by business category and by how much of the profile has been filled in.

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` union
    - string
    - boolean
  - `success` boolean
  - `message` union
    - string
    - boolean
  - `parameters` object
  - `data` object — The Google Business Profile location resource. Returned as provided by Google, so the fields present depend on the business category and on how much of the profile has been completed.

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/5487f4bd451b/schema)
