reddit_subreddit_comments
Stream new comments across any subreddit as they are posted. Retrieve comment body, author, score, parent post link, and timestamp, with an after cursor for continuous pagination.
Instructions
Stream the NEWEST comments across an entire subreddit (Reddit's /r//comments feed), not one post's thread. Returns comments with body, author, score, subreddit, the parent post link, and timestamp, plus an after cursor. Poll it to catch new comments in a community as they are posted. Example: name='python'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Subreddit name WITHOUT the r/ prefix (e.g. 'python'). Required (path parameter). | |
| after | No | Opaque Reddit pagination cursor from the previous response's `after` field (a fullname like `t3_abc123`). Omit on the first call; pass it to fetch the next page. | |
| limit | No | Max items to return (1 to 100). The API clamps out-of-range values; endpoint default applies if omitted. |