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

> Lists posts for Business Profile locations, including their text, type, state, media, and search URL

Lists posts for Business Profile locations, including their text, type, state, media, and search URL. Use it to find post names for business\_profile\_update\_post and business\_profile\_delete\_post.

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

## Output

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

Returns raw local post objects as Google returns them, plus locationId and locationName. Uses 1 credit per location.

**Fields**: `name`, `topicType`, `summary`, `state`, `createTime`, `updateTime`, `searchUrl`, `locationId`, `locationName`
