get_reddit_post
Retrieve a full Reddit post as JSON by URL, including body, score, upvote ratio, flair, awards, and complete comment tree in traversal order.
Instructions
Get a full Reddit post by URL as JSON, including body, score, upvote ratio, flair, awards, and the full comment tree. Comments are a flat array in traversal order; use depth (0-indexed) or parentId to reconstruct the thread hierarchy. contentUrl is the external article for link posts. Slower than other platforms (5-15 seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full Reddit post URL, e.g. 'https://www.reddit.com/r/Python/comments/1smb9du/fastapi_vs_django/'. |