Skip to content

Export an entire ChatGPT conversation

Paste a public ChatGPT share link and turn the complete thread into a clean document.

chatgpt.com/share/<share-id>

No account, nothing stored. Files are built in your browser — revoke sensitive share links afterwards.

How it works

  1. 01

    Paste a public share link

    Open the conversation in ChatGPT, choose Share, create a link, and paste it here. Nothing is installed and no account is needed.

  2. 02

    The thread is reconstructed

    A small retrieval service reads the public page and rebuilds every message in order — including the ones the browser never renders at once.

  3. 03

    Preview, then export

    Pick the messages you want, choose a format, and copy or download the file. Generation happens in your browser.

Supported formats

Every format is generated from the same normalized thread, so the content is identical — only the fidelity and the editing story change.

FormatBest forCode blocksEditable after export
Markdown.mdNotes, git, coding toolsFenced blocksYes
PDF.pdfArchiving and printingWrapped, styledNo
Word.docReview and editingMonospaced blocksYes
HTML.htmlPublishing or embeddingStyled blocksYes
JSON.jsonPipelines and scriptsStructuredProgrammatically
Plain text.txtPasting anywhereIndentation onlyYes
CSV.csvSpreadsheets and analysisEscaped in a cellYes

Why normal printing fails

A long conversation page only keeps the messages near your screen loaded. As you scroll, older turns are discarded to keep scrolling smooth. When you print or select-all, the browser can only capture what happens to exist at that moment — which is why the resulting file usually holds a handful of messages and a lot of blank space. Export Your Chats reads the shared page directly, rebuilds every turn in order, and only then renders it for you.

What happens to your conversation

  • No account for one-off exports

    Paste a link, export, close the tab. There is nothing to sign up for.

  • Conversations are not stored

    Retrieval is stateless: the page is fetched, normalized, returned, and forgotten.

  • Files are built in your browser

    Markdown, JSON, CSV, text, HTML, and print output are generated locally and never uploaded.

  • Content never reaches analytics

    Conversation text and share IDs are excluded from analytics and advertising of any kind.

  • Revoke links you care about

    A share link is public to anyone holding it. Delete the link in ChatGPT once your export is saved.

Questions