get_top_posts
Retrieve highest-scoring posts from any Reddit subreddit or user profile to identify popular content and trending discussions.
Instructions
Get top posts by score from a scraped subreddit or user. Great for finding popular content.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Subreddit or username | |
| is_user | No | Whether target is a username (default: false) | |
| limit | No | Number of top posts to return (default: 25) |