reddit_user_comments
Fetch public comments from any Reddit user's profile feed. Supports pagination and limits to retrieve up to 100 comments per request, with retry guidance for Reddit throttling.
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/ |