App Logo
reddit.com

Get subreddit threads

List a subreddit's threads by Reddit's native sort (best/hot/new/top/rising). "new" is chronological (filter with `since`); "top" takes a `time` window (hour…all); others paginate by `limit`. Returns url, title, author, score, num_comments, created, post_type, and body — the post's full text (never truncated; null for link/image posts). `limit` is a maximum, not a guarantee: fewer matching threads returns what exists.

Input

subreddit required

Subreddit name, with or without the r/ prefix

sort optional

Reddit's native subreddit sort. "new" is chronological (supports `since`); best/hot/top/rising are ranked (use `limit`). Default new.

Default: "new"
time optional

Time window for sort:"top" only (default all). Rejected for other sorts.

limit optional

Max number of threads to return (newest first). Optional if since is set; combine both to cap a time window.

since optional

sort:"new" only — how far back to go: ISO date ("2026-06-01") or shorthand ("24h", "7d", "2w"). Optional if limit is set.

Output

count required
threads required
subreddit required

Start building not clicking