zernio_get_reddit_feed
Fetch posts from any subreddit using your Reddit account. Paginate through the feed to view more results.
Instructions
Get the post feed from a specific subreddit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The Reddit account ID | |
| subreddit | Yes | Subreddit to get the feed from (without r/) | |
| limit | No | Max posts to return | |
| after | No | Pagination cursor for the next page of results |