Export a ChatGPT Conversation

Paste a public ChatGPT share link and get the whole conversation as clean Markdown, plain text, or structured JSON. Preview the exact output, switch formats instantly, then copy it or download the file — no signup, nothing stored.

This tool reads public share links (chatgpt.com/share/…) created with ChatGPT's Share button. Regular chat URLs (chatgpt.com/c/…) are private to your account and can't be read — open the chat, click Share, and paste the link it gives you.

Why Use This Exporter

Three clean formats

Markdown for notes apps, plain text for anywhere, JSON for scripts and pipelines — one link, three ready-to-use outputs.

Preview before download

See exactly what the file will contain before you save it. Switch formats with one click, or copy the output straight to the clipboard.

Code blocks stay intact

Fenced code blocks, language tags, and inline code survive the conversion — nothing gets flattened into prose on the way out.

Private — nothing stored

The conversation is converted on the fly and never saved on our servers; the download itself is generated in your browser.

Which Format Should You Pick?

Markdown unless you have a reason not to. It survives a bare text editor and pastes into almost every notes tool with its structure intact; the other two are for the cases where that structure is either in the way or not enough.

FormatKeepsPick it for
Markdown (.md)Headings, lists, tables, links, and fenced code blocks with their language tagsNotion, Obsidian, GitHub issues, docs tools — and reading it raw
Plain text (.txt)A "YOU / CHATGPT" transcript, with all markup flattened awayEmail, ticket fields, anywhere **syntax** would show up as noise
JSON (.json)Title, model, timestamps, and every message with its roleScripts, datasets, and pipelines — a machine reader, not a human one

Need PDF or DOCX, or want to export chats you never shared? The ChatGPT Pro Tools extension adds an Export button to every conversation right on chatgpt.com — PDF, DOCX, Markdown, TXT, and JSON for any of your own chats, no share link required. See the Export feature page for details.

Frequently Asked Questions

Which formats can I export to?

Markdown (.md), plain text (.txt), and structured JSON (.json) — the three formats notes apps, scripts, and pipelines can all read. For PDF or DOCX export of your own chats, including ones you never shared, the ChatGPT Pro Tools extension adds an Export button right on chatgpt.com.

Are conversation branches included?

Only the visible branch. A share link is a snapshot of the path ChatGPT was displaying when it was created — edited messages and regenerated answers that were switched away from are not part of the shared data, so this tool can't export them.

Is my conversation stored anywhere?

No. Your link passes through our small proxy only because browsers can't fetch chatgpt.com directly — the conversation is handed straight back to your browser and never stored, and the files you download are generated locally on your device.

Why export to Markdown?

Markdown keeps the structure — headings, lists, code blocks, links — as plain text that pastes cleanly into Notion, Obsidian, GitHub, and most documentation tools. It's the closest thing to a universal format for ChatGPT output.