Reading the manual, the short version.
RedditScanner finds the Reddit threads your customers post in, scores them, and ranks them. This is how to wire it up.
The basic flow: you tell us what you sell and which subreddits you care about. We scan those subreddits continuously. Every post gets a score. You work the top of the list. That’s the whole product.
Ninety-second setup
- Create an account — free, no card.
- Add a monitor: a keyword cluster + list of subreddits.
- Run your first scan. Matches appear in the queue, ranked.
- Reply to the 80+ scores. Dismiss the rest.
What the score means
Every match gets a 0–100 score built from freshness, relevance, engagement velocity, and a question-intent bonus. A full breakdown lives in the scoring doc. Short version: 80+ is worth your attention, 60–79 is borderline, below 60 is usually noise.
Calling the API
Pro and Team plans expose a REST API under /api/v1. Authentication is a single x-api-key header.
curl -H "x-api-key: rs_your_key" \ "https://redditscanner.ai/api/v1/opportunities?keyword=project+management&min_score=70"
Full parameter list and response shape in the API reference.
Agents (MCP)
Team plans get a JSON-RPC MCP endpoint at /api/mcp. Drop it into Claude Desktop, Cursor, or any MCP client and your agent can pull scored opportunities directly. See the MCP guide.