Skip to main content
POST
Run all Reddit collectors

Authorizations

Authorization
string
header
required

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

Body

application/json
value
string
required

Reddit username, u/, @, or Reddit profile URL.

Required string length: 3 - 256
Example:

"spez"

type
enum<string>
required

Canonical Reddit search type or accepted alias.

Available options:
username,
pseudonym,
reddit,
u,
user
Example:

"username"

after

ISO date or Unix timestamp lower bound.

before

ISO date or Unix timestamp upper bound or pagination cursor.

deletedOnly
boolean
default:false
keywords
string
Maximum string length: 200
limit
integer
default:100
Required range: 1 <= x <= 100
nsfwOnly
boolean
default:false
sort
enum<string>
default:desc
Available options:
asc,
desc,
score
subreddit
string
Maximum string length: 64
save
boolean
default:false

Used on /all and /profile to save the synchronous response. /lookup always saves, regardless of this flag.

resultId
string<uuid>

For /feed: existing owned saved profile ID to complete under the same ID.

Response

Structured Reddit tool response. Enriched data varies by operation.

data
object
required
meta
object
required
operation
string
required
query
object
required
tool
string
required
Allowed value: "reddit"