Skip to main content
Photo of DeepakNess DeepakNess

Using Perplexity inside Google Sheets

Unproofread notes

I have a list of 100s of URLs that I wanted to visit and then grab specific information from those pages, but obviously it's not possible to do that manually. So I used this script that lets me use multiple AI models inside Google Sheets via OpenRouter.

Perplexity is not good at providing output in the specified format, so I just used Perplexity Sonar Pro model to grab all info I wanted in whatever format it provides, fed that info to OpenAI GPT 5.2, and then asked it generate the final output in the format I wanted, for all rows.

This setup works great, as all the info is 100% correct this way.

Comment via email