Install
openclaw skills install reddapiUse this skill to access Reddit's full data archive via reddapi.dev API. Features semantic search, vector search, lead generation, subreddit discovery, and real-time trend analysis. Perfect for market research, competitive analysis, lead generation, and niche opportunity discovery.
openclaw skills install reddapiAccess Reddit's complete data archive through reddapi.dev's powerful API. This skill provides semantic search, vector search, AI-powered lead generation, subreddit discovery, and trend analysis capabilities.
Key Advantage: This is a third-party service (not Reddit official), meaning:
After installing this skill, simply ask in natural language:
What are people complaining about with iPhone battery life?
Find discussions about frustrating problems with NOTION
Search for user frustrations with current TOOL_NAME
What do people think about COMPETITOR_A vs COMPETITOR_B?
Find common complaints about COMPETITOR
What are the main problems users have with ALTERNATIVE_TOOL?
Find B2B leads for project management software
Who is looking for alternatives to Stripe?
Find startups complaining about CRM pricing
Discover high-intent leads for marketing tools
Find discussions that start with "I wish there was an app that..."
What do users want but can't find in existing products?
Search for "best way to" discussions about TOPIC
What trending topics are growing fast in Reddit discussions?
Find emerging trends in AI/ML communities
What are people discussing about TOPIC lately?
Search for real user feedback on PRODUCT_NAME
Find problems users mention with CATEGORY tools
What are the top frustrations in INDUSTRY?
Natural language search across millions of Reddit posts and comments. AI-powered understanding of context and meaning.
Fast vector similarity search. No LLM processing, returns results in seconds.
AI-powered business lead discovery from Reddit discussions. Every match is scored 0-100 on signal strength and tagged with:
pain_point, solution_request, complaint, feature_request, comparisonDiscover trending topics with engagement metrics (post count, upvotes, sentiment, growth rate).
List and explore subreddits by topic or engagement.
Base URL: https://reddapi.dev
Authentication: Authorization: Bearer YOUR_API_KEY
curl -X POST "https://reddapi.dev/api/v1/leads" \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"query": "people frustrated with CRM software", "limit": 20, "min_score": 70}'
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Natural language lead query |
| limit | number | No | Results (default: 20) |
| min_score | number | No | Minimum lead score 0-100 |
Response fields per lead:
lead_score (0-100): AI buying intent scorelead_type: pain_point, solution_request, complaint, feature_request, comparisonpain_point: Specific frustration identifiedopportunity: Business opportunity inferredindustry: Inferred industrytarget_product: Product being discussedcurl -X POST "https://reddapi.dev/api/v1/search/semantic" \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"query": "best productivity tools for remote teams", "limit": 100}'
curl -X POST "https://reddapi.dev/api/v1/search/vector" \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"query": "electric vehicle", "limit": 30, "start_date": "2025-11-01", "end_date": "2025-12-31"}'
curl -X POST "https://reddapi.dev/api/v1/trends" \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"start_date": "2025-01-01", "end_date": "2025-01-31", "limit": 20}'
curl "https://reddapi.dev/api/v1/subreddits?search=programming&limit=100" \
-H "Authorization: Bearer ***"
# Find high-intent B2B leads
curl -X POST "https://reddapi.dev/api/v1/leads" \
-H "Authorization: Bearer ***" \
-d '{"query": "SaaS founders complaining about Stripe fees", "limit": 20, "min_score": 80}'
# Analyze competitor discussions
curl -X POST "https://reddapi.dev/api/v1/search/semantic" \
-H "Authorization: Bearer ***" \
-d '{"query": "COMPETITOR problems complaints", "limit": 200}'
# Find underserved user needs
curl -X POST "https://reddapi.dev/api/v1/search/semantic" \
-H "Authorization: Bearer ***" \
-d '{"query": "I wish there was an app that", "limit": 100}'
# Monitor topic growth
curl -X POST "https://reddapi.dev/api/v1/trends" \
-H "Authorization: Bearer ***"
export REDDAPI_API_KEY="***"
Get your free API key at: https://reddapi.dev
| Plan | Price | Monthly Searches |
|---|---|---|
| Free | $0 | 3 |
| Lite | $19.9/mo | 500 |
| Starter | $49/mo | 5,000 |
| Pro | $99/mo | 15,000 |
All plans include access to all endpoints (search, leads, trends, subreddits).
Sign up at https://reddapi.dev to get started.