Reddit Community Scraper avatar
Reddit Community Scraper

Pricing

Pay per usage

Go to Apify Store
Reddit Community Scraper

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

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!