v1

latestOpenAPI 3.0.0MIT2026-07-147825.1 KB
Autocomplete

Get list of suggested terms and attributes similar to the search term

Lists the suggested terms and attributes similar to the search term.

get/autocomplete_suggestions

Query parameters

querystring

Search term. It can contain any character.

localestring nullable

Indicates the target language as a BCP 47 language code. The Intelligent Search must have indexed the account in the target language.

Response

OK

Example response

{
  "searches": [
    {
      "attributes": [
        {
          "key": "departamento",
          "labelKey": "Departamento",
          "labelValue": "TVs e Vídeo",
          "value": "tvs-e-video"
        },
        {
          "key": "categoria",
          "labelKey": "Categoria",
          "labelValue": "TVs",
          "value": "tvs"
        },
        {
          "key": "subcategoria",
          "labelKey": "Subcategoria",
          "labelValue": "Receptor de Controle de Acesso",
          "value": "receptor-de-controle-de-acesso"
        }
      ],
      "count": 28861,
      "term": "tv"
    },
    {
      "count": 2308,
      "term": "smarth tv"
    },
    {
      "count": 975,
      "term": "painel para tv"
    },
    {
      "count": 589,
      "term": "rack tv"
    }
  ]
}