/ebay/categories
eBay
/ebay/categories
Get the full eBay browse category tree: every department, category and subcategory with id, name, alias, parent_id and browse URL.
Price: 10 credits
💡 AI Hint: Fetch eBay’s complete category tree in one call (no input required). Returns a flat list of categories; each has id (eBay browse node id), name, alias (URL slug), category_id (legacy numeric category id, may be null), url and parent_id (null for top-level departments). Reconstruct the hierarchy by linking parent_id -> id.
POST
/ebay/categories
Authorizations
API token from the dashboard
Headers
Body
application/json
Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500