i want to be able to extract certain data from a website and be able to send them to a txt. i dont have any money so I would prefer for it to be free
You can use iMacros to do the exact same thing.
Download iMacros : http://www.iopus.com/download/
Sample Code for Extractions:
URL GOTO=http://www.iopus.com/imacros/demo/v6/extract2/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=DIV ATTR=TXT:MyTable
TAG POS=R3 TYPE=TD ATTR=TXT:* EXTRACT=TXT
You can find the source file from the site,like i want to find bluehost coupons,i usually find it from http://bhcoupon.com/
Comments
You can use iMacros to do the exact same thing.
Download iMacros : http://www.iopus.com/download/
Sample Code for Extractions:
URL GOTO=http://www.iopus.com/imacros/demo/v6/extract2/
SET !ERRORIGNORE YES
TAG POS=1 TYPE=DIV ATTR=TXT:MyTable
TAG POS=R3 TYPE=TD ATTR=TXT:* EXTRACT=TXT
You can find the source file from the site,like i want to find bluehost coupons,i usually find it from http://bhcoupon.com/