Domains
Track Reddit mentions of any domain or URL from the CLI
The domains command group (alias: d) finds Reddit posts that link to a given domain. Use reddgrow d as a shorthand anywhere you would type reddgrow domains.
# These are equivalent
reddgrow domains mentions example.com
reddgrow d mentions example.comCommands
mentions
Find Reddit posts that mention or link to a domain.
reddgrow domains mentions <domain> [--limit <n>]Credit cost: 5 credits
| Argument | Description |
|---|---|
domain | Domain name to search for (e.g., example.com) |
| Option | Default | Description |
|---|---|---|
--limit | 25 | Number of results to return |
Examples
# Find all Reddit mentions of a domain
reddgrow domains mentions example.com
# Increase result count
reddgrow domains mentions yourstartup.io --limit 100
# Short alias
reddgrow d mentions competitor.com --limit 50The response includes post title, subreddit, score, comment count, and the full post URL for each mention found.
Use Cases
- Brand monitoring — track how often your product is discussed on Reddit
- Competitor research — see where a competitor's content gets shared
- Content distribution — find which subreddits link to your blog or docs
- Link building — identify communities already interested in your domain
Credit Summary
| Command | Credits |
|---|---|
mentions | 5 |