Reddit Lead AI Finder
Pricing
from $0.01 / 1,000 results
Reddit Lead AI Finder
Search any subreddit by keywords and score each post as a lead signal using Claude AI — find buying intent, pain points, and outreach angles automatically.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Mozi Mohidien
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Monitor any subreddit for buying signals using Claude AI. Give it a subreddit and keywords — it returns scored, enriched leads with pain points, intent classification, and outreach angles.
Built for sales teams, founders doing outbound, and growth marketers who want to find prospects before competitors do.
What it does
- Searches Reddit via the official OAuth2 API for posts matching your keywords
- Fetches full post content and top comments
- Sends each post to Claude Haiku for lead scoring
- Returns structured data ready for your CRM or outreach workflow
Prerequisites
You need a free Reddit API app (script type) to use this actor.
Create one in 60 seconds:
- Go to reddit.com/prefs/apps
- Click "create another app"
- Choose "script" type
- Fill in name and redirect URI (use http://localhost)
- Copy the client ID (under the app name) and client secret
Example use cases
- SaaS tool monitoring r/entrepreneur for "looking for project management tool"
- Agency monitoring r/smallbusiness for "need help with marketing"
- Software vendor watching r/startups for "recommend a CRM"
Input
{"subreddit": "entrepreneur","keywords": ["recommend tool", "looking for software", "any suggestions"],"anthropicApiKey": "sk-ant-...","redditClientId": "your-reddit-client-id","redditClientSecret": "your-reddit-client-secret","maxPosts": 10,"sortBy": "relevance"}
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
| subreddit | string | yes | — | Without r/ prefix |
| keywords | string[] | yes | — | Combined with OR in search |
| anthropicApiKey | string | yes | — | Your Anthropic API key |
| redditClientId | string | yes | — | From reddit.com/prefs/apps |
| redditClientSecret | string | yes | — | From reddit.com/prefs/apps |
| maxPosts | integer | no | 10 | Max 50 |
| sortBy | string | no | relevance | new / hot / top / relevance |
Output
| Field | Description |
|---|---|
| postId | Reddit post ID |
| subreddit | Subreddit name |
| title | Post title |
| url | Full Reddit URL |
| author | Username |
| score | Upvotes |
| numComments | Comment count |
| created | ISO timestamp |
| selftext | Post body (first 800 chars) |
| topComment | First top-level comment (first 300 chars) |
| enrichment.leadScore | 1-10 (10 = strong buying intent) |
| enrichment.intent | Awareness / Consideration / Decision / Complaint / Question / Other |
| enrichment.painPoint | One sentence: what problem they're expressing |
| enrichment.suggestedProduct | Category of product/service that would solve it |
| enrichment.outreachApproach | How a vendor should engage |
| enrichment.urgency | Low / Medium / High |
| enrichment.budgetSignal | Budget clues mentioned (null if none) |
| enrichment.decisionMaker | Buyer / User / Unknown |
Notes
- Uses Reddit's official OAuth2 API — reliable, no rate limit surprises
- Reddit API is free for read-only use under their terms
- Requires an Anthropic API key (Claude Haiku, cost ~$0.001 per post)