Product researchers
Voice-of-customer scans
Search for product names, alternatives, feature requests, or complaints, then sort the exported rows by comments or upvotes to prioritize threads worth reading.
Limited Time — Lifetime Access for just $99. Lock in before prices rise.
This Reddit search scraper turns an Old Reddit search URL into a structured CSV of post results. It is built for teams that need to scrape Reddit search results, export Reddit posts, or collect topic-level Reddit search data without writing API code or routing the job through a cloud-only scraper.
CSV
8
Click next
Old Reddit search
No API key
At a glance
Collect search result posts by keyword
Start from a URL such as https://old.reddit.com/search?q=Octoparse&sort=relevance&t=all and capture the keyword, subreddit, title, author, timestamp, engagement counts, and post link.
Follows Old Reddit pagination
After each Structured Export, the graph checks whether a next link exists, clicks it, waits for the reload, sleeps briefly, and sends the flow back through the same export path.
Exports an analysis-ready spreadsheet
The output file is reddit-search-scraper.csv, written with headers and append mode so every page lands in one file for Excel, Sheets, BI tools, or qualitative coding.
Runs in the local desktop app
The browser session and CSV stay on your machine by default. That helps when Reddit research, query lists, or community monitoring notes should not pass through a hosted scraping dashboard.
Who uses it
Product researchers
Voice-of-customer scans
Search for product names, alternatives, feature requests, or complaints, then sort the exported rows by comments or upvotes to prioritize threads worth reading.
SEO and content teams
Topic discovery
Download Reddit results for buyer questions and compare them with search demand from the Google SERP scraper or Search Engine Aggregator.
Social listening analysts
Recurring monitoring
Export Reddit posts around a brand, category, or incident, then send the CSV to a review queue instead of asking analysts to copy links out of search pages manually.
How to use
Download the JSON template
Use the page CTA or download the hosted file from the Reddit search scraper JSON.
Import it into UScraper
Open the local desktop app, import the JSON, and review the graph groups for Page Load, Pagination Loop, Control Flow, and Data Extraction.
Change the search keyword
Edit the Navigate block URL. Replace q=Octoparse with your approved keyword, then adjust sort or t parameters if your research brief needs a different Reddit search view.
Confirm the export path
The Structured Export block writes reddit-search-scraper.csv with headers enabled and append mode on. Change the save folder before a recurring run.
Run and inspect the CSV
UScraper navigates, waits for results, exits if Reddit returns the common block message, exports the page, clicks next when available, and appends each new page.
Output preview
reddit-search-scraper.csvColumn
keyword
Search term parsed from the current Reddit search URL.
Column
subreddit
Subreddit name, normalized as r/community when available.
Column
title
Post title from the visible search result card.
Column
author
Reddit username from the result row or metadata.
Column
post_time
ISO timestamp when Reddit exposes time metadata.
Column
upvotes
Visible score normalized by removing commas.
Column
comments
Visible comment count normalized into a number where possible.
Column
post_url
Absolute Reddit post or comments URL.
Sample rows
2 of many
| keyword | subreddit | title | author | post_time | upvotes | comments | post_url |
|---|---|---|---|---|---|---|---|
| Octoparse | r/webscraping | Octoparse alternatives for repeatable research exports | sample_researcher | 2026-06-03T12:18:20.000Z | 42 | 11 | |
| Octoparse | r/nocode | Which no-code scraper works for search result monitoring? | ops_analyst_7 | 2026-06-02T18:04:01.000Z | 18 | 6 |
For adjacent Reddit workflows, use the Reddit Subreddit Scraper when you already know the community, or the free Reddit subreddit template for a lighter subreddit export. Browse the UScraper template library when your research expands beyond Reddit.
Reddit search pages may be publicly viewable, but automated collection can still be limited by Reddit terms, robots rules, data-use policies, subreddit expectations, privacy law, copyright, or contracts with your customers. Use conservative pacing, avoid private or restricted content, keep source URLs, and get legal review before redistribution, resale, client reporting, or AI training.
Before you run
Guardrails for reliable Reddit exports
Use measured batches
Start with a small keyword set, keep the bundled waits in place, and avoid parallel runs against Reddit from the same network. Stop if Reddit returns repeated policy, login, or unusual-traffic pages.
Old Reddit markup can change
The template targets common Old Reddit result rows. If exports go empty after a redesign or experiment, inspect the live page and update the row selector or column extraction rules before scaling again.
Review Reddit rules before commercial reuse
Read Reddit's Data API terms, developer terms, and Responsible Builder Policy before sharing downstream datasets, dashboards, or training corpora.
Download and use this template instantly
UScraper templates are open source. Improve this workflow or contribute a new one to help the community grow.
Contribute on GitHubBrowse more templates in the library
All TemplatesHere are some of our most common questions. Can't find what you're looking for?
View All FAQsDownload UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.
Available on Windows 10+ and macOS 12+ · Need help? [email protected]