- ReddVisible
- Posts
- ๐ Reddit Kills r/all - Your Discovery Playbook Just Changed
๐ Reddit Kills r/all - Your Discovery Playbook Just Changed
Forced personalization on everyone, plus a developer found a data backdoor Reddit didn't close
Welcome to this weekโs edition of ReddVisible.
Reddit just killed r/all. The unfiltered feed that let anyone see what the entire platform was talking about now redirects to your personalized Home feed.
This week: why Reddit's shift from public discovery to algorithmic personalization changes how brands get found, how one developer exploited Reddit's forgotten JSON endpoints to build a market intelligence tool, and new research on why the public evidence surrounding your brand matters more than your website.
See what you missed from the last edition:
Letโs get started.
๐ฅ Reddit Killed r/all and Nobody Noticed the Strategic Bomb It Dropped

Reddit just eliminated the last unfiltered public feed on the platform. If your brand strategy relied on organic discovery through trending content, that channel is now dead.
Context
Reddit officially deprecated r/all on April 2, 2026. Links to r/all now redirect to personalized Home feeds. The change was announced in update notes with the clinical phrasing "the final steps to deprecate r/all are being implemented."
This was not sudden. Reddit CEO Steve Huffman signaled the move last year when he said the company was "moving away from" r/popular in favor of more personalized feeds.
Reddit removed r/all from its mobile apps in December 2025, initially calling it an "experiment." By February, the experiment was over, and the decision was final. The web deprecation in April completed the rollout.
r/all was Reddit's last truly unfiltered public feed.
Unlike r/popular, which already filtered out some NSFW content, r/all showed whatever was trending across the entire platform with minimal curation. The only exception: sexually explicit posts were excluded.
Everything else - viral threads, breaking news, niche community content bubbling up - was visible to anyone.
Now it is gone. The only holdout: old.reddit.com, where r/all still works. For now.
Analysis
This is not a UX simplification. This is a fundamental change to how content gets discovered on Reddit.
When r/all existed, any post from any subreddit could reach the entire platform's audience through organic virality. A post in r/smallbusiness about a CRM tool could trend on r/all and reach millions of users who had never subscribed to that subreddit.
That was Reddit's version of organic reach - unpredictable, uncontrollable, and enormously valuable for brands that earned genuine engagement.
Personalized Home feeds work differently. The algorithm shows you content based on your subscriptions, your engagement history, and Reddit's predictions about what you want to see. Content stays inside its community bubble unless the algorithm decides to surface it.
For brands, this means the path from niche community post to platform-wide visibility just narrowed significantly.
The organic discovery that r/all provided - where a well-received post could jump from 500 subscribers to 50 million eyeballs - is being replaced by algorithmic curation that favors content matching existing user preferences.
Reddit's stated reason is to "simplify Reddit and improve Home feed personalization."
The business reason is more strategic. Personalized feeds generate better engagement metrics, keep users on the platform longer, and create more predictable advertising inventory. Every major platform has made this same move.
Facebook killed organic reach years ago. Instagram buried chronological feeds. Reddit is following the same monetization playbook.
Implications
For marketing teams, three things change immediately.
First, subreddit selection becomes more critical than ever. Without r/all as a discovery amplifier, your content's reach is largely limited to the communities where you post. Choosing the right subreddits is no longer a nice-to-have optimization - it is the entire distribution strategy. Reddit's publisher tools with AI-powered subreddit recommendations just became significantly more valuable.
Second, cross-posting strategy matters more. If organic virality across the platform is reduced, deliberate distribution across multiple relevant subreddits (while respecting each community's rules) becomes the primary way to build broad visibility. The brands running an authentic presence in 10-15 relevant subreddits have a structural advantage over brands concentrating on one or two.
Third, Reddit advertising becomes a more important lever. When organic discovery narrows, paid distribution fills the gap. Reddit's recent push into Collection Ads, Dynamic Product Ads, and Shopify integration is not coincidental timing. The platform is building the commerce layer at the same time it is restricting organic reach - the same sequence Facebook executed a decade ago.
The one exception worth watching: r/popular still exists. Reddit confirmed that "trending content remains available via r/popular" but added that they are "rethinking parts of the global feed experience."
Translation: r/popular is next.
I'm Watching: I'm watching whether r/popular follows r/all into deprecation within six months. Reddit said they're "rethinking" it, which is the same language they used before killing r/all. If r/popular goes, Reddit becomes a fully siloed platform where the algorithm controls all cross-community discovery.
๐ This Week in ๐ฐ Reddit
๐ Reddit Outranks B2B Vendors on 50-66% of Shared Keywords
New research from SparkToro and Foundation Inc analyzed 8,566 keywords across 14 SaaS domains. Reddit outranked every vendor simultaneously on 50-66% of shared keywords in 3 of 4 verticals. 77% of the search volume Reddit captured came from generic category keywords, not just "best" or "review" terms. As queries got longer, Reddit's advantage grew - win rates hit 73-100% for six-word-plus searches. The public evidence layer on Reddit is now the primary source of record for how AI describes your brand.
๐ฅ r/startups Has 2 Million Members, and Your Brand Is Missing
Foundation Inc analysis shows r/startups has become a live founder sentiment engine with 2 million members discussing runway, pivots, churn, and tool recommendations. When founders ask AI tools questions like "best tools for early-stage startups," Reddit threads from r/startups increasingly surface in citations. Brands that study top posts and track language patterns around growth and hiring gain AI-mediated discovery leverage that most teams still underestimate.
๐ Answer Engine Traffic Converts 2-4x Higher Than Search
Forrester analyst Nikhil Lai reports referral traffic from answer engines is growing 40% month over month. Visitors from those engines convert at 2-4x the rate of traditional search visitors and spend 3x as long on site. Reddit threads, Quora answers, and third-party reviews now dominate AI-generated answers. For B2B buyers, GenAI has already become the top source of information for purchases over $1 million - ahead of vendor websites and customer references.
๐ฏ Reddit's Data API Is Closed. The Backdoor Is Wide Open.
Reddit shut down its open API in 2023. New developers need pre-approval, must follow a Responsible Builder Policy, and often need to pay. One developer ignored all of that and built a working market intelligence tool in days.
The trick: Reddit's legacy JSON endpoints still work. Append .json to any Reddit URL and the platform returns raw structured data. No authentication. No OAuth token. No approval process.
The endpoints exist because Reddit cannot remove them without breaking its own platform.
Search engine indexing, embeds, and internal tooling all depend on this core architecture. They survive through what the developer calls "architectural inertia" - infrastructure that persists because removing it would cause more damage than leaving it.
The developer built a CRM sentiment tracker that scrapes 10 subreddits weekly. The tool pulls the top 25 posts per subreddit per week, extracts full comment threads for the top 10 posts by score, then runs NLP analysis across the data.
TF-IDF keyword extraction, CRM mention counts, and switching signal detection via regex patterns catching phrases like "moving away from" and "what are alternatives to."
The output: a weekly HTML report with CRM mention rankings, switching signals ranked by upvote score, pain point clusters, and trending keywords. Early data shows Salesforce frustration is high-volume but not a switching signal - users are locked in and know it.
HubSpot criticism has shifted toward pricing tier friction. The tools gaining organic mentions in comparison threads are smaller players not yet on industry analysts' radar.
The rate limiting is simple: a two-second delay between requests makes the scraping look like normal browsing rather than automated harvesting. The entire process takes 5-10 minutes for 10 subreddits.
Practical Angle: This methodology applies to any industry, not just CRM. Any brand can build a competitive intelligence layer using Reddit's legacy JSON endpoints.
The process: identify 10-15 subreddits where your customers discuss tools and pain points. Build a weekly scraper with rate limiting. Run sentiment analysis on the raw data. Track switching signals and emerging competitors before they show up in industry press.
The strategic value is not just monitoring.
The switching signal threads - where someone actively asks for alternatives or announces they are leaving - contain specificity that no survey captures.
Pricing reasons, specific features that broke the relationship, and what they evaluated. That is competitive intelligence your product team can act on immediately.
Watch List:
Whether Reddit patches the legacy JSON endpoints as API revenue becomes more important to their business model
How many competitive intelligence tools are quietly built on these endpoints before Reddit notices
Whether rate-limited scraping triggers any enforcement under Reddit's updated terms of service
If Reddit's data licensing partners push for closure of free access points that undercut paid API deals
๐ฎ Reddit Software & Tools
The Reddit ecosystem for tools, software, and related apps is particularly underdeveloped for the #3 platform in the world.
Iโm tracking the new tools that pop on my radar here:
Karmatic.ai (my favorite tool right now): The only dedicated Reddit intel suite Iโve seen, great for monitoring communities, isolating relevant communities, tracking keywords, and doing more advanced topic research. USE CODE โREDDVISIBLEโ to save 15% off your first 3 months.
NotifyGPT: Not specifically a Reddit tool, but Reddit is one of its strongest use cases for social listening.
KWatch.io: An all-source UGC social listening and monitoring platform, which includes Reddit.
RedditInsights.ai: Found this one, a good way to group and approximate topic interest from Reddit. A super scraper. '
Pulse: This oneโs new this week, and I havenโt tested it too much, but it could be interesting. More positioned to brands marketing on Reddit (connects via Reddit API).
Subreddit Traffic Tracker: This is an interesting new find that helps optimize post and engagement timing based on when specific communities are most active on Reddit.
===
Need help engaging as a brand on Reddit?

===
Thatโs it for this week!