Q: Hi, is there any function to get Google search results?
Something like the video https://www.youtube.com/shorts/3xekDuZxNhw ?
Thanks!
Yaro_DocGPT_AI
May 21, 2024A: Hi Marcelo!
Thank you very much for example.
It supports duckduckgo search, without limitations. (similar to Bing results and algo)
Im going to provide Google search engine, but it will use Official API from Google that starts billing from 10 requests per day. (0.01$) per request.
About scrapping, there are a lot functions for scrapping content:
WEB SCRAPPING:
=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)