api
api copied to clipboard
Pushshift API
I have been having an issue recently where I am occasionally having the following error when running my code which scrapes specific data from reddit: ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert...
Readme says 500, but not getting any more than 100 results using `https://api.pushshift.io/reddit/search/submission/?subreddit=antimlm&size=200`
Is the API down? `https://api.pushshift.io/reddit/search/comment/?author=XXX` fails
**https://api.pushshift.io/reddit/submission/comment_ids/{thread_id}** this API isn't working anymore for newer threads.
Thanks for your work on this! It looks like there's currently an issue with the id search on Pushshift, the example comments id search query provided in the Pushshift API...
Yesterday the api was fine, today it's down.
for example, I'm trying to search all the comment_id for https://www.reddit.com/r/wallstreetbets/comments/47xlnh/options_trading_for_noobspart2/ but the api https://api.pushshift.io/reddit/submission/comment_ids/47xlnh returns empty result.
The api is down today.
The README indicates there might be a way to access the data in the elasticsearch cluster directly. Is this possible, and if so how might I go about it?