reddit_user_comments
Retrieve public comments posted by a specific Reddit user. Returns clean JSON entries with pagination tokens to handle large comment histories.
Instructions
List Reddit user comments. Returns flat public comment entries from a public Reddit user's 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 | |
| username | Yes | Public Reddit username, without u/ |