Reddit Explorer 3.0
7 days trial then $30.00/month - No credit card required now
Reddit Explorer 3.0
7 days trial then $30.00/month - No credit card required now
💫 Scrape Reddit.com ⬛🟪🟦🟩🟨🟧🟥🟫
Welcome to Reddit Explorer
🤖 About Reddit.com
Reddit (/ˈrɛdɪt/) is an American social news aggregation, content rating, and discussion website. Registered users (commonly referred to as "redditors") submit content to the site such as links, text posts, images, and videos, which are then voted up or down by other members. Posts are organized by subject into user-created boards called "communities" or "subreddits". Submissions with more upvotes appear towards the top of their subreddit and, if they receive enough upvotes, ultimately on the site's front page. Reddit administrators moderate the communities. Moderation is also conducted by community-specific moderators, who are not Reddit employees.[8] It is operated by Reddit Inc., based in San Francisco.[9]
🤖 Tutorial
👉 Parameters
Parameter | Type | Description |
---|---|---|
query | string array | List of Query , Search Terms or URL |
limit | integer | Number of results (per-query) |
👉 Basic Usage
Search anything
{ "query": ["square pants"], "limit": 20 }
URL
Scrape subreddit (space) posts
{ "query": ["https://www.reddit.com/r/Python/"], "limit": 20 }
URL
Scrape user posts
{ "query": ["https://www.reddit.com/user/ElonMusk/"], "limit": 20 }
👉 Advanced Usage
Reddit Query Language (RDQL) :
[ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> | <URL> ] [ /<SECTION> ]
Possible QUERY
Values
Format | Example | Description |
---|---|---|
<KEYWORD> | search terms | Search Anything |
text: | text:web scraping | Search text posts |
media: | media:sponge bob | Search media |
video: | video:star trek | Search video |
image: | image:nature | Search image |
#<FLAIR> | #python | Search Flair (aka. Hashtag ) |
space:<SPACE> | space:Python | Scrape Subreddit Data |
/posts | space:Python/posts | Space/Subreddit/Community posts |
<POST_ID> | t3_xxxxxxx | Scrape Post Data |
/info | t3_xxxxxxx/info | Post content |
/comments | t3_xxxxxxx/comments | Post comments |
@<USER> | @google | Scrape User data |
/info | @google/info | User info |
/posts | @google/posts | User posts |
/comments | @google/comments | User comments |
https:<URL> | https://www.reddit.com | Start URL |
https://www.reddit.com/user/ ... | ||
https://www.reddit.com/u/ ... | ||
https://www.reddit.com/r/ ... | ||
👉 Object-ID | ||
t2_xxxxxx | t2_xxxxxx/info | Scrape User Data |
t3_xxxxxx | t3_xxxxxx/comments | Scrape Post Data |
t5_xxxxxx | t5_xxxxxx/posts | Scrape Subreddit Data |
🤖 Input Examples
👉 Example #1: Scrape User Data
User info
{ "query": ["@google/info"] }
Or using its User-ID
{ "query": ["t2_2yutkjzv/info"] }
User posts
{ "query": ["@google/posts"], "limit": 20 }
👉 Example #2: Flair (aka. Hashtag)
, Subreddit (aka. Space aka. Community)
Searching Hashtag
{ "query": ["#python"], "limit": 10 }
🤖 Output Examples
... almost there ...
🤖 Reddit FAQ
(1) What is Flair?
A flair is a tag that can be added to threads posted on the reddit website within a sub-reddit**. They help users understand the category to which the posts belong to and help readers filter specific kind of posts based on their preferences
(2) What is Subreddit ?
Subreddits are subsidiary threads or categories within the Reddit website. They allow users to focus on a specific interest or topic in posting content that gets voted up or down by relevance and user preference.
(3) What is a Reddit Crosspost?
Crossposting is an easy way to take a post from one community and share it with another community.
(4) What is Types of Thing ?
Type | Name |
---|---|
t1 | Comment |
t2 | Account |
t3 | Post/Link |
t4 | Message |
t5 | Subreddit |
t6 | Award |
t8 | PromoCampaign |
🤖 Support
⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.
- 13 monthly users
- 5 stars
- 96.6% runs succeeded
- Created in Aug 2023
- Modified about 1 month ago