Reddit  Explorer 3.0 avatar
Reddit Explorer 3.0
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
Reddit  Explorer 3.0

Reddit Explorer 3.0

jupri/reddit
Try for free

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

ParameterTypeDescription
querystring arrayList of Query, Search Terms or URL
limitintegerNumber 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 (RQL) :

[ [ <COMMAND:> | # | @ ] [ <NAME> | <ID> | <KEYWORD> ] [ / <SECTION> ] | <URL> ]

Possible QUERY Values

FormatExampleDescription
<KEYWORD>search termsSearch Anything
text:text:web scrapingSearch text posts
media:media:sponge bobSearch media
video:video:star trekSearch video
image:image:natureSearch image
space:<SPACE>space:PythonScrape Subreddit Data
/postsspace:Python/postsSpace/Subreddit/Community posts
<POST_ID>t3_xxxxxxxScrape Post Data
/infot3_xxxxxxx/infoPost content
/commentst3_xxxxxxx/commentsPost comments
#<FLAIR>#pythonSearch Flair (aka. Hashtag)
@<USER>@googleScrape User data
/info@google/infoUsername info
/posts@google/postsUser posts
/comments@google/postsUser comments
https:<URL>https://www.reddit.comStart URL

👉 Using QUERY with an Object-ID

FormatExampleDescription
t2_xxxxxxt2_xxxxxx/infoScrape User-ID posts
t3_xxxxxxt3_xxxxxx/commentsScrape Post-ID comments
t5_xxxxxxt5_xxxxxx/postsScrape Subreddit-ID posts

🤖 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 ?

TypeName
t1Comment
t2Account
t3Post/Link
t4Message
t5Subreddit
t6Award
t8PromoCampaign

🤖 Support

⚡️ Feel free to reach out to the developer for any issues or suggestions for improvement.

Developer
Maintained by Community
Actor metrics
  • 5 monthly users
  • 3 stars
  • 100.0% runs succeeded
  • Created in Aug 2023
  • Modified 6 days ago