get_post_comments
Retrieve comments from a Reddit post via RSS. Pass the post URL to get up to 25 flat comments (author and text) without an API key.
Instructions
Read the user comments on a Reddit post via RSS (no API key). Pass the post URL/permalink. Returns the post plus a FLAT list of comments (author + text). Limitations: not threaded (no parent/child nesting), no upvote scores, ~25 comments max. For full nested trees + scores, use OAuth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Reddit post URL or permalink (e.g. https://www.reddit.com/r/technology/comments/abc123/title/) | |
| limit | No | Max comments (1-25, default 25) |