Reddit API reference

Public Reddit search, subreddit feeds, comments, and transcripts over REST — one API key, no Reddit OAuth.

Social Fetch's Reddit tag is seven GET /v1/reddit/... routes. Pass a subreddit name, post URL, or search query and get { data, meta } with data.lookupStatus, meta.requestId, and meta.creditsCharged. Authenticate with x-api-key only — no Reddit developer app, no OAuth.

These pages are generated from the public OpenAPI spec. Product overview, examples, and credit notes also live on the Reddit platform hub. Listening workflow: Reddit research recipe. Keys and official vs public-data access: How to get a Reddit API key.

Credits

Every Reddit route is 1 credit per completed lookup. Paginated search, feed, and comment calls bill each page. An empty completed search still bills; lookup_failed and 503 do not. Trust meta.creditsCharged.

Search and subreddits

Posts

On this page