Reputation: 23
I have this web site and I want to extract the following:
image from the website, the heading, the decription and the specification and the package content.
I tired the following lines but it extracts the wrong info
TAG POS=1 TYPE=A ATTR=div:productDetailUl EXTRACT=TXT TAG POS=1 TYPE=H1 ATTR=TXT:* EXTRACT=TXT
Can anyone help me out with this? Thank you. Nuwan.
Upvotes: 1
Views: 952
Reputation: 38
I would try using XPATH to extract the correct information.
It's easiest to grab the xpath with Chrome:
Within your iMacros script, use: TAG XPATH="paste your xpath between these quotes" EXTRACT=TXT
I would use iMacros for Firefox for this, as it seems to bug out a little less.
Upvotes: 0