Reddit Lead AI Finder avatar

Reddit Lead AI Finder

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Reddit Lead AI Finder

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

Mozi Mohidien

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

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

  1. Searches Reddit via the official OAuth2 API for posts matching your keywords
  2. Fetches full post content and top comments
  3. Sends each post to Claude Haiku for lead scoring
  4. 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:

  1. Go to reddit.com/prefs/apps
  2. Click "create another app"
  3. Choose "script" type
  4. Fill in name and redirect URI (use http://localhost)
  5. 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"
}
FieldTypeRequiredDefaultNotes
subredditstringyesWithout r/ prefix
keywordsstring[]yesCombined with OR in search
anthropicApiKeystringyesYour Anthropic API key
redditClientIdstringyesFrom reddit.com/prefs/apps
redditClientSecretstringyesFrom reddit.com/prefs/apps
maxPostsintegerno10Max 50
sortBystringnorelevancenew / hot / top / relevance

Output

FieldDescription
postIdReddit post ID
subredditSubreddit name
titlePost title
urlFull Reddit URL
authorUsername
scoreUpvotes
numCommentsComment count
createdISO timestamp
selftextPost body (first 800 chars)
topCommentFirst top-level comment (first 300 chars)
enrichment.leadScore1-10 (10 = strong buying intent)
enrichment.intentAwareness / Consideration / Decision / Complaint / Question / Other
enrichment.painPointOne sentence: what problem they're expressing
enrichment.suggestedProductCategory of product/service that would solve it
enrichment.outreachApproachHow a vendor should engage
enrichment.urgencyLow / Medium / High
enrichment.budgetSignalBudget clues mentioned (null if none)
enrichment.decisionMakerBuyer / 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)