How it works
Note : keep in maind , we only need data from selected company and category with subcategory.
- use IE browser ( suggested, but you can use other browser ) to open website from requried list
- pickup item which has discount information, such as "20% off", "buy one get one free" ,"use coupon code to save 30% off"
- find the item detail page,such as amazon item in the amazon website
- select company name,such as amazon.com
- put original item detail page url ( make sure, the selected company is corrected ), such as "http://www.amazon.com/gp/product/B000DLB2FI/"
- put original item img url, such as "http://ecx.images-amazon.com/images/I/514HHW15KFL._SL500_AA300_.jpg"
- select category, such as "electronics"
- select sub category, such as "electronics cellphone"
- put item title
- put item detail, you need to put all the detail info in one line. do not put the new line break inside. keep the detail less than 50 words.
- put item discount information, such as "20% off", "buy one get one free" ,"use coupon code 123456789 to save 30% off"
- put item original price, such as 49.99 ( without "$" ). **** means optional
- put item sale price, such as 49.99 ( without "$" )
- click "Test Demo ==>", if eveything is fine, you suppose to see the new window open ( item detail page, make sure this is the page you are working on ), and also see the item title, price, image under the "copy code" and "clean up"
- click "Copy Code", it will copy to clicpbord ( works on IE )
- past the code into your NotePad ( suggested ) and save as .txt file, the file name will be id ( first field of the code )
| code format (mouseover it) : |
id | | |
companyName | | |
itemurl | | |
imgurl | | |
category | | |
sub category | | |
title | | |
item detail | | |
discount info | | |
original price | | |
sale price | | |
Comment |
code format : id | companyName | itemurl | imgurl | category | sub category | title | item detail | discount info | original price | sale price
Note : read "how it works" if you have problem