VOOZH about

URL: https://apify.com/jupri/reddit

โ‡ฑ Reddit Explorer 3.1 ยท Apify


Pricing

$30.00/month + usage

Go to Apify Store

๐Ÿ’ซ All-in-One Reddit.com Scraper ๐ŸŸช๐ŸŸฆ๐ŸŸฉ๐ŸŸจ๐ŸŸง๐ŸŸฅ

Pricing

$30.00/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ cat

cat

Maintained by Community

Actor stats

15

Bookmarked

327

Total users

5

Monthly active users

6 months ago

Last modified

Share

Welcome to Reddit Explorer

๐Ÿ‘ Image
๐Ÿ‘ Image

๐Ÿค– About Reddit.com

๐Ÿ‘ Image

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 (RDQL) :

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

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
#<FLAIR>#pythonSearch Flair (aka. Hashtag)
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
@<USER>@googleScrape User data
/info@google/infoUser info
/posts@google/postsUser posts
/comments@google/commentsUser comments
https:<URL>https://www.reddit.comStart URL
https://www.reddit.com/user/ ...
https://www.reddit.com/u/ ...
https://www.reddit.com/r/ ...
/<API>?<PARAMS>/search?q=apify&limit=10Directly Access Reddit API
https://www.reddit.com/dev/api
/r/apify/about
/r/apify/about/moderators?limit=5
/best?limit=10
/hot?limit=20
๐Ÿ‘‰ Object-ID
t2_xxxxxxt2_xxxxxx/infoScrape User Data
t3_xxxxxxt3_xxxxxx/commentsScrape Post Data
t5_xxxxxxt5_xxxxxx/postsScrape 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 ?

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.

๐Ÿ‘ Image

You might also like

Related articles

How to scrape Reddit data with unofficial Reddit API
Read more