Skip to main content
POST
Submit Reddit Search task

Reddit Search

results_limit defaults to 100 and accepts values from 1 through 2,000. published_within supports hour, day, week, month, year, and all.

Completed Task Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string
required

Reddit post search query.

Minimum string length: 1
results_limit
integer
default:100
Required range: 1 <= x <= 2000
published_within
enum<string>
default:all
Available options:
hour,
day,
week,
month,
year,
all
callback_url
string<uri>

Optional callback URL.

Response

Task submitted

code
integer
Example:

200

data
object