> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Location Info

> Get detailed information about Business Profile locations including address, phone numbers, categories, hours, avg rating, total reviews count and more

Get detailed information about Business Profile locations including address, phone numbers, categories, hours, avg rating, total reviews count and more.

|                      |                                      |
| -------------------- | ------------------------------------ |
| **App**              | Google Business Profile              |
| **Operation ID**     | `business_profile_get_location_info` |
| **Type**             | Action                               |
| **Connection**       | `business_profile` (required)        |
| **Credits per run**  | 1                                    |
| **Agent / MCP tool** | Yes                                  |

## Inputs

| Field      | Type                                          | Required | Default | Description                                                                                    |
| ---------- | --------------------------------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------- |
| `accounts` | array (also accepts a comma-separated string) | Yes      | -       | Select Business Profile locations to retrieve details for, ask the user for it if not provided |

## Output

**Type**: `List[Dict]`

Returns list of location info objects with details like title, address, phone, categories, hours, etc.

**Fields**: `locationId`, `title`, `primaryPhone`, `locality`, `primaryCategory`, `averageRating`, `totalReviewCount`, `websiteUri`, `mapsUri`
