Get Reddit Post
get_postFetch any Reddit post and its comments by providing the post URL. Returns comments as a flat array with depth and parent ID fields.
Instructions
Fetch a Reddit post and its comments. Returns comments as a flat array with depth and parent_id fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full Reddit post URL or permalink path (e.g., /r/sub/comments/id/title/) | |
| comment_limit | No | Maximum number of comments to return |