afterstring · optionalValue supplied for after.
minLength: 1 · maxLength: 2048
Loading tools…
List a bounded page of public posts from one subreddit.
Return bounded public posts from one subreddit with stable string IDs, canonical URLs, content, timestamps, engagement and an opaque next cursor. An optional documented cache age may produce an exact zero-credit cache hit.
Agents select this operation with tool ID reddit.subreddit-posts, then check its current inputs and price before a run.
afterstring · optionalValue supplied for after.
minLength: 1 · maxLength: 2048
cache_max_agestring · optionalValue supplied for cache max age.
enum: 1d, 3d, 7d, 14d, 30d
limitinteger · optionalValue supplied for limit.
minimum: 1 · maximum: 25
sortstring · optionalValue supplied for sort.
enum: best, hot, new, top, rising
subredditstring · requiredValue supplied for subreddit.
minLength: 2 · maxLength: 21
timeframestring · optionalAccepted only with sort=top.
enum: all, day, week, month, year
captured_atstringReturned captured at value.
duplicate_itemsnumberReturned duplicate items value.
itemsarrayReturned items value.
next_cursorstringReturned next cursor value.
omitted_itemsnumberReturned omitted items value.
Inspect returns this reviewed example, its estimated cost and the current input schema. Run calculates the estimate for your actual input.
{
"tool_id": "reddit.subreddit-posts",
"input": {
"sort": "new",
"limit": 5,
"subreddit": "SaaS"
}
}{
"items": [
{
"id": "1lfbo7u",
"url": "https://www.reddit.com/r/SaaS/comments/1lfbo7u/example/",
"title": "A public subreddit post",
"community": "SaaS"
}
],
"captured_at": "2026-08-20T00:00:00.000Z",
"next_cursor": "t3_next",
"omitted_items": 0,
"duplicate_items": 0
}invalid_input: The route input was invalid or outside its public-read bounds.example: {"subreddit":"SaaS","sort":"new","limit":5}Use verified tools with pay-per-use pricing. Provider access is included. Tools that work in your own apps ask you to connect that account.
Connect your first agent to receive $1 trial credit.