get_areas_subtree
Retrieve the regions and cities subtree for any country or region ID (e.g., 113=Russia) from hh.ru, returning a compact list that avoids loading the full areas tree.
Instructions
Get the regions/cities subtree under one area id (e.g. 113=Russia) — lighter than the full /areas tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full raw hh.ru JSON instead of the compact id — name listing. | |
| area_id | Yes | Country/region id to fetch the subtree for (e.g. 113=Russia, 1=Moscow). Lighter than the full /areas tree. |