Reddit Scraper - Posts, Comments, Subreddits, Search avatar

Reddit Scraper - Posts, Comments, Subreddits, Search

Pricing

from $0.40 / 1,000 results

Go to Apify Store
Reddit Scraper - Posts, Comments, Subreddits, Search

Reddit Scraper - Posts, Comments, Subreddits, Search

Scrape Reddit posts, comments, and subreddits. Search globally or within specific subreddits. Get post title, body, score, comments, author, flair, awards, and media URLs. Ultra-fast HTTP-only scraper using Reddit's built-in JSON API.

Pricing

from $0.40 / 1,000 results

Rating

5.0

(1)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

3

Bookmarked

218

Total users

38

Monthly active users

15 hours ago

Last modified

Share

Reddit Scraper - Posts, Comments, Search & Monitoring

Thirdwatch portfolio: 5K users across 88 public Actors, 2M+ records delivered, and >99% run success. Explore all Thirdwatch Actors.

Extract public Reddit posts, subreddit listings, global search results, self-post text, engagement, media, and nested comments through Reddit's anonymous read-only OAuth API. No browser, Reddit login, cookies, user-supplied API key, or proxy.

Why this Actor

  • Low-cost anonymous OAuth — structured JSON at 256 MB, with no stealth-browser startup fee or residential transfer.
  • 100 posts per page — paginate automatically to 1,000 posts per query.
  • Three query modes in one field — global search, subreddit listings, and search within a subreddit.
  • Full public post bodies — self-post text, media, flair, awards, crossposts, and moderation flags arrive in the structured response.
  • Comments included in the post price — embed up to 100 top or nested comments without paying per comment row.
  • Monitoring-ready — filter by visible score, skip pinned posts, and pass newerThan for incremental scheduled runs.
  • No duplicate billing — overlapping queries, URLs, and subreddit pages are deduplicated by Reddit post ID across the run.

Query patterns

InputBehavior
AI agentsSearch all public Reddit posts
r/programmingBrowse a public subreddit using the selected sort
r/programming: Python 3.14Search within one subreddit
startUrlsPaginate an existing Reddit listing/search page or fetch a post URL
postUrlsFetch exact public posts and optionally their comments

Basic subreddit run

{
"queries": ["r/programming", "r/python"],
"sort": "new",
"maxResults": 100
}

Global and subreddit-specific research

{
"queries": [
"AI coding agents",
"r/SaaS: customer support automation"
],
"sort": "relevance",
"timeFilter": "month",
"maxResults": 250,
"minScore": 5
}

Scheduled incremental monitoring

{
"queries": ["r/devops", "r/sysadmin: observability"],
"sort": "new",
"newerThan": "2026-07-15T00:00:00Z",
"skipPinnedPosts": true,
"maxResults": 200
}

Post and comment extraction

{
"postUrls": [
"https://www.reddit.com/r/programming/comments/POST_ID/example/"
],
"includeComments": true,
"maxCommentsPerPost": 50,
"maxCommentDepth": 3
}

Output fields

Every post row includes:

  • identity: id, title, url, permalink, sourceQuery
  • author/community: author, subreddit, flair
  • content: selftext, post_hint, domain, mediaUrl, thumbnail, gallery_images
  • engagement: score, upvoteRatio, numComments, gildingCount
  • flags: isNSFW, is_spoiler, is_stickied, is_self, is_video, is_crosspost, is_locked, is_archived
  • timestamps: created, scrapedAt
  • optional comments: topComments[] with id, parentId, author, body, score, depth, created, and permalink

Example result

{
"id": "1uxtv30",
"title": "New Python type checker",
"author": "TheSeriousTrader",
"subreddit": "Python",
"url": "https://www.reddit.com/r/Python/comments/1uxtv30/new_python_type_checker/",
"permalink": "https://www.reddit.com/r/Python/comments/1uxtv30/new_python_type_checker/",
"selftext": "Was checking out some Python type checkers...",
"score": 42,
"upvoteRatio": 0.88,
"numComments": 16,
"created": "2026-07-16T05:39:00+00:00",
"flair": "Discussion",
"is_self": true,
"topComments": []
}

Live pricing

You pay only for unique post rows written to the dataset. Empty searches, duplicates, failed requests, and comments embedded inside a post row do not create additional result charges.

Apify tierPrice per 1,000 posts
FREE$1.00
BRONZE$0.80
SILVER$0.60
GOLD$0.40

There is no browser-start or proxy fee. The Pricing tab is the authoritative live price.

Reliability and responsible use

  • The Actor collects public Reddit content only. Private, banned, quarantined, removed, or login-only content is unavailable.
  • Requests are globally rate-limited with bounded retries for 429, authorization refreshes, timeouts, and transient network failures.
  • Reddit scores and comment counts can change between requests and may be hidden for very new posts.
  • Comment-enabled listing runs are capped at 100 posts total across all queries; exact postUrls reuse their detail response and remain separate.
  • Comments come from Reddit's initial public comment tree; hidden “load more comments” branches are not expanded.
  • Search relevance and geographic availability are controlled by Reddit.

Workflows and guides

Pairs well with Twitter/X Scraper, Google News Scraper, and YouTube Scraper for cross-channel listening.

Last verified: 2026-07