---
title: "Get list of suggested terms similar to the search term"
method: GET
path: "/search_suggestions"
tags: ["Product List Page"]
---

# Get list of suggested terms similar to the search term

`GET /search_suggestions`

Lists suggested terms similar to the search term.

## Query parameters

- `query` string
- `locale` string, nullable

## Response `200`

OK

- SearchSuggestions
  - `searches` object[] — List of suggested terms.
    - `count` number — Number of times the term was searched.
    - `term` string — Search term.

## Other responses

- `5XX` — Server error.

---

[API](https://skmtc.net/vtex/apis/intelligent-search-api.md) · [All operations](https://skmtc.net/vtex/apis/intelligent-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/intelligent-search-api/versions/a61de494fbe4/schema)
