Reddit Post & Comment Scraper avatar

Reddit Post & Comment Scraper

Pricing

Pay per usage

Go to Apify Store
Reddit Post & Comment Scraper

Reddit Post & Comment Scraper

Scrape Reddit posts and comments with AI-ready JSONL output for LLM pipelines

Pricing

Pay per usage

Rating

0.0

(0)

Developer

pit 2017

pit 2017

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape posts and comments from Reddit with AI-ready JSONL output.

Features

  • Search Reddit by keyword (subreddit or all)
  • Extract post title, author, score, content, timestamps
  • Scrape comments with nested replies
  • Output: Standard JSON + JSONL (LLM fine-tune ready) + RAG Markdown
  • Rate limit handling with smart retries

Input

{
"mode": "search",
"query": "AI tools 2026",
"subreddit": "r/ArtificialIntelligence",
"limit": 50,
"sort": "relevance",
"timeFilter": "month"
}

Or by post URL:

{
"mode": "url",
"postUrl": "https://www.reddit.com/r/programming/comments/abc123/",
"maxComments": 100
}

Output Formats

  • results.json - Standard JSON array
  • results.jsonl - JSONL for LLM training pipelines
  • results_rag.md - Markdown formatted for RAG systems

Run on Apify

https://console.apify.com/actors/YOUR_ACTOR_ID

License

MIT