🤔️ Need to execute tasks in bulk?
👍️️️️️️ Try GPT for Sheets!
- 📄 Create product descriptions at once
- 💼 Generate leads and enrich data
- 🔗️️️️️️ Scrapping sites
- 🌎 Google Search
- 🔍 Programmatic SEO & bulk page generation
- 📣 AI-powered social media post generator
- 📈 Extract top-ranked competitor keywords
- 🤖 Support Perplexity, Claude, Mistral, Gemini, OpenRoute
Search the web from Google Sheets in 2024
Utilize the PERPLEXITY(prompt) function to conduct real-time web searches and obtain current information. This function is invaluable for inquiries regarding events, facts, individuals, or companies where timeliness and accuracy are crucial. It leverages Perplexity AI’s online model for reliable results.
The PERPLEXITY(prompt) function enables you to ask direct questions and get up-to-date answers based on a web search:
=PERPLEXITY(“What are the latest developments in renewable energy technologies?”)
Provide a specific URL from which the information must be retrieved:
=PERPLEXITY(“What services does this company provide? https://docgpt.ai”)
Scrape a single URL using WEB functions
=WEB_URL(“https://docgpt.ai”)
=WEB_TITLE(“https://docgpt.ai”)
=WEB_DESCRIPTION(“https://docgpt.ai”)
=WEB_H1(“https://docgpt.ai”)
=WEB_H2(“https://docgpt.ai/”)
=WEB_HEADINGS(“https://docgpt.ai”)
=WEB_PARAGRAPHS(“https://docgpt.ai”)
Prerequisites
-
Go to the GPT for Sheets.
-
Click Install.
How to Launch GPT for Sheets
- Open your Google Sheet.
- Click on Extensions > GPT for Docs, Sheets, Slides, and Forms > Launch
- A sidebar will be opened on the right side of the page.
Web Scrapping functions:
=WEB_URL(“https://docgpt.ai”)
=WEB_TITLE(“https://docgpt.ai”)
=WEB_DESCRIPTION(“https://docgpt.ai”)
=WEB_H1(“https://docgpt.ai”)
=WEB_H2(“https://docgpt.ai/”)
=WEB_HEADINGS(“https://docgpt.ai”)
=WEB_PARAGRAPHS(“https://docgpt.ai”)
=WEB_URLS_DATA(A37:A39)
AI SUPPORTED FUNCTIONS:
GPT-3, GPT-4, GPT VISIONS (image recognition)
=GPT(prompt, [value])
=CLAUDE(prompt)
=GEMINI(prompt)
=MISTRAL(prompt)
=GPT_IMAGE(url, prompt)
=GPT_TAG(text, [tags])
=GPT_EXTRACT(text, to_extract)
=GPT_TRANSLATE(text, target, [source])
=GPT_SUMMARIZE(text, [format])
=GPT_FORMAT(text, source, target)
=GPT_CLASSIFY(text, categories)
=GPT_FILL(examples, inputs)
=GPT_LIST(prompt, [value])
=GPT_HLIST(prompt, [value])
=GPT_SPLIT(text, split_by)
=GPT_HSPLIT(text, split_by)
=GPT_APPLY(text, [task])
=GPT_TABLE(prompt, headers)