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