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

Search for reddit comments on 2021-01-25 and 2021-01-26 returns no result. https://api.pushshift.io/reddit/search/comment/?subreddit=wallstreetbets&sort=desc&sort_type=created_utc&after=2021-01-25&before=2021-01-26&size=100&metadata=true ```json { "data": [], "metadata": { "after": 1611532800, "agg_size": 100, "api_version": "3.0", "before": 1611619200, "es_query": { "query": {...

Filtering on created_utc makes accurately capturing deltas more difficult, as you can't necessarily lock down time windows in the past, as there's no guarantees data won't be added in the...

I just started using pushshift last week, it's awesome! For the past 2 days any search in wallstreetbets, and several other subreddits i've tried, return incomplete number of shards, and...

Pushshift is very useful but not complete. For instance, when looking for all "Daily Discussion Thread" posts on r/WallStreetBets some posts are missing. I will illustrate with redditsearch.io but same...

I'm ready to pay to add this feature: being able to search the html body instead of the rendered text (to search links)

Hello, I'm working on this API and when I made a request for example: https://api.pushshift.io/reddit/search/submission/?q=trump&after=1800&aggs=created_utc&frecuency=daily&size=0 The response return 200 status code but empty data ('data': []) Somebody can say to...

For this endpoint, score does not show up (shows 1 only). Also results are not sorted even after passing sort parameter as score. http://api.pushshift.io/reddit/comment/search/?link_id=91ps39&size=50&sort_type=score&sort=desc But if I explicitly mention score...

Both of these should have selftext [removed], one of them is missing selftext completely http://api.pushshift.io/reddit/search/submission/?fields=full_link,selftext&subreddit=antimlm&after=1543786362&before=1543786758

This returns 29 records: `https://api.pushshift.io/reddit/search/submission/?subreddit=antimlm&sort=desc&sort_type=score&fields=id&size=29` This also returns 29 records: `https://api.pushshift.io/reddit/search/submission/?subreddit=antimlm&sort=desc&sort_type=score&fields=id&size=30`

The `parent_id` field of a `comment` response object is an ID in the format `t3_{submission-id}` (I think). If you feed this ID back into the `ids` parameter of the comment...