> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/goods-bo-api/popular-search-term-management.md).

# Popular Search Term Management

## Search Popular Search Term List

> \## Function Description\
> \* A function that searches the popular search term list.\
> \
> \## Detailed Description\
> \* Searches up to 30 popular search term keywords from the search engine.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PopularWordMgmtRequest":{"type":"object","properties":{"size":{"type":"string","default":"30","description":"Number of Records Retrieved"}}},"SearchResultResponsePopularWordMgmtResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32","description":"Total Count"},"searchDataList":{"type":"array","description":"Search Result List","items":{"$ref":"#/components/schemas/PopularWordMgmtResponse"}}}},"PopularWordMgmtResponse":{"type":"object","properties":{"keyword":{"type":"string","description":"Keyword"},"changeType":{"type":"integer","format":"int32","description":"Popularity Ranking Change"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/search/popularWordMgmt/getPopularWordList":{"get":{"tags":["Popular Search Term Management"],"summary":"Search Popular Search Term List","description":"## Function Description\n* A function that searches the popular search term list.\n\n## Detailed Description\n* Searches up to 30 popular search term keywords from the search engine.\n","operationId":"getPopularWordList","parameters":[{"name":"popularWordMgmtRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PopularWordMgmtRequest"}},{"name":"size","in":"query","description":"Number of Records Retrieved","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/SearchResultResponsePopularWordMgmtResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
