Get a Reddit API key instantly

No waitlist, no app approval, no enterprise contract. Sign up, copy your bearer token, and make your first REST call against any subreddit in minutes, from $0.002 per call.

Written by Emma, developer relations at Redditapis. We issue every key at the same flat rate, $0.002 per read (source: our published pricing), with $0.50 in free credits at signup and no per-key approval.

How do I get a Reddit API key?

The fastest path is a managed API. Sign up at Redditapis and your bearer token is live immediately, with $0.50 in free credits and no card. Getting an official key direct from Reddit means registering a developer app and completing OAuth, which is free for non-commercial use but gated behind a 2 to 4 week review for commercial access. A Redditapis key skips the queue and works across all 52 endpoints on day one.

What an instant Reddit API key gets you

One key, active the moment you sign up. No approval queue, no contract, and the anti-block layer maintained for you.

No waitlist

Sign up and your bearer token is live immediately. There is no dev-app review queue and no 2 to 4 week approval to wait through.

No enterprise contract

Pay-per-call, not an annual seat. Reads bill at $0.002 per request across every endpoint, with no minimum spend and no contract to sign.

Free credits to start

Every new account gets $0.50 in free credits at signup with no card. At $0.002 per read that covers up to 250 calls before you spend anything.

Full read and write

One key unlocks all 52 endpoints: search, posts, comments, users, plus write actions like votes, comments, and DMs.

Managed anti-block

Residential proxy rotation, retries, and backoff run on our side. Your key returns clean JSON instead of 403s and a proxy bill.

Live in minutes

Sign up, copy the key from your dashboard, and make your first REST call the same session. No OAuth dance, no app registration form.

Three ways to get a Reddit API key

The official API and enterprise data vendors both gate access behind approval or a sales contract. A managed key is self-serve and pay-per-call. Here is how the three paths compare.

Redditapis key

Time to key: MinutesAccess: Self-serve signup

$0.002 per read, pay-per-call

  • Instant bearer token, no approval queue
  • $0.50 free credits at signup, no card
  • Read and write across every endpoint

Official Reddit Data API

Time to key: 2 to 4 weeksAccess: Dev-app review + annual contract

$12,000 / yr + $0.24 per 1K calls

  • Approval-gated developer-app review
  • Free tier caps at 100 QPM and forbids commercial use
  • Annual commercial contract for scaled access

Enterprise data vendors

Time to key: Sales cycleAccess: Sales-gated subscription

Contract pricing on request

  • No instant self-serve key, access via sales
  • Enterprise or subscription contract to onboard
  • Data365-class vendors bundle many networks, not Reddit-first

Official Reddit Data API figures are from Reddit's 2023 pricing announcement. Enterprise vendor terms vary by contract. See the full alternatives breakdown for six providers side by side.

From signup to first call

Create an account, copy the key from your dashboard, and pass it as a bearer token. The response is clean JSON, with proxy rotation and retries already handled.

cURL
# 1. Sign up at redditapis.com/signup and copy your key.
# 2. Call any endpoint with the key as a bearer token:
curl "https://api.redditapis.com/api/reddit/posts?subreddit=programming&sort=new&limit=25" \
  -H "Authorization: Bearer YOUR_API_KEY"
JavaScript
const res = await fetch(
  "https://api.redditapis.com/api/reddit/search?q=reddit+api&limit=25",
  { headers: { Authorization: "Bearer YOUR_API_KEY" } }
);
const data = await res.json();
// data.posts[].title, .author, .upvotes, .permalink ...

Prefer the official OAuth route? The step-by-step guide to getting a Reddit API key walks through registering a developer app and generating credentials on Reddit itself.

What a key costs to run

Pay-per-call across four tiers. No subscription, no minimum monthly spend, and credits never expire. Start on the $0.50 of free credits, then top up from $10 whenever you want.

Reads (GET)$0.002 / callPosts, search, comments, users, communities
Votes$0.005 / callUpvote and downvote actions
Writes$0.012 / callComments, replies, profile updates
DMs$0.025 / callSend and read direct messages

Estimate your monthly spend on the cost calculator, or see the full per-endpoint breakdown on the pricing page.

Comparing keys, costs, or scraping options?

This page covers getting a key and making your first call. For the deeper decision work, these pages go further:

Frequently asked questions

The fastest path is a managed API: sign up at Redditapis, and your bearer token is active immediately, with $0.50 in free credits and no card. To get an official key from Reddit, you register a developer app and complete OAuth, which is free for non-commercial use but gated by a 2 to 4 week review for commercial access.

Two options. Reddit's own free OAuth tier is free but capped at 100 queries per minute, holds a 10,000-call monthly ceiling, and forbids commercial use. Redditapis gives every new account $0.50 in free credits at signup with no card, which at $0.002 per read covers up to 250 calls to test every endpoint before you pay.

Not with Redditapis. It fronts the data access, so you skip Reddit's developer-app review and the 2 to 4 week commercial approval. You sign up, copy a bearer token, and call the REST API immediately. Getting an official key direct from Reddit still requires an approved app and OAuth credentials.

A Redditapis key is pay-per-call with no subscription: reads are $0.002, votes $0.005, writes $0.012, and DMs $0.025 per call. The smallest top-up is $10 and credits never expire. Reddit's official commercial tier, by contrast, is a $12,000 per year contract plus $0.24 per 1,000 calls.

