Q: A few questions before purchasing
I am very interested in this, but I have a few things I am unclear about:
1.) Can this go to a website, say amazon.com, and scrape data from there?
2.) Can it also crawl the website links, open popovers (for instance clicking a box that then pops out and then crawl the links that are inside there) and things like that and store data in excel like phonenumbers etc?
3.) am I right to understand that I can create my own APIs for pages and websites?
4.) Will I also have access to the code of this self developed API so I can deploy it in another application?
5.) Can I implement my own OpenAI or Gemini access? So if I trained my own LLM, can i use that in the sheet?
6.) Can it enhance any data on a sheet?
7.) Can this work with GEMs?
Wei_Sheng
Oct 8, 2025A: Hi thanks for your questios.
1. It is possible to ask AI agents to scrape a webpage providing the specific link and use the content as context of the prompt.
2. No, this requires headless browser and Google Sheets' backend doesn't support it.
3. No you can't create your own API for pages and websites. What is close is Logic Sheet's webhook feature which allows you to turn Google Sheets into an API endpoint and receive data, and trigger automations.
4. No, this is not part of the offering. But for the webhook I mentioned above, the code is open source.
5. You need to provide your own OpenAI and Gemini API key. It doesn't support selfhosted LLMs
6. Yes, you can ask AI to enhance data by doing research, scraping the web etc.
7. If you mean Gemini Gems, then no. It is not supported by the Gemini API so we can't integrate it.