KeepExport

About KeepExport

KeepExport is a small, free tool with one job: turn the Google Keep export that Google Takeout produces into files other apps can import.

Why it exists

Keep has no bulk export beyond Takeout, and Takeout's JSON and HTML files are not something Obsidian, Notion, Apple Notes, Evernote, Joplin or a spreadsheet will read. Every existing converter covered one destination, needed Python, or asked you to upload your notes to a server. This one covers all the common destinations, needs nothing installed, and never sees your data.

How it works

The page reads your zip with JavaScript in the browser tab, parses each note's JSON, matches attachments by file name, and writes the output file with the same JavaScript. There is no server-side processing. Ads on the page are the only way it is funded.

Contact

Bug, format request or a note that converted badly? Write to hello@keepexport.com or see the contact page.