reddit_subreddit_comments
Retrieve public comments from a subreddit's latest-comments feed. Supports pagination and retry on temporary throttling.
Instructions
List Reddit subreddit comments. Returns flat public comment entries from a subreddit latest-comments feed. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Reddit pagination token | |
| limit | No | Maximum comments, defaults to 25 and clamps to 100 | |
| subreddit | Yes | Subreddit name, without r/ |