reddit_comments
Retrieve public comments from any Reddit post by providing its post ID. Returns flat comment entries for easy parsing.
Instructions
Get Reddit post comments. Returns flat public comment entries from a Reddit post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Accepted for compatibility. Public comment data is flat and may ignore depth. | |
| id | Yes | Reddit post id or t3_ id | |
| limit | No | Maximum comments returned, defaults to 25 and clamps to 100 | |
| sort | No | Accepted for compatibility: confidence, top, new, controversial, old, or qa. Public comment data is flat and may ignore sort. |