You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in retrieving submissions and comments for several sub-reddits which have been banned. E.g. r/Incels and r/BrainCels. I noticed that, while the comment queries seem to work, submission queries for these subreddits seem to return empty result responses;
I'm presently downloading one of the submission .zst files to check if the raw data is actually present or not, but I'd love to know if there is there any way to access the submissions for banned sub-reddits via the API? I've tried limiting the search query to the pre-banned time with &before=2087d but this doesn't seem to change the returned result.
Thanks in advance, and thank you for the excellent resource and your work maintaining it.
The text was updated successfully, but these errors were encountered:
aaronsnoswell
changed the title
Querying banned sub-reddits
Querying submissions for banned sub-reddits
Feb 17, 2023
Hello!
I am interested in retrieving submissions and comments for several sub-reddits which have been banned. E.g.
r/Incels
andr/BrainCels
. I noticed that, while the comment queries seem to work, submission queries for these subreddits seem to return empty result responses;api.pushshift.io/reddit/search/submission?subreddit=incels&size=2
->I'm presently downloading one of the submission
.zst
files to check if the raw data is actually present or not, but I'd love to know if there is there any way to access the submissions for banned sub-reddits via the API? I've tried limiting the search query to the pre-banned time with&before=2087d
but this doesn't seem to change the returned result.Thanks in advance, and thank you for the excellent resource and your work maintaining it.
The text was updated successfully, but these errors were encountered: