lidar
All posts

Reddit search operators: the complete working list

Every operator that still works, the Google fallback for when they do not, and an honest account of what Reddit search cannot do at all.

Guides8 min read

Reddit search has a reputation for being bad. It is not quite bad so much as unhelpful: the operators exist and work, and the interface does almost nothing to tell you they exist. This is the reference list, followed by an honest account of the things it genuinely cannot do.

The operators that work

OperatorDoesExample
subreddit:Restrict to one communitysubreddit:webdev hosting
author:Posts by one userauthor:spez
title:Match the title onlytitle:"looking for"
selftext:Match the post body onlyselftext:invoicing
flair:Match post flairflair:"Help Wanted"
url:Match the linked URLurl:github.com
site:Match the linked domainsite:youtube.com
self:yesText posts onlyself:yes subreddit:saas
nsfw:noExclude flagged contentnsfw:no

Boolean logic

AND, OR and NOT all work, in capitals, and parentheses group them. Quotes force an exact phrase. This is where most of the real power is:

(invoicing OR billing) AND ("looking for" OR "any recommendations")
subreddit:smallbusiness (invoice OR invoicing) NOT (hiring OR job)
title:("alternative to" OR "instead of") subreddit:webdev
selftext:"we currently use" AND (slow OR expensive OR clunky)

The third and fourth lines are the ones worth internalising. People announce a switch with “alternative to” far more often than they announce a purchase, and “we currently use” followed by a complaint is about as close to a qualified lead as public text gets.

Sorting and time, which live in the URL

The interface gives you a dropdown. The URL gives you precision, and it is worth bookmarking:

https://www.reddit.com/r/webdev/search/?q=hosting&restrict_sr=1&sort=new&t=week
  • restrict_sr=1 keeps results inside the subreddit
  • sort= takes relevance, new, top, comments
  • t= takes hour, day, week, month, year, all

For finding people to talk to, sort=new with t=week is the only combination that matters. Relevance sorting will happily hand you a perfect thread from 2019.

Searching across several communities at once

Multireddit syntax works in the URL and saves a lot of tab juggling:

https://www.reddit.com/r/webdev+node+devops/search/?q=%22looking+for%22&restrict_sr=1&sort=new

A saved custom feed does the same thing with a nicer name and survives you forgetting which eleven subreddits you picked.

Four things Reddit search cannot do

1. Arbitrary date ranges

There is no “between 3 March and 17 March”. You get the preset buckets and nothing finer. This used to be solved by third-party archives built on Pushshift, and after the 2023 API changes those were restricted to moderator use, so the public workaround no longer exists.

2. Comment search

Site-wide comment search is not available. Comments are where most recommendations live, which is a significant hole: “what are you all using for X” gets asked as a post, and the answer that names five tools is a comment you cannot search for.

3. Ranking by anything useful

You can sort by new, top or comment count. You cannot sort by “most likely to be a person with a budget”. Every result is equal, so you read all of them.

4. Understanding what you meant

Search for invoicing and you will not get the person who wrote “chasing clients for money is eating my week”. They never used your word. This is the limitation that actually costs you money, and no operator fixes it.

The Google fallback

For anything older than a few weeks, Google indexes Reddit better than Reddit searches it:

site:reddit.com/r/webdev "best hosting for"
site:reddit.com "alternative to notion" 2025
site:reddit.com inurl:comments "we switched from"

Google gives you real date filtering through Tools, better phrase matching, and it searches comment text that Reddit will not. What it will not give you is anything from this morning, because indexing lags. So: Google for research, Reddit sorted by new for anything you intend to reply to.

Turning a search into a feed

The most useful thing on this page, and the least known: almost any Reddit listing URL will return RSS if you append .rss. That includes search results.

https://www.reddit.com/r/webdev/new/.rss
https://www.reddit.com/r/webdev+node+devops/new/.rss
https://www.reddit.com/r/smallbusiness/search/.rss?q=invoicing&restrict_sr=1&sort=new

Point a reader at those and your carefully built boolean queries stop being something you have to remember to run. This is how to get most of the way to a monitoring setup without paying anybody, and it is a genuinely good answer for one or two narrow queries. Its limits show up quickly: no deduplication across feeds, no ranking, and the same vocabulary ceiling as every other technique here.

Old Reddit still has the better interface

old.reddit.com exposes search controls the current interface buries, and it handles multireddit URLs more predictably. If you are doing this seriously, build the query there and keep the resulting URL. The operators are identical on both, so nothing you learn is wasted either way.

A practical weekly routine

  1. Once, at the start: build a custom feed of your six to twelve communities.
  2. Once a week: run three or four saved boolean queries with sort=new&t=week and skim what surfaced.
  3. Once a month: run the Google version with a date filter to catch anything the week-by-week pass missed.
  4. Daily: read the custom feed sorted by new, because the threads worth answering are the ones nobody has answered yet.

That routine covers roughly what a manual process can cover. Its ceiling is vocabulary: it finds people who used your words. Closing the rest of the gap means reading every new post and judging it on meaning instead of on string matching, which is a different kind of work and the reason keyword tools and qualification tools are not the same category.

If you are building a search routine to find customers rather than to do research, the wider playbook is in the Reddit lead generation guide.

See who is describing your problem today.

Lidar reads the subreddits that fit your product every day and shows you the posts worth answering. You decide who to reply to.