-
https://pushshift.io/api-parameters/
It's super convenient and does not require API keys. Here's some snippet I wrote a while ago to archive text posts from a subreddit, should be VERY easy to adap…
-
The Pushshift Data API is only accessible to approved moderators as [announced here](https://redd.it/14ei799).
Since Unedit and Undelete for Reddit relies on Pushshift to work, non-moderators can …
-
In particular these two requests work:
https://api.pushshift.io/reddit/search/submission/?ids=bfghow,bfghno
https://api.pushshift.io/reddit/search/submission/?ids=bfghow,bfghno&fields=title,id,sco…
-
When I'm trying to download dataset,
I got warning
/opt/conda/lib/python3.7/site-packages/pmaw/Request.py:263: UserWarning: 2000 items were not found in Pushshift
warnings.warn(f"{self.limi…
-
### Describe the bug
I have the following error when I try to scrape reddit :
`snscrape.base.ScraperException: 4 requests to https://api.pushshift.io/reddit/search/submission?q=toto&limit=1000 fail…
-
One possible approach to #24
Depends on #26
#26 is simpler and should be attempted first.
-
Same as the reddit one (https://github.com/berkmancenter/mediacloud/issues/598). I think this has already happened, but we aren't tracking it on an issue. We want to be able to search PushShift.io ver…
-
First of all: love pushshift.io 💕. Saved me so much time.
There are quite a few [deleted] author/ body comments.
What's up with those?
If there is only couple of seconds delay between when co…
gajus updated
5 years ago
-
`https://apiv2.pushshift.io/reddit/search/submission/` no longer works
The correct one is `https://elastic.pushshift.io/rs/submissions/_search/`, don't know what it is for comments, though.
The …
rkalz updated
6 years ago
-
Hi Matthew, thank you so much for your great work on PMAW!
I tried to use [your example](https://medium.com/swlh/how-to-scrape-large-amounts-of-reddit-data-using-pushshift-1d33bde9286) with a limit…