Description Usage Format Source
A dataset containing the names and other features of the 58,868 subreddits with over 1000 subscribers as of August 6, 2021.
A dataset containing the 1000 comments returned by the PushShift API for the search term "bilbo" on February 12, 2022. Results were queried using the R package **pushshiftR**.
1 2 3 |
A data frame with 58868 rows and 4 variables:
The title of the subreddit.
The subreddit url display name (/r/displayname).
A brief description of the subreddit provided by its moderators. Not provided for all subreddits.
The number of subscribers.
...
A data frame with 1000 rows and 53 variables, only the most important of which are enumerated here:
The comment author's username.
The text of the comment.
The date and time of the comment in UTC format, with origin 1970-01-01.
The sum of up/downvotes.
The display name of the subreddit where the comment was posted.
...
https://files.pushshift.io/reddit/subreddits/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.