Inputs
SelectItem
SelectableOption
Output
Type:List[Dict]
Returns the list of posts.
Fields: dynamic (depend on the inputs)Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists posts under a Reddit profile, filterable by type and by source (organic or promoted)
| App | Reddit Ads |
| Operation ID | reddit_ads_list_posts |
| Type | Action |
| Connection | reddit_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Reddit Ads account. |
profile_id | string or SelectItem | Yes | - | ID of the profile whose posts to list. Find profile IDs with reddit_ads_list_profiles. |
post_type | string or SelectableOption | No | - | Optional filter by post type. Options: ‘CAROUSEL’, ‘IMAGE’, ‘TEXT’, ‘VIDEO’. |
source | string or SelectableOption | No | - | Optional filter by post source. Options: ‘ORGANIC’ (regular Reddit posts), ‘PROMOTED’ (ad posts). |
limit | integer | No | 100 | Maximum number of posts to return. Default: 100. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
List[Dict]
Returns the list of posts.
Fields: dynamic (depend on the inputs)