Reddit Community Scraper
Pricing
Pay per usage
Go to Apify Store

Reddit Community Scraper
Scrape subreddit feeds and community information including subscriber counts, descriptions, and post listings. Filter by date, sort by hot/new/top/rising, and monitor multiple communities.
Pricing
Pay per usage
Rating
5.0
(2)
Developer

D
Maintained by Community
Actor stats
1
Bookmarked
7
Total users
2
Monthly active users
6 days ago
Last modified
Categories
Share
π₯ Reddit Community Scraper
π 100% FREE | π Full Subreddit Data | π No API Key Required
A comprehensive tool for collecting information about subreddits and their post feeds with support for date filtering and sorting.
β¨ Why Choose This Scraper?
- β Completely Free - No hidden costs or subscriptions
- β No Reddit API Key Needed - Works out of the box
- β Monitor Multiple Communities - Track unlimited subreddits
- β Residential Proxies Included - Avoid rate limits
- β Date Filtering - Get posts from specific time periods
π Key Features
- Community Metadata: Subscriber count, description, name
- Post Feed: Collect posts with various sorting methods
- Date Filter: Limit by publication date
- Pagination: Automatic handling of large feeds
- Post Statistics: Upvotes, comments, authors
π Input Parameters
{"startUrls": ["https://www.reddit.com/r/python"],"sort": "hot","maxItems": 50,"postDateLimit": "2025-01-01","skipCommunity": false,"debugMode": false}
Parameters:
- startUrls (array, required): List of subreddit URLs
- sort (string): Sorting -
hot,new,top,rising - maxItems (integer): Maximum number of posts
- postDateLimit (string): Date limit in YYYY-MM-DD format (optional)
- skipCommunity (boolean): Skip community metadata collection
- debugMode (boolean): Debug mode
π€ Output Data
Community Information:
{"dataType": "community_info","url": "https://old.reddit.com/r/python","title": "r/python - Python","members": "1,234,567","description": "News and discussion about Python...","scrapedAt": "2025-01-20T10:30:00.000Z"}
Post from Feed:
{"dataType": "post_preview","title": "Python 3.13 Released!","url": "https://www.reddit.com/r/Python/comments/...","author": "username","subreddit": "Python","id": "t3_abc123","upvotes": "1234","comments_count": "56","created_utc": 1234567890.0,"is_pinned": false,"scrapedAt": "2025-01-20T10:30:00.000Z"}
π‘ Usage Examples
Top 50 posts from r/Python
{"startUrls": ["https://www.reddit.com/r/python"],"sort": "top","maxItems": 50}
New posts from the last month
{"startUrls": ["https://www.reddit.com/r/MachineLearning"],"sort": "new","maxItems": 100,"postDateLimit": "2025-01-01"}
Community metadata only (no posts)
{"startUrls": ["https://www.reddit.com/r/programming"],"maxItems": 0,"skipCommunity": false}
Monitor multiple communities
{"startUrls": ["https://www.reddit.com/r/Python","https://www.reddit.com/r/learnpython","https://www.reddit.com/r/django"],"sort": "hot","maxItems": 25}
βοΈ Technical Details
- Memory: 256 MB (optimized for efficiency)
- Proxy: Residential (automatic, included free)
- Timeout: 3600 seconds
- Source: old.reddit.com
- Date Format: ISO 8601
π Notes
- Support for various URL formats (r/python, /r/python/, full URL)
- Automatic pagination for large feeds
- Date filter stops scraping when limit is reached
- Pinned posts are marked separately
- All timestamps in UTC format
π― Perfect For
- π Community growth tracking
- π Trend discovery and analysis
- π Competitive research
- π€ Content aggregation
- π° News monitoring
π¬ Questions or Issues? Feel free to reach out or check the documentation!