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

> Lists Reddit Ads geolocations filterable by country, city, or postal code

Lists Reddit Ads geolocations filterable by country, city, or postal code. Use the returned IDs in the geolocations key of reddit\_ads\_create\_ad\_group targeting.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | Reddit Ads                     |
| **Operation ID**     | `reddit_ads_list_geolocations` |
| **Type**             | Action                         |
| **Connection**       | `reddit_ads` (required)        |
| **Credits per run**  | 1                              |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field         | Type    | Required | Default | Description                                                            |
| ------------- | ------- | -------- | ------- | ---------------------------------------------------------------------- |
| `country`     | string  | No       | -       | Filter by country code (ISO 3166-1 alpha-2), for example 'US' or 'GB'. |
| `city_search` | string  | No       | -       | Filter by city name (substring match).                                 |
| `postal_code` | string  | No       | -       | Filter by postal code (substring match).                               |
| `limit`       | integer | No       | `100`   | Maximum number of results to return. Default: 100.                     |

## Output

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

Returns matching geolocations.

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