Q: Hey, I'm trying to figure out if SheetMagic can help me out with my use case: I use a ChatGPT prompt very ...
often to create video scripts, which consist of giving a "question," a video script example as a reference for the structure, and then a URL that contains sufficient substance to generate a great reply to that question.
To do so, I'm using the ChatGPT-4 messenger with the "Link Reader" plugin to access the URL data.
Could I use SheetMagic to generate those in bulk?
Specifically, I'm trying to figure out if your =visit("URL") scraping function is similar to the "Link Reader" plugin (which I guess we can't access through the API?). Or does it just pull out the wall of text in the sheet, and then could make the prompt too long?
Hi Tanguy_Hubner,
I'm not too familiar with Link Reader but from looking it up, it seems to do a similar job to the =visit() function in SheetMagic.
The =visit("URL") function in SheetMagic allows you to visit a specified URL and retrieve all the content on that page. If the content is too long, what you can do is try to use one of the other scraping functions we have in SheetMagic to make the prompt shorter and not make the prompt too long for it to provide a response.
Best
Support team