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

Export posts from any Reddit user profile. Use Export All for a full history pull, or a smaller batch for quick checks.

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

Step 1

Install the Extension

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

Step 2

Enter a Username

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

Step 3

Export Batch or Export All

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

Step 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