reddit_leads
Find Reddit users asking for what you offer. Scores posts for buying intent, filters self-promotion and ads, and returns ranked leads with signals.
Instructions
Find Reddit buying-intent leads. Scans a Reddit search page for people actively asking for a product or service, scores each post 0-10 for buying intent, and returns them ranked highest-first with the signals that fired. Self-promotion, hiring posts, freelancer service adverts, revenue-milestone posts, duplicate reposts, and Title Case article headlines are filtered out before scoring. A deterministic prefilter always runs; when classifier resolves to llm the surviving candidates are additionally refined in one batched model call. A 503 with a Retry-After header means Reddit is temporarily throttling the request; wait that many seconds and retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | What you offer, in plain language | |
| sort | No | Sort: relevance, hot, new, top, or comments | |
| time | No | Time window: hour, day, week, month, year, or all | |
| limit | No | Maximum leads returned, defaults to 25 and clamps to 100 | |
| min_score | No | Minimum buying-intent score to return, 0-10, defaults to 4 | |
| subreddit | No | Restrict the search to a subreddit name, without r/ | |
| classifier | No | Classifier: auto uses the model when configured, heuristic skips it, llm requires it |