/kleinanzeigen/categories

POST /api/kleinanzeigen/categories

Price: 5 credits

Get the full Kleinanzeigen category tree: every top-level department and subcategory with id, name, alias (URL slug), parent_id and browse URL.

How to use it

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.

Parameters

Request body

Response

Errors

Response headers