๐Ÿ”Reddit Searcher - Hot Topics & Trends avatar
๐Ÿ”Reddit Searcher - Hot Topics & Trends

Pricing

Pay per event

Go to Apify Store
๐Ÿ”Reddit Searcher - Hot Topics & Trends

๐Ÿ”Reddit Searcher - Hot Topics & Trends

Developed by

AgentX

AgentX

Maintained by Community

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

3 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.

Reddit All+Subreddits 40+Fields Reliable

๐Ÿš€ 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

Reddit Search API Input Interface - Search Reddit posts with cloudsearch syntax, boolean operators (AND OR NOT), field-specific searches (title author subreddit), time filters (hour day week month year), sort options (relevance hot top new comments), and comment extraction settings for content monitoring and trend analysis

Start extracting Reddit content data today - No coding required!

  1. ๐Ÿ’ฌ Set Comments - Choose whether to extract comments from posts for comprehensive content analysis (e.g., true, false)
  2. ๐Ÿ“Š Set Max Posts - Choose maximum number of posts to extract for optimal data collection (e.g., 100, 1000)
  3. ๐Ÿ”„ Set Sort By - Select sorting method for search results (e.g., "relevance", "hot", "top", "new", "comments")
  4. โฐ Set Time Filter - Choose time period filter for posts (e.g., "all", "hour", "day", "week", "month", "year")
  5. ๐Ÿ” Enter Query - Simply enter search keywords you're looking for (e.g., "digital marketing", "content strategy", "social media marketing")
  6. ๐Ÿš€ 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

ParameterTypeDescriptionExample
commentsbooleanExtract comments from the poststrue, false
max_postsnumberMaximum number of posts to extract100, 1000
sort_bystringSorting method for search results"relevance", "hot", "top", "new", "comments"
time_filterstringTime period filter for posts"all", "hour", "day", "week", "month", "year"
querystringSearch 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 TypeQuery ExampleDescription
Simple keyworddigital marketingFinds posts containing both words (AND logic by default)
Exact phrase"social media marketing"Finds posts containing the exact phrase in quotes
Single wordmarketingFinds all posts containing this word
Multiple keywordscontent strategy guideSearches for posts with all terms (space = AND)
AND operatorSEO AND advertising or SEO advertisingPosts must contain both terms
OR operatormarketing OR brandingPosts containing either term
NOT operatordigital marketing NOT emailPosts with "digital marketing" but not "email"
Complex boolean(social media OR content) AND strategy NOT automationCombine operators with parentheses
Title fieldtitle:"brand awareness"Searches only in post titles
Body fieldselftext:"marketing campaign"Searches only in post content (selftext)
Author fieldauthor:usernameFind all posts by a specific user
Subreddit fieldsubreddit:marketingFind posts in the r/marketing subreddit
Multiple subreddits(subreddit:marketing OR subreddit:advertising) AND "content strategy"Search across multiple subreddits
Multiple fieldstitle:"review" AND subreddit:marketingCombine different field searches
Subreddit + keywordssubreddit:marketing AND "SEO"Search specific subreddit with keywords
Title exclusiontitle:"marketing guide" AND NOT title:"advanced"Include/exclude specific terms in titles
Author + keywordsauthor:someuser AND (marketing OR advertising)Posts by specific user matching keywords

Quick Tips:

  • Use quotes for exact phrases: "digital marketing" vs digital 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

Reddit Search API Output Data - Extracted Reddit posts and comments with 40+ data fields including post titles, content, author information, vote counts (upvotes downvotes score), timestamps, engagement metrics, media URLs, subreddit data, flair text, comment threads with reply structure and threading information for social media intelligence and content analysis

Structured Reddit Post Data Schema

Each extracted Reddit post contains comprehensive content intelligence with the following fields:

