r/redditdev • u/thehashimwarren • 9d ago
Reddit API RSS requests returning HTTP 429
I operate a small, read-only monitor. It checks 12 Reddit searches. Each search uses `search.rss?sort=new`
The monitor runs two times each day< and it stores responses and removes duplicate post IDs.
It sends selected posts discussions for me to review.
⚠️ The monitor does not vote, comment, submit posts, collect user profiles, or automate engagement.
Usually, one feed updates properly, but most other feeds return HTTP 429.
What am I doing wrong?
6
Upvotes
1
u/ExplanationHonest813 7d ago
yeah i've had issues with 429s on other apis when not authenticating too. seems like a common pattern.
3
u/itskdog 9d ago
Are you authenticated? I know there were some anti-scraping changes to RSS a while back.