ReddGrowReddGrow Docs

Subreddits

Query community data, post feeds, comments, rules, wiki, and more from any subreddit

The subreddits command group (alias: r) covers all community-level data endpoints. Use reddgrow r as a shorthand anywhere you would type reddgrow subreddits.

# These are equivalent
reddgrow subreddits about MachineLearning
reddgrow r about MachineLearning

Commands

Find subreddits matching a query string.

reddgrow subreddits search <query>

Credit cost: 3 credits

reddgrow subreddits search "machine learning"
reddgrow r search "indie hackers"

about

Get detailed metadata for a subreddit — subscriber count, description, creation date, and community settings.

reddgrow subreddits about <name>

Credit cost: 1 credit

reddgrow subreddits about rust
reddgrow r about programming

rules

Get the posting rules for a subreddit. Check these before submitting content to avoid violations.

reddgrow subreddits rules <name>

Credit cost: 1 credit

reddgrow subreddits rules startups
reddgrow r rules MachineLearning

posts

Fetch the post feed for a subreddit with configurable sort, time range, and limit.

reddgrow subreddits posts <name> [--sort <method>] [--time <range>] [--limit <n>]

Credit cost: 2 credits

Options

OptionValuesDefaultDescription
--sorthot, new, top, rising, controversialhotSort method
--timehour, day, week, month, year, alldayTime range (applies to top and controversial)
--limitinteger25Number of posts to return

Examples

# Hot posts (default)
reddgrow subreddits posts webdev

# Top posts of the past week, 50 results
reddgrow subreddits posts webdev --sort top --time week --limit 50

# Newest posts
reddgrow subreddits posts javascript --sort new --limit 10

# Rising posts
reddgrow r posts rust --sort rising

comments

Get recent comments from a subreddit's comment stream.

reddgrow subreddits comments <name> [--limit <n>]

Credit cost: 2 credits

OptionDefaultDescription
--limit25Number of comments to return
reddgrow subreddits comments reactjs --limit 50
reddgrow r comments cscareerquestions

wiki

List all wiki page names for a subreddit.

reddgrow subreddits wiki <name>

Credit cost: 5 credits

reddgrow subreddits wiki python
reddgrow r wiki learnprogramming

wiki-page

Read the full Markdown content of a specific wiki page.

reddgrow subreddits wiki-page <name> <page>

Credit cost: 5 credits

reddgrow subreddits wiki-page python introduction
reddgrow r wiki-page learnprogramming faq

widgets

Get the sidebar widgets for a subreddit, including community links, text blocks, and resources.

reddgrow subreddits widgets <name>

Credit cost: 1 credit

reddgrow subreddits widgets SideProject
reddgrow r widgets entrepreneur

traffic

Get historical traffic statistics for a subreddit — pageviews and unique visitors broken down by day, hour, and month.

reddgrow subreddits traffic <name>

Credit cost: 1 credit

reddgrow subreddits traffic programming
reddgrow r traffic MachineLearning

check-url

Check whether a specific URL has already been submitted to a subreddit. Returns any existing posts that share the URL.

reddgrow subreddits check-url <name> <url>

Credit cost: 3 credits

reddgrow subreddits check-url programming https://example.com/my-blog-post
reddgrow r check-url webdev https://yourdomain.com/article

Credit Summary

CommandCredits
search3
about1
rules1
posts2
comments2
wiki5
wiki-page5
widgets1
traffic1
check-url3