FieldTypeDescription
processorstringURL of the Apify actor that processed this post
processed_atstringISO formatted timestamp when the post was scraped
subredditstringName of the subreddit
subreddit_typestringType of the subreddit (public, private, etc.)
subreddit_subscribersintegerNumber of subscribers in the subreddit
idstringUnique identifier of the Reddit post
authorstringUsername of the post author
createdstringTimestamp when the post was created (YYYY-MM-DD HH:MM:SS)
editedstringTimestamp when the post was last edited (YYYY-MM-DD HH:MM:SS)
linkstringDirect link to the Reddit post
flair_textstringFlair text of the post
titlestringTitle of the Reddit post
bodystringText content of the post
scoreintegerNet score of the post (upvotes - downvotes)
upvotesintegerNumber of upvotes
downvotesintegerNumber of downvotes
crosspostsintegerNumber of crossposts
archivedbooleanWhether the post is archived
lockedbooleanWhether the post is locked
stickiedbooleanWhether the post is stickied
pinnedbooleanWhether the post is pinned
hiddenbooleanWhether the post is hidden
over_18booleanWhether the post is marked as NSFW
spoilerbooleanWhether the post contains spoilers
originalbooleanWhether the post is original content
advertisingbooleanWhether the post was created from ads UI
indexablebooleanWhether the post is robot indexable
crosspostablebooleanWhether the post can be crossposted
thumbnailstringURL of the post thumbnail
media_urlstringURL of the media content
no_followbooleanWhether the post has no follow attribute
content_scoreintegerReddit's content quality score for the post
duplicatesarrayArray of duplicate post links
commentsarrayArray of comment objects (if enabled)

Comment Data Schema

Each comment contains the following fields:

FieldTypeDescription
idstringUnique identifier of the comment
is_rootbooleanWhether this is a root comment
createdstringTimestamp when the comment was created (YYYY-MM-DD HH:MM:SS)
editedstringTimestamp when the comment was last edited (YYYY-MM-DD HH:MM:SS)
authorstringUsername of the comment author
bodystringText content of the comment
upvotesintegerNumber of upvotes
downvotesintegerNumber of downvotes
scoreintegerNet score of the comment (upvotes - downvotes)
archivedbooleanWhether the comment is archived
lockedbooleanWhether the comment is locked
stickiedbooleanWhether the comment is stickied
submitterbooleanWhether the comment is from the post submitter
parent_idstringID of the parent comment
reply_levelintegerDepth level of the comment in the thread
linkstringDirect 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:

  1. Login to Make.com (Get 1000 Free Credits)
  2. Add module "Run an Actor"
  3. Turn 'Map' on - right side of the 'Actor*'
  4. Paste Actor ID - from above
  5. Click the 'โŸณ Refresh' - left side of Map
  6. Input JSON* - Modify the parameters as needed
  7. Set "Run synchronously" to YES
  8. Add module "Get Dataset Items" - receive the result
  9. In Dataset ID* select defaultDatasetId

๐ŸŽฑ N8N.io Setup:

  1. Add 'Run an Actor and get dataset' - from the apify node
  2. Actor โ†’ By ID โ†’ Paste Actor ID - from above
  3. Input JSON - Modify the parameters as needed

๐Ÿ’ฐ Reddit Scraping API Pricing - Affordable & Transparent

Pay-Per-Event Model

Event TypePriceDescription
Actor Usage$0.00001Charged for Actor runtime. Cost depends on resource consumption during execution.
Post$0.025Posts extracted with complete metadata (comments, title, content, votes, etc.)
Comment$0.0001Comments 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

FeatureReddit SearcherOutscraperScraperAPIParseHubSavings
Post Extraction Cost$0.025/post โญ$0.045/post$0.052/post$0.060/post31-48% cheaper
Platform Specializationโœ… Reddit Optimized โญโš ๏ธ Generic scrapingโš ๏ธ Generic scrapingโš ๏ธ Generic scrapingPlatform Expert
Data Completenessโœ… 40+ Fields โญ15 fields20 fields12 fields2-3x More Data
Comment Extractionโœ… Full Threads โญโš ๏ธ Limitedโš ๏ธ LimitedโŒ No commentsComplete Coverage
Real-time Processingโœ… Live Updates โญโš ๏ธ Scheduledโš ๏ธ ScheduledโŒ ManualAlways Current
API Integrationโœ… Enterprise โญโš ๏ธ Basic APIโš ๏ธ Complex setupโŒ No APIOne-Click Setup
Data Qualityโœ… 99.9% Accuracy โญ85% accuracy90% accuracy75% accuracyPremium 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

๐ŸŽฅ Executive Content Intelligence

๐Ÿ† 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