Multi-Profile Architecture
How to manage multiple Instagram accounts with isolated sessions and datasets.
Multi-Profile Architecture
Saved Posts Tracker allows you to manage multiple Instagram accounts within a single installation.
The Netflix Profile Model
Just like switching accounts on Netflix, each profile operates with complete independence:
- Independent Session Cookies: Each profile stores its own Instagram session cookie and user-agent string.
- Dedicated Avatars: The app automatically fetches the profile's own Instagram avatar and generates a fallback colored tile.
- Data Scoping: Every database model (
Account,Post,AccountEvent,ScrapeRun) is indexed and filtered byprofileId. - Independent Scraping: Scraping runs and checkpoints are isolated per profile.
Creating a New Profile
- In the top navigation bar, click on your current profile avatar.
- Click Add Profile or navigate to
/profiles. - Fill in:
- Profile Name: A friendly identifier (e.g.
Personal Feed,Brand Inspo). - Session Cookie: Extracted from
instagram.com(sessionid=...). - User-Agent: Matching your browser's user-agent.
- Profile Name: A friendly identifier (e.g.
- Save and switch to the new profile.