Back to Reddit
TikHub·Reddit

Reddit APP: Fetch Reddit APP Subreddit Feed

/api/v1/reddit/app/fetch_subreddit_feedsync$0.0015 / call

Fetch feed content stream of a specified Reddit subreddit, displaying the post list of that subreddit (TikHub · Reddit APP)

Input
FieldTypeRequiredDescription
languagestringPreferred response language as an IETF language tag; default: en-US (default "en-US")
subreddit_namestringyesSubreddit name
sortstring (BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING)Sort method: BEST, HOT, NEW, TOP, CONTROVERSIAL, RISING (default "BEST")
filter_postsarrayFilter post IDs (default [])
afterstringPagination parameter (default "")
need_formatbooleanWhether to clean and format the data (default false)

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/reddit/app/fetch_subreddit_feed","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.