Sometimes your curiosity just doesn't fit into a single Perplexity thread. If that sounds like you, try this flow:
- Get your Perplexity API key
- Install this add-on into Google Sheets
- Make a research table of the kind of information you want to find out. Fell free to use this one as inspiraton.
- Fill the table using the
RESEARCH()function
This should end up in Google Workspace Marketplace, but Google is taking its sweet time doing their manual review. In the meanwhile you can open a spreadsheet and click "Extensions -> Apps Script". It will open a dedicated script folder for your spreadsheet. Dump (the contents of) perplexity.gs file from this repo there and save.
Fill a row (or a column) in your table by selecting the first cell there of and defining it as =RESEARCH(api_key, prompt, item, blanks).
For example, the following =RESEARCH(MY_KEY, $A$1, A3, B$2:D$2) means that cell
The add-on doesn't interact with any servers I control (feel free to look at perplexity.gs and verify this), so the only parties that get access to your data are Google and Perplexity, not me.
Do whatever you want with it (including code editing and redistribution) as long as you don't hold me responsible for anything.