One Redditapis key unlocks all 52 endpoints over REST: search posts and comments, pull subreddit listings and full comment trees, fetch user profiles, and run write actions like votes, comments, and direct messages. Every response is clean JSON, with proxy rotation and anti-block handled on our side.

The official key is free for non-commercial OAuth use but approval-gated and contract-priced for commercial scale. A Redditapis key is instant, pay-per-call, commercial-ready, and write-capable, with the anti-block layer maintained for you. Pick the official path for a native low-volume hobby app, Redditapis for a production pipeline that needs to ship now.

How do I get a Reddit API key?

You get a Reddit API key from Redditapis by signing up and copying your bearer token, with no waitlist, no app-approval review, and no enterprise contract. Calls are billed per request from $0.002 a read, votes $0.005, writes $0.012, and DMs $0.025, and every new account starts with $0.50 in free credits, so your first authenticated REST call can run in minutes.

By the numbers

Reddit API pricing and access, by the numbers

Every Redditapis figure resolves to our published per-call rates; every external figure is a primary US source.

  • Redditapis bills reads at $0.002 per call, votes at $0.005, writes at $0.012, and DMs at $0.025, one flat rate for every account with no minimum spend. (Redditapis pricing, 2026)

  • Every new account starts with $0.50 in free credits and no card on file, enough for roughly 250 reads before any charge. (Redditapis, 2026)

  • Reddit's own commercial Data API is priced at $0.24 per 1,000 API calls, the rate that ended third-party apps like Apollo in 2023. (The Verge, 2023)

  • Reddit's free Data API tier is capped at 100 queries per minute per OAuth client, and 10 queries per minute without OAuth. (Reddit Data API Wiki, 2026)

  • Reddit signed a reported $60 million-a-year deal to license its data for AI training, a sign of how valuable structured Reddit data has become. (Reuters, 2024)

Keep reading.

Continue exploring related pages.

Reddit API documentation

The complete 2026 reference: auth, all 52 endpoints, and code.

Reddit Responsible Builder Policy

Why Reddit denies API applications, and the managed REST bypass.

Reddit API use cases

14 use cases from AI training to brand monitoring and DMs.

Reddit Search API

Search posts, comments, users, and communities over one REST endpoint.

Reddit MCP server

Wrap the REST API as MCP tools for Claude, Cursor, and any MCP client.

Reddit API for AI agents

Live Reddit context for tool calls, MCP servers, and RAG pipelines.

Redditapis pricing

Endpoint-level costs and quick monthly totals - reads from $0.002 / call.

Reddit API cost calculator

Estimate monthly spend using your request volume.

Reddit API guides and tutorials

Tutorials, walkthroughs, and API deep-dives for developers.

Reddit API alternatives

Evaluate alternatives by cost model, limits, and integration fit.

Cheap Reddit API

The cheapest way to get Reddit data: $0.002 per call, no contract, no minimum.

Official Reddit API vs Redditapis

Access, setup, rate limits, and pricing, side by side.

PRAW alternative

A hosted Reddit REST API for any language, no app registration or OAuth.

Reddapi alternative

A maintained Reddit REST API with published pricing and write endpoints.

Reddit comment scraper alternative

The raw comment API: search and filter comments, historical and live, clean JSON.

Reddit scraper API

Hosted scraper API vs building your own: managed proxies, clean JSON.

RapidAPI Reddit alternative

A direct, maintained Reddit API with published pricing and write endpoints.

Bright Data Reddit alternative

A purpose-built Reddit API vs a general scraping platform: structured JSON, plus writes.

ScraperAPI Reddit alternative

A Reddit-native API vs a generic HTML fetcher: auth and pagination handled, typed JSON.

TikHub alternative

TikHub's Reddit surface is read-only; get comment, vote, and DM endpoints too.

EnsembleData alternative

No $100/month floor: pay per call from $0.002, plus write, vote, and DM endpoints.

Scrape Creators alternative

7 read-only Reddit endpoints vs a dedicated API with real write, vote, and DM paths.

FetchLayer alternative

Posts, comments, and search only; add vote, comment, and DM over the same REST auth.

Reddit monitoring API

Build your own keyword and brand-mention monitor: search, comment search, and subreddit streams over REST.

F5Bot vs Redditapis

F5Bot's Slack and Discord delivery needs its $49.99/mo Gold tier; Redditapis includes it from $19/mo.

Syften vs Redditapis

Syften caps you at 100 to 500 results a day; Redditapis allows 10,000 a day per monitor at the entry plan.

Octolens vs Redditapis

Octolens meters by mention with overage fees; Redditapis is flat-priced by subreddit slot from $19/mo.

Affiliate program

Earn 20% lifetime commissions - capped at $5,000/yr.

Reddit Vote API tutorial

Upvote and downvote a post programmatically via the REST API.

Reddit Data API: REST, no PRAW

REST endpoints for Reddit data with no PRAW and no OAuth dance.

Reddit scraping benchmarks

Real throughput, error rates, and cost benchmarks for Reddit scraping.

Reddit API answers

Direct answers on cost, access, rate limits, endpoints, and auth.

How much the Reddit API costs

Per-call pricing from $0.002 a read, with $0.50 in free credits.

Reddit API in Python

One requests call with a bearer token, no PRAW and no OAuth flow.

Reddit shadowban checker

Check if a Reddit account is shadowbanned in seconds, free and no login.

Get your Reddit API key in five minutes.

$0.50 in free credits, no card required. Sign up, copy your bearer token, and make your first REST call against any subreddit right now.