Infuriatingly, ChatGPT doesn't allow you to easily export your data from Business accounts (upgrades from personal accounts) like it does with personal or Enterprise accounts. I built a little tool that lets you get the data out. Might help someone out
Free way to get your data out of ChatGPT Business accounts
11–19 of 19 posts
Re: Free way to get your data out of ChatGPT Business accounts
#12That whole "not a programmer" section -- missed opportunity for uv run from GitHub URL.... which works. Including dependencies. Try it: uv run https://raw.githubusercontent.com/konstin/say-hi/refs/heads/main/say-hi.py Look ma, no installs, no pip, no requirements.txt... Friends tell friends: uv run
Re: Free way to get your data out of ChatGPT Business accounts
#13I have all my data flowing through Tailscale Aperture, highly recommend. [1] [1] https://aperture.tailscale.com/
Re: Free way to get your data out of ChatGPT Business accounts
#14Infuriatingly, ChatGPT doesn't allow you to easily export your data from Business accounts (upgrades from personal accounts) like it does with personal or Enterprise accounts. I built a little tool that lets you get the data out. Might help someone out
Thank you very much, this is very useful and helpful. I will be using this and I missed it before. I want to acknowledge your effort.
Re: Free way to get your data out of ChatGPT Business accounts
#15what tool does someone recommend for claude and gemini? Its time to extract data from each!
Re: Free way to get your data out of ChatGPT Business accounts
#16Thanks! I think it will help me. Will try!
Re: Free way to get your data out of ChatGPT Business accounts
#17Infuriatingly, ChatGPT doesn't allow you to easily export your data from Business accounts (upgrades from personal accounts) like it does with personal or Enterprise accounts. I built a little tool that lets you get the data out. Might help someone out
I found myself in a similar boat (converted a personal ChatGPT sub to a Business Account shared with my partner). I ended up using Claude it write a chrome extension to just walk every chat in the side navbar and dump it to a sqlite database (when I then used for my own RAG purposes). Thanks for publishing your work.