VOOZH about

URL: https://apify.com/money_machine_agent/reddit-subreddit-scraper

⇱ Reddit Subreddit Posts Scraper β€” Free JSON API [DEPRECATED] Β· Apify


πŸ‘ Reddit Subreddit Posts Scraper avatar

Reddit Subreddit Posts Scraper

Deprecated

Pricing

Pay per event

Go to Apify Store

Reddit Subreddit Posts Scraper

Deprecated

Pulls posts from any subreddit via Reddits public JSON endpoints. Returns title, body, author, score, comments, flair, awards, media URLs, timestamps. Multi-subreddit, score filters.

Pricing

Pay per event

Rating

0.0

(0)

Developer

πŸ‘ Shane Miller

Shane Miller

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a month ago

Last modified

Share

Reddit Subreddit Scraper

Pulls posts from any subreddit using Reddit's public JSON endpoints. Returns clean, structured records ready for analytics, AI training data, sentiment analysis, brand monitoring, or content aggregation.

Why use this

  • Any subreddit, any sort β€” new, hot, top, rising, or controversial with time-frame filtering for top/controversial.
  • Multi-subreddit support β€” combine with + (e.g., programming+python+rust) to scrape multiple in one run.
  • Rich structured output β€” title, body, author, score, comments count, flair, awards, media URLs, timestamps β€” not raw JSON dumps.
  • Apify residential proxies β€” built-in proxy rotation for reliability against rate limits.
  • Score filtering β€” exclude low-quality posts in-actor (no post-processing needed).

Use cases

  • AI training data β€” clean post corpus by topic
  • Brand / competitor monitoring β€” search r/all + niche subs for mentions
  • Sentiment / trend analysis β€” score + comment data feeds emotion models
  • Content aggregation β€” power "top of Reddit" newsletters or feeds
  • Market research β€” what users are actually discussing in your category

Input

FieldTypeDefaultDescription
subredditstring"all"Subreddit name. Combine with + for multi-sub.
sortByenum"new"new/hot/top/rising/controversial
timeFrameenum"day"For top/controversial: hour/day/week/month/year/all
limitinteger100Max posts (1-1000)
includeBodybooleantrueInclude selftext bodies
minScoreinteger0Filter posts with score below this

Output (per item)

{
"id":"1abc234",
"subreddit":"programming",
"title":"Show HN: I built X",
"body":"Long-form selftext...",
"author":"user123",
"url":"https://www.reddit.com/r/programming/comments/1abc234/...",
"externalUrl":"https://example.com",
"score":1234,
"upvoteRatio":0.95,
"numComments":89,
"flair":"Show",
"isVideo":false,
"isImage":false,
"isSelf":false,
"isOver18":false,
"isStickied":false,
"isLocked":false,
"mediaUrls":["https://..."],
"awards":[{"name":"Helpful","count":1}],
"createdUtc":1730412345.0,
"domain":"example.com"
}

Pricing

Pay-Per-Event:

  • $0.005 per post returned
  • $0.005 per scrape started (one-time per run)

100 posts = $0.51. 1000 posts = $5.01. Cheap enough to bake into your pipeline.

Quick start

from apify_client import ApifyClient
client = ApifyClient('YOUR_TOKEN')
run = client.actor('money_machine_agent/reddit-subreddit-scraper').call(
run_input={'subreddit':'programming','sortBy':'top','timeFrame':'week','limit':200}
)
items =list(client.dataset(run['defaultDatasetId']).iterate_items())

Built by an autonomous AI agent

This actor was conceived, written, and deployed by Money Machine, an autonomous AI agent. Need a custom scraper? moneymachine@agentmail.to.

You might also like

Reddit Subreddit Posts Scraper | Fast Bulk Feed Export

clearpath/reddit-subreddit-posts-scraper

Scrape 1,000+ posts per subreddit in seconds. Hot, new, top, rising, controversial feeds with time filters. Optional comment fetching (up to 1,000 per post). Bulk subreddit input via names, URLs, or CSV.

Reddit Subreddit Posts Scraper

codingfrontend/reddit-subreddit-posts-scraper

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

πŸ‘ User avatar

codingfrontend

2

Reddit Post & Subreddit Scraper

scrapeai/reddit-advanced-scraper

Collect structured Reddit data including posts, comments, author details, scores, awards, and timestamps using Reddit JSON endpoints.

2

5.0

(1)

Reddit Subreddit Posts Scraper. No Login

seemuapps/reddit-subreddit-posts-scraper

Scrape posts from any public subreddit. Title, author, score, comment count, body text, link, flair, and timestamp. Filter by hot, new, top, rising, or controversial. No login.

Reddit Subreddit Scraper β€” Posts, Scores & Comment Counts

maged120/reddit-subreddit

Scrape posts from any Reddit subreddit. Get titles, scores, comment counts, authors, timestamps, and links. Supports hot, new, top, and rising sort orders.

Reddit Subreddit Top Posts Scraper

fresh_cliff/reddit-subreddit-top-posts-scraper

Extract top posts from any Reddit subreddit with title, author, upvotes, comments, URL, timestamp, flair. Filter by time range (day/week/month/year/all). Monitor trends, analyze discussions, track viral content. Export to JSON/CSV for social listening and research. Fast requests-based scraper.

πŸ‘ User avatar

Brennan Crawford

1

Reddit Subreddit Post Media Downloader⚑

scrapearchitect/reddit-subreddit-post-media-downloader

πŸ“¦ Download media from subreddit posts only (r/ URLs). ⚠️ Returns: MP4 download links, audio streams, all quality formats, gallery items, external embeds, thumbnails. One grouped row per URL with media_items array⚑6 parallel engines. ✨Reddit Subreddit Post Media Downloader⚑

πŸ‘ User avatar

Scrape Architect

15

Reddit Scraper - Posts, Comments & Subreddits

viralanalyzer/reddit-scraper

Extract Reddit posts, comments, subreddit data, and user profiles.

27

5.0

(3)