/gumtree/categories

POST /api/gumtree/categories

Price: 10 credits

Get the Gumtree category tree: every top-level section and its subcategories with name, alias (the slug used to scope a search) and browse URL.

How to use it

Fetch Gumtree's category tree in one call (no input required). Returns a flat list of categories; each has alias (the slug to pass as search_category in gumtree/listings/search), name, url and parent_alias (null for top-level sections). Reconstruct the hierarchy via parent_alias -> alias.

Parameters

Request body

Response

Errors

Response headers