#Dev

Reddit Quietly Throttles RSS Feeds, Users Find Authenticated Workaround

AI & ML Reporter
4 min read

Reddit's unannounced rate limit reduction cut RSS feed access from 100 requests per 10 minutes to 1 per minute, breaking workflows for moderators and power users. A workaround using authenticated feed parameters offers temporary relief, but Reddit's communication remains absent.

Reddit appears to have drastically reduced the rate limit on its RSS feeds without any official announcement, breaking RSS readers and automated workflows that depend on regular updates from subreddits. Users discovered the change when feeds began returning HTTP 429 Too Many Requests errors starting June 11, 2025.

What Actually Changed

The previous rate limit allowed approximately 100 requests per 10-minute window. The new limit appears to be 1 request per minute per feed, a reduction of roughly 97%. Headers from affected responses show x-ratelimit-used: 1, x-ratelimit-remaining: 0.0, and x-ratelimit-reset: 58, confirming the severe throttling.

For users who subscribe to multiple Reddit feeds, this change is catastrophic. Someone following 25 feeds would need to wait 25 minutes for a complete refresh cycle, compared to nearly instant updates before. The change affects both authenticated and unauthenticated requests, with standard OAuth authentication providing no relief.

The Solution: User and Feed Parameters

A workaround has emerged that bypasses the throttling. Reddit users can append user= and feed= parameters to any public RSS feed URL. These parameters are tied to individual Reddit accounts and can be found in account preferences under RSS feed settings.

The parameters are consistent across all feeds for a given account, meaning once obtained, they work for any subreddit. This includes search feeds (/search/.rss) and moderation feeds. The workaround was discovered by users who already had authenticated feeds for moderation purposes, where these parameters were standard.

The modified URL format works for public feeds that previously required no authentication. Reddit's standard authentication methods do not provide the same benefit.

Context: Reddit's API Crackdown

This change aligns with Reddit's broader efforts to control access to its data. An r/modnews post from approximately two weeks prior announced the deprecation of unauthenticated JSON endpoints, citing concerns about scraping without accountability. The post explicitly mentioned that authenticated access would not be impacted and pointed to Devvit as Reddit's preferred solution for structured data access.

The post also referenced RSS feeds as a "common surface for scraping" and asked moderators about their RSS usage, suggesting Reddit was evaluating how to handle RSS access. However, no follow-up announcement has materialized explaining the rate limit reduction.

This pattern mirrors Reddit's approach to third-party API access in 2023, where pricing changes effectively killed most third-party Reddit clients. The company has consistently pushed users toward its official apps and tools.

Why This Matters

RSS feeds serve several critical functions for Reddit's power users and moderators:

  • Moderation workflows: Subreddit moderators rely on RSS feeds to monitor content across multiple subreddits without constantly checking each one manually
  • Business intelligence: Users who follow Reddit for professional reasons, such as tracking industry discussions or customer questions, depend on timely updates
  • Accessibility: RSS provides a way to consume Reddit content without navigating the website or using official apps, which some users prefer for focus or privacy reasons

The lack of official communication is particularly notable. Reddit has not published a blog post, API changelog entry, or status page update about this change. Users learned about it through trial and error and community posts.

Limitations of the Workaround

The authenticated parameter solution has several constraints:

  1. Account dependency: The parameters are tied to specific Reddit accounts, creating a single point of failure
  2. Rate limits still exist: Even with the workaround, users are limited to 1 request per minute per feed, which may be insufficient for high-volume monitoring
  3. No guarantee of permanence: Reddit could restrict this method at any time, as they did with unauthenticated JSON endpoints
  4. Discovery is unofficial: The solution was found through community experimentation, not documentation, making it vulnerable to sudden changes

For users who rely on Reddit RSS feeds for business or moderation, this represents a fragile solution to a problem that Reddit created without warning.

The Broader Pattern

Reddit's actions fit a common trajectory for platforms that grow beyond their initial user base. The company is systematically closing access points that existed when Reddit was smaller and less concerned about data control. Each change pushes users toward Reddit's preferred consumption methods, whether that's the official app, old.reddit.com, or the Devvit platform.

For RSS users, the writing has been on the wall for years. Reddit's ambivalence toward RSS was evident even before the current rate limiting. The official Reddit RSS documentation has always been minimal, and the company has never promoted RSS as a first-class way to consume content.

The current situation leaves users in a difficult position: they can use the workaround and hope Reddit doesn't close it off, abandon RSS entirely and adapt to Reddit's preferred interfaces, or leave Reddit for alternative platforms. For moderators and power users who have built workflows around RSS, none of these options are ideal.

Reddit's silence on the matter suggests the company views this as a feature change rather than a bug, and users should plan accordingly. If the user= and feed= parameters are the intended solution, Reddit should document them properly. If they're an oversight, users should prepare for their eventual removal.

Comments

Loading comments...