Q: Hi, Is there a way to type in a key work, such as CNC Machines in DuckDuckGo or similar search engine, and ...
then your tool will scrape all the results (maybe 500 results), and output the following into a google sheet? Of course only referring to information that is available in text format on various pages on their website?
Output:
Company Name
Company Website
Equipment they have
Industries Served
Certifications they have
Location
Summary of what they do
Years in business

Curran35278
Jun 5, 2024A: Usually DuckDuckGo will max out at 50 results or so returning back.
After you get the sites, you could use the =visit() function on each site to scrape each site and then use the =ai() function to try to see if the AI can get that information from their website, but not every site will always put everything you mentioned on their site, so it may not work for every site
Perfect, thanks. Does your tool also go to each page, or just the first page on the search?
Is duckduckgo the preferred search engine, or is there others that you recommend?