pushshift / api

Pushshift API
1.29k stars 107 forks source link

Pushshift API submissions for subreddit, after & before query missing result #139

Open TrangPham opened 1 year ago

TrangPham commented 1 year ago

Hi there,

This query: https://api.pushshift.io/reddit/submission/search?subreddit=covidlonghaulers&after=1669881600&before=1672560000

Is missing the result https://api.pushshift.io/reddit/submission/search?ids=zaetfu The created at is showing as 1669965563 for this post.

hel0wrld commented 1 year ago

I think the before and after parameters need some fixing. I am facing a similar issue as yours

rileymd88 commented 1 year ago

Try adding the parameter limit=1000 to your search - could also be that you need to break your query down into smaller intervals to ensure you get all posts