reddit_post
Fetch a Reddit post and its comments directly from a URL using your active Chrome session. Handles dynamic and login-required Reddit pages. Optionally set a maximum comment count.
Instructions
Read one Reddit post and a bounded set of comments rendered on its page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| max_comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | Yes | ||
| score | Yes | ||
| title | Yes | ||
| author | Yes | ||
| post_id | Yes | ||
| comments | Yes | ||
| media_url | Yes | ||
| post_type | Yes | ||
| subreddit | Yes | ||
| published_at | Yes | ||
| comment_count | Yes |