Reddit Subreddit Posts Scraper avatar

Reddit Subreddit Posts Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Reddit Subreddit Posts Scraper

Reddit Subreddit Posts Scraper

Scrape posts from multiple Reddit subreddits in a single run with full metadata, images, videos, awards, and optional comments.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

codingfrontend

codingfrontend

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Scrape posts from multiple subreddits in a single run with full metadata, images, videos, gallery content, awards, and optional comments. Each subreddit is scraped independently up to the configured per-subreddit limit.

Features

  • Multi-subreddit input — Provide a list of subreddits; all are scraped in one actor run
  • Per-subreddit limitmaxItemsPerSubreddit controls how many posts to get per subreddit independently
  • Sort modes — New, Hot, Top, Rising, or Controversial
  • Time filters — For Top/Controversial: hour, day, week, month, year, all time
  • Deep scraping — Opens each post in a parallel browser tab for complete fields (selfText, images, video, gallery, awards, crosspost data)
  • Parallel tabs — Processes 3 posts simultaneously per subreddit
  • Pagination — Automatically follows after cursor
  • Comments — Optional top-20 comments with up to 5 nested replies
  • 50+ fields per post
  • Stealth mode — Random user agents and fingerprinting

Input Options

FieldTypeDefaultDescription
subredditsArrayrequiredList of subreddit names (without r/)
sortByEnumnewnew · hot · top · rising · controversial
topTimeEnumweekFor Top/Controversial: hour · day · week · month · year · all
maxItemsPerSubredditNumber50Max posts per subreddit (1–1000)
deepScrapingBooleantrueOpen each post for full metadata
includeCommentsBooleanfalseInclude top 20 comments with nested replies
headlessBooleantrueRun browser in headless mode
proxyConfigurationObjectApify ResidentialProxy settings

Example Inputs

Scrape newest posts from multiple subreddits

{
"subreddits": ["javascript", "webdev", "node"],
"sortBy": "new",
"maxItemsPerSubreddit": 50,
"deepScraping": true
}

Top posts of the month from multiple subreddits

{
"subreddits": ["programming", "technology", "MachineLearning"],
"sortBy": "top",
"topTime": "month",
"maxItemsPerSubreddit": 25,
"deepScraping": true,
"includeComments": true
}

Output Dataset Fields

Same 50+ fields as the Reddit Subreddit Scraper — all posts across all subreddits go into a single dataset. Each post includes the subreddit field so you can filter by source.

Key fields: id, title, url, permalink, subreddit, author, score, upvoteRatio, numComments, createdAt, postType, isVideo, isGallery, selfText, thumbnail, flair, nsfw, awards, videoData, galleryImages, previewImages, comments, scrapedAt


  • Reddit Subreddit Scraper — Single subreddit with more sort/filter options
  • Reddit Search Scraper — Search Reddit by keyword
  • Reddit Subreddit Users Scraper — Extract all unique users from a subreddit

Author

Built by Kumar Lakshmanan · lakshmanan.w3dev@gmail.com