Scrape Reddit comments from any post at scale
Livescraper's Reddit Comments Scraper turns post URLs into a comment table. You paste the links one per line - or upload them as a CSV, XLSX, TXT or Parquet file - pick one of six sort orders, cap the rows per query or leave the box empty to take everything, and download the results as a clean CSV, Excel or JSON file. Requests go out through the shared proxy pool rather than your own address.
Each row is one comment: the post URL you submitted, the account that wrote it, the comment text, its score, when it was created, a permalink to that individual comment, and a status column recording how the fetch went. The sort order is the control worth thinking about, because it decides which part of a thread a capped run keeps - Top and Controversial answer genuinely different questions about the same post.
Two things are worth knowing before you build against it. The schema is flat: there is no parent id, comment id or depth column, so the export is a list of comments rather than a reply tree, and the query column is the only link back to the thread. And this page names the seven columns and their order without claiming a single value format or fill rate, because no populated Reddit Comments export exists to base one on - the runs we hold returned only the query and status columns and were aimed at a placeholder URL, so they establish the schema and nothing about Reddit in either direction.
It is also worth wiring the status column into your pipeline from the start: the platform's own form warns that anti-bot sites return a blocked status on the free pool, which is residential-only. Run one post on the free tier and read the first rows before you write a parser. Your first 500 rows cost nothing and need no credit card, and after that it is $0.002 per row, flat.