reddit

How to Get Past Reddit's 1,000 Saved Posts Limit

By Elio6 min read

Reddit only shows your most recent 1,000 saved items (posts and comments combined). Anything older silently disappears from your Saved list. Here is why that happens, and four ways to get around it.

The posts are not actually deleted from Reddit's database. They are still saved on your account internally. But Reddit's apps and website simply stop showing them after the 1,000-item mark. For users who have been saving content for years, this means hundreds or thousands of bookmarks are effectively invisible. It is one of the two reasons your Reddit saves turn into a black hole.


Why the limit exists

Reddit has never officially explained the cap in detail, but it is a documented limitation of how their API paginates. Reddit's listing endpoints return a maximum of 1,000 items, fetched in pages of up to 100 at a time, across every "listing" view, including saved posts, upvoted posts, and comment history. The ceiling is spelled out in the docs for the Python Reddit API Wrapper (PRAW), which notes that "most of Reddit's listings contain a maximum of 1000 items, and are returned 100 at a time." This is not a new restriction. It has been in place for over a decade and applies to both Old Reddit and the redesigned site.

Third-party Reddit apps like Apollo (before it was shut down) and Sync also ran into this same ceiling because they relied on the same underlying API.

How to check if you are affected

If you are not sure whether you have hit the limit:

  1. Go to your Reddit profile and open your Saved tab.
  2. Scroll all the way to the bottom.
  3. If the list ends abruptly and you know you have saved more than what is shown, you have likely hit the cap.

There is no counter in Reddit's interface that shows your total save count, which makes this even harder to notice. Most people only discover the limit when they go looking for a specific old post and cannot find it.

What you can do about it

Option 1: Periodically unsave old items

The simplest workaround is to manually unsave posts you no longer need, keeping your total count under 1,000. This is obviously tedious if you have years of saves, and it does not help you if you actually wanted to keep those older posts.

Option 2: Export your saves with a script

Several open-source scripts on GitHub can pull your saved posts using Reddit's API and export them to a CSV or JSON file before they age past the limit. Popular options include:

  • reddit-saved-saver (Python) exports saved posts and comments to a structured file.
  • BDFR (Bulk Downloader for Reddit) can archive saved posts along with their media attachments.

The downside is that these tools require some technical setup (Python, Reddit API credentials, OAuth). They also only capture what is currently visible through the API, so if you have already lost posts past the 1,000 mark, those cannot be retrieved this way either.

Option 3: Use Reddit's official data export

Reddit allows you to request a copy of your data through Settings → Privacy & Security → Request Your Data (on desktop). The data export includes a list of saved post IDs that goes beyond the 1,000 API limit.

The limitation here is that the export gives you post IDs and URLs, not the actual content. If a post has since been deleted or the subreddit has gone private, the link will be dead. It is also a manual process that takes time to generate and is not something you would want to run regularly.

Option 4: Import into a dedicated bookmark manager

This is the approach that scales best if you are a heavy saver. A social bookmark manager like Siloe imports your Reddit saved posts (and saves from X, TikTok, and other platforms) into a single searchable library. Once imported, the posts live independently of Reddit's limits. (See how the options compare in our guide to the best social bookmark manager for iOS.)

The practical benefit is that you are no longer subject to the 1,000-item cap. Your older saves are preserved, searchable, and organized in one place. You can tag them, group them into collections, set reminders, and search through them by keyword, subreddit, username, or even text that appears in images.

Siloe does not just capture new saves from the moment you connect it. It reaches back past the visible limit and pulls in the posts Reddit's app and website quietly stopped showing you. We have seen single imports recover a full 1,784-item history, another past 5,300, and one beyond 7,000 saves.


Going forward

Reddit has shown no indication that the 1,000-item limit will be raised. It has been a known issue on communities like r/help and r/bugs for years, with no official response suggesting a fix is planned.

If your Reddit saved section is an important part of how you collect information, treating it as temporary storage rather than a permanent archive is the pragmatic move. Export or import your saves regularly, and use a tool that does not have the same limitations.