Actually i am working on such project in which i need to get contact page link from all the website displayed by google search results. I managed to achieve this by individually loading all the url using Load method ( HTMLweb ). But it takes a huge amount of time to load all the url one by one and then fetch the contact page address.Actually i am working on such project in which