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.
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.