get_comments
Retrieve comment threads from Reddit posts or user profiles, filtered by subreddit, search text, or minimum score, with scores and metadata.
Instructions
Retrieve comments from scraped posts. Returns comment threads with scores and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Subreddit or username to get comments from | |
| is_user | No | Whether target is a username (default: false) | |
| limit | No | Maximum number of comments to return (default: 100) | |
| min_score | No | Minimum comment score filter | |
| search_query | No | Search for comments containing this text |