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

> Lists the Facebook Pages available on the Meta Ads connection, with their IDs

Lists the Facebook Pages available on the Meta Ads connection, with their IDs. Use it to find the page\_id needed by Meta Ads ad creation operations, without a separate Facebook connection.

|                      |                       |
| -------------------- | --------------------- |
| **App**              | Meta Ads              |
| **Operation ID**     | `meta_ads_list_pages` |
| **Type**             | Action                |
| **Connection**       | `meta_ads` (required) |
| **Credits per run**  | 1                     |
| **Agent / MCP tool** | Yes                   |

## Inputs

| Field         | Type    | Required | Default | Description                                                                  |
| ------------- | ------- | -------- | ------- | ---------------------------------------------------------------------------- |
| `name_search` | string  | No       | -       | Return only Facebook Pages whose name contains this text (case-insensitive). |
| `limit`       | integer | No       | `100`   | Maximum number of Facebook Pages to return (1-1000). Default: 100            |

## Output

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

Returns one row per Page with id, name and category.

**Fields**: dynamic (depend on the inputs)
