Skip to main content
GET
/
api
/
trending
/
keyword
/
sentence
Get Keyword Sentence
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/trending/keyword/sentence \
  --header 'x-rapidapi-key: <api-key>'
{
  "data": {
    "pagination": {
      "has_more": true,
      "page": 1,
      "size": 20,
      "total_count": 500
    },
    "sentence_list": [
      {
        "covers": [
          "ttps://p16-sign-va.tiktokcdn.com/tos-maliva-p-0068c799-us/oEcYSAqB0Amw198ii9ceqAEXCicXPiYA8IIJ0k~tplv-noop.image?dr=18692&refresh_token=95b64430&x-expires=1765876851&x-signature=KbD1x0YmOVMLcWsfaEqMGsTVg4M%3D&t=9276707c&ps=14f1eb3e&shp=9e36835a&shcp=317596d8&idc=my"
        ],
        "ctr": 100,
        "cvr": 0,
        "sentence": "#tiktokshopblackfriday #homeandelectronicsdeals #tiktokshopholidayhaul #tiktokshopcybermonday #kidstoys",
        "use_type": "script_use_type_title"
      }
    ]
  }
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

keyword
string
required

Keyword

Example:

"toy"

page
integer
default:1

Page

Example:

1

limit
integer
default:50

Number of items per page (maximum is 50)

Required range: x <= 50
Example:

50

period
enum<number>
default:7
Period in days:
- 7: Last 7 days
- 30: Last 30 days
- 120: Last 120 days
Available options:
7,
30,
120
Example:

7

country
string
default:US

Country code. Head here for a full list of supported countries

Example:

"US"

order_type
enum<string>
default:desc

Order by type

Available options:
desc,
asc
Example:

"desc"

Response

Success

data
object