Home > Java, Perl/CGI, PHP, Programming > Csv From Clickbank Datafeed

Csv From Clickbank Datafeed

June 20th, 2009

Program in Java or PHP or whatever (as long as it can run on a Mac/Unix machine) to create a CSV file of all clickbank products. For each product/line it should contain (in any order):

1. Product Name/Title
2. Product description, taken from the description google uses to display search results of that site’s main page, NOT the description in e.g. the clickbank XML feed.
3. Price (optional – specify if it’s included in your bid)
4. Affiliate hop link with an affiliate ID token to be replaced (e.g. –MYID–)
5. URL to image thumbnail (e.g. images/name.jpg)

The image thumbnail should also be created and saved by the script and be a thumbnail of the product website (homepage), approximately 170×110 pixels.

The script can use the clickbank datafeed found here:
http://www.clickbank.com/marketplace_faq.html#marketplace_question_8

The affiliate hoplink can also be derived from the datafeed file (affiliateID.merchantID.hop.clickbank.com)


Csv From Clickbank Datafeed

Comments are closed.
Bear