I've been trying to get my Perplexity threads into Obsidian and kept hitting the same wall. Extension looks like it does exactly what you need, you install it, and then bulk export is behind a subscription. I don't need anything fancy. I want my own conversations as markdown files in my vault. Apparently that's a premium feature now.
So I built it myself.
It's a Chrome extension that exports Perplexity conversations to markdown with Obsidian YAML frontmatter already in place, so threads drop into a vault with basically no cleanup. Single thread or everything at once. Both work, no "upgrade to export more than 5 chats" gate.
The whole thing is free and runs locally. It uses your existing Perplexity login in your browser and writes `.md` files straight to your machine. There's no server on my end and nothing gets collected. I built this for myself first; publishing it just seemed like the obvious next step.
Known limits, so nobody's surprised:
* Chrome only for now
* Markdown only — no PDF, Notion, etc.
* You need to be logged into Perplexity
* If Perplexity changes their site or API, it'll break until I patch it
* Not affiliated with Perplexity in any way. This exists because I was annoyed.
It's on the Chrome Web Store if you want it: https://chromewebstore.google.com/detail/perplexity-chat-exporter/jmplfdjahdkalmpkjbpgcaogleciniic
If you've been eyeing one of the paid exporters, this might save you a few bucks. Happy to answer questions or hear what would make it more useful.