1

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

4

1 回答 1

0

链接中的代码可能对您有用。如果我们提供 URL 并获取电子邮件地址,则此代码会抓取网页。

相反,可以修改代码以搜索所需的单词。在这种情况下,“黄油”。

于 2014-08-31T12:53:34.530 回答