
Reddit Explorer 3.0
Pricing
$30.00/month + usage
Go to Apify Store

Reddit Explorer 3.0
π« Scrape Reddit.com β¬πͺπ¦π©π¨π§π₯π«
0.0 (0)
Pricing
$30.00/month + usage
10
220
13
Issues response
11 hours
Last modified
13 days ago
Pricing
$30.00/month + usage
π« Scrape Reddit.com β¬πͺπ¦π©π¨π§π₯π«
0.0 (0)
Pricing
$30.00/month + usage
10
220
13
Issues response
11 hours
Last modified
13 days ago
filters.mode
EnumOptional
π‘ Search Products
"posts": string"communities": string"comments": string"media": string"people": string
filters.sort
EnumOptional
"RELEVANCE": string"HOT": string"NEW": string"TOP": string"COMMENTS": string"CONTROVERSIAL": string
filters.timing
EnumOptional
"all": string"year": string"month": string"week": string"day": string"hour": string
filters.author
stringOptional
π‘ The user(s) who submitted the post, separated by space, without /u prefix
example: "elonmusk billgates"
filters.subreddit
stringOptional
π‘ The submission's subreddit(s) separated by space, without /r prefix
example: "Python JavaScript"
filters.flair
stringOptional
π‘ The text of the link flair(s) on the post
example: "webscraping"
dev_transform_fields
arrayOptional
π‘ Transform the resulting output. Select only needed fields.
For nested object use DOT. For example:
address.streetAddress
images.0.url
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}