Reddit Scraper – Subreddit posts & comments avatar

Reddit Scraper – Subreddit posts & comments

Pricing

from $0.02 / 1,000 results

Go to Apify Store
Reddit Scraper – Subreddit posts & comments

Reddit Scraper – Subreddit posts & comments

Scrape Reddit subreddit posts and comments with filters for time, sorting, and keywords. Get clean JSON/CSV ready for analysis or automation.

Pricing

from $0.02 / 1,000 results

Rating

0.0

(0)

Developer

Clara

Clara

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Scrape posts and comments from any public Reddit subreddit. Get clean, structured JSON data ready for analysis, sentiment tracking, or market research.

What it extracts

  • Post titles, authors, and publish timestamps
  • Upvotes and comment counts
  • Post URLs and permalinks
  • Subreddit metadata

Use cases

  • Market research — Monitor discussions about competitors, products, or trends
  • Sentiment analysis — Track audience opinions on any topic
  • Content inspiration — Discover trending posts and viral content
  • Lead generation — Find active communities relevant to your niche
  • AI/LLM training data — Collect authentic human conversations

How it works

  1. Enter a subreddit name (e.g., machinelearning, smallbusiness)
  2. The scraper loads the subreddit page via Playwright
  3. Posts are extracted and stored in your dataset as JSON
  4. Download results in JSON, CSV, or HTML format

Example output

{
"subreddit": "machinelearning",
"count": 25,
"posts": [
{
"title": "GPT-5 announced by OpenAI",
"author": "tech_enthusiast",
"upvotes": "15420",
"comments": "3241",
"url": "https://reddit.com/r/MachineLearning/..."
}
]
}

Notes

  • Only extracts publicly visible posts (no login required)
  • Results depend on Reddit's page structure — sorting and pagination work automatically
  • For large volumes, consider running during off-peak hours

Input

FieldTypeRequiredDescription
subredditstringYesSubreddit name (without r/)
limitnumberNoMax posts to extract (default: 25)