RedditapisRedditapis

The maintained Pushshift alternative

Pushshift lost public access and the free community mirrors are unmaintained and rate-limited. Redditapis is the replacement that stays up: REST historical and live search of posts, comments, and users, billed per call.

Written by Emma, developer relations at Redditapis. We bill historical and live search at a flat $0.002 per read (source: our published pricing), with none of the rate-limit throttling the free mirrors hit under load.

What is the best Pushshift alternative in 2026?

The best Pushshift alternative in 2026 is a maintained REST Reddit data API like Redditapis. Pushshift was cut off from public and self-serve access, and the free mirrors that replaced it (PullPush, Arctic Shift, archive dumps) are unmaintained, rate-limited, or stale. Redditapis is actively run: it covers both historical and live search of posts, comments, and users over plain HTTPS, needs no Reddit developer-app approval, and bills a flat rate per call from $0.002 a read.

What happened

Pushshift went dark, and the mirrors are shaky.

For years Pushshift was how developers and researchers pulled historical Reddit data at scale. After Reddit's 2023 API changes, Pushshift lost its public, self-serve access and Reddit restricted public and free-tier access to its data API. The community filled the gap, but every free option that replaced Pushshift has a catch.

Cut off

Pushshift (public)

Public and self-serve access ended after Reddit's 2023 API changes. The open Pushshift endpoints researchers relied on for years are no longer available to the general public.

Rate-limited

PullPush.io

A community mirror that fills the gap, but it is volunteer-run, throttled, and frequently returns timeouts or gaps under load. No SLA, no support, no guarantee it stays up.

Dump-based

Arctic Shift

A community effort that rebuilds dumps and offers some search. Useful for archival work, but the live coverage lags and ingestion is best-effort, not a production data path.

Static

Academic dumps / torrents

Monthly archive dumps distributed as torrents. Fine for a one-time research corpus, but they are huge, stale by weeks, and give you nothing for live or recent data.

What you get instead.

One maintained REST API that does the Pushshift job and the live job, without the approval gate.

Historical search

Query past posts and comments by subreddit, author, keyword, and time window over a plain REST endpoint, the way Pushshift used to work. Reddit caps any single feed at roughly 1,000 items, so this reaches back through what Reddit still serves rather than a full archive.

Live search

Search current posts, comments, communities, and users as they happen. One API covers both past and live search.

No app approval

No Reddit developer-app review, no OAuth dance, no 2-to-4-week wait. Sign up, get a bearer token, make your first call in minutes.

Flat per-call pricing

Pay per request from $0.002 a read. No annual contract, no monthly minimum, costs that track exactly with your volume.

Coverage and rate limits, source by source.

Pushshift, PullPush, Arctic Shift, academic dumps, the official Reddit Data API, and RedditAPI compared by coverage window, rate limit, and cost
SourceCoverage windowRate limit / accessCost
Pushshift (public)2005 to May 2, 2023 (public access revoked)None; Reddit cut off public API access on May 2, 2023N/A, no longer public
PullPush.io2005 to 2023 (inherited archive) plus ongoing collection15 req/min soft cap, 30 req/min hard cap, ≈1,000 req/hour ceilingFree, volunteer-run
Arctic ShiftDecember 2005 to the current month, monthly releases≈120,000 requests/hour sustained ceilingFree, torrent + API
Academic dumps / torrentsMonthly snapshots, staticBulk download only, no live queryFree
Official Reddit Data APILive only, no historical backfill100 RPM base, scales to 1,000 RPM by payment tier$0.24 per 1K calls, by negotiated agreement (commercial)
RedditAPIHistorical and live search, one REST APINo platform-level rate capsFrom $0.002 per call, no contract

Reddit revoked Pushshift's public API access on May 2, 2023. PullPush and Arctic Shift figures per their own published rate-limit and coverage docs; official Reddit Data API pricing per Reddit's 2023 commercial API pricing announcement. Community-run figures can change without notice; validate current numbers before relying on them for production.

How it works

Swap a mirror call for one REST request.

If you were hitting a Pushshift-style endpoint, the migration is a URL and a bearer token. Search historical comments by subreddit and keyword over plain HTTPS:

cURL
curl "https://api.redditapis.com/api/reddit/search/comments?subreddit=python&q=async&limit=100" \
  -H "Authorization: Bearer YOUR_API_KEY"

The response is JSON over HTTPS, so it drops into any language. Endpoint paths and parameters live in the API docs. Run the numbers for your volume with the cost calculator, or see the full per-endpoint rates on the pricing page.

Comparing every option, not just the Pushshift mirrors? The full breakdown of scrapers, the official Reddit Data API, and pay-per-call providers lives on the alternatives page.

See all Reddit API alternatives

Frequently asked questions

Not for the public. Pushshift's open, self-serve access was cut off after Reddit's 2023 API changes, and Reddit restricted public and free-tier access to its data API around the same time. The endpoints researchers and developers depended on are no longer available, which is why community mirrors like PullPush appeared.

A maintained REST Reddit data API like Redditapis. Unlike PullPush, Arctic Shift, or static dumps, it is actively run with flat per-call pricing, needs no Reddit app approval, and covers both historical and live search of posts, comments, and users over plain HTTPS.

PullPush is a useful community mirror, but it is volunteer-run and rate-limited. Under load it returns timeouts and data gaps, and it carries no SLA or support. For a hobby query it is fine. For anything production, an unmaintained free mirror is a risk you cannot plan around.

No. There is no Reddit developer-app review, no OAuth client registration, and no approval wait. You create an account, get a bearer token, and call the REST endpoints directly. That removes the 2-to-4-week gate the official Reddit Data API puts in front of new projects.

Yes, within the window Reddit still serves. Redditapis exposes search of past posts and comments by subreddit, author, keyword, and time range, the core job people used Pushshift for, plus live search of current data, over one REST API. One limit to plan around: Reddit caps any single feed at roughly 1,000 items, measured at 983 on our API against 940 on Reddit's own logged-in web client, so this is not a full archive back to 2005 and it does not return posts or comments that have since been deleted or removed.

Pricing is flat and per-call, from $0.002 per read, with no annual contract and no monthly minimum. Votes, writes, and DMs are priced separately. See the per-endpoint breakdown and quick monthly totals on the pricing page to estimate your spend.

What is the best Pushshift alternative in 2026?

The best Pushshift alternative in 2026 is Redditapis, a maintained REST API for historical and live search of Reddit posts, comments, and users after Pushshift lost public access and the free community mirrors went unmaintained. It is billed at a flat $0.002 per read with none of the rate-limit throttling the free mirrors hit under load.

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 59 endpoints, and code.

Get a Reddit API key

Instant bearer token, no waitlist and no enterprise contract.

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.

Subreddit stats checker

See any subreddit's live subscriber count, active users, and age, free and no login.

Replace the mirror with a maintained API.

$0.50 in free credits, no card required. Search historical and live Reddit data over REST, billed per call from $0.002 a read.