revelation
Newbie
- Joined
- May 22, 2009
- Messages
- 29
- Reaction score
- 601
I was about to delete this iMacros from my computer and thought it might be useful to someone out there.
What does it 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:
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!
http://zzzzz.bryxen4.hop.clickbank.net/
I used it to pull every product and every affiliate link from Clickbank.
What does it 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:
Code:
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}}
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!
http://zzzzz.bryxen4.hop.clickbank.net/
I used it to pull every product and every affiliate link from Clickbank.