inei_search_indicators
Search INEI indicators by keyword to find census and survey statistics on population, education, housing, health, employment, and poverty.
Instructions
Search INEI thematic statistical indicators by keyword.
The INEI Estadist database contains indicators from the National Census 2017 and other official surveys. Search by keyword to find indicators on population, education, housing, health, employment, poverty, and more.
Returns indicator ID (id_indicador), name, and hierarchical path (ruta).
Use id_indicador with inei_get_indicator_data to retrieve actual values.
Example searches: 'poblacion', 'educacion', 'vivienda', 'salud', 'empleo', 'pobreza', 'analfabetismo', 'electricidad', 'agua', 'desague'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100). Default: 20. | |
| query | Yes | Keyword to search. E.g. 'poblacion urbana', 'educacion', 'agua potable' | |
| offset | No | Skip first N results for pagination. Default: 0. |