[Free Tool] Search your niche in Reddit

kuzuryu71

Regular Member
Joined
Sep 12, 2019
Messages
254
Reaction score
91
Hello guys! It's time to give back to the community.

Inspired from @Meerakat 's post about searching your niche subreddit.

So basically he used Google's search/indexing capability to search your keyword in Reddit's indexed page. This is a great idea, but how about if we search it directly to reddit via it's API?

The pros should be:
  • Not dependent on what Google algorithm is
  • Results are directly from Reddit
The cons should be:
  • Rate limit (It's around 30 requests/minute per API key)
Here you go: https://nichesearch.web.app/

So basically this is a simple web page built on top of snoowrap, a wrapper of Reddit API in javascript. And since you can easily see the source code via "right click --> view page source", you can deploy it yourself and use your own API key to make the rate limit only yours, not shared with other users.

The Reddit search API is built on top of Lucene I think. Maybe a variant of Lucene like elasticsearch. So, it supports Lucene syntax for searching.

In example,

I search with this keyword: bitcoin
xqx7Kqm


Then I can also search with this keyword: bitcoin +finance
Means, I want to search whether the post need to have finance stated in the post and maybe contains bitcoin
KyBMXF2


Or the opposite
ek9rCvM


You can open the lucene query documentation for other syntax.

That's it.

Have a nice day!
 
So its same as we go to reddit and search on their site, right?
 
So its same as we go to reddit and search on their site, right?
More or less. But via API the result will be less cluttered and we can control the response. Or you can play with the snoowrap API to get more of it.
 
More or less. But via API the result will be less cluttered and we can control the response. Or you can play with the snoowrap API to get more of it.

and most important we can download that data instead of manually making it.
 
Thanks for the mention, really good idea! Using the API is a wayyyy better option.
 
but problem come reddit have to see the mod allow url link or not
 
Something I have always wondered, is it worth getting links from Reddit?
 
Very nice...
You could make this a real SaaS product with some additions - you know that right?
 
Very nice...
You could make this a real SaaS product with some additions - you know that right?
Haha, of course I can do that. But for this one, will be just open sourced. Since everyone that can code javascript a little, can create this.
 
  • Like
Reactions: 200
Thank you for your great share. I am digging in reddit traffic.
 
Back
Top