search_comments
Find comments by subreddit, author, keyword, post, or date range. With author alone, it doubles as a user's comment history.
Instructions
Find comments by subreddit, author, keyword, post or date range.
With author alone this doubles as user comment history. Comment keyword
search is the slowest endpoint - pair body with a subreddit, an author or a
date range.
Caveat: Arctic Shift archives posts the moment they appear and backfills vote data after ~36h, so score and num_comments on anything newer than that are placeholders (usually 1 and 0) - never report them as real counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the raw Arctic Shift JSON instead of markdown. | |
| body | No | Keyword search over the comment body. Needs `subreddit`, `author`, `link_id` or `parent_id`. | |
| sort | No | `asc` or `desc` by creation time. | |
| after | No | Earliest creation date: epoch, ISO date, or relative like `3d` / `1year`. | |
| limit | No | Number of comments to return, 1-100. | |
| author | No | Restrict to one author. On its own this is a user's comment history. | |
| before | No | Latest creation date, same formats as `after`. | |
| fields | No | Comma separated field allowlist to shrink the response. | |
| link_id | No | Only comments under this post id. | |
| max_chars | No | Character budget for the rendered output. | |
| parent_id | No | Only replies to this comment id. | |
| subreddit | No | Restrict to one subreddit. |