api icon indicating copy to clipboard operation
api copied to clipboard

Pushshift API

Results 119 api issues
Sort by recently updated
recently updated
newest added

I think it would be greatly beneficial to be able to search by regex e.g. ``` https://api.pushshift.io/reddit/search/comment?qr=Dragon\ Quest\ .*XI ``` would match both: ``` ✔️ I love playing Dragon Quest...

Is submission the OP or Thread of the Subreddit? Also, how do I get the links of all of them within a certain subreddit?

It appears as if this API is down. While trying to access it I get a bad gateway error. P.S. thank you all for hosting/maintaining this API. It has been...

``` version = "-V3" datestring = datetime.now().strftime("%y%m%d-%H%M%S") output_folder = "Reddit-Scrapes-" + datestring + version for subreddit in subreddits: make_directory(output_folder + "/" + subreddit) for year in range(start, end): fail =...

As far as I know there is no way of counting the number of matches for a query. Can this be added?

Just adding a filtering option for upvotes

See https://github.com/dmarx/psaw/issues/68

I am using the following code to search reddit to search for keywrod 1 (KW1) and keyword 2 (KW2): api = PushshiftAPI() submissions = api.search_submissions(q= 'KW1+KW2') I am wondering how...

I think the default used to be 500 and got bumped up to 1000. Had to hardcode this into PSAW's defaults. Would be nice if we could reuse the pattern...

http://api.pushshift.io/reddit/submission/search/?after=1d&author_cakeday=false The changelog lists `author_cakeday` as a boolean parameter. The behavior I'm observing is that it either takes the value "true" or nothing at all. Is this how all the...