
simwai/perplexity-ai-export
🔧 Toolsimwai
Easily export and organize your entire Perplexity AI conversation history into a structured local file system.
The perplexity-ai-export tool is a TypeScript-based utility built to address the lack of native bulk-export features on Perplexity AI. It utilizes Playwright to programmatically navigate the user's conversation history, scraping and extracting the full content of each thread. The tool processes these interactions and saves them into a structured directory format, making it significantly easier to manage, search, and archive your AI-driven research locally.
Key features include automated session handling, robust scraping logic to handle dynamic web elements, and a clean output structure that preserves the context of your LLM queries. It is particularly useful for power users who rely on Perplexity for long-term research and need a way to maintain a local knowledge base that is independent of the cloud service's interface. The project is built with TypeScript, ensuring type safety and maintainability for developers looking to extend the scraper's functionality or integrate it into larger data pipelines.
💡Highlights
- ├─Automated conversation scraping
- ├─Structured local file output
- └─TypeScript-based automation
🎯For
- ├─Data Researchers
- ├─AI Power Users
- └─Knowledge Managers