Skip to main content
Lection Logolection
Reddit

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.

No API keyExport to CSV/Excel/JSONBatch or Export All

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

1. Install the Extension

Install the Lection Chrome extension to run the request locally in your browser.

2. Enter a Username

Paste a username (or a Reddit user profile URL).

3. Export Batch or Export All

Export all will paginate until there are no more pages or you hit Max Rows.

4. Download

Download as JSON, CSV, or Excel.

Want to schedule and automate these scrapes? Create a free account to get started.Create Account

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.

Related Resources