download process


DATADUMP


Simple product pick-up

We are currently working on a simple way to retrieve XML feeds of products and categories from Tradebit via this very generic API!

At the moment the following URLs are available:

Get category list:
https://www.tradebit.com/indexNew.php/sty_xml/api/categories/category filter id
(just show Music subgroups, eg.)


List products from a specific category:
https://www.tradebit.com/indexNew.php/sty_xml/api/products/category id/page number


And you may also search - like this:

https://www.tradebit.com/filesharing.php/search/0/virtualbox
(searches for "virtualbox" everywhere)

and the result may be filtered thru XML.

https://www.tradebit.com/filesharing.php/sty_xml/search/0/virtualbox+ubuntu/0/filter in category id

and you may also just filter the search for a specific merchant ID:

https://www.tradebit.com/filesharing.php/sty_xml/search/0/virtualbox+ubuntu/0/filter in category id/merchant ID

This interface will grow over time, but that's it for now!

Affiliates can use that stream to create their own catalogs on the fly! Note that we also offer MySQL dumps!