> ## 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.

# List Questions

> Lists customer questions (with their answers) for Business Profile locations

Lists customer questions (with their answers) for Business Profile locations. Use it to find question names for business\_profile\_answer\_question.

|                      |                                   |
| -------------------- | --------------------------------- |
| **App**              | Google Business Profile           |
| **Operation ID**     | `business_profile_list_questions` |
| **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 list customer questions for, ask the user for it if not provided |
| `limit`    | integer                                       | No       | -       | Maximum number of questions to return across all locations. Leave empty for no limit.                 |

## Output

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

Returns raw question objects as Google returns them, including up to 10 answers each, plus locationId and locationName. Uses 1 credit per location.

**Fields**: `name`, `text`, `author`, `upvoteCount`, `totalAnswerCount`, `topAnswers`, `createTime`, `locationId`, `locationName`
