/avito/categories

POST /api/avito/categories

Price: 20 credits

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

How to use it

Fetch Avito's category tree in one call (no input required). Returns a flat list of categories; each has id (numeric category id matching a listing's category_id), name, alias (URL slug used as the category filter in search), parent_id (null for top-level departments), level and url. Reconstruct the hierarchy via parent_id -> id.

Parameters

Request body

Response

Errors

Response headers