Get a location
get_locationRetrieves a specific Google Business Profile location by its ID. Selectively return fields like address, hours, contact info, and metadata to get exactly the data you need.
Instructions
Returns one location by id (Business Information API; v1 uses the bare locations/{id} name, no account prefix). The readMask picks which fields come back: title, categories, storefrontAddress, phoneNumbers, websiteUri, regularHours, specialHours, openInfo, profile (description), storeCode, latlng, metadata (mapsUri, newReviewUri, placeId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readMask | No | Comma-separated FieldMask of Location fields to return, e.g. "name,title,storefrontAddress,regularHours,metadata". The API requires it; omit to use the default "name,title,storefrontAddress,phoneNumbers,categories,websiteUri,metadata". | |
| locationId | Yes | Location id — bare "123", "locations/123" or "accounts/1/locations/123" all work. |