I've a situation here and I'm completely clueless how to go about it. Say, I have an excel column with a list of companies.
I want to find if the companyA has the product "butter" by looking up the company's website ("companyA.com"). "site:companyA.com "butter" ", this will be the google code to find the product.
If the it has the product "butter" then I should have a yes or Y against the name of the company in the excel as the result.
I also want to know if I can extend the parameters of my search by applying conditions such as date. If the website had the product between 2010 and 2012 or rather say if a web page of company has citation between 2010 and 2012 which contains the product "butter".
It'd be of great help if I could get an idea how to automate the same query for a list of companies and get the results, it'll save me a lot of time.
Thanks