Can someone please help me with this clickbank scraper imacro?

alisarose69

Newbie
Joined
Apr 2, 2010
Messages
15
Reaction score
0
This script was originally posted by revelation but i can't post links yet.

But im getting all kinda of errors when i try and use it.

It says Error while reading this line:TAB T=1
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:siteHeader EXTRACT=TXT
SET !DATASOURCE_LINE 1
SAVEAS TYPE=EXTRACT FOLDER=C:\Documents and Settings\*****\My Documents\iMacros\Datasources\blackhat.csv FILE=blackhat.csv
ADD !EXTRACT {{!COL1}}
TAG POS={{!LOOP}} TYPE=A ATTR=TXT:view<SP>pitch<SP>page EXTRACT=HREF
SET !DATASOURCE_LINE 1
SAVEAS TYPE=EXTRACT FOLDER=C:\Documents and Settings\****\My Documents\iMacros\Datasources\blackhat.csv FILE=blackhat.csv
ADD !EXTRACT {{!COL1}}
(Error code: -308)

All I want to do is save the titles of the ebooks/software into a txt or csv, but having the affiliate links wouldn't be so bad either.

Thanks for looking!

-----------------------------------------------------
this is what it's supposed to do

It extracts the title and Clickbank affiliate link from the Marketplace for 100 search results at a time.

In the marketplace link, there is: maxResults=10
You just change this to: maxResults=100

You can select only a max of 50 in the drop-down but this will show 100 results.

Then copy and save the following iMacros code into your iMacros folder:

VERSION BUILD=6111228 RECORDER=FX
SET !EXTRACT_TEST_POPUP NO
TAB T=1
SET !LOOP 1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:siteHeader EXTRACT=TXT
SET !DATASOURCE_LINE 1
SAVEAS TYPE=EXTRACT FOLDER=C:\Users\admin\Documents\iMacros\Datasources FILE=blackhat.csv
ADD !EXTRACT {{!COL1}}
TAG POS={{!LOOP}} TYPE=A ATTR=TXT:view<SP>pitch<SP>page EXTRACT=HREF
SET !DATASOURCE_LINE 1
SAVEAS TYPE=EXTRACT FOLDER=C:\Users\admin\Documents\iMacros\Datasources FILE=blackhat.csv
ADD !EXTRACT {{!COL1}}
Next, edit the code's folder location to point to the folder where you keep all your iMacros files.

Then, make a blank .csv Excel spreadsheet and call it blackhat.csv

In the iMacros "Max:" Play (Loop) area, put in the number 100.

Hit Play (Loop) and the extraction is underway.

The results look like this:
Keyword Elite 2.0: The New Generation Of Keyword Research Software!
***clickbank affiliate link code****
 
Back
Top