Get started
Product
Back
Start here!
Get data with ready-made web scrapers for popular websites
Browse 8,000+ Actors
Apify platform
Apify Store
Pre-built web scraping tools
Actors
Build and run serverless programs
Integrations
Connect with apps and services
Anti-blocking
Scrape without getting blocked
Proxy
Rotate scraper IP addresses
Open source
Crawlee
Web scraping and crawling library
Solutions
MCP server configuration
Configure your Apify MCP server with Actors and tools for seamless integration with MCP clients.
Start building
Web data for
Enterprise
Startups
Universities
Nonprofits
Use cases
Data for generative AI
Data for AI agents
Lead generation
Market research
View more →
Consulting
Apify Professional Services
Apify Partners
Developers
Documentation
Full reference for the Apify platform
Code templates
Python, JavaScript, and TypeScript
Web scraping academy
Courses for beginners and experts
Monetize your code
Publish your scrapers and get paid
Learn
API reference
CLI
SDK
Earn from your code
$563k paid out in September alone. Many developers earn $3k+ every month.
Start earning now
Resources
Help and support
Advice and answers about Apify
Submit your ideas
Tell us the Actors you want
Changelog
See what’s new on Apify
Customer stories
Find out how others use Apify
Company
About Apify
Contact us
Blog
Live events
Partners
Jobs
We're hiring!
Join our Discord
Talk to scraping experts
Pricing
Contact sales
$5.00 / 1,000 results
crawlerbros/reddit-mcp-scraper
Developed by
Crawler Bros
Unified Reddit scraper supporting 3 modes: (1) Subreddit posts with content extraction, (2) Post comments with threading, (3) User profiles with metadata. Extract comprehensive data including scores, timestamps, flairs, NSFW flags, and more.
5.0 (3)
0
2
Last modified
5 days ago
Social media
News
MCP servers
vulnv/reddit-posts-search-scraper
Search and scrape Reddit posts by keyword. Extract detailed post data, comments, scores, timestamps, and metadata for research and analysis.
VulnV
20
5.0
moving_beacon-owner1/my-actor-26
Effortlessly scrape Reddit posts, comments, and metadata from any subreddit at scale with structured output for analysis.
Jamshaid Arif
22
timgreen/fast-reddit-scraper
Extract Reddit posts and comments from any subreddit or search query. Fast, reliable Reddit scraping with detailed metadata including upvotes, timestamps, and nested comment threads.
Tim Green
28
jupri/reddit
💫 All-in-One Reddit.com Scraper ⬛🟪🟦🟩🟨🟧🟥🟫
cat
273
curious_coder/reddit-scraper
Scrape reddit posts and comments from reddit search and communities
Curious Coder
306
easyapi/subreddit-posts-search-scraper
Scrape Reddit search results from any subreddit with advanced filtering options. Extract post titles, URLs, votes, comments, timestamps and more. Perfect for market research, content analysis and trend monitoring.
EasyApi
81
stefanie-rink/reddit-subreddit-scraper
Get Posts and comments from any subreddit - with sorting options for both posts and comments.
Steafanie Braid
73
vulnv/reddit-user-scraper
Scrape recent Reddit user activity - This actor collects public comments from specified Reddit usernames, including subreddit, content, timestamps, and URLs. Supports proxy configuration and result limiting.
24
easyapi/subreddit-comments-search-scraper
Extract Reddit comments from any subreddit's search results with advanced filtering. Get detailed comment data including timestamps, user info, votes, and more. Perfect for market research, trend analysis and community insights.
35
deepanshusharm/reddit-post-scrapper
A Reddit post scraper is a tool or script that automatically collects data from Reddit posts—such as titles, content, comments.
Deepanshu Sharma
43
Description
JSON Example
modeEnumRequired
mode
Choose which Reddit data to scrape
"subreddit": string"comments": string"profile": string
Default value of this property is "subreddit"
"subreddit"
subredditsarrayOptional
subreddits
List of subreddit names to scrape (without 'r/' prefix). Example: ['python', 'programming']
maxPostsintegerOptional
maxPosts
Maximum number of posts to scrape per subreddit or profile
Default value of this property is 25
25
sortEnumOptional
sort
How to sort the posts
"hot": string"new": string"top": string"rising": string"controversial": string
Default value of this property is "hot"
"hot"
timeFilterEnumOptional
timeFilter
Time range for 'top' or 'controversial' sorting
"hour": string"day": string"week": string"month": string"year": string"all": string
Default value of this property is "day"
"day"
postUrlsarrayOptional
postUrls
List of Reddit post URLs to scrape comments from. Example: ['https://www.reddit.com/r/programming/comments/abc123/...']
maxCommentsintegerOptional
maxComments
Maximum number of comments to scrape per post
Default value of this property is 100
100
expandThreadsbooleanOptional
expandThreads
Click 'load more comments' buttons to expand collapsed threads
Default value of this property is true
true
usernamesarrayOptional
usernames
List of Reddit usernames to scrape (without 'u/' prefix). Example: ['spez', 'GallowBoob']
sectionEnumOptional
section
Which section of the user profile to scrape
"submitted": string"comments": string"gilded": string
Default value of this property is "submitted"
"submitted"