Reddit User Posts Scraper & Exporter
Scrape posts submitted by any Reddit user, then export to Excel, CSV, or JSON. Supports pagination to pull more than 100 results.
How It Works
Reddit exposes a public JSON listing for user submissions at /user/<username>/submitted.json. This tool paginates using the after cursor to export large lists.
How to Use This Tool
Install the Lection Chrome extension to run the request locally in your browser.
Paste a username (or a Reddit user profile URL).
Export all will paginate until there are no more pages or you hit Max Rows.
Download as JSON, CSV, or Excel.
Frequently Asked Questions
Do I need a Reddit account?
No for submitted posts. This uses a public JSON endpoint for public users.
Can I export more than 100 posts?
Yes. Use Export All to paginate using the after cursor.
Why is the extension required?
Browsers block cross-site requests to reddit.com (CORS). The extension runs the request locally and returns the response.