Tool to retrieve a listing of Reddit posts sorted by the specified criteria (hot, new, top, etc.). Use when you need to get posts from the Reddit front page or all of Reddit with a specific sort order. Supports pagination and time filtering for top/controversial sorts.
showstringThe string 'all' to show all posts including filtered ones.
sortRequiredstringThe sorting method for results. Valid values: hot, new, top, rising, controversial, best. Note: 'random' is NOT supported here - use the GET_RANDOM action instead.
afterstringFullname of a thing for pagination (loads posts after this item).
countintegerA positive integer representing the number of items already seen (default: 0).
limitintegerThe maximum number of items desired (default: 25, maximum: 100).
beforestringFullname of a thing for pagination (loads posts before this item).
time_filterstringTime filter for 'top' and 'controversial' sorts. Valid values: hour, day, week, month, year, all.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.