The GUI search documentation for reddit (https://www.reddit.com/wiki/search/) says that it is possible to do a reddit search and retrieve Posts, Comments and Subreddits related to the search term.
Is there anyway to do something similar using the API? I've gone through PRAW but it only shows how to search within a Subreddit. What I want is to search reddit using API and retrieve Posts, Comments and Subreddits related to the search term.
Hope I've been able to explain my problem clearly :) I'm very bad in explaining things
Videos
Hi, is this the only documentation website available for the Reddit API?
- https://www.reddit.com/dev/api/
I know a few of the software industry standards of good documentation like Gitlab, but what are some of the gold standard API documentations you’ve seen?
Hey,
I'd like to use Reddit from the command line and someone pointed me to the Reddit API. The documentation struck me as a bit complex, though. Could anyone direct me to some kind of simple list of steps for how to use it?
You have to make an account - then, do you download the API to your system, or do you just send HTTP requests or something? What are some specific examples of usage?
Thanks very much for any assistance.