Skip to main content
Xpoz provides 9 Reddit tools across four categories: users, posts, comments, and subreddits.

Available Fields

User Fields

These fields are available on user tools (getRedditUser, searchRedditUsers, getRedditUsersByKeywords). Default: id, username, totalKarma getRedditUsersByKeywords also returns aggregation fields: aggRelevance, relevantPostsCount, relevantPostsUpvotesSum, relevantPostsCommentsCountSum.

Post Fields

These fields are available on post tools (getRedditPostsByKeywords, getRedditPostWithCommentsById). Default: id, title, authorUsername, subredditName, createdAtDate

Comment Fields

These fields are available on getRedditCommentsByKeywords and getRedditPostWithCommentsById. Default: id, body, authorUsername, createdAtDate

Subreddit Fields

These fields are available on subreddit tools (searchRedditSubreddits, getRedditSubredditWithPostsByName, getRedditSubredditsByKeywords). Default: id, displayName, title, subscribersCount getRedditSubredditsByKeywords also returns aggregation fields: aggRelevance, relevantPostsCount, relevantPostsUpvotesSum, relevantPostsCommentsCountSum.
Always specify only the fields you need using the fields parameter. See Field Selection for details.

User Tools

getRedditUser

Get a Reddit user profile by username.

searchRedditUsers

Search Reddit users by name, username, or profile description with real-time results.
This tool performs a real-time search. For exact username lookups, use getRedditUser instead.

getRedditUsersByKeywords

Search for users who authored Reddit posts matching keywords. Returns unique, deduplicated user profiles. Supports server-side pagination with 100 users per page. See Pagination for details.

Post Tools

getRedditPostsByKeywords

Search Reddit posts by keywords in titles and selftext. Supports server-side pagination with 100 posts per page. See Pagination and Query Syntax for details.

getRedditPostWithCommentsById

Get a Reddit post with its comments by post ID.
This tool uses separate postFields and commentFields parameters instead of a single fields parameter.

Comment Tools

getRedditCommentsByKeywords

Search Reddit comments by keywords in comment body text. Database-only — searches existing records. Supports server-side pagination with 100 comments per page.

Subreddit Tools

searchRedditSubreddits

Search subreddits by keywords with real-time results.

getRedditSubredditWithPostsByName

Get subreddit details with its posts.
This tool uses separate subredditFields and postFields parameters instead of a single fields parameter.

getRedditSubredditsByKeywords

Search for subreddits where Reddit posts match keywords. Returns unique, deduplicated subreddit profiles.