Home > MySQL, PHP > Ebay Categories Via Its Api

Ebay Categories Via Its Api

November 18th, 2009

Hello,

We have the need to get a complete list of ALL eBay categories (all levels sub-categories as well). eBay provides an API for such task:
http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetCategories.html

Specs:
* The categories retrieved need to be in a tree structure, either nested arrays (in PHP) or JSON.
* We need the source code; we do not need the eBay API key.

Payment:
* Payment will be made by credit card from PayPal.


Ebay Categories Via Its Api

Comments are closed.
Bear