search_subreddits
Find subreddits by name, prefix, subscriber count, or age. Use filters to narrow results by community size and creation date.
Instructions
Find subreddits by name, prefix, subscriber count or age.
Subreddit records are refreshed infrequently, so subscriber counts lag reality by more than the ~36h that applies to posts and comments.
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. | |
| sort | No | `asc` or `desc`. | |
| after | No | Earliest subreddit creation date: epoch, ISO date, or relative like `1year`. | |
| limit | No | Number of subreddits to return, 1-1000. | |
| before | No | Latest subreddit creation date, same formats as `after`. | |
| fields | No | Comma separated field allowlist to shrink the response. | |
| over18 | No | Filter on the NSFW flag. | |
| max_chars | No | Character budget for the rendered output. | |
| sort_type | No | `subscribers` (default), `created_utc`, or `subreddit`. | |
| subreddit | No | Exact subreddit name. | |
| max_subscribers | No | Only subreddits with at most this many subscribers. | |
| min_subscribers | No | Only subreddits with at least this many subscribers. | |
| subreddit_prefix | No | Match subreddits whose name starts with this. |