Reddit Scraper - Posts, Comments, Scores & Subreddits avatar

Reddit Scraper - Posts, Comments, Scores & Subreddits

Pricing

from $2.70 / 1,000 results

Go to Apify Store
Reddit Scraper - Posts, Comments, Scores & Subreddits

Reddit Scraper - Posts, Comments, Scores & Subreddits

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 $2.70 / 1,000 results

Rating

0.0

(0)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrape Reddit posts, comments, and subreddits. Search globally or browse specific subreddits with full pagination.

What you get

Extract structured Reddit data including post content, scores, comments, media, awards, and flair. Search across all of Reddit by keyword or browse specific subreddits. Optionally fetch top comments for each post.

Output fields

FieldDescription
titlePost title
authorPost author
subredditSubreddit name
urlExternal URL (if link post)
permalinkReddit post URL
selftextPost body text
scoreNet upvotes
upvoteRatioPercentage of upvotes
numCommentsComment count
createdPost timestamp
isNSFWNSFW flag
mediaUrlMedia URL (images, videos)
awardsAwards received
flairPost flair
topCommentsTop comments (when enabled)

Example output

{
"title": "I built a web scraper that...",
"author": "username123",
"subreddit": "programming",
"url": "https://example.com/article",
"permalink": "https://www.reddit.com/r/programming/comments/1jx3abc/...",
"selftext": "Full post body text here...",
"score": 1542,
"upvoteRatio": 0.95,
"numComments": 87,
"created": "2026-04-10T14:30:00+00:00",
"flair": "Discussion"
}

Input parameters

ParameterRequiredDescription
queriesYesSearch terms or subreddit names (prefix with r/ for subreddits)
searchTypeNo"posts" or "subreddits" (default: posts)
sortNoSort: hot, new, top, rising, relevance (default: hot)
timeFilterNoTime range for top/relevance: hour, day, week, month, year, all
maxResultsNoMax posts per query, up to 1,000 (default: 100)
includeCommentsNoFetch top comments per post (default: false)

Use cases

  • Market researchers: Track brand mentions and sentiment across subreddits
  • Content creators: Find trending topics and popular discussions
  • Community managers: Monitor subreddit activity and engagement
  • Product teams: Gather user feedback and feature requests
  • Academic researchers: Study online communities and discourse

Limitations

  • Up to 1,000 results per query (Reddit API limit)
  • Including comments adds ~2 seconds per post
  • Private subreddits are not accessible