---
title: "Get Suggest Search Keyword"
method: GET
path: "/api/search/others-searched-for"
tags: ["Search"]
---

# Get Suggest Search Keyword

`GET /api/search/others-searched-for`

Get Suggest Search Keyword

## Query parameters

- `keyword` string, required — Search keyword

## Response `200`

Success

- object
  - `data` object[]
    - `word` string — Suggested search keyword returned based on the keyword query
    - `group_id` string — Identifier for the keyword suggestion group

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/versions/892e18b9f5af/schema)
