
Reddit Explorer 3.0
Pricing
$30.00/month + usage

Reddit Explorer 3.0
π« Scrape Reddit.com β¬πͺπ¦π©π¨π§π₯π«
0.0 (0)
Pricing
$30.00/month + usage
9
Total users
179
Monthly users
17
Runs succeeded
>99%
Last modified
3 months ago
π Mode
filters.mode
EnumOptional
π‘ Search Products
Value options:
"posts": string"communities": string"comments": string"media": string"people": string
πΆ Sorting
filters.sort
EnumOptional
Value options:
"RELEVANCE": string"HOT": string"NEW": string"TOP": string"COMMENTS": string"CONTROVERSIAL": string
π Timing
filters.timing
EnumOptional
Value options:
"all": string"year": string"month": string"week": string"day": string"hour": string
βοΈ Author
filters.author
stringOptional
π‘ The user(s) who submitted the post, separated by space, without /u prefix
example: "elonmusk billgates"
π¬ Subreddit
filters.subreddit
stringOptional
π‘ The submission's subreddit(s) separated by space, without /r prefix
example: "Python JavaScript"
βοΈ Flair
filters.flair
stringOptional
π‘ The text of the link flair(s) on the post
example: "webscraping"
β»οΈ CUSTOM FIELD
dev_transform_fields
arrayOptional
π‘ Transform the resulting output. Select only needed fields.
For nested object use DOT. For example:
address.streetAddress
For nested array use NUMBER (index of array element starting from index=0). For example:
images.0.url
π CUSTOM STORAGE
dev_dataset_name
stringOptional
π‘ Save results into custom named Dataset, use mask to customize dataset name{ACTOR} = actor name
{DATE} = date (YYYYMMDD)
{TIME} = time (HHMMSS)
This masks can be used to autogenerate Dataset Name.
example: data-{DATE}
Depending on today date the dataset name will be: data-20230603
default: data-{ACTOR}-{DATE}-{TIME}