Skip to main content
GET
/
api
/
search
/
others-searched-for
Get Suggest Search Keyword
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/search/others-searched-for \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": [
    {
      "word": "tiktok viral cats",
      "group_id": "5581626159306233377"
    }
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

keyword
string
required

Search keyword

Minimum string length: 1
Example:

"cat"

Response

Success

data
object[]