Reddit Comments Scraper & Exporter
Scrape comments from any Reddit post and export to Excel, CSV, or JSON. Supports Export All to pull large threads with more than 200 comments.
How It Works
Reddit exposes a public JSON endpoint for each post at /comments/<post_id>.json. This tool fetches that endpoint and flattens nested replies into a single exportable table.
Large threads often include "more" placeholders instead of returning every comment at once. Export All expands those placeholders via /api/morechildren.json until there are no more blocks or you hit your Max Rows limit.
How to Use This Tool
Paste a Post URL
Copy the URL of any Reddit post and paste it into the input.
Choose Export Mode
Export Batch for a single request, or Export All to expand "more" blocks and collect large threads with more than 200 comments.
Download
Download your results as JSON, CSV, or Excel.