Using ImportXML googledocs function to collect data

hack346

New Member
I am trying to collect data from a given website. Lets say the website url is "http://www.example.com" and this website has 20 links and I would like to pull the link names://@href would give me the web addresses//a/text() would give me all the link names on the site.My question is, is there a way to automate one-click onto each of these links and collect simple data from there as well by configuring the xpath a certain way?
 
Back
Top