devvit icon indicating copy to clipboard operation
devvit copied to clipboard

[API] Post retrieval methods cannot retrieve information from "gated" subreddits

Open fsvreddit opened this issue 6 months ago • 1 comments

These are subreddits that have an interstitial warning that you have to click through the first time you view the subreddit, mostly related to drugs, incest or similar.

const posts = await context.reddit.getNewPosts({
    subredditName: "cocainegonewild",
    limit: 100,
}).all();

This returns a 403 Forbidden result, along with the warning that would have been displayed to subreddit users. It would be great if the Devvit API could somehow "dismiss" the warning like a regular user could.

fsvreddit avatar Jun 14 '25 14:06 fsvreddit