Q: Where does the web browsing part come from?
I know Chat GPT just enabled their web browsing plugin again, but I was under the impression that the functionality wasn't available via their API.
Thanks
Hello,
The web browsing part of SheetMagic is something we built and is unrelated to OpenAI. We built custom functions to allow for all sorts of different web scraping capabilities and it doesn't cost any credits to use it.
LIST OF SCRAPING FUNCTIONS:
=visit("URL") Visits a URL and returns all of the content on that page (which you can then interact with using AI)
=serp("SEARCH QUERY") This will return the top 20 search results from DuckDuckGo in a table with the URL, meta title, and meta description.
=getMetaTitle("URL") This will return the meta title for a given URL
=getMetaDescription("URL") This will return the meta description for a given URL
=getH1("URL") This will return the H1 for a given URL.
=getH2("URL") This will return any H2s on a page for a given URL.
=getHeadings("URL") This will return all the headings on a page for a given URL.
=getp("URL") This will return all paragraphs wrapped in a <p> tag for a given URL.
=pagedata("URL1", "URL2") This will get a lot of the page data listed above for a list of URLs and put it into an organized table for you.
Best
Support team

Verified purchaser
SheetMagic uses a ‘visit’ function that will pull the content of whatever URL you give it.
Works…sometimes. :/