Reddit  Explorer 3.0 avatar
Reddit Explorer 3.0

Pricing

$30.00/month + usage

Go to Store
Reddit  Explorer 3.0

Reddit Explorer 3.0

Developed by

cat

cat

Maintained by Community

πŸ’« 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

❓ Query

queryarrayOptional

πŸ’‘ Query, Search Terms or URL

πŸ“‚ Mode

filters.modeEnumOptional

πŸ’‘ Search Products

Value options:

"posts": string"communities": string"comments": string"media": string"people": string

♾️ Limit

limitintegerOptional

πŸ’‘ Number of results (per query)

πŸ“ Post Types

filters.typesarrayOptional

πŸ’‘ For posts search (mode=posts)

πŸ“Ά Sorting

filters.sortEnumOptional

Value options:

"RELEVANCE": string"HOT": string"NEW": string"TOP": string"COMMENTS": string"CONTROVERSIAL": string

πŸ•’ Timing

filters.timingEnumOptional

Value options:

"all": string"year": string"month": string"week": string"day": string"hour": string

Exclude

filters.safebooleanOptional

πŸ’‘ Exclude NSFW contents

🏷️ Title

filters.titlestringOptional

πŸ’‘ The submission title

πŸ“ Text

filters.textstringOptional

πŸ’‘ The body of the post

✍️ Author

filters.authorstringOptional

πŸ’‘ The user(s) who submitted the post, separated by space, without /u prefix
example: "elonmusk billgates"

πŸ’¬ Subreddit

filters.subredditstringOptional

πŸ’‘ The submission's subreddit(s) separated by space, without /r prefix
example: "Python JavaScript"

❄️ Flair

filters.flairstringOptional

πŸ’‘ The text of the link flair(s) on the post
example: "webscraping"

🌐 Site

filters.sitestringOptional

πŸ’‘ The domain(s) of the submitted URL
example: "youtube.com"

πŸ”— URL

filters.urlstringOptional

πŸ’‘ The submission's URL (the website's address)

πŸ“œ HTTP HEADERS

dev_custom_headersarrayOptional

πŸ’‘ Additional HTTP Headers

🍰 HTTP COOKIES

dev_custom_cookiesarrayOptional

πŸ’‘ Additional HTTP Cookies

♻️ CUSTOM FIELD

dev_transform_fieldsarrayOptional

πŸ’‘ 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_namestringOptional

πŸ’‘ 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}

Clear Storage

dev_dataset_clearbooleanOptional

Clear Dataset before insert/update.

Disable data cleansing

dev_no_stripbooleanOptional

πŸ’‘ Keep/Save empty values (NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)