Data Export
Export everything in JSON, Markdown, or HTML — any time.
Your library belongs to you. Export everything at any time, in the format that fits where you are going next — even if that somewhere is not LinkVolv.
Why this matters
Knowledge tools that lock you in earn distrust. LinkVolv keeps export as a first-class feature: same data on every plan, no gating, no “contact sales” flow. If you decide to leave, we want the exit to be one click.
Export formats
JSON
The full fidelity export. Every Bookmark, Session, Archive reference, summary, key point, tag, and timestamp. Best for scripting, migration, or backup.
{
"version": 1,
"exportedAt": "2026-05-09T12:30:00Z",
"account": { "id": "acct_...", "email": "you@example.com" },
"bookmarks": [ /* one entry per saved page */ ],
"sessions": [ /* groupings of bookmarks */ ],
"archives": [ /* references to stored archive copies */ ]
}Markdown
Each Bookmark becomes a Markdown file with the URL, summary, and key points. Useful for piping into Obsidian, Logseq, or your own notes vault.
HTML (browser bookmarks file)
The standard bookmarks.html format that any browser can re-import. No summaries or embeddings — just URLs and titles organized by Session.
How to export
- Open Account → Export in the dashboard.
- Pick a format and (optionally) a Session filter.
- We email a download link when the export is ready. Large libraries take a few seconds to a few minutes.
Schedule a backup
What is included
- All Bookmarks with their full metadata
- AI-generated content (summaries, key points, suggested tags)
- Sessions and the order of Bookmarks within each
- References to archived pages
The actual archived page bodies are available as a separate ZIP download to keep the JSON export light. You can request both at once.
Vector embeddings