Reddit Domain Scraper & Exporter
Scrape Reddit posts that link to any domain (e.g., nytimes.com) and export to Excel, CSV, or JSON. Supports pagination to pull more than 100 results.
How It Works
Reddit provides a public JSON listing for domain pages at /domain/<domain>.json. This tool fetches that listing, flattens it into rows, and lets you export the results.
Enter a domain (or paste a URL and we'll extract the host).
Pick a sort order, time filter, and batch size.
Use Export All to paginate through results until you stop or hit Max Rows.
Download the export as Excel, CSV, or JSON.
Use Cases
- Track how often your website is shared on Reddit.
- Find top-performing links to a competitor's domain.
- Build a dataset of posts for content research.
Does this require a Reddit API key?
No. It uses Reddit's public JSON endpoints.
Can I export more than 100 posts?
Yes. Use Export All and optionally set Max Rows to control how many rows you collect.
Why do I see rate limit errors?
Reddit may rate limit automated traffic. Wait a bit and try again, or reduce Export All runs.