๐Reddit Searcher - Hot Topics & Trends
Pricing
Pay per event
๐Reddit Searcher - Hot Topics & Trends
Maximize your content discovery with the Reddit Search API 2025. Access comprehensive post data, filter by engagement, and monitor trends across all subreddits.
5.0 (1)
Pricing
Pay per event
1
2
1
Last modified
2 days ago
Reddit Search API 2025 - Search and extract Reddit posts from all Reddit. Extract posts at scale with complete metadata including post titles, content, author information, vote counts (upvotes, downvotes, score), timestamps (created, edited), engagement metrics, content score, media URLs, subreddit data (name, type, subscriber count), flair text, post status (archived, locked, stickied), and optional full comment threads - enabling precise content discovery through advanced queries, filtering by specific time periods, sorting by relevance or engagement, targeting specific subreddits or authors, and extracting trending or historical content across Reddit's entire platform for content monitoring, trend analysis, and social media intelligence.
๐ Why Our Reddit Searcher is the ULTIMATE Content Intelligence & Social Media Monitoring Engine
- ๐ Comprehensive Search - Search across all Reddit subreddits using cloudsearch syntax with boolean operators, field-specific searches, and advanced query capabilities
- ๐ Complete Data Extraction - Extract 40+ data fields per post including metadata, engagement metrics, timestamps, media URLs, and subreddit information
- ๐ฌ Full Comment Threads - Optional extraction of complete comment threads with reply structure, threading information, and engagement data
- โฐ Flexible Filtering - Filter results by time period (hour, day, week, month, year, all) and sort by relevance, hot, top, new, or comment count
- โก Efficient Processing - Concurrent processing architecture with automatic account management and rate limit compliance
โก How to Extract Reddit Post Data in 5 Simple Steps
Start extracting Reddit content data today - No coding required!
- ๐ฌ Set Comments - Choose whether to extract comments from posts for comprehensive content analysis (e.g., true, false)
- ๐ Set Max Posts - Choose maximum number of posts to extract for optimal data collection (e.g., 100, 1000)
- ๐ Set Sort By - Select sorting method for search results (e.g., "relevance", "hot", "top", "new", "comments")
- โฐ Set Time Filter - Choose time period filter for posts (e.g., "all", "hour", "day", "week", "month", "year")
- ๐ Enter Query - Simply enter search keywords you're looking for (e.g., "digital marketing", "content strategy", "social media marketing")
- ๐ Start Processing - Watch our extraction engine harvest Reddit data in real-time with transparent pricing and progress tracking
Sample Input Configuration
{"comments": true,"max_posts": 1000,"sort_by": "hot","time_filter": "week","query": "digital marketing"}
๐ฅ Input Configuration
Required Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
comments | boolean | Extract comments from the posts | true, false |
max_posts | number | Maximum number of posts to extract | 100, 1000 |
sort_by | string | Sorting method for search results | "relevance", "hot", "top", "new", "comments" |
time_filter | string | Time period filter for posts | "all", "hour", "day", "week", "month", "year" |
query | string | Search query to find Reddit posts (non-empty string) | "social media marketing", "content strategy" |
Sort By Options
- relevance - Sort by relevance to search query
- hot - Sort by current popularity and engagement
- top - Sort by highest score
- new - Sort by newest posts first
- comments - Sort by number of comments
Time Filter Options
- all - All time (no filter)
- hour - Past hour
- day - Past 24 hours
- week - Past week
- month - Past month
- year - Past year
Search Query Syntax
| Syntax Type | Query Example | Description |
|---|---|---|
| Simple keyword | digital marketing | Finds posts containing both words (AND logic by default) |
| Exact phrase | "social media marketing" | Finds posts containing the exact phrase in quotes |
| Single word | marketing | Finds all posts containing this word |
| Multiple keywords | content strategy guide | Searches for posts with all terms (space = AND) |
| AND operator | SEO AND advertising or SEO advertising | Posts must contain both terms |
| OR operator | marketing OR branding | Posts containing either term |
| NOT operator | digital marketing NOT email | Posts with "digital marketing" but not "email" |
| Complex boolean | (social media OR content) AND strategy NOT automation | Combine operators with parentheses |
| Title field | title:"brand awareness" | Searches only in post titles |
| Body field | selftext:"marketing campaign" | Searches only in post content (selftext) |
| Author field | author:username | Find all posts by a specific user |
| Subreddit field | subreddit:marketing | Find posts in the r/marketing subreddit |
| Multiple subreddits | (subreddit:marketing OR subreddit:advertising) AND "content strategy" | Search across multiple subreddits |
| Multiple fields | title:"review" AND subreddit:marketing | Combine different field searches |
| Subreddit + keywords | subreddit:marketing AND "SEO" | Search specific subreddit with keywords |
| Title exclusion | title:"marketing guide" AND NOT title:"advanced" | Include/exclude specific terms in titles |
| Author + keywords | author:someuser AND (marketing OR advertising) | Posts by specific user matching keywords |
Quick Tips:
- Use quotes for exact phrases:
"digital marketing"vsdigital marketing - Use parentheses to group:
(marketing OR advertising) AND strategy - Field names must be lowercase:
title:,selftext:,author:,subreddit: - AND is default when space separates terms
- Keywords are case-insensitive, field names are case-sensitive
๐ค Reddit Post Data Output Format & API Response
Structured Reddit Post Data Schema
Each extracted Reddit post contains comprehensive content intelligence with the following fields:
| Field | Type | Description |
|---|---|---|
processor | string | URL of the Apify actor that processed this post |
processed_at | string | ISO formatted timestamp when the post was scraped |
subreddit | string | Name of the subreddit |
subreddit_type | string | Type of the subreddit (public, private, etc.) |
subreddit_subscribers | integer | Number of subscribers in the subreddit |
id | string | Unique identifier of the Reddit post |
author | string | Username of the post author |
created | string | Timestamp when the post was created (YYYY-MM-DD HH:MM:SS) |
edited | string | Timestamp when the post was last edited (YYYY-MM-DD HH:MM:SS) |
link | string | Direct link to the Reddit post |
flair_text | string | Flair text of the post |
title | string | Title of the Reddit post |
body | string | Text content of the post |
score | integer | Net score of the post (upvotes - downvotes) |
upvotes | integer | Number of upvotes |
downvotes | integer | Number of downvotes |
crossposts | integer | Number of crossposts |
archived | boolean | Whether the post is archived |
locked | boolean | Whether the post is locked |
stickied | boolean | Whether the post is stickied |
pinned | boolean | Whether the post is pinned |
hidden | boolean | Whether the post is hidden |
over_18 | boolean | Whether the post is marked as NSFW |
spoiler | boolean | Whether the post contains spoilers |
original | boolean | Whether the post is original content |
advertising | boolean | Whether the post was created from ads UI |
indexable | boolean | Whether the post is robot indexable |
crosspostable | boolean | Whether the post can be crossposted |
thumbnail | string | URL of the post thumbnail |
media_url | string | URL of the media content |
no_follow | boolean | Whether the post has no follow attribute |
content_score | integer | Reddit's content quality score for the post |
duplicates | array | Array of duplicate post links |
comments | array | Array of comment objects (if enabled) |
Comment Data Schema
Each comment contains the following fields:
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier of the comment |
is_root | boolean | Whether this is a root comment |
created | string | Timestamp when the comment was created (YYYY-MM-DD HH:MM:SS) |
edited | string | Timestamp when the comment was last edited (YYYY-MM-DD HH:MM:SS) |
author | string | Username of the comment author |
body | string | Text content of the comment |
upvotes | integer | Number of upvotes |
downvotes | integer | Number of downvotes |
score | integer | Net score of the comment (upvotes - downvotes) |
archived | boolean | Whether the comment is archived |
locked | boolean | Whether the comment is locked |
stickied | boolean | Whether the comment is stickied |
submitter | boolean | Whether the comment is from the post submitter |
parent_id | string | ID of the parent comment |
reply_level | integer | Depth level of the comment in the thread |
link | string | Direct link to the comment |
Example Output:
{"processor": "https://apify.com/agentx/reddit-searcher?fpr=aiagentapi","processed_at": "2024-12-19T14:23:45.123Z","subreddit": "marketing","subreddit_type": "public","subreddit_subscribers": 2800000,"id": "abc123","author": "MarketingPro99","created": "2024-12-19 10:30:00","edited": null,"link": "https://www.reddit.com/r/marketing/comments/abc123/title","flair_text": "Strategy","title": "Effective digital marketing strategies for 2025","body": "Here are the latest trends in digital marketing...","score": 1250,"upvotes": 1300,"downvotes": 50,"crossposts": 5,"archived": false,"locked": false,"stickied": false,"pinned": false,"hidden": false,"over_18": false,"spoiler": false,"original": true,"advertising": false,"indexable": true,"crosspostable": true,"thumbnail": "https://...","media_url": "https://...","no_follow": false,"content_score": 85,"duplicates": [],"comments": [{"id": "xyz789","is_root": true,"created": "2024-12-19 11:00:00","edited": null,"author": "MarketingExpert","body": "Great insights! This strategy could transform...","upvotes": 150,"downvotes": 5,"score": 145,"archived": false,"locked": false,"stickied": false,"submitter": false,"parent_id": null,"reply_level": 0,"link": "https://www.reddit.com/r/marketing/comments/abc123/.../xyz789"}]}
Export Formats
- JSON - Complete structured data with all metadata
- Dataset API - Programmatic access via Apify Client
- Cloud Storage - Automatic upload to Apify Dataset with API access
๐ Integration Guides
๐ Actor ID (Copy for platforms):
dM1WGhL57QQWIRlJG
โ๏ธ Make.com Setup:
- Login to Make.com (Get 1000 Free Credits)
- Add module "Run an Actor"
- Turn 'Map' on - right side of the 'Actor*'
- Paste Actor ID - from above
- Click the 'โณ Refresh' - left side of Map
- Input JSON* - Modify the parameters as needed
- Set "Run synchronously" to YES
- Add module "Get Dataset Items" - receive the result
- In Dataset ID* select defaultDatasetId
๐ฑ N8N.io Setup:
- Add 'Run an Actor and get dataset' - from the apify node
- Actor โ By ID โ Paste Actor ID - from above
- Input JSON - Modify the parameters as needed
๐ฐ Reddit Scraping API Pricing - Affordable & Transparent
Pay-Per-Event Model
| Event Type | Price | Description |
|---|---|---|
| Actor Usage | $0.00001 | Charged for Actor runtime. Cost depends on resource consumption during execution. |
| Post | $0.025 | Posts extracted with complete metadata (comments, title, content, votes, etc.) |
| Comment | $0.0001 | Comments extracted with complete metadata (author, text, votes, etc.) |
Note: A minimum charge of $0.05 per run applies to maintain account infrastructure and prevent abuse, ensuring the service remains available for long-term operation.
Competitive Price Comparison
| Feature | Reddit Searcher | Outscraper | ScraperAPI | ParseHub | Savings |
|---|---|---|---|---|---|
| Post Extraction Cost | $0.025/post โญ | $0.045/post | $0.052/post | $0.060/post | 31-48% cheaper |
| Platform Specialization | โ Reddit Optimized โญ | โ ๏ธ Generic scraping | โ ๏ธ Generic scraping | โ ๏ธ Generic scraping | Platform Expert |
| Data Completeness | โ 40+ Fields โญ | 15 fields | 20 fields | 12 fields | 2-3x More Data |
| Comment Extraction | โ Full Threads โญ | โ ๏ธ Limited | โ ๏ธ Limited | โ No comments | Complete Coverage |
| Real-time Processing | โ Live Updates โญ | โ ๏ธ Scheduled | โ ๏ธ Scheduled | โ Manual | Always Current |
| API Integration | โ Enterprise โญ | โ ๏ธ Basic API | โ ๏ธ Complex setup | โ No API | One-Click Setup |
| Data Quality | โ 99.9% Accuracy โญ | 85% accuracy | 90% accuracy | 75% accuracy | Premium Quality |
๐ Performance & Processing Capabilities
- High-Speed Data Extraction - Process 500-1,000 Reddit posts per minute with specialized focus on content categorization and posting patterns (speed depends on comment count)
- Optimized Processing - Intelligent handling designed for efficient data collection while respecting platform limits
- Global Community Coverage - All subreddits with optimizations for community variations, content types, and posting behaviors
- Scalable Architecture - Handle single searches to enterprise-scale batch operations with 99.9% uptime
- Data Export Formats - JSON, structured data optimized for post format and social media analysis workflows
- Error Recovery - Smart retry mechanisms, failover handling, and automatic quality optimization for dynamic content structure
- Real-time Progress Monitoring - Live progress tracking with transparent cost calculation and extraction statistics
โ๏ธ Reddit Scraping API Troubleshooting Guide
"No posts found" Error
- Verify search query is relevant for Reddit's search syntax
- Try broader search terms or different sort methods for Reddit search
- Check if the query matches Reddit's cloudsearch syntax
- Reddit has different content categories - try topic-specific terms (e.g., "technology", "science", "programming")
Incomplete Comment Data
- Some posts may have locked or deleted comments - this is normal behavior
- Different subreddits have varying comment visibility settings
- Reddit comment data is more complete for popular and active posts
Data Quality Issues
- Post descriptions may vary significantly in quality on Reddit
- Some posts may be deleted or removed by moderators
- Author information may be unavailable for deleted accounts
- Comment extraction works best with active and unlocked posts
Performance Optimization
- Use specific search queries for better results
- Reddit processes better with clear, focused search terms
- Use "time_filter" options to reduce processing time
- Larger result sets require more processing time
- Comments extraction significantly increases processing time
- High-quality data extraction may take longer but provides better results
- Budget limits may stop processing mid-batch
๐ฆ How to Use Reddit Scraping API for Business Growth
- ๐ Brand Monitoring & Reputation Management - Track brand mentions across all Reddit subreddits to monitor customer sentiment, identify potential PR crises early, and manage brand reputation proactively by analyzing discussions, reviews, and user feedback
- ๐ Trend Analysis & Topic Discovery - Discover emerging trends and hot topics before they go mainstream by monitoring popular posts, tracking keyword frequency, and analyzing engagement patterns across different subreddits
- ๐ฌ Consumer Insights & Product Research - Gather authentic customer feedback and product reviews to understand consumer needs, identify product improvement opportunities, and analyze competitor products through real user discussions
- ๐ Social Media Listening & Market Research - Monitor industry discussions, track competitor mentions, and gather market intelligence to inform business decisions, product development, and marketing strategies
- ๐ฏ Content Strategy & Content Marketing - Identify high-performing content topics, understand audience preferences, and discover trending discussions to create relevant content that resonates with target communities
- ๐ฎ Sentiment Analysis & Opinion Mining - Analyze public opinion on products, services, brands, or topics by extracting and analyzing comments, votes, and discussion patterns to gauge overall sentiment and track changes over time
๐ Success Stories
"As a marketing director, I needed to understand what our target audience really wanted. By monitoring Reddit discussions across beauty and skincare communities, we discovered pain points we never knew existed. This data helped us pivot our ad strategy completely, resulting in 50% higher click-through rates and 42% better video completion rates than industry benchmarks." โ Marketing Director, Consumer Brand
"Running a social media agency, I use Reddit data to track trending topics before they explode. By monitoring discussions in tech and business subreddits, I've been able to create content that gets 2-3x more engagement. The real-time monitoring helps us stay ahead of competitors and deliver better results for our clients." โ Social Media Strategist, Marketing Agency
"I work in product research, and Reddit has become our go-to source for authentic user feedback. Instead of expensive focus groups, we analyze discussions in relevant communities to identify features users actually want. This approach saved us months of development time and significantly reduced product launch risks." โ Product Manager, Tech Startup
"As a brand reputation manager, monitoring Reddit is essential. We track brand mentions daily and catch potential PR issues before they escalate. This proactive approach has helped us resolve customer complaints faster and maintain a positive brand image even during challenging times." โ Brand Manager, E-commerce Company
"I'm a market researcher, and Reddit data helps me understand consumer sentiment in ways surveys can't. By analyzing discussion patterns across different subreddits, I can identify emerging trends and consumer needs months before traditional market research methods catch them." โ Market Research Analyst, Consulting Firm
"Working in content creation, Reddit is my inspiration goldmine. By tracking what topics are gaining traction in specific communities, I can create content that truly resonates. This data-driven approach has tripled our content engagement rates and helped us build a loyal audience." โ Content Creator, Media Company
๐ Other Professional Intelligence Actors
๐ Executive Job Market Intelligence Suite
- All Jobs Scraper - Multi-Platform Professional Job Data Extraction (Indeed, LinkedIn, Reddit)
- LinkedIn Scraper - Executive Network & Professional Recruitment Intelligence
- Indeed Scraper - Mass Hiring & Universal Job Market Intelligence
- Reddit Scraper - Salary Transparency & Workplace Culture Intelligence
๐ฑ Professional Communication Intelligence
- Reddit Searcher - Reddit Content Intelligence & Social Media Monitoring API
- Telegram Data Finder - Executive Contact & Professional Channel Intelligence
- Telegram Downloader - Business Communication & Media Intelligence Extraction
- Telegram Group Members - Professional Network Member Extraction & Analysis
- X Profile Scraper - X (Twitter) User Intelligence & Profile Analytics
๐ฅ Executive Content Intelligence
- All Video Scraper - Professional Video Content Download & Leadership Analysis (1000+ platforms)
- Video Transcript - Universal Content Intelligence & Multimodal AI Training (1000+ platforms)
- YouTube Video Transcriber - Executive Speech Analysis & Professional Content Transcription
- TikTok Video Transcriber - Gen Z Content Intelligence & Social Media Analysis
- TikTok Live Transcriber - Advanced Live Stream Recording & AI-Powered Transcription
- Live Stream Transcript - Real-Time Speech-to-Text Solution for 1000+ Streaming Platforms
- Video to Social Post - AI-Powered Video Content Transformation & Multi-Platform Social Media Automation
๐ Certifications & Trust
- โ Enterprise Ready - Used by Fortune 500 companies and content marketing agencies
- โ GDPR Compliant - EU data protection standards and privacy regulations
- โ High Availability - 99.9% uptime with reliable cloud infrastructure
- โ Regular Updates - Continuous maintenance for platform changes and new features
๐ท๏ธ Reddit Content Intelligence & Social Media Monitoring API Keywords
๐ฅ High-Volume Search Terms: reddit scraper, reddit api, reddit scraper api, reddit data extraction, reddit post scraper, reddit comment scraper, reddit search api, reddit monitoring, reddit analytics, reddit scraping tool, reddit data mining, reddit automation, reddit bot, reddit api python, reddit sentiment analysis, reddit brand monitoring, reddit trend analysis, reddit content intelligence, reddit social listening, reddit market research
โก Long-Tail Keywords & Technical Terms: reddit scraper best reddit api reddit scraper python reddit api alternative reddit scraper tool reddit data scraper reddit post extraction reddit comment extraction reddit api wrapper praw reddit scraper reddit scraping service reddit api pricing reddit scraper comparison reddit automation tool reddit monitoring api reddit analytics api reddit sentiment api reddit brand tracking reddit keyword monitoring reddit competitor analysis reddit social media api reddit content api reddit discussion scraper reddit subreddit scraper reddit user scraper
๐ผ Business & Use Case Keywords: reddit brand monitoring reddit reputation management reddit social listening reddit market intelligence reddit consumer insights reddit product research reddit trend forecasting reddit content marketing reddit influencer research reddit competitor tracking reddit campaign monitoring reddit crisis detection reddit audience analysis reddit engagement analytics reddit content strategy reddit marketing automation reddit social analytics reddit business intelligence reddit data platform reddit api integration
๐ฅ Our community: @Apify_Actor ๐ค Contact with team: @AiAgentApi


